.product-listing{background:var(--color-stone);padding:0 0 clamp(60px,8vw,100px)}.product-listing .shop-categories{z-index:2;-webkit-backdrop-filter:blur(7px);height:75px;box-shadow:var(--shadow-md);background:#ffffffe6;border:1px solid #fff9;justify-content:center;align-items:center;padding:0 40px;display:flex}.product-listing .shop-categories-inner{width:100%;max-width:var(--max-w);-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:space-between;align-items:center;gap:10px;display:flex;overflow-x:auto}.product-listing .shop-categories-inner::-webkit-scrollbar{display:none}.product-listing .shop-categories:before,.product-listing .shop-categories:after{content:"";z-index:3;pointer-events:none;opacity:0;width:40px;transition:opacity .3s;position:absolute;top:0;bottom:0}.product-listing .shop-categories:before{background:linear-gradient(90deg,#ffffffe6,#0000);left:0}.product-listing .shop-categories:after{background:linear-gradient(270deg,#ffffffe6,#0000);right:0}.product-listing .shop-categories.has-scroll-right:after,.product-listing .shop-categories.has-scroll-left:before{opacity:1}.product-listing .shop-cat-btn{cursor:pointer;color:#243770e6;white-space:nowrap;transition:color .2s var(--ease);background:0 0;border:none;align-items:center;gap:10px;padding:0;font-size:.8125rem;font-weight:600;display:inline-flex}.product-listing .shop-cat-btn:hover{color:var(--color-blue)}.product-listing .shop-cat-icon{background:var(--color-blue-mid);border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.product-listing .shop-cat-icon img{width:20px;height:20px}.product-listing .shop-layout{grid-template-columns:300px 1fr;align-items:start;gap:32px;padding:clamp(32px,4vw,48px) clamp(24px,3vw,40px) 0;display:grid}.product-listing .shop-filters-backdrop{display:none}.product-listing .shop-filters{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px;position:sticky;top:100px}.product-listing .shop-filters-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.product-listing .shop-filters-title{color:var(--color-blue);font-size:1.125rem;font-weight:700}.product-listing .shop-filters-clear{color:var(--color-red-bright);cursor:pointer;background:0 0;border:none;font-size:.75rem;font-weight:600;transition:opacity .2s}.product-listing .shop-filters-clear:hover{opacity:.7}.product-listing .shop-filter-group{border-bottom:1px solid var(--border);margin-bottom:24px;padding-bottom:24px}.product-listing .shop-filter-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.product-listing .shop-filter-group-title{color:var(--color-body);text-transform:uppercase;letter-spacing:.02em;margin-bottom:14px;font-size:.8125rem;font-weight:700}.product-listing .shop-filter-group-body,.product-listing .filter-check-group{flex-direction:column;gap:10px;display:flex}.product-listing .filter-check{color:var(--color-body);cursor:pointer;align-items:center;gap:10px;font-size:.875rem;font-weight:400;transition:color .2s;display:flex}.product-listing .filter-check:hover{color:var(--color-primary)}.product-listing .filter-check input[type=checkbox]{background:var(--color-white);appearance:none;cursor:pointer;width:18px;height:18px;transition:all .15s var(--ease);border:1.5px solid #2c242059;border-radius:4px;flex-shrink:0;position:relative}.product-listing .filter-check input[type=checkbox]:checked{background:var(--color-blue-mid);border-color:var(--color-blue-mid)}.product-listing .filter-check input[type=checkbox]:checked:after{content:"";border:solid var(--color-white);border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.product-listing .filter-more-brands{flex-direction:column;gap:12px;display:flex}.product-listing .filter-show-more{color:var(--color-blue-mid);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:2px 0;font-size:.8125rem;font-weight:600;transition:color .2s;display:inline-flex}.product-listing .filter-show-more:hover{color:var(--color-blue)}.product-listing .filter-show-more svg{transition:transform .2s var(--ease)}.product-listing .filter-show-more.is-expanded svg{transform:rotate(180deg)}.product-listing .filter-pills{flex-flow:wrap;gap:8px}.product-listing .filter-pill{height:34px;color:var(--color-body);background:var(--color-stone);border:1px solid var(--border);border-radius:var(--radius-full);cursor:pointer;transition:all .2s var(--ease);padding:7px 16px;font-size:.75rem;font-weight:600}.product-listing .filter-pill:hover{border-color:var(--color-blue-mid);color:var(--color-blue)}.product-listing .filter-pill--active{background:var(--color-blue-soft);color:var(--color-blue);border-color:var(--color-blue-mid)}.product-listing .filter-swatches{flex-flow:wrap;gap:10px}.product-listing .filter-swatch{aspect-ratio:1;cursor:pointer;width:24px;height:24px;transition:all .2s var(--ease);border:2px solid #0000;border-radius:50%;flex-shrink:0;box-shadow:inset 0 0 0 1px #00000014}.product-listing .filter-swatch:hover{transform:scale(1.15)}.product-listing .filter-swatch--active{border-color:var(--color-blue);box-shadow:0 0 0 2px var(--color-white), 0 0 0 4px var(--color-blue)}.product-listing .shop-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.product-listing .shop-pagination{text-align:center;flex-direction:column;align-items:center;gap:16px;padding-top:40px;display:flex}.product-listing .shop-pagination-text{color:var(--color-body);font-size:.875rem}.product-listing .shop-filter-trigger{background:var(--color-white);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--color-primary);cursor:pointer;transition:all .2s var(--ease);align-items:center;gap:8px;margin:20px 0;padding:10px 20px;font-size:.875rem;font-weight:600;display:none}.product-listing .shop-filter-trigger:hover{border-color:var(--color-blue-mid);color:var(--blue)}.product-listing .shop-filter-trigger img{flex-shrink:0;width:18px;height:18px}.product-listing .shop-filter-badge{background:var(--color-blue);min-width:20px;height:20px;color:var(--color-white);border-radius:var(--radius-full);justify-content:center;align-items:center;padding:0 6px;font-size:.6875rem;font-weight:700;display:inline-flex}.product-listing .filter-drawer{z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s var(--ease), visibility .3s;position:fixed;inset:0}.product-listing .filter-drawer.open{opacity:1;visibility:visible}.product-listing .filter-drawer-backdrop{-webkit-backdrop-filter:blur(4px);background:#0006;position:absolute;inset:0}.product-listing .filter-drawer-panel{background:var(--color-white);width:min(340px,85vw);box-shadow:var(--shadow-lg);transition:transform .35s var(--ease-out);flex-direction:column;display:flex;position:absolute;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.product-listing .filter-drawer.open .filter-drawer-panel{transform:translate(0)}.product-listing .filter-drawer-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.product-listing .filter-drawer-header h3{color:var(--color-blue);font-size:1.125rem;font-weight:700}.product-listing .filter-drawer-close{background:var(--color-stone);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:none}.product-listing .filter-drawer-close:hover{background:var(--color-linen)}.product-listing .filter-drawer-close img{width:18px;height:18px}.product-listing .filter-drawer-body{flex:1;padding:24px;overflow-y:auto}.product-listing .filter-drawer-footer{border-top:1px solid var(--border);flex-shrink:0;padding:16px 24px}@media (width<=1024px){.product-listing .shop-layout{grid-template-columns:240px 1fr;gap:24px}.product-listing .shop-contact-inner{grid-template-columns:1fr}.product-listing .shop-contact-bg:after{background:linear-gradient(#fffffff2 60%,#ffffffb3 100%)}}@media (width<=768px){.product-listing .promo-bar span{text-overflow:ellipsis;white-space:nowrap;max-width:60vw;overflow:hidden}.product-listing .shop-layout{padding:0 var(--gutter);grid-template-columns:1fr}.product-listing .shop-filters-backdrop{-webkit-backdrop-filter:blur(4px);z-index:9998;background:#0006;display:none;position:fixed;inset:0}.product-listing .shop-filters-backdrop.open{display:block}.product-listing .shop-filters{top:var(--wp-admin--admin-bar--height,0px);z-index:9999;width:min(340px,85vw);box-shadow:var(--shadow-lg);border-radius:0;flex-direction:column;padding:0;transition:transform .35s ease-out;display:flex;position:fixed;bottom:0;left:0;overflow-y:hidden;transform:translate(-100%)}.product-listing .shop-filters.open{transform:translate(0)}.product-listing .shop-filters-header{margin-bottom:0;padding:20px 24px}.product-listing .shop-filters-body{flex:1;padding:24px;overflow-y:auto}.product-listing .shop-filter-trigger{display:inline-flex}.product-listing .shop-hero{height:300px}.product-listing .shop-categories{padding:0 var(--gutter);height:60px}.product-listing .shop-cat-btn{gap:8px;font-size:.75rem}.product-listing .shop-cat-icon{width:32px;height:32px}.product-listing .shop-hero-content{padding-bottom:80px}.product-listing .shop-breadcrumb{display:none}.product-listing .shop-form-grid{grid-template-columns:1fr}.product-listing .shop-form-footer{flex-direction:column;align-items:stretch}.product-listing .shop-contact-actions{flex-direction:column}.product-listing .filter-drawer-close{display:flex}}@media (width<=480px){.product-listing .shop-grid{grid-template-columns:1fr;gap:16px}}
