.shopContainer{background:var(--if-bg);width:min(100%,1680px);color:var(--if-text);box-sizing:border-box;align-items:flex-start;gap:30px;margin:0 auto;padding:32px clamp(16px,3vw,40px) 48px;font-family:Inter,sans-serif;display:flex}.shopSidebar{background:var(--if-surface);border:1px solid var(--if-border);width:260px;height:fit-content;box-shadow:var(--if-shadow);border-radius:6px;flex:0 0 260px;align-self:flex-start;padding:20px;position:sticky;top:20px}.mobileFiltersToggle{display:none}.shopSidebarContent{display:block}#filterHeader{border-bottom:1px solid var(--if-border);margin-bottom:10px;padding-bottom:10px;font-size:18px;font-weight:500}.searchFilter{border:1px solid var(--if-border-strong);background:var(--if-surface-raised);width:100%;color:var(--if-text);border-radius:5px;margin-bottom:10px;padding:8px 10px}.expanse{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;display:flex}.expanse p{width:auto;margin:0}.expandButton{text-align:right;font-size:20px}.shopMain{flex:1;min-width:0}.shopHeaderRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.shopSort select{border:1px solid var(--if-border-strong);background:var(--if-surface);min-width:210px;max-width:100%;color:var(--if-text);border-radius:6px;padding:8px 10px;font-size:17px}.shopSection{margin-bottom:40px}.shopSection h2{margin-bottom:20px;font-size:20px;font-weight:500}.shopHeaderRow h2{margin-bottom:0}.shopSearchSummary{color:var(--if-muted);margin:6px 0 0;font-size:14px}.productGrid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));align-items:flex-start;gap:20px;display:grid}.productGrid .productCard{max-width:none}.featuredRow{scroll-behavior:smooth;scroll-snap-type:x proximity;gap:20px;padding-bottom:10px;display:flex;overflow-x:auto}.featuredRow>*{scroll-snap-align:start;flex:0 0 min(280px,75vw)}.filterGroup{margin-bottom:20px}.filterGroup p{margin-bottom:8px;font-weight:500}.filterGroup label{align-items:center;gap:8px;margin-bottom:8px;font-size:14px;display:flex}.rangeWrapper{height:30px;position:relative}.rangeTrack{background:var(--if-border);border-radius:2px;width:100%;height:4px;position:absolute;top:50%;transform:translateY(-50%)}.rangeFill{background:#3b82f6;border-radius:2px;height:4px;position:absolute;top:50%;transform:translateY(-50%)}.rangeWrapper input[type=range]{pointer-events:none;-webkit-appearance:none;background:0 0;width:100%;position:absolute;top:50%;transform:translateY(-50%)}.rangeWrapper input[type=range]::-webkit-slider-runnable-track{background:0 0}.rangeWrapper input[type=range]::-moz-range-track{background:0 0}.rangeWrapper input[type=range]::-webkit-slider-thumb{pointer-events:all;-webkit-appearance:none;cursor:pointer;background:#3b82f6;border-radius:50%;width:14px;height:14px}.priceLabels{justify-content:space-between;margin-top:5px;font-size:14px;display:flex}.adultModal{z-index:999;background:#0006;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.adultModalContent{background:var(--if-surface);color:var(--if-text);border:1px solid var(--if-border);text-align:center;border-radius:10px;width:min(100%,340px);padding:20px}.modalButtons{gap:10px;margin-top:15px;display:flex}.modalButtons button{cursor:pointer;flex:1;padding:8px}.adultModalContent button{border:1px solid gray;border-radius:10px}.adultModalContent button:hover{background:var(--if-surface-soft)}@media (max-width:980px){.shopContainer{flex-direction:column;gap:20px;padding:24px 16px 40px}.shopSidebar{flex-basis:auto;width:100%;padding:16px;position:static}#filterHeader{display:none}.mobileFiltersToggle{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:0;font-size:18px;font-weight:500;display:flex}.mobileFiltersIcon{font-size:24px;line-height:1}.shopSidebarContent{border-top:1px solid var(--if-border);margin-top:16px;padding-top:16px;display:none}.shopSidebar.filtersPanelOpen .shopSidebarContent{display:block}.shopMain{width:100%}}@media (max-width:700px){.shopHeaderRow{flex-direction:column;align-items:stretch}.shopSort{width:100%}.shopSort select{width:100%;min-width:0}.productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.featuredRow{gap:14px}.featuredRow>*{flex-basis:calc(50% - 7px)}.modalButtons{flex-direction:column}}
