.shop-page{background:var(--color-background)}.shop-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:18px}.shop-title{display:flex;align-items:baseline;gap:12px}.shop-count{font-size:.95rem;color:rgba(17,17,17,.6);font-weight:600}.shop-actions{display:flex;align-items:center;gap:10px;width:100%;max-width:720px}.shop-search{flex:1 1;min-width:220px;font-weight:600}.shop-search,.shop-sort{height:44px;padding:0 14px;border-radius:999px;border:1px solid var(--color-border);background:#fff}.shop-sort{font-weight:700;white-space:nowrap}.shop-filter-btn{height:44px;padding:0 14px;border-radius:999px;border:1px solid var(--color-border);background:#fff;display:inline-flex;align-items:center;gap:8px;font-weight:800;letter-spacing:.2px;cursor:pointer}.shop-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:22px;gap:22px;align-items:start;width:100%;min-width:0}.shop-layout.is-sidebar-collapsed{grid-template-columns:72px 1fr}.shop-sidebar{position:-webkit-sticky;position:sticky;top:120px;border:1px solid var(--color-border);border-radius:18px;background:#fff;padding:16px}.shop-sidebar-toggle{width:100%;height:44px;border-radius:999px;border:1px solid var(--color-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:900;cursor:pointer;color:rgba(17,17,17,.86)}.shop-sidebar.collapsed{padding:10px}.shop-sidebar.collapsed .shop-sidebar-toggle{height:54px;border-radius:16px;flex-direction:column;gap:6px}.shop-sidebar.collapsed .shop-sidebar-toggle-label{font-size:12px;letter-spacing:.2px}.shop-filter-accordion+.shop-filter-accordion{margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.06)}.shop-filter-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:900;letter-spacing:.4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.shop-filter-summary::-webkit-details-marker{display:none}.shop-filter-summary:after{content:"⌄";font-size:14px;color:rgba(17,17,17,.6);transition:transform .18s ease}.shop-filter-accordion[open]>.shop-filter-summary:after{transform:rotate(180deg)}.shop-filter-panel{padding-top:10px}.shop-filters-group+.shop-filters-group{margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.06)}.shop-filters-title{font-weight:900;letter-spacing:.4px;margin-bottom:10px}.shop-filters-options{display:grid;grid-gap:10px;gap:10px}.shop-filter-option{display:flex;align-items:center;gap:10px;font-weight:700;color:rgba(17,17,17,.8);-webkit-user-select:none;-moz-user-select:none;user-select:none}.shop-filter-option input{width:18px;height:18px;accent-color:var(--color-primary)}.shop-filters-reset{margin-top:16px;width:100%;border:1px solid var(--color-border);border-radius:999px;background:rgba(225,0,116,.06);color:rgba(17,17,17,.92);height:44px;font-weight:900;cursor:pointer}.shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;width:100%;min-width:0}.shop-page-minimal .product-card{height:100%;background:transparent;border-radius:0;padding:0;box-shadow:none;transform:none}.shop-page-minimal .product-card:hover{box-shadow:none;transform:none}.shop-page-minimal .product-image-area{border-radius:0;padding:0;aspect-ratio:1/1;background:#f3f4f6}.shop-page-minimal .product-image-area:before{opacity:0}.shop-page-minimal .product-image-frame{height:100%}.shop-page-minimal .product-image{width:100%;height:100%;object-fit:contain;transform:none}.shop-page-minimal .product-badge{top:10px;left:10px;border-radius:0;padding:6px 10px;letter-spacing:.18em;box-shadow:none}.shop-page-minimal .product-cta-circle{position:absolute;bottom:10px;right:10px;width:36px;height:36px;border-radius:0;background:#111;box-shadow:none;transform:none;z-index:2}.shop-page-minimal .product-cta-circle:hover{background:var(--color-primary);transform:none}.shop-page-minimal .product-cta-circle:active{transform:scale(.98)}.shop-page-minimal .product-content{padding:12px 0 0;gap:6px}.shop-page-minimal .product-category-label{color:rgba(17,17,17,.55)}.shop-page-minimal .product-footer-row{border-top:none;padding-top:8px}.shop-page .product-price-row{flex-wrap:nowrap;white-space:nowrap;min-width:0}.shop-page .price-current,.shop-page .price-old{display:inline-flex;align-items:baseline;gap:4px;white-space:nowrap}.shop-page .price-current{font-size:18px;font-weight:800;letter-spacing:-.04em}.shop-page .price-old{font-size:12px}.shop-page .price-currency{font-size:.74em;letter-spacing:.06em;font-weight:800;color:rgba(17,17,17,.7)}.shop-results{display:grid;grid-gap:12px;gap:12px;width:100%;min-width:0}.shop-range{font-size:.95rem;color:rgba(17,17,17,.6);font-weight:600}.shop-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px}.shop-page-btn{height:44px;padding:0 16px;border-radius:999px;border:1px solid var(--color-border);background:#fff;font-weight:900;cursor:pointer;white-space:nowrap}.shop-page-btn:disabled{opacity:.5;cursor:not-allowed}.shop-page-indicator{font-weight:900;color:rgba(17,17,17,.7);white-space:nowrap}.shop-filter-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.46);opacity:0;pointer-events:none;transition:opacity .24s ease;z-index:2500}.shop-filter-backdrop.open{opacity:1;pointer-events:auto}.shop-filter-drawer{position:fixed;inset:0 0 0 auto;width:min(92vw,360px);background:#fff;transform:translateX(100%);transition:transform .28s ease;z-index:2501;display:flex;flex-direction:column}.shop-filter-drawer.open{transform:translateX(0)}.shop-filter-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08)}.shop-filter-drawer-title{font-weight:900;letter-spacing:.4px}.shop-filter-drawer-close{width:40px;height:40px;border-radius:999px;border:1px solid var(--color-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.shop-filter-drawer-body{padding:16px;overflow:auto}@media (max-width:991px){.shop-layout,.shop-layout.is-sidebar-collapsed{grid-template-columns:1fr}.shop-sidebar{display:none}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.shop-page{overflow-x:hidden}.shop-page .container{padding:0 12px}.shop-header{margin-bottom:14px}.shop-actions{gap:8px}.shop-filter-btn,.shop-search,.shop-sort{height:42px}.shop-results{display:grid;grid-gap:10px;gap:10px}.shop-range{font-size:.9rem;color:rgba(17,17,17,.6);font-weight:600}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shop-page:not(.shop-page-minimal) .product-card{border-radius:22px;background:#f8f5f5;padding:10px;box-shadow:0 10px 26px rgba(0,0,0,.035)}.shop-page:not(.shop-page-minimal) .product-image-area{background:#fff;border-radius:18px;padding:0;aspect-ratio:auto}.shop-page:not(.shop-page-minimal) .product-image-area:before{opacity:0}.shop-page:not(.shop-page-minimal) .product-image-frame{height:132px}.shop-page:not(.shop-page-minimal) .product-image{width:100%;height:100%;object-position:center;filter:none;object-fit:contain;transform:scale(1.12)}.shop-page:not(.shop-page-minimal) .product-badge{top:12px;left:12px;border-radius:999px;padding:6px 12px;font-size:10px;letter-spacing:.2em;box-shadow:0 10px 24px rgba(225,0,116,.22)}.shop-page:not(.shop-page-minimal) .product-cta-circle{position:absolute;top:12px;right:12px;width:34px;height:34px;box-shadow:0 10px 24px rgba(225,0,116,.22);transform:none;z-index:2}.shop-page:not(.shop-page-minimal) .product-cta-circle:hover{box-shadow:0 12px 26px rgba(225,0,116,.26)}.shop-page:not(.shop-page-minimal) .product-cta-circle:active{transform:scale(.96)}.shop-page:not(.shop-page-minimal) .product-content{padding:10px 4px 4px;gap:6px}.shop-page:not(.shop-page-minimal) .product-category-label{font-size:10px;letter-spacing:.22em}.shop-page:not(.shop-page-minimal) .product-name{font-size:15px;line-height:1.15;font-weight:600}.shop-page:not(.shop-page-minimal) .product-description{font-size:12px;line-height:1.35;color:#6f6f6f;-webkit-line-clamp:2;line-clamp:2}.shop-page:not(.shop-page-minimal) .product-footer-row{gap:12px}.shop-page:not(.shop-page-minimal) .product-price-row{flex-wrap:nowrap;white-space:nowrap;min-width:0}.shop-page:not(.shop-page-minimal) .price-current,.shop-page:not(.shop-page-minimal) .price-old{display:inline-flex;align-items:baseline;gap:4px;white-space:nowrap}.shop-page:not(.shop-page-minimal) .price-currency{font-size:.74em;letter-spacing:.06em;font-weight:800;color:rgba(17,17,17,.7)}.shop-page:not(.shop-page-minimal) .product-footer-row{border-top:none;padding-top:12px}.shop-page:not(.shop-page-minimal) .price-current{font-size:16px;font-weight:800;letter-spacing:-.04em;white-space:nowrap}.shop-page:not(.shop-page-minimal) .product-cta-circle{width:44px;height:44px;box-shadow:0 12px 24px rgba(225,0,116,.22)}.shop-page:not(.shop-page-minimal) .product-cta-circle:hover{transform:none;box-shadow:0 14px 30px rgba(225,0,116,.24)}.shop-page:not(.shop-page-minimal) .product-cta-circle:active{transform:scale(.98)}.shop-page:not(.shop-page-minimal) .product-card:hover{transform:none;box-shadow:0 10px 26px rgba(0,0,0,.035)}.shop-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.shop-page-btn{height:42px;padding:0 14px;border-radius:999px;border:1px solid var(--color-border);background:#fff;font-weight:800;cursor:pointer;white-space:nowrap}.shop-page-btn:disabled{opacity:.5;cursor:not-allowed}.shop-page-indicator{font-weight:800;color:rgba(17,17,17,.7);white-space:nowrap}}@media (min-width:1200px){.shop-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}