.cozy-product-catalog {
 --cpc-navy:#102d5a; --cpc-primary:#3478e5; --cpc-primary-dark:#246bce; --cpc-soft-blue:#eaf3ff; --cpc-bg:#f7fafe; --cpc-blue:var(--cpc-primary-dark); --cpc-bright:var(--cpc-primary); --cpc-soft:var(--cpc-soft-blue);
 --cpc-border:#dce8f6; --cpc-border-strong:#c8dcf3; --cpc-text:#173b70; --cpc-text-secondary:#697d96; --cpc-muted:var(--cpc-text-secondary); --cpc-white:#fff; --cpc-error:#a32626;
 --cpc-shadow:0 5px 20px rgb(11 47 107 / 4%); --cpc-radius:14px; --cpc-sticky-offset:112px;
 --cpc-font:inherit; --cpc-data-font:ui-monospace,Consolas,monospace;
 display:grid; grid-template-columns:300px minmax(0,1fr); gap:28px; align-items:start;
 color:var(--cpc-text); font-family:var(--cpc-font); font-size:15px; line-height:1.55; width:100%; max-width:100%; margin-inline:0; text-align:start;
 container-type:inline-size;
}
.cozy-product-catalog, .cozy-product-catalog *, .cozy-product-catalog *::before, .cozy-product-catalog *::after {box-sizing:border-box}
.cozy-product-catalog ul, .cozy-product-catalog ol, .cozy-product-catalog li {list-style:none;margin:0;padding:0}
.cozy-product-catalog li::marker {content:""}
.cozy-product-catalog [hidden] {display:none!important}
.cozy-product-catalog h2, .cozy-product-catalog h3, .cozy-product-catalog p {padding:0; margin:0; color:inherit; font-family:inherit; letter-spacing:normal; text-transform:none}
.cozy-product-catalog a {color:var(--cpc-navy); text-decoration:none; box-shadow:none}
.cozy-product-catalog button {appearance:none; display:inline-flex; align-items:center; justify-content:center; gap:8px; width:auto; min-height:44px; margin:0; padding:9px 14px; border:1px solid var(--cpc-border); border-radius:8px; background:var(--cpc-white); color:var(--cpc-navy); font:inherit; font-weight:600; line-height:1.3; letter-spacing:normal; text-transform:none; box-shadow:none; cursor:pointer}
.cozy-product-catalog button:hover {background:var(--cpc-soft); color:var(--cpc-navy); border-color:var(--cpc-blue)}
.cozy-product-catalog :is(button,a,input):focus-visible {outline:3px solid var(--cpc-bright); outline-offset:3px}
.cozy-product-catalog .cpc-main {min-width:0; container-type:inline-size}
.cozy-product-catalog .cpc-sidebar {position:sticky; top:calc(var(--cpc-sticky-offset) + var(--wp-admin--admin-bar--height, 0px)); border:1px solid var(--cpc-border); border-radius:var(--cpc-radius); background:var(--cpc-white); box-shadow:0 8px 30px rgb(22 66 120 / 6%); padding:24px 20px; overflow:hidden; max-height:calc(100dvh - var(--cpc-sticky-offset) - var(--wp-admin--admin-bar--height, 0px) - 20px); display:flex; flex-direction:column; min-width:0}
.cozy-product-catalog .cpc-sidebar-head {display:flex;justify-content:space-between;align-items:center;padding:0 0 18px;margin:0 0 18px;border-bottom:1px solid var(--cpc-border)}
.cozy-product-catalog .cpc-sidebar-head h2 {font-size:20px; font-weight:700; color:var(--cpc-navy); line-height:1.3}
.cozy-product-catalog .cpc-sidebar-body {padding:0;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;min-height:0}
.cozy-product-catalog .cpc-filter-heading {font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--cpc-muted);padding:0;margin:0 0 10px;border:0}
.cozy-product-catalog .cpc-node {list-style:none; margin:0; padding:0}
.cozy-product-catalog .cpc-children {margin:3px 0 5px 8px;padding-left:18px;border-left:1px solid var(--cpc-border)}
.cozy-product-catalog .cpc-category-row {display:grid;grid-template-columns:20px minmax(0,1fr) auto 28px;align-items:center;gap:10px;min-height:44px;padding:8px;border-radius:8px;transition:background .2s}
.cozy-product-catalog .cpc-category-row:hover, .cozy-product-catalog .cpc-selected {background:var(--cpc-soft)}
.cozy-product-catalog .cpc-category-row label {grid-column:2;display:block;min-width:0;margin:0;padding:0;font-size:14px;font-weight:500;line-height:1.35;color:var(--cpc-text);cursor:pointer}
.cozy-product-catalog .cpc-category-name {overflow-wrap:anywhere}
.cozy-product-catalog input[type=checkbox] {appearance:none; -webkit-appearance:none; width:17px; height:17px; min-width:17px; margin:0; padding:0; border:1.5px solid #afc5e2; border-radius:4px; background:var(--cpc-white); display:grid; place-content:center; cursor:pointer; box-shadow:none}
.cozy-product-catalog input[type=checkbox]::before {content:''; width:9px; height:5px; border:solid var(--cpc-white); border-width:0 0 2px 2px; transform:rotate(-45deg) scale(0); margin-top:-2px}
.cozy-product-catalog input[type=checkbox]:checked {background:var(--cpc-primary); border-color:var(--cpc-primary)}
.cozy-product-catalog input[type=checkbox]:checked::before {transform:rotate(-45deg) scale(1)}
.cozy-product-catalog .cpc-count {grid-column:3;min-width:26px;height:26px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--cpc-border-strong);border-radius:999px;background:var(--cpc-white);font-size:12px;font-weight:600;line-height:1;color:var(--cpc-primary);font-variant-numeric:tabular-nums}
.cozy-product-catalog .cpc-chevron {grid-column:4;width:28px;height:28px;min-height:28px;min-width:28px;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:center;border-radius:6px;color:var(--cpc-primary);cursor:pointer}
.cozy-product-catalog .cpc-chevron svg {transition:transform .2s}
.cozy-product-catalog .cpc-chevron[aria-expanded=true] svg {transform:rotate(180deg)}
.cozy-product-catalog .cpc-toolbar {display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px;border:1px solid var(--cpc-border);border-radius:14px;background:var(--cpc-white);margin-bottom:16px;min-width:0}
.cozy-product-catalog .cpc-total {font-size:18px;line-height:1.3;font-weight:700;color:var(--cpc-navy);white-space:nowrap;margin:0}
.cozy-product-catalog .cpc-search {display:flex;align-items:center;gap:10px;width:min(420px,50%);min-width:0;height:44px;margin:0;border:1px solid var(--cpc-border-strong);border-radius:9px;padding:0 14px;background:var(--cpc-bg);transition:border-color .2s,box-shadow .2s}
.cozy-product-catalog .cpc-search input {appearance:none; margin:0; width:100%; min-width:0; height:44px; padding:0; border:0; border-radius:0; background:transparent; color:var(--cpc-text); font:inherit; font-size:13px; box-shadow:none; outline:none}
.cozy-product-catalog .cpc-search input::placeholder {color:var(--cpc-muted); opacity:1}
.cozy-product-catalog .cpc-search:focus-within {border-color:var(--cpc-blue); box-shadow:0 0 0 3px var(--cpc-soft)}
.cozy-product-catalog .cpc-search input:focus-visible {outline:0}
.cozy-product-catalog .cpc-active {display:flex; align-items:flex-start; gap:12px; justify-content:space-between; margin:0 0 20px}
.cozy-product-catalog .cpc-chips {display:flex; flex-wrap:wrap; gap:8px; min-width:0}
.cozy-product-catalog .cpc-chip {background:var(--cpc-soft); border-color:var(--cpc-border); font-size:12px; min-height:36px; padding:6px 10px; text-align:start; overflow-wrap:anywhere}
.cozy-product-catalog .cpc-chip span {font-size:18px; line-height:1}
.cozy-product-catalog .cpc-clear {border:0;background:transparent;padding:7px 0;min-height:36px;color:var(--cpc-primary);font-size:13px;font-weight:600;white-space:nowrap}
.cozy-product-catalog .cpc-grid {display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; align-items:stretch}
.cozy-product-catalog .cpc-product-card {border:1px solid var(--cpc-border); border-radius:14px; box-shadow:var(--cpc-shadow); overflow:hidden; background:var(--cpc-white); min-width:0; display:flex; flex-direction:column; transition:transform .2s,box-shadow .2s,border-color .2s}
.cozy-product-catalog .cpc-product-card:hover {transform:translateY(-3px); border-color:#c4d9f2; box-shadow:0 12px 28px rgb(11 47 107 / 9%)}
.cozy-product-catalog .cpc-image {display:flex;aspect-ratio:1/.78;width:100%;align-items:center;justify-content:center;background:var(--cpc-bg);border-bottom:1px solid var(--cpc-border);padding:18px}
.cozy-product-catalog .cpc-image img {display:block; object-fit:contain; width:100%; height:100%; max-width:100%; max-height:100%; border:0; border-radius:0; margin:0}
.cozy-product-catalog .cpc-card-body {padding:18px; display:flex; align-items:flex-start; flex-direction:column; flex:1; gap:11px}
.cozy-product-catalog .cpc-category-tag {display:inline-block;color:var(--cpc-primary-dark);background:var(--cpc-soft-blue);border-radius:5px;padding:5px 8px;font-size:11px;line-height:1.5;font-weight:700;letter-spacing:.05em;text-transform:uppercase;max-width:100%;overflow-wrap:anywhere}
.cozy-product-catalog .cpc-card-body h3 {font-size:17px; line-height:1.4; font-weight:600; color:var(--cpc-navy); overflow-wrap:anywhere; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden}
.cozy-product-catalog .cpc-card-body h3 a:hover {color:var(--cpc-blue)}
.cozy-product-catalog .cpc-sku {font:11px/1.5 var(--cpc-data-font); color:var(--cpc-muted); overflow-wrap:anywhere}
.cozy-product-catalog .cpc-sku span {font-weight:700; color:var(--cpc-text); margin-right:5px}
.cozy-product-catalog .cpc-description {color:var(--cpc-muted); font-size:13.5px; line-height:1.6; overflow-wrap:anywhere; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden}
.cozy-product-catalog .cpc-details {margin-top:auto; padding-top:13px; border-top:1px solid var(--cpc-border); display:flex; justify-content:space-between; align-items:center; width:100%; color:var(--cpc-blue); font-size:13.5px; font-weight:650; min-height:44px}
.cozy-product-catalog .cpc-details span {font-size:20px}
.cozy-product-catalog .cpc-pagination {display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:6px; margin:28px 0 8px}
.cozy-product-catalog .cpc-pagination a {display:flex; align-items:center; justify-content:center; min-width:42px; min-height:44px; padding:8px 12px; border:1px solid var(--cpc-border); border-radius:7px; font-size:13px; background:var(--cpc-white)}
.cozy-product-catalog .cpc-pagination a:hover {background:var(--cpc-soft)}
.cozy-product-catalog .cpc-pagination [aria-current=page] {background:var(--cpc-navy); color:var(--cpc-white); border-color:var(--cpc-navy)}
.cozy-product-catalog .cpc-results {position:relative; min-height:260px}
.cozy-product-catalog .cpc-results-content {transition:opacity .2s}
.cozy-product-catalog .cpc-results[aria-busy=true] .cpc-results-content {opacity:.55; pointer-events:none}
.cozy-product-catalog .cpc-loader {position:absolute; z-index:2; top:28px; left:50%; transform:translateX(-50%); padding:12px 18px; background:var(--cpc-white); box-shadow:var(--cpc-shadow); border:1px solid var(--cpc-border); border-radius:9px; display:flex; align-items:center; gap:9px; font-size:13px; color:var(--cpc-navy); white-space:nowrap}
.cozy-product-catalog .cpc-loader>span:first-child {width:18px; height:18px; border:2px solid var(--cpc-border); border-top-color:var(--cpc-blue); border-radius:50%; animation:cpc-spin .8s linear infinite}
@keyframes cpc-spin {to {transform:rotate(360deg)}}
.cozy-product-catalog .cpc-error {border:1px solid currentColor; border-radius:8px; color:var(--cpc-error); padding:12px; margin-bottom:16px; font-size:13px; background:var(--cpc-white)}
.cozy-product-catalog .cpc-error button {font-size:12px; margin-left:8px}
.cozy-product-catalog .cpc-empty {text-align:center; padding:64px 24px; border:1px solid var(--cpc-border); border-radius:var(--cpc-radius); background:var(--cpc-bg)}
.cozy-product-catalog .cpc-empty-icon {display:inline-flex; justify-content:center; align-items:center; width:56px; height:56px; font-size:36px; border:1px solid var(--cpc-border); border-radius:12px; color:var(--cpc-blue); background:var(--cpc-white); margin-bottom:18px}
.cozy-product-catalog .cpc-empty h3 {font-size:23px; color:var(--cpc-navy); margin-bottom:9px; font-weight:600}
.cozy-product-catalog .cpc-empty p {color:var(--cpc-muted); margin-bottom:22px}
.cozy-product-catalog .cpc-primary {background:var(--cpc-blue); color:var(--cpc-white); border-color:var(--cpc-blue)}
.cozy-product-catalog .cpc-primary:hover {background:var(--cpc-navy); color:var(--cpc-white)}
.cozy-product-catalog .cpc-filter-note {color:var(--cpc-muted); font-size:13px; padding:8px}
.cozy-product-catalog .cpc-sr-only, .cozy-product-catalog .cpc-feedback {position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0}
.cozy-product-catalog .cpc-close, .cozy-product-catalog .cpc-drawer-footer, .cozy-product-catalog .cpc-mobile-filter {display:none}
@container (max-width:700px) {.cozy-product-catalog .cpc-grid {grid-template-columns:repeat(2,minmax(0,1fr))} .cozy-product-catalog .cpc-toolbar {flex-wrap:wrap} .cozy-product-catalog .cpc-search {flex:1; min-width:200px}}
@container (max-width:440px) {.cozy-product-catalog .cpc-grid {grid-template-columns:minmax(0,1fr)}}
@media (max-width:1200px) and (min-width:1024px) {.cozy-product-catalog {grid-template-columns:280px minmax(0,1fr); gap:22px}}
@media (max-width:1023px) {
 .cozy-product-catalog {grid-template-columns:minmax(0,1fr); gap:0}
 .cozy-product-catalog .cpc-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
 .cozy-product-catalog.cpc-enhanced>.cpc-sidebar {display:none}
 .cozy-product-catalog .cpc-toolbar {flex-wrap:wrap; padding:18px; gap:14px}
 .cozy-product-catalog.cpc-enhanced .cpc-mobile-filter {display:inline-flex; font-size:13px}
 .cozy-product-catalog .cpc-search {flex:1; width:auto; min-width:230px}
 .cozy-product-catalog:not(.cpc-enhanced)>.cpc-sidebar {position:static; margin-bottom:20px; max-height:none}
 .cozy-product-catalog.cpc-portal {position:fixed; inset:0; width:100%; max-width:none; height:100dvh; margin:0; display:block; z-index:1000000; container-type:normal; font-family:system-ui,-apple-system,'Segoe UI',sans-serif}
 .cozy-product-catalog.cpc-portal .cpc-overlay {position:absolute; inset:0; display:block; width:100%; height:100%; background:rgb(11 47 107 / 40%); border:0; border-radius:0; padding:0; cursor:pointer}
 .cozy-product-catalog.cpc-portal .cpc-sidebar {position:absolute; display:flex; left:0; top:var(--wp-admin--admin-bar--height,0px); bottom:0; width:min(88vw,360px); max-height:none; border-radius:0 14px 14px 0; border:0; box-shadow:10px 0 35px rgb(11 47 107 / 12%); animation:cpc-slide .2s ease-out}
 .cozy-product-catalog.cpc-portal .cpc-sidebar-body {flex:1; padding-bottom:20px}
 .cozy-product-catalog.cpc-portal .cpc-sidebar-head {padding:16px 20px; flex-shrink:0}
 .cozy-product-catalog.cpc-portal .cpc-close {display:inline-flex; border:0; font-size:28px; padding:4px 10px}
 .cozy-product-catalog.cpc-portal .cpc-drawer-footer {display:flex; flex-shrink:0; justify-content:space-between; gap:12px; padding:15px 18px calc(15px + env(safe-area-inset-bottom)); border-top:1px solid var(--cpc-border); background:var(--cpc-white)}
 .cozy-product-catalog .cpc-drawer-footer .cpc-primary {flex:1; font-size:13px}
}
@keyframes cpc-slide {from {transform:translateX(-100%)} to {transform:translateX(0)}}
@media (max-width:767px) {
 .cozy-product-catalog .cpc-toolbar {margin-bottom:18px}
 .cozy-product-catalog .cpc-total {font-size:22px}
 .cozy-product-catalog .cpc-toolbar>.cpc-search {flex:0 0 100%; order:3; min-width:0}
 .cozy-product-catalog .cpc-grid {grid-template-columns:minmax(0,1fr); gap:16px}
 .cozy-product-catalog .cpc-search input {font-size:16px}
 .cozy-product-catalog .cpc-card-body {padding:20px}
 .cozy-product-catalog .cpc-card-body h3 {font-size:19px}
 .cozy-product-catalog .cpc-description {font-size:14px}
 .cozy-product-catalog .cpc-image {aspect-ratio:1.3; padding:25px}
}
@media (prefers-reduced-motion:reduce) {.cozy-product-catalog *, .cozy-product-catalog *::before, .cozy-product-catalog *::after {animation:none!important; transition:none!important; scroll-behavior:auto!important}}
@media (forced-colors:active) {.cozy-product-catalog input[type=checkbox] {appearance:auto} .cozy-product-catalog input[type=checkbox]::before {display:none}}

/* Contain theme resets; never alter lists outside the catalog. */
.cozy-product-catalog .cpc-children .cpc-category-name{font-size:13.5px;color:#35577f}
.cozy-product-catalog input[type=checkbox]:focus-visible{outline:2px solid rgb(52 120 229 / 20%);outline-offset:2px}
.cozy-product-catalog .cpc-category-row>input{grid-column:1}
.cozy-product-catalog .cpc-search-icon{flex:0 0 20px;color:var(--cpc-primary)}
.cozy-product-catalog .cpc-search .cpc-search-input{font-size:14px}
@media(max-width:767px){.cozy-product-catalog .cpc-search .cpc-search-input{font-size:16px}}
.cozy-product-catalog .cpc-chevron svg{display:block;pointer-events:none}
@media(min-width:1024px){.cozy-product-catalog .cpc-mobile-filter,.cozy-product-catalog .cpc-close,.cozy-product-catalog .cpc-drawer-footer,.cozy-product-catalog .cpc-overlay,.cozy-product-catalog.cpc-portal{display:none!important}}
@media(max-width:1023px){.cozy-product-catalog.cpc-portal .cpc-sidebar{padding:0}.cozy-product-catalog.cpc-portal .cpc-sidebar-body{padding:0 18px 20px}}
