.listing-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:0.75rem;margin-bottom:1.25rem;padding:0.85rem 1rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);}.listing-filters .filter-group{padding-bottom:1.1rem;margin-bottom:1.1rem;border-bottom:1px solid var(--line);}.listing-filters .filter-group:last-child{border-bottom:0;margin-bottom:0;}.filter-title{font-size:0.78rem;text-transform:uppercase;letter-spacing:0.06em;color:var(--muted);margin-bottom:0.65rem;font-weight:700;}.price-filter-value{font-size:0.88rem;font-weight:600;color:var(--ink);margin:0 0 0.75rem;}.dual-slider{position:relative;height:28px;margin:0 8px 0.85rem;touch-action:none;cursor:pointer;}.dual-slider-rail,.dual-slider-fill{position:absolute;top:12px;height:4px;border-radius:99px;}.dual-slider-rail{left:0;right:0;background:var(--line);}.dual-slider-fill{background:var(--brand);}.dual-slider-thumb{position:absolute;top:6px;width:16px;height:16px;margin-left:-8px;padding:0;border:2px solid var(--brand);border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,0.16);cursor:grab;z-index:2;}.dual-slider-thumb.is-active{cursor:grabbing;z-index:3;box-shadow:0 0 0 4px rgba(26,95,74,0.16);}.price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:0.5rem;}.price-field{display:flex;align-items:center;border:1px solid var(--line);border-radius:0.4rem;background:#fff;overflow:hidden;}.price-field span{padding:0 0.45rem;color:var(--muted);font-size:0.85rem;border-right:1px solid var(--line);}.price-field input{width:100%;min-width:0;border:0;padding:0.35rem 0.45rem;font-size:0.88rem;background:transparent;}.price-field input:focus{outline:none;}.price-field:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px rgba(26,95,74,0.12);}.filter-check{display:flex;align-items:flex-start;gap:0.5rem;padding:0.25rem 0;cursor:pointer;font-size:0.92rem;}.filter-check input{margin-top:0.25rem;accent-color:var(--brand);}.filter-sublist{list-style:none;padding-left:1.35rem;margin:0.15rem 0 0.35rem;}.color-swatches{display:flex;flex-wrap:wrap;gap:0.4rem;}.color-swatch{border:1px solid var(--line);border-radius:999px;padding:0.25rem 0.65rem;font-size:0.8rem;cursor:pointer;background:var(--white);}.color-swatch input{display:none;}.color-swatch:has(input:checked){border-color:var(--brand);background:rgba(26,95,74,0.1);color:var(--brand);font-weight:600;}.listing-card{position:relative;}.listing-card .product-card-media{position:relative;}.card-actions{position:absolute;top:0.65rem;right:0.65rem;display:flex;flex-direction:column;gap:0.35rem;opacity:0;transform:translateX(6px);transition:opacity 0.25s ease,transform 0.25s ease;z-index:2;}.listing-card:hover .card-actions{opacity:1;transform:none;}.action-btn{width:2.2rem;height:2.2rem;border-radius:999px;border:1px solid var(--line);background:rgba(255,252,247,0.95);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow);}.action-btn:hover,.action-btn.is-active{background:var(--brand);border-color:var(--brand);color:#fff;}.product-rating{color:#b54708;}.product-rating i{color:#c45c26;}.listing-card-list{padding:1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);}.list-thumb{display:block;position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;background:var(--surface-2);}.list-thumb img{width:100%;height:100%;object-fit:cover;}.listing-grid.is-list .listing-row{--bs-gutter-y:1rem;}.quickview-close{position:absolute;top:0.75rem;right:0.75rem;z-index:5;}.quickview-media{position:relative;background:var(--surface-2);min-height:100%;display:flex;align-items:center;justify-content:center;}.quickview-media img{width:100%;height:100%;object-fit:cover;max-height:420px;}.compare-bar{position:fixed;left:0;right:0;bottom:0;z-index:1050;background:var(--brand-dark);color:#fff;padding:0.85rem 0;box-shadow:0 -8px 24px rgba(0,0,0,0.15);}.active-filters{display:flex;flex-wrap:wrap;gap:0.4rem;}.filter-chip{display:inline-flex;align-items:center;gap:0.35rem;padding:0.25rem 0.6rem;border-radius:999px;background:rgba(26,95,74,0.1);color:var(--brand);font-size:0.8rem;border:0;}.filter-chip i{font-size:0.75rem;}@media (max-width:991.98px){.card-actions{opacity:1;transform:none;}#filtersOffcanvas .listing-filters{padding:0 1rem 1.5rem;}}