.shop-archive{display:grid;gap:22px}.shop-hero{border-radius:28px;padding:28px;background:linear-gradient(135deg,var(--brand-gradient-start),var(--brand-gradient-end));color:#fff;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,480px);gap:22px;align-items:center;box-shadow:0 22px 60px rgba(37,20,10,.18)}.shop-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700;margin-bottom:12px}.shop-hero h1{font-size:clamp(30px,5vw,52px);line-height:.95;font-weight:700;letter-spacing:-.045em;margin:0 0 10px}.shop-hero p{max-width:620px;color:rgba(255,255,255,.82);font-weight:500}.shop-hero-search{display:flex;align-items:center;gap:10px;background:#fff;border-radius:999px;padding:8px;box-shadow:0 18px 45px rgba(0,0,0,.14)}.shop-hero-search i{color:var(--brand-primary);margin-left:12px}.shop-hero-search input{border:0;outline:0;flex:1;min-width:0;color:var(--brand-text);font-weight:500}.shop-hero-search button,.shop-filter-button{border:0;border-radius:999px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-accent));color:#fff;font-weight:700;padding:11px 16px;box-shadow:0 12px 24px rgba(0,0,0,.12)}.shop-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start}.shop-filter-card{position:sticky;top:14px;background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:24px;padding:18px;box-shadow:0 16px 45px rgba(37,20,10,.07)}.shop-filter-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.shop-filter-head h2{font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}.shop-filter-head a{font-size:12px;font-weight:700;color:var(--brand-primary)}.shop-field{display:grid;gap:7px;margin-bottom:13px}.shop-field span,.shop-check span{font-size:12px;font-weight:700;color:var(--brand-muted)}.shop-field input,.shop-field select,.shop-sort-inline select{width:100%;height:42px;border:1px solid var(--brand-border);background:#fff;border-radius:14px;padding:0 12px;outline:0;font-weight:600;color:var(--brand-text)}.shop-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.shop-check{display:flex;align-items:center;gap:9px;padding:11px;border:1px solid var(--brand-border);border-radius:14px;margin-bottom:13px;background:color-mix(in srgb,var(--brand-primary-light) 40%,#fff)}.shop-check input{width:16px;height:16px;accent-color:var(--brand-primary)}.shop-filter-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.shop-results{min-width:0}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:20px;padding:12px 14px;margin-bottom:16px;box-shadow:0 12px 35px rgba(37,20,10,.05);font-size:14px;color:var(--brand-muted)}.shop-toolbar strong{color:var(--brand-text)}.shop-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.shop-product-card{background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:22px;overflow:hidden;box-shadow:0 16px 45px rgba(37,20,10,.07);transition:.2s ease}.shop-product-card:hover{transform:translateY(-3px);box-shadow:0 22px 55px rgba(37,20,10,.12)}.shop-product-image{height:210px;background:linear-gradient(135deg,var(--brand-primary-light),#fff);display:flex;align-items:center;justify-content:center;position:relative;color:var(--brand-primary);font-size:42px}.shop-product-image img{width:100%;height:100%;object-fit:cover}.shop-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-accent));color:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.shop-badge.danger{background:#9f1239}.shop-product-body{padding:14px}.shop-product-cat{font-size:11px;font-weight:800;color:var(--brand-primary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.shop-product-body h3{font-size:16px;line-height:1.25;font-weight:700;margin:0 0 10px;color:var(--brand-text)}.shop-product-body h3 a:hover{color:var(--brand-primary)}.shop-product-meta{display:flex;justify-content:space-between;gap:8px;color:var(--brand-muted);font-size:12px;margin-bottom:14px}.shop-product-meta i{color:var(--brand-primary)}.shop-product-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.shop-product-foot strong{font-size:17px;color:var(--brand-text)}.shop-product-foot button{width:38px;height:38px;border-radius:13px;border:0;background:linear-gradient(135deg,var(--brand-primary),var(--brand-accent));color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.12)}.shop-empty{background:var(--brand-surface);border:1px dashed var(--brand-border);border-radius:22px;padding:38px;text-align:center;color:var(--brand-muted)}.shop-empty i{font-size:34px;color:var(--brand-primary);margin-bottom:10px}.shop-empty h3{font-size:20px;font-weight:700;color:var(--brand-text)}.shop-pagination{display:flex;justify-content:center;gap:8px;margin-top:22px}.shop-pagination a{min-width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#fff;border:1px solid var(--brand-border);font-weight:700;color:var(--brand-text)}.shop-pagination a.active,.shop-pagination a:hover{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}@media(max-width:980px){.shop-hero{grid-template-columns:1fr}.shop-layout{grid-template-columns:1fr}.shop-filter-card{position:static}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.shop-hero{padding:22px;border-radius:22px}.shop-product-grid{grid-template-columns:1fr}.shop-toolbar{align-items:flex-start;flex-direction:column}.shop-sort-inline{width:100%}.shop-product-image{height:190px}}.shop-product-card{position:relative}.shop-wishlist-form{position:absolute;right:12px;top:12px;z-index:4;margin:0}.shop-wishlist-btn{width:36px;height:36px;border:0;border-radius:999px;background:rgba(255,255,255,.78);backdrop-filter:blur(8px);display:grid;place-items:center;color:var(--brand-text);box-shadow:0 10px 22px rgba(15,23,42,.08);transition:.18s ease}.shop-wishlist-btn:hover,.shop-wishlist-btn.is-saved{background:#fff;color:#e11d48;box-shadow:0 12px 24px rgba(225,29,72,.16)}.shop-wishlist-link{position:absolute;right:12px;top:12px;z-index:4;text-decoration:none}.shop-product-card.is-out-of-stock .shop-product-image img{filter:grayscale(1);opacity:.58}.shop-product-card.is-out-of-stock{background:#fff;box-shadow:0 10px 28px rgba(37,20,10,.045)}.shop-stock-text.is-empty{color:#be123c;font-weight:900}.shop-product-foot button:disabled{cursor:not-allowed;background:#9ca3af;box-shadow:none;filter:grayscale(1)}.shop-archive.is-category .shop-hero{background:radial-gradient(circle at 88% 22%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,var(--brand-gradient-start),var(--brand-gradient-end))}.shop-current-category{display:grid;gap:6px;margin-bottom:13px;padding:13px;border:1px solid color-mix(in srgb,var(--brand-primary) 18%,var(--brand-border));border-radius:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand-primary-light) 58%,#fff),#fff)}.shop-current-category span{font-size:12px;font-weight:800;color:var(--brand-muted)}.shop-current-category strong{font-size:15px;color:var(--brand-text)}.shop-current-category a{width:max-content;font-size:12px;font-weight:800;color:var(--brand-primary)}.shop-current-category a:hover{text-decoration:underline}.shop-archive,.shop-layout,.shop-results,.shop-filter-card{min-width:0;max-width:100%}.shop-filter-card *{box-sizing:border-box;min-width:0}.shop-filter-card input,.shop-filter-card select{max-width:100%}@media(max-width:820px){.shop-archive{gap:16px;overflow:hidden}.shop-hero{grid-template-columns:1fr!important;padding:22px!important;border-radius:22px!important;gap:16px!important;overflow:hidden}.shop-hero-search{width:100%;max-width:100%;border-radius:18px;padding:7px;gap:7px}.shop-hero-search i{margin-left:9px;flex:0 0 auto}.shop-hero-search button{padding:0;width:40px;height:40px;min-width:40px;display:grid;place-items:center;border-radius:14px;font-size:0}.shop-hero-search button i{margin:0;font-size:14px;color:#fff}.shop-layout{grid-template-columns:1fr!important;gap:16px!important;width:100%}.shop-filter-card{position:static!important;width:100%;padding:16px!important;border-radius:22px!important;overflow:hidden}.shop-filter-head{margin-bottom:12px}.shop-field{margin-bottom:11px}.shop-field input,.shop-field select,.shop-sort-inline select{height:41px;border-radius:13px;font-size:13px;padding-left:11px;padding-right:11px}.shop-check{padding:10px;border-radius:13px;align-items:flex-start}.shop-check span{line-height:1.35}.shop-filter-button{height:42px;padding:0 14px;border-radius:14px}}@media(max-width:430px){.shop-price-grid{grid-template-columns:1fr!important;gap:9px!important}.shop-filter-card{padding:14px!important;border-radius:20px!important}.shop-hero{padding:20px 18px!important}.shop-hero h1{font-size:30px!important;line-height:1!important}.shop-toolbar{border-radius:18px;padding:12px}}.shop-hero,.shop-layout,.shop-results{min-width:0;max-width:100%}.shop-hero-search{min-width:0;max-width:100%}@media(max-width:820px){.shop-hero-search{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.shop-hero-search input{width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.shop-product-card{border-radius:18px!important;min-width:0!important}.shop-product-image{height:auto!important;aspect-ratio:1/1!important;font-size:30px!important}.shop-product-body{padding:11px!important}.shop-product-cat{font-size:9.5px!important;margin-bottom:5px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-product-body h3{font-size:13px!important;line-height:1.28!important;min-height:34px!important;margin-bottom:8px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-product-meta{display:grid!important;gap:3px!important;font-size:10.5px!important;margin-bottom:10px!important}.shop-product-foot{align-items:flex-end!important;gap:7px!important}.shop-product-foot strong{font-size:13px!important;line-height:1.15!important;word-break:break-word}.shop-product-foot button{width:32px!important;height:32px!important;border-radius:11px!important;flex:0 0 32px!important}.shop-badge{top:9px!important;left:9px!important;font-size:9.5px!important;padding:4px 7px!important}.shop-wishlist-form,.shop-wishlist-link{right:9px!important;top:9px!important}.shop-wishlist-btn{width:30px!important;height:30px!important}}@media(max-width:380px){.shop-product-grid{gap:10px!important}.shop-product-body{padding:10px!important}.shop-product-body h3{font-size:12.5px!important;min-height:32px!important}.shop-product-foot strong{font-size:12.5px!important}.shop-product-foot button{width:30px!important;height:30px!important;flex-basis:30px!important}}@media(max-width:820px){.shop-hero-search{grid-template-columns:auto minmax(0,1fr)!important;padding-right:12px!important}.shop-hero-search button{display:none!important}.shop-hero-search input{padding-right:0!important}}