.product-card{position:relative;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:rgba(255,253,248,.72);box-shadow:var(--shadow-card);color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-card-link{display:grid;height:100%;color:inherit;text-decoration:none}.product-card:hover{border-color:color-mix(in srgb,var(--color-accent),transparent 40%);box-shadow:var(--shadow-soft);transform:translateY(-3px)}.product-media{display:grid;min-height:240px;place-items:center;background:radial-gradient(circle at 72% 24%,rgba(201,169,110,.22),transparent 12rem),linear-gradient(135deg,#ebe3d4,#f9f5ec)}.product-media img{width:100%;height:260px;object-fit:cover}.product-placeholder{font-family:var(--font-heading);font-size:2.2rem;color:rgba(23,24,41,.38)}.product-card-copy{display:grid;grid-gap:18px;gap:18px;padding:18px}.product-card h3{margin:0 0 6px;font-family:var(--font-heading);font-size:1.55rem;line-height:1}.product-card p{display:-webkit-box;min-height:44px;margin:0;overflow:hidden;color:var(--color-text-muted);font-size:.92rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.product-card-meta span{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;color:var(--color-text-muted);font-size:.66rem;font-weight:760;letter-spacing:.1em}.product-card-action,.product-card-meta span{border:1px solid var(--color-border);border-radius:999px;text-transform:uppercase}.product-card-action{position:absolute;right:16px;bottom:16px;z-index:1;min-height:40px;background:var(--color-surface-card);color:var(--color-text);cursor:pointer;font:inherit;font-size:.78rem;font-weight:780;letter-spacing:.08em;opacity:0;padding:0 16px;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,background .18s ease}.product-card:focus-within .product-card-action,.product-card:hover .product-card-action{opacity:1;transform:translateY(0)}.product-card-action:hover{background:var(--color-surface-alt)}.product-card-action:disabled{cursor:not-allowed;opacity:.62}.price-display{display:inline-flex;align-items:center;gap:10px}.price-display strong{color:var(--color-primary)}.price-display s{color:var(--color-text-muted)}.product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);grid-gap:clamp(24px,5vw,56px);gap:clamp(24px,5vw,56px);align-items:start}.product-detail-copy{display:grid;grid-gap:22px;gap:22px}.product-gallery{display:grid;grid-gap:14px;gap:14px}.product-gallery-main{display:grid;width:100%;min-height:clamp(360px,55vw,620px);overflow:hidden;place-items:center;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:radial-gradient(circle at 70% 20%,rgba(201,169,110,.2),transparent 14rem),var(--color-surface-alt)}.product-gallery-main--zoomable{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;color:inherit;cursor:zoom-in;font:inherit;text-align:inherit}.product-gallery-main:focus-visible,.product-lightbox button:focus-visible,.product-thumbs button:focus-visible,.product-thumbs-nav:focus-visible{outline:3px solid color-mix(in srgb,var(--color-accent),transparent 20%);outline-offset:3px}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-thumbs-shell{display:grid;grid-template-columns:minmax(42px,.08fr) minmax(0,1fr) minmax(42px,.08fr);grid-gap:10px;gap:10px;align-items:stretch}.product-thumbs{display:flex;gap:10px;min-width:0;overflow-x:auto;padding:3px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:thin}.product-thumbs button,.product-thumbs-nav,.variant-selector button{border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface-card),transparent 6%);color:var(--color-text);cursor:pointer}.product-thumbs button{flex:0 0 clamp(78px,18vw,118px);overflow:hidden;border-radius:var(--radius-md);padding:0;scroll-snap-align:center}.product-thumbs-nav{display:inline-flex;align-items:center;justify-content:center;min-height:88px;border-radius:var(--radius-md);padding:0 8px;font-size:.68rem;font-weight:780;letter-spacing:.08em;text-transform:uppercase}.product-lightbox-nav:disabled,.product-thumbs-nav:disabled{cursor:not-allowed;opacity:.38}.product-thumbs button.active,.variant-selector button.active{border-color:var(--color-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent),transparent 82%)}.product-thumbs img{width:100%;height:88px;object-fit:cover}.product-lightbox{position:fixed;z-index:1000;inset:0;padding:clamp(12px,2vw,24px);background:radial-gradient(circle at 20% 12%,rgba(255,255,255,.08),transparent 24rem),rgba(3,3,6,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.product-lightbox-shell{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(100%,1600px);height:min(100%,calc(100vh - clamp(24px, 4vw, 48px)));margin:0 auto;border:1px solid rgba(255,255,255,.12);border-radius:clamp(18px,2vw,28px);background:linear-gradient(180deg,rgba(20,19,24,.96),rgba(8,8,12,.94)),rgba(8,8,12,.96);box-shadow:0 28px 120px rgba(0,0,0,.38);overflow:hidden}.product-lightbox-footer,.product-lightbox-toolbar{display:grid;grid-gap:14px;gap:14px;padding:clamp(14px,1.6vw,22px)}.product-lightbox-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:start;border-bottom:1px solid rgba(255,255,255,.08)}.product-lightbox-actions,.product-lightbox-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.product-lightbox-meta strong{color:rgba(255,255,255,.96);font-size:.98rem;font-weight:760;letter-spacing:-.02em}.product-lightbox-caption,.product-lightbox-meta span{color:rgba(255,255,255,.66);font-size:.78rem;line-height:1.45}.product-lightbox-action,.product-lightbox-nav,.product-lightbox-thumbs button{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);color:#fff;cursor:pointer;font:inherit}.product-lightbox-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:999px;padding:0 14px;font-size:.72rem;font-weight:780;letter-spacing:.12em;text-transform:uppercase}.product-lightbox-action svg{flex:0 0 auto}.product-lightbox-stage{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-height:0}.product-lightbox-frame{display:grid;min-width:0;min-height:0;margin:0;overflow:auto;place-items:center;padding:clamp(12px,1.4vw,20px);background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.07),transparent 28rem),linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0));scrollbar-width:thin}.product-lightbox-frame img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.product-lightbox-shell--full .product-lightbox-frame{place-items:start center}.product-lightbox-shell--full .product-lightbox-frame img{max-width:none;max-height:none}.product-lightbox-nav{align-self:stretch;width:clamp(44px,4.5vw,62px);border-radius:0;border-top:0;border-bottom:0;font-size:clamp(1.05rem,1.5vw,1.4rem);font-weight:400;line-height:1}.product-lightbox-nav--previous{border-left:0}.product-lightbox-nav--next{border-right:0}.product-lightbox-footer{min-height:0;border-top:1px solid rgba(255,255,255,.08)}.product-lightbox-caption{margin:0}.product-lightbox-thumbs{display:flex;gap:10px;min-width:0;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.product-lightbox-thumbs button{flex:0 0 clamp(88px,8vw,110px);overflow:hidden;border-radius:14px;padding:0}.product-lightbox-thumbs button.active{border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent),transparent 80%)}.product-lightbox-thumbs img{display:block;width:100%;height:74px;object-fit:cover}.variant-selector{display:grid;grid-gap:10px;gap:10px}.variant-selector button{display:flex;align-items:center;justify-content:space-between;min-height:58px;border-radius:var(--radius-md);padding:12px 14px;text-align:left}.buy-box{display:grid;grid-template-columns:120px minmax(180px,auto);grid-gap:14px;gap:14px;align-items:end;padding:18px}.showcase-detail-panels{display:grid;grid-gap:12px;gap:12px}.showcase-detail-panels article{display:grid;grid-gap:8px;gap:8px;padding:18px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-surface-card),transparent 6%)}.showcase-detail-panels span{color:var(--color-accent-strong);font-size:.72rem;font-weight:780;letter-spacing:.14em;text-transform:uppercase}.showcase-detail-panels p{margin:0;color:var(--color-text-muted);line-height:1.65}.showcase-detail-panels a{width:-moz-fit-content;width:fit-content;color:var(--color-text);font-size:.88rem;font-weight:760;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb,var(--color-accent),transparent 45%);text-decoration-color:color-mix(in srgb,var(--color-accent),transparent 45%);text-underline-offset:5px}@media (max-width:920px){.buy-box,.product-detail{grid-template-columns:1fr}.product-lightbox{padding:10px}.product-lightbox-shell{height:calc(100vh - 20px);border-radius:18px}.product-lightbox-toolbar{grid-template-columns:1fr}.product-lightbox-stage{grid-template-columns:minmax(0,1fr)}.product-lightbox-nav{position:absolute;top:50%;z-index:2;width:44px;min-height:52px;border:1px solid rgba(255,255,255,.14);border-radius:999px;transform:translateY(-50%)}.product-lightbox-nav--previous{left:10px}.product-lightbox-nav--next{right:10px}}.product-card-kicker{display:block;margin-bottom:8px;color:var(--color-accent-strong);font-size:.68rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}[data-storefront-theme=minimal-fashion] .product-grid{gap:clamp(20px,2.4vw,32px)}[data-storefront-theme=minimal-fashion] .product-card{border-color:color-mix(in srgb,var(--mf-line) 78%,transparent);border-radius:16px;background:color-mix(in srgb,var(--mf-surface) 76%,transparent);box-shadow:none}[data-storefront-theme=minimal-fashion] .product-card:focus-within,[data-storefront-theme=minimal-fashion] .product-card:hover{border-color:var(--mf-accent);box-shadow:0 22px 50px rgba(43,35,27,.12);transform:translateY(-4px)}[data-storefront-theme=minimal-fashion] .product-media{min-height:0;overflow:hidden;border-radius:14px 14px 0 0;background:radial-gradient(circle at 70% 16%,rgba(255,253,248,.72),transparent 12rem),linear-gradient(135deg,var(--mf-surface-muted),var(--mf-canvas))}[data-storefront-theme=minimal-fashion] .product-media img{height:clamp(280px,31vw,440px);transition:transform .7s cubic-bezier(.22,1,.36,1)}[data-storefront-theme=minimal-fashion] .product-card:focus-within .product-media img,[data-storefront-theme=minimal-fashion] .product-card:hover .product-media img{transform:scale(1.035)}[data-storefront-theme=minimal-fashion] .product-card-copy{gap:16px;padding:20px}[data-storefront-theme=minimal-fashion] .product-card-kicker{color:var(--mf-muted);font-size:.66rem;letter-spacing:.16em}[data-storefront-theme=minimal-fashion] .product-card-meta span{border-radius:8px}[data-storefront-theme=minimal-fashion] .product-card h3{color:var(--mf-ink);font-size:clamp(1.45rem,2vw,2rem);font-weight:400;letter-spacing:-.04em;line-height:.96}[data-storefront-theme=minimal-fashion] .product-card p{color:var(--mf-ink-soft)}[data-storefront-theme=minimal-fashion] .price-display strong{color:var(--mf-accent-dark)}[data-storefront-theme=minimal-fashion] .product-card-action{right:18px;bottom:18px;border-color:color-mix(in srgb,var(--mf-line) 74%,transparent);border-radius:10px;background:color-mix(in srgb,var(--mf-ink) 94%,transparent);color:var(--mf-cream);box-shadow:0 16px 34px rgba(25,24,22,.18)}[data-storefront-theme=minimal-fashion] .product-card-action:hover{background:var(--mf-accent-dark)}[data-storefront-theme=minimal-fashion] .product-card[data-quick-add-state=added] .product-card-action{background:var(--mf-accent)}[data-storefront-theme=minimal-fashion] .product-detail{grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:clamp(28px,5vw,72px)}[data-storefront-theme=minimal-fashion] .product-detail-copy{position:-webkit-sticky;position:sticky;top:112px;gap:24px;padding:clamp(8px,2vw,24px) 0}[data-storefront-theme=minimal-fashion] .product-gallery{gap:16px}[data-storefront-theme=minimal-fashion] .product-gallery-main{min-height:clamp(480px,66vw,780px);border-color:color-mix(in srgb,var(--mf-line) 76%,transparent);border-radius:20px;background:var(--mf-surface-muted)}[data-storefront-theme=minimal-fashion] .product-thumbs{gap:12px}[data-storefront-theme=minimal-fashion] .product-thumbs button{overflow:hidden;border-color:color-mix(in srgb,var(--mf-line) 80%,transparent);border-radius:10px;background:var(--mf-surface)}[data-storefront-theme=minimal-fashion] .product-thumbs button.active,[data-storefront-theme=minimal-fashion] .variant-selector button.active{border-color:var(--mf-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--mf-accent) 18%,transparent)}[data-storefront-theme=minimal-fashion] .variant-selector button{border-color:color-mix(in srgb,var(--mf-line) 84%,transparent);border-radius:10px;background:color-mix(in srgb,var(--mf-surface) 86%,transparent)}[data-storefront-theme=minimal-fashion] .showcase-product-notes{border-color:color-mix(in srgb,var(--mf-line) 82%,transparent);border-radius:16px;background:color-mix(in srgb,var(--mf-surface) 82%,transparent)}[data-storefront-theme=minimal-fashion] .showcase-product-notes article{padding:18px}[data-storefront-theme=minimal-fashion] .showcase-detail-panels span,[data-storefront-theme=minimal-fashion] .showcase-product-notes span{color:var(--mf-muted)}[data-storefront-theme=minimal-fashion] .showcase-product-notes strong{font-family:var(--font-heading);font-size:1.18rem;font-weight:400;letter-spacing:-.025em}[data-storefront-theme=minimal-fashion] .showcase-detail-panels article{border-color:color-mix(in srgb,var(--mf-line) 82%,transparent);border-radius:14px;background:color-mix(in srgb,var(--mf-surface) 76%,transparent)}[data-storefront-theme=minimal-fashion] .buy-box{grid-template-columns:112px minmax(180px,1fr);border-color:color-mix(in srgb,var(--mf-line) 82%,transparent);border-radius:16px;background:color-mix(in srgb,var(--mf-surface) 88%,transparent)}[data-storefront-theme=noir-luxury] .product-grid,[data-storefront-theme=noir-luxury] .showcase-store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(22px,3vw,34px)}[data-storefront-theme=noir-luxury] .product-card{border-color:var(--nl-line);border-radius:12px;background:linear-gradient(180deg,rgba(23,17,15,.96),rgba(5,4,3,.98));box-shadow:none}[data-storefront-theme=noir-luxury] .product-card:focus-within,[data-storefront-theme=noir-luxury] .product-card:hover{border-color:var(--nl-gold-bright);box-shadow:0 24px 64px rgba(0,0,0,.42);transform:translateY(-3px)}[data-storefront-theme=noir-luxury] .product-media{min-height:0;overflow:hidden;border-radius:8px 8px 0 0;background:radial-gradient(circle at 52% 18%,rgba(200,164,93,.12),transparent 13rem),var(--nl-panel)}[data-storefront-theme=noir-luxury] .product-media img{height:clamp(330px,36vw,520px);filter:brightness(.76) saturate(.86);transition:filter .24s ease,transform .7s cubic-bezier(.22,1,.36,1)}[data-storefront-theme=noir-luxury] .product-card:focus-within .product-media img,[data-storefront-theme=noir-luxury] .product-card:hover .product-media img{filter:brightness(.92) saturate(.94);transform:scale(1.025)}[data-storefront-theme=noir-luxury] .product-card-copy{gap:18px;padding:20px}[data-storefront-theme=noir-luxury] .product-card-kicker{color:var(--nl-gold);font-size:.66rem;letter-spacing:.18em}[data-storefront-theme=noir-luxury] .product-card h3{color:var(--nl-pearl);font-size:clamp(1.1rem,1.7vw,1.65rem);font-weight:500;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}[data-storefront-theme=noir-luxury] .product-card p{color:var(--nl-pearl-soft)}[data-storefront-theme=noir-luxury] .product-card-meta span{border-color:var(--nl-line);background:rgba(200,164,93,.06);color:var(--nl-pearl-soft)}[data-storefront-theme=noir-luxury] .price-display strong{color:var(--nl-gold-bright)}[data-storefront-theme=noir-luxury] .product-card-action{right:18px;bottom:18px;border-color:var(--nl-gold);border-radius:4px;background:rgba(5,4,3,.84);color:var(--nl-gold-bright);box-shadow:0 18px 42px rgba(0,0,0,.34)}[data-storefront-theme=noir-luxury] .product-card-action:hover,[data-storefront-theme=noir-luxury] .product-card[data-quick-add-state=added] .product-card-action{background:var(--nl-gold);color:var(--nl-black)}[data-storefront-theme=noir-luxury] .product-detail{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:clamp(28px,5vw,70px)}[data-storefront-theme=noir-luxury] .product-detail-copy{gap:24px}[data-storefront-theme=noir-luxury] .product-gallery-main{min-height:clamp(500px,62vw,760px);border-color:var(--nl-line);border-radius:12px;background:radial-gradient(circle at 74% 14%,rgba(200,164,93,.14),transparent 16rem),var(--nl-panel)}[data-storefront-theme=noir-luxury] .product-thumbs button,[data-storefront-theme=noir-luxury] .variant-selector button{border-color:var(--nl-line);border-radius:6px;background:rgba(23,17,15,.88)}[data-storefront-theme=noir-luxury] .product-thumbs button.active,[data-storefront-theme=noir-luxury] .variant-selector button.active{border-color:var(--nl-gold-bright);box-shadow:0 0 0 4px rgba(200,164,93,.16)}[data-storefront-theme=noir-luxury] .buy-box,[data-storefront-theme=noir-luxury] .showcase-detail-panels article,[data-storefront-theme=noir-luxury] .showcase-product-notes{border-color:var(--nl-line);border-radius:8px;background:rgba(23,17,15,.84)}[data-storefront-theme=noir-luxury] .showcase-detail-panels span,[data-storefront-theme=noir-luxury] .showcase-product-notes span{color:var(--nl-gold);letter-spacing:.18em}[data-storefront-theme=noir-luxury] .showcase-product-notes strong{color:var(--nl-pearl)}[data-storefront-theme=noir-luxury] .showcase-detail-panels p{color:var(--nl-pearl-soft)}[data-storefront-theme=noir-luxury] .showcase-detail-panels a{color:var(--nl-gold-bright);-webkit-text-decoration-color:var(--nl-line);text-decoration-color:var(--nl-line)}[data-storefront-theme=pixel-foundry] .product-grid,[data-storefront-theme=pixel-foundry] .showcase-store-product-grid{gap:clamp(18px,2.2vw,28px)}[data-storefront-theme=pixel-foundry] .product-card{border-color:var(--pf-line);border-radius:24px;background:rgba(255,255,255,.88);box-shadow:none}[data-storefront-theme=pixel-foundry] .product-card:focus-within,[data-storefront-theme=pixel-foundry] .product-card:hover{border-color:var(--pf-cobalt);box-shadow:var(--shadow-soft);transform:translateY(-4px)}[data-storefront-theme=pixel-foundry] .product-media{min-height:0;overflow:hidden;border-radius:20px 20px 0 0;background:linear-gradient(rgba(36,87,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(36,87,255,.08) 1px,transparent 1px),var(--pf-surface-blue);background-size:20px 20px}[data-storefront-theme=pixel-foundry] .product-media img{height:clamp(250px,28vw,380px);transition:transform .46s cubic-bezier(.22,1,.36,1)}[data-storefront-theme=pixel-foundry] .product-card:focus-within .product-media img,[data-storefront-theme=pixel-foundry] .product-card:hover .product-media img{transform:translateY(-4px) scale(1.025)}[data-storefront-theme=pixel-foundry] .product-card-copy{gap:16px;padding:18px}[data-storefront-theme=pixel-foundry] .product-card-kicker{color:var(--pf-cobalt);font-size:.66rem;letter-spacing:.12em}[data-storefront-theme=pixel-foundry] .product-card h3{color:var(--pf-ink);font-family:var(--font-heading);font-size:clamp(1.25rem,1.8vw,1.75rem);font-weight:740;letter-spacing:-.04em;line-height:1.02}[data-storefront-theme=pixel-foundry] .product-card p{color:var(--pf-muted)}[data-storefront-theme=pixel-foundry] .product-card-meta span{border-color:rgba(36,87,255,.18);background:var(--pf-surface-blue);color:var(--pf-cobalt-dark);font-family:JetBrains Mono,IBM Plex Mono,monospace;letter-spacing:0}[data-storefront-theme=pixel-foundry] .product-card-meta span:first-child{background:rgba(183,255,74,.42);color:var(--pf-ink)}[data-storefront-theme=pixel-foundry] .price-display strong{color:var(--pf-cobalt)}[data-storefront-theme=pixel-foundry] .product-card-action{right:18px;bottom:18px;border-color:var(--pf-cobalt);border-radius:12px;background:var(--pf-cobalt);color:#ffffff;box-shadow:0 18px 38px rgba(36,87,255,.22)}[data-storefront-theme=pixel-foundry] .product-card-action:hover,[data-storefront-theme=pixel-foundry] .product-card[data-quick-add-state=added] .product-card-action{background:var(--pf-cobalt-dark)}[data-storefront-theme=pixel-foundry] .product-detail{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:clamp(28px,5vw,70px)}[data-storefront-theme=pixel-foundry] .product-gallery-main{min-height:clamp(460px,58vw,700px);border-color:var(--pf-line);border-radius:28px;background:linear-gradient(rgba(36,87,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(36,87,255,.08) 1px,transparent 1px),var(--pf-surface-blue);background-size:24px 24px}[data-storefront-theme=pixel-foundry] .product-thumbs button,[data-storefront-theme=pixel-foundry] .variant-selector button{border-color:var(--pf-line);border-radius:16px;background:rgba(255,255,255,.9)}[data-storefront-theme=pixel-foundry] .product-thumbs button.active,[data-storefront-theme=pixel-foundry] .variant-selector button.active{border-color:var(--pf-cobalt);box-shadow:0 0 0 4px rgba(36,87,255,.14)}[data-storefront-theme=pixel-foundry] .buy-box,[data-storefront-theme=pixel-foundry] .showcase-detail-panels article,[data-storefront-theme=pixel-foundry] .showcase-product-notes{border-color:var(--pf-line);border-radius:22px;background:rgba(255,255,255,.88)}[data-storefront-theme=pixel-foundry] .showcase-detail-panels span,[data-storefront-theme=pixel-foundry] .showcase-product-notes span{color:var(--pf-cobalt)}[data-storefront-theme=pixel-foundry] .showcase-detail-panels a{color:var(--pf-cobalt);-webkit-text-decoration-color:rgba(36,87,255,.28);text-decoration-color:rgba(36,87,255,.28)}[data-storefront-theme=lumi-skincare] .product-grid,[data-storefront-theme=lumi-skincare] .showcase-store-product-grid{gap:clamp(18px,2.2vw,28px)}[data-storefront-theme=lumi-skincare] .product-card{border-color:var(--ls-line);border-radius:28px;background:rgba(255,250,245,.84);box-shadow:none}[data-storefront-theme=lumi-skincare] .product-card:focus-within,[data-storefront-theme=lumi-skincare] .product-card:hover{border-color:rgba(82,111,88,.4);box-shadow:var(--shadow-soft);transform:translateY(-4px)}[data-storefront-theme=lumi-skincare] .product-media{min-height:0;overflow:hidden;border-radius:24px 24px 0 0;background:radial-gradient(circle at 70% 18%,rgba(139,166,143,.18),transparent 12rem),var(--ls-blush-soft)}[data-storefront-theme=lumi-skincare] .product-media img{height:clamp(280px,30vw,430px);object-position:center;transition:transform .56s cubic-bezier(.22,1,.36,1)}[data-storefront-theme=lumi-skincare] .product-card:focus-within .product-media img,[data-storefront-theme=lumi-skincare] .product-card:hover .product-media img{transform:scale(1.025)}[data-storefront-theme=lumi-skincare] .product-card-copy{gap:16px;padding:20px}[data-storefront-theme=lumi-skincare] .product-card-kicker{color:var(--ls-clay);font-size:.66rem;letter-spacing:.14em}[data-storefront-theme=lumi-skincare] .product-card h3{color:var(--ls-ink);font-family:var(--font-heading);font-size:clamp(1.35rem,1.9vw,1.9rem);font-weight:520;letter-spacing:-.04em;line-height:1.02}[data-storefront-theme=lumi-skincare] .product-card p{color:var(--ls-ink-soft)}.product-card-lumi-signal{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:8px 0 10px;color:var(--ls-sage-dark);font-size:.74rem;font-weight:760;text-transform:capitalize}.product-card-lumi-signal strong{color:var(--ls-clay);font-weight:820}[data-storefront-theme=lumi-skincare] .product-card-meta span{border-color:rgba(139,166,143,.24);background:rgba(139,166,143,.1);color:var(--ls-sage-dark);letter-spacing:.08em}[data-storefront-theme=lumi-skincare] .price-display strong{color:var(--ls-clay)}[data-storefront-theme=lumi-skincare] .product-card-action{right:18px;bottom:18px;border-color:var(--ls-sage-dark);border-radius:999px;background:var(--ls-ink);color:var(--ls-porcelain);box-shadow:0 18px 38px rgba(82,111,88,.18)}[data-storefront-theme=lumi-skincare] .product-card-action:hover,[data-storefront-theme=lumi-skincare] .product-card[data-quick-add-state=added] .product-card-action{background:var(--ls-sage-dark)}[data-storefront-theme=lumi-skincare] .product-detail{grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:clamp(28px,5vw,70px)}[data-storefront-theme=lumi-skincare] .product-gallery-main{min-height:clamp(480px,60vw,740px);border-color:var(--ls-line);border-radius:36px;background:radial-gradient(circle at 76% 18%,rgba(139,166,143,.14),transparent 16rem),var(--ls-blush-soft)}[data-storefront-theme=lumi-skincare] .product-thumbs button,[data-storefront-theme=lumi-skincare] .variant-selector button{border-color:var(--ls-line);border-radius:18px;background:rgba(255,250,245,.9)}[data-storefront-theme=lumi-skincare] .product-thumbs button.active,[data-storefront-theme=lumi-skincare] .variant-selector button.active{border-color:var(--ls-sage);box-shadow:0 0 0 4px rgba(139,166,143,.16)}[data-storefront-theme=lumi-skincare] .buy-box,[data-storefront-theme=lumi-skincare] .showcase-detail-panels article,[data-storefront-theme=lumi-skincare] .showcase-product-notes{border-color:var(--ls-line);border-radius:24px;background:rgba(255,250,245,.84)}[data-storefront-theme=lumi-skincare] .showcase-product-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}[data-storefront-theme=lumi-skincare] .showcase-product-notes article{display:grid;align-content:start;grid-gap:8px;gap:8px;min-width:0;padding:16px}[data-storefront-theme=lumi-skincare] .showcase-product-notes article+article{border-left:1px solid var(--ls-line)}[data-storefront-theme=lumi-skincare] .showcase-detail-panels span,[data-storefront-theme=lumi-skincare] .showcase-product-notes span{color:var(--ls-sage-dark)}[data-storefront-theme=lumi-skincare] .showcase-product-notes strong{color:var(--ls-ink);line-height:1.25;overflow-wrap:anywhere;text-transform:capitalize}[data-storefront-theme=lumi-skincare] .showcase-detail-panels p{color:var(--ls-ink-soft)}[data-storefront-theme=lumi-skincare] .showcase-detail-panels a{color:var(--ls-sage-dark);-webkit-text-decoration-color:rgba(139,166,143,.32);text-decoration-color:rgba(139,166,143,.32)}[data-storefront-theme=lumi-skincare] .lumi-plan-select{min-height:54px;border-color:var(--ls-line);border-radius:18px;background:rgba(255,250,245,.96);color:var(--ls-ink);font-weight:760}[data-storefront-theme=lumi-skincare] .lumi-plan-select:focus{border-color:var(--ls-sage);box-shadow:0 0 0 4px rgba(139,166,143,.16)}.lumi-ingredient-list{display:grid;grid-gap:10px;gap:10px}.lumi-ingredient-list p{display:grid;grid-gap:2px;gap:2px}.lumi-ingredient-list strong{color:var(--ls-ink);font-family:var(--font-heading);font-size:1.08rem;font-weight:520}.lumi-highlight-row{display:flex;flex-wrap:wrap;gap:8px}.lumi-highlight-row strong{display:inline-flex;min-height:30px;align-items:center;border:1px solid rgba(139,166,143,.24);border-radius:999px;background:rgba(139,166,143,.1);color:var(--ls-sage-dark);font-size:.66rem;font-weight:820;letter-spacing:.08em;padding:0 10px;text-transform:uppercase}[data-storefront-theme=nova-tech] .product-grid,[data-storefront-theme=nova-tech] .showcase-store-product-grid{gap:clamp(18px,2.2vw,28px)}[data-storefront-theme=nova-tech] .product-card{border-color:var(--nt-line);border-radius:26px;background:rgba(248,251,255,.86);box-shadow:none}[data-storefront-theme=nova-tech] .product-card:focus-within,[data-storefront-theme=nova-tech] .product-card:hover{border-color:rgba(20,115,255,.42);box-shadow:var(--shadow-soft);transform:translateY(-4px)}[data-storefront-theme=nova-tech] .product-media{min-height:0;overflow:hidden;border-radius:22px 22px 0 0;background:linear-gradient(rgba(20,115,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(20,115,255,.06) 1px,transparent 1px),var(--nt-panel);background-size:24px 24px}[data-storefront-theme=nova-tech] .product-media img{height:clamp(280px,30vw,430px);object-position:center;transition:transform .56s cubic-bezier(.22,1,.36,1)}[data-storefront-theme=nova-tech] .product-card:focus-within .product-media img,[data-storefront-theme=nova-tech] .product-card:hover .product-media img{transform:scale(1.025)}[data-storefront-theme=nova-tech] .product-card-copy{gap:16px;padding:20px}[data-storefront-theme=nova-tech] .product-card-kicker{color:var(--nt-blue);font-size:.66rem;letter-spacing:.14em}[data-storefront-theme=nova-tech] .product-card h3{color:var(--nt-ink);font-family:var(--font-heading);font-size:clamp(1.25rem,1.8vw,1.8rem);font-weight:820;letter-spacing:-.05em;line-height:1.02}[data-storefront-theme=nova-tech] .product-card p{color:var(--nt-ink-soft)}.product-card-nova-signal{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:8px 0 10px;color:var(--nt-muted);font-size:.74rem;font-weight:760}.product-card-nova-signal strong{color:var(--nt-blue-dark);font-weight:860}.product-card-nova-signal em{color:var(--nt-ink);font-style:normal;font-weight:860}[data-storefront-theme=nova-tech] .product-card-meta span{border-color:rgba(20,115,255,.22);background:rgba(20,115,255,.08);color:var(--nt-blue-dark);letter-spacing:.06em}[data-storefront-theme=nova-tech] .price-display strong{color:var(--nt-blue)}[data-storefront-theme=nova-tech] .product-card-action{right:18px;bottom:18px;border-color:var(--nt-blue);border-radius:14px;background:var(--nt-ink);color:var(--nt-ice);box-shadow:0 18px 38px rgba(20,115,255,.18)}[data-storefront-theme=nova-tech] .product-card-action:hover,[data-storefront-theme=nova-tech] .product-card[data-quick-add-state=added] .product-card-action{background:var(--nt-blue)}[data-storefront-theme=nova-tech] .product-detail{grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:clamp(28px,5vw,70px)}[data-storefront-theme=nova-tech] .product-detail-copy{position:-webkit-sticky;position:sticky;top:104px;gap:22px}[data-storefront-theme=nova-tech] .product-gallery-main{min-height:clamp(480px,60vw,740px);border-color:var(--nt-line);border-radius:34px;background:radial-gradient(circle at 76% 18%,rgba(20,115,255,.14),transparent 16rem),var(--nt-panel)}[data-storefront-theme=nova-tech] .product-thumbs button,[data-storefront-theme=nova-tech] .variant-selector button{border-color:var(--nt-line);border-radius:16px;background:rgba(248,251,255,.9)}[data-storefront-theme=nova-tech] .product-thumbs button.active,[data-storefront-theme=nova-tech] .variant-selector button.active{border-color:var(--nt-blue);box-shadow:0 0 0 4px rgba(20,115,255,.14)}[data-storefront-theme=nova-tech] .buy-box,[data-storefront-theme=nova-tech] .showcase-detail-panels article,[data-storefront-theme=nova-tech] .showcase-product-notes{border-color:var(--nt-line);border-radius:22px;background:rgba(248,251,255,.86)}[data-storefront-theme=nova-tech] .showcase-product-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}[data-storefront-theme=nova-tech] .showcase-product-notes article{display:grid;align-content:start;grid-gap:8px;gap:8px;min-width:0;padding:16px}[data-storefront-theme=nova-tech] .showcase-product-notes article+article{border-left:1px solid var(--nt-line)}[data-storefront-theme=nova-tech] .showcase-detail-panels span,[data-storefront-theme=nova-tech] .showcase-product-notes span{color:var(--nt-blue-dark)}[data-storefront-theme=nova-tech] .showcase-product-notes strong{color:var(--nt-ink);line-height:1.25;overflow-wrap:anywhere}[data-storefront-theme=nova-tech] .showcase-detail-panels p{color:var(--nt-ink-soft)}[data-storefront-theme=nova-tech] .showcase-detail-panels a{color:var(--nt-blue-dark);-webkit-text-decoration-color:rgba(20,115,255,.32);text-decoration-color:rgba(20,115,255,.32)}[data-storefront-theme=nova-tech] .nova-config-select{min-height:54px;border-color:var(--nt-line);border-radius:16px;background:rgba(248,251,255,.96);color:var(--nt-ink);font-weight:760}[data-storefront-theme=nova-tech] .nova-config-select:focus{border-color:var(--nt-blue);box-shadow:0 0 0 4px rgba(20,115,255,.14)}.nova-feature-list,.nova-spec-table,.nova-warranty-row{display:grid;grid-gap:10px;gap:10px}.nova-feature-list p{display:grid;grid-gap:4px;gap:4px}.nova-feature-list strong{color:var(--nt-ink);font-family:var(--font-heading);font-size:1.05rem;font-weight:820}.nova-spec-table p{display:grid;grid-template-columns:minmax(100px,.42fr) minmax(0,.58fr);grid-gap:12px;gap:12px;margin:0;padding:10px 0;border-bottom:1px solid rgba(199,210,226,.72)}.nova-spec-table p:last-child{border-bottom:0}.nova-spec-table strong{color:var(--nt-ink);font-size:.78rem;font-weight:860}.nova-spec-table span{color:var(--nt-ink-soft);font-size:.9rem;letter-spacing:0;text-transform:none}.nova-chip-row,.nova-warranty-row{display:flex;flex-wrap:wrap;gap:8px}.nova-chip-row strong,.nova-warranty-row strong{display:inline-flex;min-height:30px;align-items:center;border:1px solid rgba(20,115,255,.22);border-radius:999px;background:rgba(20,115,255,.08);color:var(--nt-blue-dark);font-size:.66rem;font-weight:840;letter-spacing:.08em;padding:0 10px;text-transform:uppercase}[data-storefront-theme=sneaker-marketplace] .product-grid,[data-storefront-theme=sneaker-marketplace] .showcase-store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2vw,28px)}[data-storefront-theme=sneaker-marketplace] .product-card{border-color:var(--sm-line);border-radius:0;background:linear-gradient(180deg,rgba(23,27,34,.96),rgba(8,9,11,.98)),var(--sm-asphalt);box-shadow:none}[data-storefront-theme=sneaker-marketplace] .product-card:focus-within,[data-storefront-theme=sneaker-marketplace] .product-card:hover{border-color:var(--sm-volt);box-shadow:var(--shadow-soft);transform:translateY(-4px)}[data-storefront-theme=sneaker-marketplace] .product-media{position:relative;min-height:0;overflow:hidden;border-radius:0;background:linear-gradient(rgba(199,255,46,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(199,255,46,.06) 1px,transparent 1px),var(--sm-asphalt);background-size:22px 22px}[data-storefront-theme=sneaker-marketplace] .product-media img{height:clamp(360px,38vw,540px);object-position:center;transition:transform .54s cubic-bezier(.22,1,.36,1)}[data-storefront-theme=sneaker-marketplace] .product-card:focus-within .product-media img,[data-storefront-theme=sneaker-marketplace] .product-card:hover .product-media img{transform:scale(1.035) rotate(-.6deg)}.product-card-drop-badge{position:absolute;top:12px;left:12px;display:inline-flex;min-height:30px;align-items:center;background:var(--sm-volt);color:#08090b;font-size:.66rem;font-weight:900;letter-spacing:.14em;padding:0 10px;text-transform:uppercase}[data-storefront-theme=sneaker-marketplace] .product-card-copy{gap:16px;padding:18px}[data-storefront-theme=sneaker-marketplace] .product-card-kicker{color:var(--sm-volt);font-size:.66rem;letter-spacing:.14em}[data-storefront-theme=sneaker-marketplace] .product-card h3{color:var(--sm-ink);font-family:var(--font-heading);font-size:clamp(1.2rem,1.8vw,1.8rem);font-weight:900;letter-spacing:-.055em;line-height:.95;text-transform:uppercase}[data-storefront-theme=sneaker-marketplace] .product-card p{color:var(--sm-muted)}.product-card-sneaker-signal{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:8px 0 10px;color:var(--sm-muted);font-size:.76rem;font-weight:760;text-transform:uppercase}.product-card-sneaker-signal strong{color:var(--sm-volt)}[data-storefront-theme=sneaker-marketplace] .product-card-meta span{border-color:rgba(199,255,46,.24);border-radius:0;background:rgba(199,255,46,.08);color:var(--sm-volt);letter-spacing:.1em}.product-card-size-strip{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}.product-card-size-strip span{display:inline-flex;min-width:32px;min-height:28px;align-items:center;justify-content:center;border:1px solid var(--sm-line);color:var(--sm-muted);font-size:.68rem;font-weight:850}.product-card-size-strip span[data-size-status=available]{border-color:rgba(246,247,242,.22);color:var(--sm-ink)}.product-card-size-strip span[data-size-status=low]{border-color:rgba(255,107,26,.5);color:var(--sm-orange)}.product-card-size-strip span[data-size-status=sold-out]{color:rgba(156,162,166,.48);text-decoration:line-through}[data-storefront-theme=sneaker-marketplace] .price-display strong{color:var(--sm-volt)}[data-storefront-theme=sneaker-marketplace] .product-card-action{right:16px;bottom:16px;border-color:var(--sm-volt);border-radius:999px;background:var(--sm-volt);color:#08090b;box-shadow:0 18px 38px rgba(199,255,46,.18)}[data-storefront-theme=sneaker-marketplace] .product-card-action:hover,[data-storefront-theme=sneaker-marketplace] .product-card[data-quick-add-state=added] .product-card-action{background:var(--sm-ink)}[data-storefront-theme=sneaker-marketplace] .product-detail{grid-template-columns:minmax(0,1.14fr) minmax(340px,.86fr);gap:clamp(28px,5vw,70px)}[data-storefront-theme=sneaker-marketplace] .product-gallery-main{min-height:clamp(520px,62vw,780px);border-color:var(--sm-line);border-radius:0;background:linear-gradient(rgba(199,255,46,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(199,255,46,.06) 1px,transparent 1px),var(--sm-asphalt);background-size:24px 24px}[data-storefront-theme=sneaker-marketplace] .product-thumbs button,[data-storefront-theme=sneaker-marketplace] .variant-selector button{border-color:var(--sm-line);border-radius:0;background:rgba(246,247,242,.05)}[data-storefront-theme=sneaker-marketplace] .product-thumbs button.active,[data-storefront-theme=sneaker-marketplace] .variant-selector button.active{border-color:var(--sm-volt);box-shadow:0 0 0 4px rgba(199,255,46,.14)}[data-storefront-theme=sneaker-marketplace] .buy-box,[data-storefront-theme=sneaker-marketplace] .showcase-detail-panels article,[data-storefront-theme=sneaker-marketplace] .showcase-product-notes{border-color:var(--sm-line);border-radius:0;background:rgba(17,19,24,.86)}[data-storefront-theme=sneaker-marketplace] .showcase-product-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}[data-storefront-theme=sneaker-marketplace] .showcase-product-notes article{display:grid;align-content:start;grid-gap:8px;gap:8px;min-width:0;padding:16px}[data-storefront-theme=sneaker-marketplace] .showcase-product-notes article+article{border-left:1px solid var(--sm-line)}[data-storefront-theme=sneaker-marketplace] .showcase-detail-panels span,[data-storefront-theme=sneaker-marketplace] .showcase-product-notes span{color:var(--sm-volt)}[data-storefront-theme=sneaker-marketplace] .showcase-product-notes strong{color:var(--sm-ink);line-height:1.25;overflow-wrap:anywhere;text-transform:uppercase}[data-storefront-theme=sneaker-marketplace] .sneaker-size-select{min-height:54px;border-radius:0;background:rgba(17,19,24,.96);color:var(--sm-ink);font-weight:760}[data-storefront-theme=sneaker-marketplace] .sneaker-size-select:focus{border-color:var(--sm-volt);box-shadow:0 0 0 4px rgba(199,255,46,.14)}[data-storefront-theme=sneaker-marketplace] .showcase-detail-panels p{color:var(--sm-muted)}[data-storefront-theme=sneaker-marketplace] .showcase-detail-panels a{color:var(--sm-volt);-webkit-text-decoration-color:rgba(199,255,46,.32);text-decoration-color:rgba(199,255,46,.32)}.sneaker-size-matrix{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.sneaker-size-matrix span{display:grid;grid-gap:2px;gap:2px;border:1px solid var(--sm-line);padding:9px;color:var(--sm-muted);font-size:.66rem;text-transform:uppercase}.sneaker-size-matrix strong{color:var(--sm-ink);font-size:1rem}.sneaker-size-matrix span[data-size-status=low]{border-color:rgba(255,107,26,.52);color:var(--sm-orange)}.sneaker-size-matrix span[data-size-status=sold-out]{opacity:.48}.sneaker-badge-row{display:flex;flex-wrap:wrap;gap:8px}.sneaker-badge-row strong{display:inline-flex;min-height:28px;align-items:center;border:1px solid rgba(199,255,46,.24);padding:0 8px;color:var(--sm-volt);font-size:.64rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}@media (max-width:920px){[data-storefront-theme=lumi-skincare] .buy-box,[data-storefront-theme=lumi-skincare] .product-detail,[data-storefront-theme=minimal-fashion] .buy-box,[data-storefront-theme=minimal-fashion] .product-detail,[data-storefront-theme=noir-luxury] .buy-box,[data-storefront-theme=noir-luxury] .product-detail,[data-storefront-theme=nova-tech] .buy-box,[data-storefront-theme=nova-tech] .product-detail,[data-storefront-theme=pixel-foundry] .buy-box,[data-storefront-theme=pixel-foundry] .product-detail,[data-storefront-theme=sneaker-marketplace] .buy-box,[data-storefront-theme=sneaker-marketplace] .product-detail{grid-template-columns:1fr}[data-storefront-theme=minimal-fashion] .product-detail-copy,[data-storefront-theme=nova-tech] .product-detail-copy{position:static}[data-storefront-theme=lumi-skincare] .product-grid,[data-storefront-theme=lumi-skincare] .showcase-store-product-grid,[data-storefront-theme=noir-luxury] .product-grid,[data-storefront-theme=noir-luxury] .showcase-store-product-grid,[data-storefront-theme=nova-tech] .product-grid,[data-storefront-theme=nova-tech] .showcase-store-product-grid,[data-storefront-theme=pixel-foundry] .product-grid,[data-storefront-theme=pixel-foundry] .showcase-store-product-grid,[data-storefront-theme=sneaker-marketplace] .product-grid,[data-storefront-theme=sneaker-marketplace] .showcase-store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){[data-storefront-theme=lumi-skincare] .product-card-action,[data-storefront-theme=minimal-fashion] .product-card-action,[data-storefront-theme=noir-luxury] .product-card-action,[data-storefront-theme=nova-tech] .product-card-action,[data-storefront-theme=pixel-foundry] .product-card-action,[data-storefront-theme=sneaker-marketplace] .product-card-action{position:static;width:calc(100% - 40px);margin:0 20px 20px;opacity:1;transform:none}[data-storefront-theme=minimal-fashion] .product-media img{height:340px}[data-storefront-theme=lumi-skincare] .product-grid,[data-storefront-theme=lumi-skincare] .showcase-product-notes,[data-storefront-theme=lumi-skincare] .showcase-store-product-grid,[data-storefront-theme=noir-luxury] .product-grid,[data-storefront-theme=noir-luxury] .showcase-store-product-grid,[data-storefront-theme=pixel-foundry] .product-grid,[data-storefront-theme=pixel-foundry] .showcase-store-product-grid,[data-storefront-theme=sneaker-marketplace] .product-grid,[data-storefront-theme=sneaker-marketplace] .showcase-product-notes,[data-storefront-theme=sneaker-marketplace] .showcase-store-product-grid{grid-template-columns:1fr}[data-storefront-theme=lumi-skincare] .showcase-product-notes article+article,[data-storefront-theme=sneaker-marketplace] .showcase-product-notes article+article{border-top:1px solid var(--sm-line);border-left:0}[data-storefront-theme=lumi-skincare] .showcase-product-notes article+article{border-top-color:var(--ls-line)}}[data-storefront-theme=parisian-patisserie] .product-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:start}[data-storefront-theme=parisian-patisserie] .product-grid .product-card{grid-column:span 3}[data-storefront-theme=parisian-patisserie] .product-grid .product-card:nth-child(5n+1){grid-column:span 5}[data-storefront-theme=parisian-patisserie] .product-grid .product-card:nth-child(5n+3){grid-column:span 4;margin-top:48px}[data-storefront-theme=parisian-patisserie] .product-grid .product-card:nth-child(5n){margin-top:84px}[data-storefront-theme=parisian-patisserie] .product-card{border:0;border-radius:0;background:transparent;box-shadow:none}[data-storefront-theme=parisian-patisserie] .product-card:hover{border-color:transparent;box-shadow:none;transform:none}[data-storefront-theme=parisian-patisserie] .product-media{min-height:0;overflow:hidden;background:var(--color-surface-alt)}[data-storefront-theme=parisian-patisserie] .product-media img{height:clamp(300px,35vw,520px);transition:transform .7s cubic-bezier(.22,1,.36,1)}[data-storefront-theme=parisian-patisserie] .product-card[data-product-family=gateaux-a-partager] .product-media img{height:clamp(360px,42vw,620px)}[data-storefront-theme=parisian-patisserie] .product-card:hover .product-media img{transform:scale(1.035)}[data-storefront-theme=parisian-patisserie] .product-card-copy{gap:14px;padding:14px 0 0}[data-storefront-theme=parisian-patisserie] .product-card h3{font-size:clamp(1.45rem,2vw,2rem);font-weight:520;letter-spacing:-.035em}[data-storefront-theme=parisian-patisserie] .product-card:hover h3{color:var(--color-accent-strong)}[data-storefront-theme=parisian-patisserie] .product-card p{color:var(--color-text-muted)}[data-storefront-theme=parisian-patisserie] .price-display strong{color:var(--color-primary)}[data-storefront-theme=parisian-patisserie] .product-detail{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}[data-storefront-theme=parisian-patisserie] .product-gallery-main{border:0;border-radius:0;background:var(--color-surface-alt)}[data-storefront-theme=parisian-patisserie] .product-thumbs button,[data-storefront-theme=parisian-patisserie] .variant-selector button{border-radius:0;box-shadow:none}[data-storefront-theme=parisian-patisserie] .product-thumbs button.active,[data-storefront-theme=parisian-patisserie] .variant-selector button.active{border-color:var(--color-accent-strong);box-shadow:inset 0 -4px 0 var(--color-accent)}[data-storefront-theme=parisian-patisserie] .product-detail-copy{gap:24px;padding-top:clamp(8px,4vw,48px)}[data-storefront-theme=parisian-patisserie] .patisserie-product-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}[data-storefront-theme=parisian-patisserie] .patisserie-product-notes article{display:grid;grid-gap:6px;gap:6px;padding:16px 12px}[data-storefront-theme=parisian-patisserie] .patisserie-product-notes article+article{border-left:1px solid var(--color-border)}[data-storefront-theme=parisian-patisserie] .patisserie-product-notes span{color:var(--color-accent-strong);font-size:.68rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}[data-storefront-theme=parisian-patisserie] .patisserie-product-notes strong{color:var(--color-primary);font-family:var(--font-heading);font-size:1.2rem;font-weight:520;line-height:1.05}[data-storefront-theme=parisian-patisserie] .buy-box{border:1px solid var(--color-border);border-radius:0;background:color-mix(in srgb,var(--color-surface),transparent 3%);box-shadow:none}@media (max-width:1040px){[data-storefront-theme=parisian-patisserie] .product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}[data-storefront-theme=parisian-patisserie] .product-grid .product-card,[data-storefront-theme=parisian-patisserie] .product-grid .product-card:nth-child(5n+1),[data-storefront-theme=parisian-patisserie] .product-grid .product-card:nth-child(5n+3){grid-column:span 3;margin-top:0}}@media (max-width:680px){[data-storefront-theme=parisian-patisserie] .product-grid{grid-template-columns:1fr}[data-storefront-theme=parisian-patisserie] .product-grid .product-card,[data-storefront-theme=parisian-patisserie] .product-grid .product-card:nth-child(5n),[data-storefront-theme=parisian-patisserie] .product-grid .product-card:nth-child(5n+1),[data-storefront-theme=parisian-patisserie] .product-grid .product-card:nth-child(5n+3){grid-column:auto;margin-top:0}[data-storefront-theme=parisian-patisserie] .patisserie-product-notes{grid-template-columns:1fr}[data-storefront-theme=parisian-patisserie] .patisserie-product-notes article+article{border-top:1px solid var(--color-border);border-left:0}}.product-card-artisan-signal,.product-card-grocery-signal,.product-card-tiny-signal,.showcase-chip-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:8px 0 10px}.product-card-artisan-signal,.product-card-grocery-signal,.product-card-tiny-signal{font-size:.74rem;font-weight:760}.product-card-artisan-signal strong,.product-card-grocery-signal strong,.product-card-tiny-signal strong{font-weight:840}.product-card-grocery-signal em,.product-card-tiny-signal em{font-style:normal;font-weight:820}.showcase-chip-row strong{display:inline-flex;min-height:30px;align-items:center;border-radius:999px;font-size:.66rem;font-weight:820;letter-spacing:.08em;padding:0 10px;text-transform:uppercase}.showcase-field-list{display:grid;grid-gap:10px;gap:10px}.showcase-field-list p{display:grid;grid-gap:4px;gap:4px;margin:0}.showcase-field-list strong{color:var(--color-text);font-size:.92rem;font-weight:820}.showcase-field-list span{color:var(--color-text-muted);font-size:.8rem;letter-spacing:0;text-transform:none}[data-storefront-theme=artisan-market] .product-grid,[data-storefront-theme=artisan-market] .showcase-store-product-grid{gap:clamp(20px,2.4vw,30px)}[data-storefront-theme=artisan-market] .product-card{border-color:var(--am-line);border-radius:22px;background:rgba(252,247,240,.88);box-shadow:none}[data-storefront-theme=artisan-market] .product-card:focus-within,[data-storefront-theme=artisan-market] .product-card:hover{border-color:rgba(159,98,71,.4);box-shadow:var(--shadow-soft);transform:translateY(-4px)}[data-storefront-theme=artisan-market] .product-media{min-height:0;overflow:hidden;border-radius:18px 18px 0 0;background:radial-gradient(circle at 72% 16%,rgba(255,255,255,.54),transparent 12rem),linear-gradient(135deg,var(--am-panel),var(--am-canvas))}[data-storefront-theme=artisan-market] .product-media img{height:clamp(290px,32vw,430px);transition:transform .62s cubic-bezier(.22,1,.36,1)}[data-storefront-theme=artisan-market] .product-card:focus-within .product-media img,[data-storefront-theme=artisan-market] .product-card:hover .product-media img{transform:scale(1.03)}[data-storefront-theme=artisan-market] .product-card-copy{gap:16px;padding:20px}[data-storefront-theme=artisan-market] .product-card-kicker{color:var(--am-rust);font-size:.66rem;letter-spacing:.16em}[data-storefront-theme=artisan-market] .product-card h3{color:var(--am-ink);font-size:clamp(1.35rem,1.9vw,1.95rem);font-weight:420;letter-spacing:-.04em;line-height:.98}[data-storefront-theme=artisan-market] .product-card p{color:var(--am-ink-soft)}[data-storefront-theme=artisan-market] .product-card-artisan-signal{color:var(--am-muted)}[data-storefront-theme=artisan-market] .product-card-artisan-signal strong{color:var(--am-rust)}[data-storefront-theme=artisan-market] .product-card-meta span{border-color:rgba(159,98,71,.18);background:rgba(159,98,71,.08);color:var(--am-rust);letter-spacing:.08em}[data-storefront-theme=artisan-market] .price-display strong{color:var(--am-rust)}[data-storefront-theme=artisan-market] .product-card-action{right:18px;bottom:18px;border-color:rgba(159,98,71,.22);border-radius:12px;background:var(--am-dark);color:var(--am-surface);box-shadow:0 18px 38px rgba(38,31,26,.18)}[data-storefront-theme=artisan-market] .product-card-action:hover,[data-storefront-theme=artisan-market] .product-card[data-quick-add-state=added] .product-card-action{background:var(--am-rust)}[data-storefront-theme=artisan-market] .product-detail{grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:clamp(28px,5vw,70px)}[data-storefront-theme=artisan-market] .product-gallery-main{min-height:clamp(500px,62vw,760px);border-color:var(--am-line);border-radius:28px;background:radial-gradient(circle at 72% 16%,rgba(255,255,255,.54),transparent 16rem),var(--am-panel)}[data-storefront-theme=artisan-market] .product-thumbs button,[data-storefront-theme=artisan-market] .variant-selector button{border-color:var(--am-line);border-radius:14px;background:rgba(252,247,240,.9)}[data-storefront-theme=artisan-market] .product-thumbs button.active,[data-storefront-theme=artisan-market] .variant-selector button.active{border-color:var(--am-rust);box-shadow:0 0 0 4px rgba(159,98,71,.14)}[data-storefront-theme=artisan-market] .buy-box,[data-storefront-theme=artisan-market] .showcase-detail-panels article,[data-storefront-theme=artisan-market] .showcase-product-notes{border-color:var(--am-line);border-radius:22px;background:rgba(252,247,240,.88)}[data-storefront-theme=artisan-market] .showcase-product-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}[data-storefront-theme=artisan-market] .showcase-product-notes article{display:grid;align-content:start;grid-gap:8px;gap:8px;min-width:0;padding:16px}[data-storefront-theme=artisan-market] .showcase-product-notes article+article{border-left:1px solid var(--am-line)}[data-storefront-theme=artisan-market] .showcase-detail-panels span,[data-storefront-theme=artisan-market] .showcase-product-notes span{color:var(--am-rust)}[data-storefront-theme=artisan-market] .showcase-product-notes strong{color:var(--am-ink);line-height:1.25;overflow-wrap:anywhere}[data-storefront-theme=artisan-market] .showcase-detail-panels p{color:var(--am-ink-soft)}[data-storefront-theme=artisan-market] .showcase-detail-panels a{color:var(--am-rust);-webkit-text-decoration-color:rgba(159,98,71,.28);text-decoration-color:rgba(159,98,71,.28)}[data-storefront-theme=artisan-market] .showcase-chip-row strong{border:1px solid rgba(159,98,71,.18);background:rgba(159,98,71,.08);color:var(--am-rust)}[data-storefront-theme=green-grocery] .product-grid,[data-storefront-theme=green-grocery] .showcase-store-product-grid{gap:clamp(16px,2vw,24px)}[data-storefront-theme=green-grocery] .product-card{border-color:var(--gg-line);border-radius:22px;background:rgba(255,253,248,.9);box-shadow:none}[data-storefront-theme=green-grocery] .product-card:focus-within,[data-storefront-theme=green-grocery] .product-card:hover{border-color:rgba(60,117,65,.36);box-shadow:var(--shadow-soft);transform:translateY(-4px)}[data-storefront-theme=green-grocery] .product-media{min-height:0;overflow:hidden;border-radius:18px 18px 0 0;background:radial-gradient(circle at 70% 16%,rgba(255,255,255,.46),transparent 12rem),var(--gg-panel)}[data-storefront-theme=green-grocery] .product-media img{height:clamp(250px,27vw,360px);transition:transform .54s cubic-bezier(.22,1,.36,1)}[data-storefront-theme=green-grocery] .product-card:focus-within .product-media img,[data-storefront-theme=green-grocery] .product-card:hover .product-media img{transform:scale(1.022)}[data-storefront-theme=green-grocery] .product-card-copy{gap:15px;padding:18px}[data-storefront-theme=green-grocery] .product-card-kicker{color:var(--gg-green);font-size:.66rem;letter-spacing:.14em}[data-storefront-theme=green-grocery] .product-card h3{color:var(--gg-ink);font-size:clamp(1.18rem,1.6vw,1.45rem);font-weight:700;line-height:1.08}[data-storefront-theme=green-grocery] .product-card p{color:var(--gg-ink-soft);min-height:40px}[data-storefront-theme=green-grocery] .product-card-grocery-signal{color:var(--gg-muted)}[data-storefront-theme=green-grocery] .product-card-grocery-signal strong{color:var(--gg-green-dark)}[data-storefront-theme=green-grocery] .product-card-grocery-signal em{color:var(--gg-gold)}[data-storefront-theme=green-grocery] .product-card-meta span{border-color:rgba(60,117,65,.18);background:rgba(60,117,65,.08);color:var(--gg-green-dark);letter-spacing:.08em}[data-storefront-theme=green-grocery] .price-display strong{color:var(--gg-green-dark)}[data-storefront-theme=green-grocery] .product-card-action{right:16px;bottom:16px;border-color:rgba(60,117,65,.22);border-radius:999px;background:var(--gg-green-dark);color:var(--gg-surface);box-shadow:0 16px 34px rgba(37,76,44,.16)}[data-storefront-theme=green-grocery] .product-card-action:hover,[data-storefront-theme=green-grocery] .product-card[data-quick-add-state=added] .product-card-action{background:var(--gg-green)}[data-storefront-theme=green-grocery] .product-detail{grid-template-columns:minmax(0,1.06fr) minmax(340px,.94fr);gap:clamp(26px,4.4vw,62px)}[data-storefront-theme=green-grocery] .product-gallery-main{min-height:clamp(460px,58vw,700px);border-color:var(--gg-line);border-radius:28px;background:radial-gradient(circle at 72% 16%,rgba(255,255,255,.46),transparent 16rem),var(--gg-panel)}[data-storefront-theme=green-grocery] .product-thumbs button,[data-storefront-theme=green-grocery] .variant-selector button{border-color:var(--gg-line);border-radius:14px;background:rgba(255,253,248,.94)}[data-storefront-theme=green-grocery] .product-thumbs button.active,[data-storefront-theme=green-grocery] .variant-selector button.active{border-color:var(--gg-green);box-shadow:0 0 0 4px rgba(60,117,65,.14)}[data-storefront-theme=green-grocery] .buy-box,[data-storefront-theme=green-grocery] .showcase-detail-panels article,[data-storefront-theme=green-grocery] .showcase-product-notes{border-color:var(--gg-line);border-radius:22px;background:rgba(255,253,248,.92)}[data-storefront-theme=green-grocery] .showcase-product-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}[data-storefront-theme=green-grocery] .showcase-product-notes article{display:grid;align-content:start;grid-gap:8px;gap:8px;min-width:0;padding:16px}[data-storefront-theme=green-grocery] .showcase-product-notes article+article{border-left:1px solid var(--gg-line)}[data-storefront-theme=green-grocery] .showcase-detail-panels span,[data-storefront-theme=green-grocery] .showcase-product-notes span{color:var(--gg-green)}[data-storefront-theme=green-grocery] .showcase-product-notes strong{color:var(--gg-ink);line-height:1.25;overflow-wrap:anywhere}[data-storefront-theme=green-grocery] .showcase-detail-panels p{color:var(--gg-ink-soft)}[data-storefront-theme=green-grocery] .showcase-detail-panels a{color:var(--gg-green-dark);-webkit-text-decoration-color:rgba(60,117,65,.28);text-decoration-color:rgba(60,117,65,.28)}[data-storefront-theme=green-grocery] .showcase-chip-row strong{border:1px solid rgba(60,117,65,.18);background:rgba(60,117,65,.08);color:var(--gg-green-dark)}[data-storefront-theme=green-grocery] .grocery-pack-select{min-height:54px;border-color:var(--gg-line);border-radius:16px;background:rgba(255,253,248,.96);color:var(--gg-ink);font-weight:760}[data-storefront-theme=green-grocery] .grocery-pack-select:focus{border-color:var(--gg-green);box-shadow:0 0 0 4px rgba(60,117,65,.14)}[data-storefront-theme=tiny-wonder] .product-grid,[data-storefront-theme=tiny-wonder] .showcase-store-product-grid{gap:clamp(18px,2.2vw,28px)}[data-storefront-theme=tiny-wonder] .product-card{border-color:var(--tw-line);border-radius:28px;background:rgba(255,255,255,.94);box-shadow:none}[data-storefront-theme=tiny-wonder] .product-card:focus-within,[data-storefront-theme=tiny-wonder] .product-card:hover{border-color:rgba(92,168,226,.4);box-shadow:var(--shadow-soft);transform:translateY(-4px)}[data-storefront-theme=tiny-wonder] .product-media{min-height:0;overflow:hidden;border-radius:24px 24px 0 0;background:radial-gradient(circle at 70% 18%,rgba(255,255,255,.6),transparent 12rem),linear-gradient(135deg,rgba(92,168,226,.14),rgba(234,123,97,.12))}[data-storefront-theme=tiny-wonder] .product-media img{height:clamp(280px,30vw,400px);transition:transform .56s cubic-bezier(.22,1,.36,1)}[data-storefront-theme=tiny-wonder] .product-card:focus-within .product-media img,[data-storefront-theme=tiny-wonder] .product-card:hover .product-media img{transform:scale(1.03)}[data-storefront-theme=tiny-wonder] .product-card-copy{gap:16px;padding:20px}[data-storefront-theme=tiny-wonder] .product-card-kicker{color:var(--tw-blue);font-size:.66rem;letter-spacing:.14em}[data-storefront-theme=tiny-wonder] .product-card h3{color:var(--tw-ink);font-size:clamp(1.28rem,1.8vw,1.72rem);font-weight:760;line-height:1.06}[data-storefront-theme=tiny-wonder] .product-card p{color:var(--tw-ink-soft)}[data-storefront-theme=tiny-wonder] .product-card-tiny-signal{color:var(--tw-muted)}[data-storefront-theme=tiny-wonder] .product-card-tiny-signal strong{color:var(--tw-coral)}[data-storefront-theme=tiny-wonder] .product-card-tiny-signal em{color:var(--tw-dark)}[data-storefront-theme=tiny-wonder] .product-card-meta span{border-color:rgba(92,168,226,.18);background:rgba(92,168,226,.08);color:var(--tw-dark);letter-spacing:.08em}[data-storefront-theme=tiny-wonder] .price-display strong{color:var(--tw-coral)}[data-storefront-theme=tiny-wonder] .product-card-action{right:18px;bottom:18px;border-color:rgba(92,168,226,.18);border-radius:999px;background:var(--tw-dark);color:#ffffff;box-shadow:0 18px 38px rgba(52,88,130,.18)}[data-storefront-theme=tiny-wonder] .product-card-action:hover,[data-storefront-theme=tiny-wonder] .product-card[data-quick-add-state=added] .product-card-action{background:var(--tw-blue)}[data-storefront-theme=tiny-wonder] .product-detail{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:clamp(28px,5vw,68px)}[data-storefront-theme=tiny-wonder] .product-gallery-main{min-height:clamp(480px,60vw,730px);border-color:var(--tw-line);border-radius:32px;background:radial-gradient(circle at 70% 18%,rgba(255,255,255,.54),transparent 16rem),linear-gradient(135deg,rgba(92,168,226,.14),rgba(234,123,97,.12))}[data-storefront-theme=tiny-wonder] .product-thumbs button,[data-storefront-theme=tiny-wonder] .variant-selector button{border-color:var(--tw-line);border-radius:18px;background:rgba(255,255,255,.94)}[data-storefront-theme=tiny-wonder] .product-thumbs button.active,[data-storefront-theme=tiny-wonder] .variant-selector button.active{border-color:var(--tw-blue);box-shadow:0 0 0 4px rgba(92,168,226,.14)}[data-storefront-theme=tiny-wonder] .buy-box,[data-storefront-theme=tiny-wonder] .showcase-detail-panels article,[data-storefront-theme=tiny-wonder] .showcase-product-notes{border-color:var(--tw-line);border-radius:24px;background:rgba(255,255,255,.94)}[data-storefront-theme=tiny-wonder] .showcase-product-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}[data-storefront-theme=tiny-wonder] .showcase-product-notes article{display:grid;align-content:start;grid-gap:8px;gap:8px;min-width:0;padding:16px}[data-storefront-theme=tiny-wonder] .showcase-product-notes article+article{border-left:1px solid var(--tw-line)}[data-storefront-theme=tiny-wonder] .showcase-detail-panels span,[data-storefront-theme=tiny-wonder] .showcase-product-notes span{color:var(--tw-blue)}[data-storefront-theme=tiny-wonder] .showcase-product-notes strong{color:var(--tw-ink);line-height:1.25;overflow-wrap:anywhere}[data-storefront-theme=tiny-wonder] .showcase-detail-panels p{color:var(--tw-ink-soft)}[data-storefront-theme=tiny-wonder] .showcase-detail-panels a{color:var(--tw-dark);-webkit-text-decoration-color:rgba(92,168,226,.28);text-decoration-color:rgba(92,168,226,.28)}[data-storefront-theme=tiny-wonder] .showcase-chip-row strong{border:1px solid rgba(92,168,226,.18);background:rgba(92,168,226,.08);color:var(--tw-dark)}[data-storefront-theme=tiny-wonder] .tiny-set-select{min-height:54px;border-color:var(--tw-line);border-radius:18px;background:rgba(255,255,255,.96);color:var(--tw-ink);font-weight:760}[data-storefront-theme=tiny-wonder] .tiny-set-select:focus{border-color:var(--tw-blue);box-shadow:0 0 0 4px rgba(92,168,226,.14)}@media (max-width:920px){[data-storefront-theme=artisan-market] .showcase-product-notes,[data-storefront-theme=green-grocery] .showcase-product-notes,[data-storefront-theme=tiny-wonder] .showcase-product-notes{grid-template-columns:1fr}[data-storefront-theme=artisan-market] .showcase-product-notes article+article,[data-storefront-theme=green-grocery] .showcase-product-notes article+article,[data-storefront-theme=tiny-wonder] .showcase-product-notes article+article{border-top:1px solid var(--color-border);border-left:0}}[data-storefront-theme=artisan-market] .product-grid,[data-storefront-theme=artisan-market] .showcase-store-product-grid{gap:clamp(18px,2vw,26px)}[data-storefront-theme=green-grocery] .product-grid,[data-storefront-theme=green-grocery] .showcase-store-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(12px,1.5vw,18px)}[data-storefront-theme=tiny-wonder] .product-grid,[data-storefront-theme=tiny-wonder] .showcase-store-product-grid{gap:clamp(14px,1.8vw,22px)}[data-storefront-theme=artisan-market] .product-card,[data-storefront-theme=green-grocery] .product-card,[data-storefront-theme=tiny-wonder] .product-card{display:grid;border-radius:var(--radius-lg);box-shadow:0 14px 38px rgba(31,33,24,.06)}[data-storefront-theme=green-grocery] .product-card{border-radius:12px;background:var(--gg-surface)}[data-storefront-theme=tiny-wonder] .product-card{border-radius:16px}[data-storefront-theme=green-grocery] .product-media{border-radius:10px 10px 0 0}[data-storefront-theme=artisan-market] .product-media,[data-storefront-theme=tiny-wonder] .product-media{border-radius:14px 14px 0 0}[data-storefront-theme=green-grocery] .product-media img{height:clamp(170px,16vw,235px);object-position:center}[data-storefront-theme=artisan-market] .product-media img{height:clamp(260px,29vw,395px)}[data-storefront-theme=tiny-wonder] .product-media img{height:clamp(220px,24vw,330px)}[data-storefront-theme=green-grocery] .product-card-copy{gap:10px;padding:12px 13px 10px}[data-storefront-theme=artisan-market] .product-card-copy,[data-storefront-theme=tiny-wonder] .product-card-copy{gap:13px;padding:16px}[data-storefront-theme=green-grocery] .product-card h3{margin-bottom:4px;font-size:clamp(1rem,1.1vw,1.18rem);line-height:1.12}[data-storefront-theme=green-grocery] .product-card p{min-height:0;font-size:.82rem;line-height:1.42;-webkit-line-clamp:2}[data-storefront-theme=green-grocery] .product-card-kicker{margin-bottom:5px;font-size:.61rem;letter-spacing:.08em}[data-storefront-theme=green-grocery] .product-card-grocery-signal{gap:5px;margin:6px 0 7px;font-size:.7rem}[data-storefront-theme=green-grocery] .product-card-grocery-signal em,[data-storefront-theme=green-grocery] .product-card-grocery-signal span,[data-storefront-theme=green-grocery] .product-card-grocery-signal strong{display:inline-flex;align-items:center;min-height:24px}[data-storefront-theme=green-grocery] .product-card-grocery-signal strong{border-radius:6px;background:rgba(47,111,59,.08);padding:0 7px}[data-storefront-theme=green-grocery] .product-card-meta{gap:4px;margin-top:8px}[data-storefront-theme=green-grocery] .product-card-meta span{min-height:23px;border-radius:5px;font-size:.58rem;letter-spacing:.04em;padding:0 6px}[data-storefront-theme=green-grocery] .price-display{gap:6px;font-size:.94rem}[data-storefront-theme=green-grocery] .product-card-action{position:static;min-height:38px;margin:0 12px 12px;border-radius:8px;opacity:1;padding:0 12px;transform:none}[data-storefront-theme=artisan-market] .product-card-action,[data-storefront-theme=tiny-wonder] .product-card-action{border-radius:10px}[data-storefront-theme=artisan-market] .product-detail-copy,[data-storefront-theme=green-grocery] .product-detail-copy,[data-storefront-theme=tiny-wonder] .product-detail-copy{gap:18px}[data-storefront-theme=green-grocery] .product-detail{grid-template-columns:minmax(0,.98fr) minmax(330px,.78fr);gap:clamp(22px,4vw,50px)}[data-storefront-theme=green-grocery] .product-gallery-main{min-height:clamp(380px,52vw,620px);border-radius:14px}[data-storefront-theme=artisan-market] .product-gallery-main{border-radius:16px}[data-storefront-theme=tiny-wonder] .product-gallery-main{border-radius:18px}[data-storefront-theme=artisan-market] .buy-box,[data-storefront-theme=artisan-market] .showcase-detail-panels article,[data-storefront-theme=artisan-market] .showcase-product-notes,[data-storefront-theme=green-grocery] .buy-box,[data-storefront-theme=green-grocery] .showcase-detail-panels article,[data-storefront-theme=green-grocery] .showcase-product-notes,[data-storefront-theme=tiny-wonder] .buy-box,[data-storefront-theme=tiny-wonder] .showcase-detail-panels article,[data-storefront-theme=tiny-wonder] .showcase-product-notes{border-radius:12px}[data-storefront-theme=green-grocery] .showcase-product-notes article{padding:14px}[data-storefront-theme=green-grocery] .showcase-detail-panels span,[data-storefront-theme=green-grocery] .showcase-product-notes span{letter-spacing:.08em}[data-storefront-theme=green-grocery] .showcase-product-notes strong{font-size:.95rem}[data-storefront-theme=green-grocery] .grocery-pack-select,[data-storefront-theme=tiny-wonder] .tiny-set-select{border-radius:10px}@media (max-width:1280px){[data-storefront-theme=green-grocery] .product-grid,[data-storefront-theme=green-grocery] .showcase-store-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:920px){[data-storefront-theme=green-grocery] .product-grid,[data-storefront-theme=green-grocery] .showcase-store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}[data-storefront-theme=green-grocery] .product-detail{grid-template-columns:1fr}}@media (max-width:560px){[data-storefront-theme=green-grocery] .product-grid,[data-storefront-theme=green-grocery] .showcase-store-product-grid,[data-storefront-theme=tiny-wonder] .product-grid,[data-storefront-theme=tiny-wonder] .showcase-store-product-grid{grid-template-columns:1fr}}[data-storefront-theme=paris-luxury-realty] .product-grid,[data-storefront-theme=paris-luxury-realty] .product-grid.grid-4,[data-storefront-theme=paris-luxury-realty] .showcase-store-product-grid,[data-storefront-theme=paris-luxury-realty] .showcase-store-product-grid.grid-4{gap:clamp(16px,2vw,26px)}[data-storefront-theme=paris-luxury-realty] .product-card{border:1px solid var(--pe-line,rgba(200,167,98,.28));border-radius:0;background:rgba(13,12,10,.94);box-shadow:0 26px 70px rgba(0,0,0,.28)}[data-storefront-theme=paris-luxury-realty] .product-card:focus-within,[data-storefront-theme=paris-luxury-realty] .product-card:hover{transform:translateY(-4px);border-color:rgba(200,167,98,.55)}[data-storefront-theme=paris-luxury-realty] .product-media{aspect-ratio:16/10;overflow:hidden;background:#050505}[data-storefront-theme=paris-luxury-realty] .product-media img{object-position:center;filter:saturate(.88) brightness(.92);transition:transform .7s ease,filter .7s ease}[data-storefront-theme=paris-luxury-realty] .product-card:hover .product-media img{filter:saturate(.96) brightness(1);transform:scale(1.045)}[data-storefront-theme=paris-luxury-realty] .product-card-drop-badge--realty{border:1px solid rgba(200,167,98,.48);background:rgba(5,5,5,.74);color:var(--pe-gold-2,#efe0b9)}[data-storefront-theme=paris-luxury-realty] .product-card-copy{gap:14px;padding:18px}[data-storefront-theme=paris-luxury-realty] .product-card-kicker{color:var(--pe-gold,#c8a762);font-size:.67rem;letter-spacing:.14em}[data-storefront-theme=paris-luxury-realty] .product-card h3{color:var(--pe-ink,#f6efe1);font-family:var(--pe-serif,Georgia,"Times New Roman",serif);font-size:clamp(1.35rem,2vw,2rem);line-height:.98;letter-spacing:-.04em}[data-storefront-theme=paris-luxury-realty] .product-card p{color:var(--pe-muted,rgba(246,239,225,.68));font-size:.9rem;line-height:1.5}.product-card-paris-signal{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0;color:var(--pe-muted,rgba(246,239,225,.68));font-size:.76rem}.product-card-paris-signal em,.product-card-paris-signal span,.product-card-paris-signal strong{min-height:28px;border:1px solid rgba(200,167,98,.22);border-radius:999px;padding:6px 10px;font-style:normal}.product-card-paris-signal strong{color:var(--pe-gold-2,#efe0b9)}[data-storefront-theme=paris-luxury-realty] .product-card-meta span{border-color:rgba(200,167,98,.28);background:rgba(246,239,225,.06);color:var(--pe-gold-2,#efe0b9)}[data-storefront-theme=paris-luxury-realty] .price-display{color:var(--pe-gold-2,#efe0b9);font-family:var(--pe-serif,Georgia,"Times New Roman",serif);font-size:clamp(1.1rem,1.4vw,1.45rem);letter-spacing:-.01em;text-shadow:0 8px 28px rgba(0,0,0,.42)}[data-storefront-theme=paris-luxury-realty] .price-display strong{color:#f7dc91;font-weight:780}[data-storefront-theme=paris-luxury-realty] .price-display s{color:rgba(246,239,225,.48)}[data-storefront-theme=paris-luxury-realty] .product-detail{grid-template-columns:minmax(0,1.08fr) minmax(340px,.74fr);gap:clamp(26px,4vw,62px)}[data-storefront-theme=paris-luxury-realty] .product-gallery{gap:12px}[data-storefront-theme=paris-luxury-realty] .product-gallery-main{aspect-ratio:16/10;border:1px solid var(--pe-line,rgba(200,167,98,.28));border-radius:0;background:#050505}[data-storefront-theme=paris-luxury-realty] .product-gallery-main img,[data-storefront-theme=paris-luxury-realty] .product-thumbs img{object-position:center;filter:saturate(.9)}[data-storefront-theme=paris-luxury-realty] .product-thumbs{padding:0}[data-storefront-theme=paris-luxury-realty] .product-thumbs button,[data-storefront-theme=paris-luxury-realty] .product-thumbs-nav{border-color:rgba(200,167,98,.28);border-radius:0;background:rgba(13,12,10,.92);color:var(--pe-gold-2,#efe0b9)}[data-storefront-theme=paris-luxury-realty] .product-thumbs button.active{border-color:rgba(247,220,145,.72);box-shadow:0 0 0 3px rgba(200,167,98,.18)}[data-storefront-theme=paris-luxury-realty] .product-thumbs img{height:78px}[data-storefront-theme=paris-luxury-realty] .product-detail-copy{gap:18px}[data-storefront-theme=paris-luxury-realty] .badge{border-color:rgba(200,167,98,.42);background:rgba(200,167,98,.1);color:var(--pe-gold-2,#efe0b9)}[data-storefront-theme=paris-luxury-realty] .showcase-product-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--pe-line,rgba(200,167,98,.28));border-radius:0;background:rgba(13,12,10,.92)}[data-storefront-theme=paris-luxury-realty] .showcase-product-notes article{display:grid;grid-gap:7px;gap:7px;padding:16px}[data-storefront-theme=paris-luxury-realty] .showcase-product-notes article+article{border-left:1px solid rgba(200,167,98,.18)}[data-storefront-theme=paris-luxury-realty] .showcase-detail-panels span,[data-storefront-theme=paris-luxury-realty] .showcase-product-notes span{color:var(--pe-gold,#c8a762);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}[data-storefront-theme=paris-luxury-realty] .showcase-product-notes strong{color:var(--pe-ink,#f6efe1);font-family:var(--pe-serif,Georgia,"Times New Roman",serif);font-size:1.08rem;letter-spacing:-.02em}[data-storefront-theme=paris-luxury-realty] .showcase-detail-panels--paris-realty{grid-template-columns:1fr}[data-storefront-theme=paris-luxury-realty] .paris-realty-inquiry-panel,[data-storefront-theme=paris-luxury-realty] .showcase-detail-panels--paris-realty article{border:1px solid var(--pe-line,rgba(200,167,98,.28));border-radius:0;background:rgba(13,12,10,.92);color:var(--pe-ink,#f6efe1)}[data-storefront-theme=paris-luxury-realty] .showcase-detail-panels--paris-realty p{color:var(--pe-muted,rgba(246,239,225,.68))}.paris-realty-fact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:14px}.paris-realty-fact-grid p{display:grid;grid-gap:4px;gap:4px;margin:0;border:1px solid rgba(200,167,98,.18);padding:12px}.paris-realty-fact-grid strong{color:var(--pe-gold-2,#efe0b9);font-size:.82rem}.paris-realty-media-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin:14px 0}.paris-realty-media-row img{width:100%;min-height:150px;object-fit:cover}[data-storefront-theme=paris-luxury-realty] .showcase-chip-row strong{border-color:rgba(200,167,98,.28);background:rgba(200,167,98,.08);color:var(--pe-gold-2,#efe0b9)}[data-storefront-theme=paris-luxury-realty] .paris-appointment-select{min-height:54px;border-color:var(--pe-line,rgba(200,167,98,.28));border-radius:0;background:#090806;color:var(--pe-ink,#f6efe1);font-weight:760}.paris-realty-inquiry-panel{display:grid;grid-gap:16px;gap:16px;padding:clamp(18px,2.4vw,28px)}.paris-realty-inquiry-panel>div:first-child strong{display:block;color:var(--pe-ink,#f6efe1);font-family:var(--pe-serif,Georgia,"Times New Roman",serif);font-size:clamp(1.6rem,3vw,2.7rem);line-height:.98}.paris-realty-agent-card{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;border:1px solid rgba(200,167,98,.18);padding:12px}.paris-realty-agent-card img{width:72px;height:72px;object-fit:cover}.paris-realty-agent-card span{color:var(--pe-gold-2,#efe0b9);font-size:.82rem;font-weight:760}.paris-realty-slot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.paris-realty-slot-grid button{min-height:44px;border:1px solid rgba(200,167,98,.26);background:rgba(246,239,225,.06);color:var(--pe-ink,#f6efe1);font:inherit;cursor:pointer}.paris-realty-slot-grid button:hover{border-color:var(--pe-gold,#c8a762);background:rgba(200,167,98,.14)}@media (min-width:921px){[data-storefront-theme=paris-luxury-realty] .product-gallery{position:-webkit-sticky;position:sticky;top:104px;align-self:start;max-height:calc(100vh - 122px)}[data-storefront-theme=paris-luxury-realty] .product-gallery-main{max-height:calc(100vh - 232px)}}@media (max-width:1120px){[data-storefront-theme=paris-luxury-realty] .product-grid,[data-storefront-theme=paris-luxury-realty] .product-grid.grid-4,[data-storefront-theme=paris-luxury-realty] .showcase-store-product-grid,[data-storefront-theme=paris-luxury-realty] .showcase-store-product-grid.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:920px){.paris-realty-slot-grid,[data-storefront-theme=paris-luxury-realty] .product-detail,[data-storefront-theme=paris-luxury-realty] .showcase-product-notes{grid-template-columns:1fr}[data-storefront-theme=paris-luxury-realty] .showcase-product-notes article+article{border-top:1px solid rgba(200,167,98,.18);border-left:0}}@media (max-width:640px){[data-storefront-theme=paris-luxury-realty] .product-grid,[data-storefront-theme=paris-luxury-realty] .product-grid.grid-4,[data-storefront-theme=paris-luxury-realty] .showcase-store-product-grid,[data-storefront-theme=paris-luxury-realty] .showcase-store-product-grid.grid-4{grid-template-columns:1fr}}[data-storefront-theme=paris-luxury-realty] .product-grid,[data-storefront-theme=paris-luxury-realty] .product-grid.grid-4,[data-storefront-theme=paris-luxury-realty] .showcase-store-product-grid,[data-storefront-theme=paris-luxury-realty] .showcase-store-product-grid.grid-4{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.3vw,30px);align-items:stretch}[data-storefront-theme=paris-luxury-realty] .product-card{isolation:isolate;overflow:hidden;border-color:rgba(242,223,173,.3);border-radius:26px;background:linear-gradient(145deg,rgba(251,244,231,.085),rgba(251,244,231,.028)),rgba(8,7,5,.82);box-shadow:0 24px 78px rgba(0,0,0,.36);-webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08);transform:translateZ(0);transition:transform .28s cubic-bezier(.22,1,.36,1),border-color .22s ease,box-shadow .22s ease}[data-storefront-theme=paris-luxury-realty] .product-card:before{position:absolute;inset:12px;z-index:2;border:1px solid rgba(251,244,231,.13);border-radius:20px;opacity:0;pointer-events:none;transition:opacity .22s ease;content:""}[data-storefront-theme=paris-luxury-realty] .product-card:after{position:absolute;top:0;right:18px;z-index:2;width:1px;height:72px;background:linear-gradient(180deg,rgba(242,223,173,.76),transparent);opacity:.58;pointer-events:none;content:""}[data-storefront-theme=paris-luxury-realty] .product-card:focus-within,[data-storefront-theme=paris-luxury-realty] .product-card:hover{border-color:rgba(242,223,173,.62);box-shadow:0 36px 116px rgba(0,0,0,.52);transform:translateY(-7px)}[data-storefront-theme=paris-luxury-realty] .product-card:focus-within:before,[data-storefront-theme=paris-luxury-realty] .product-card:hover:before{opacity:1}[data-storefront-theme=paris-luxury-realty] .product-card-link{grid-template-rows:auto minmax(0,1fr)}[data-storefront-theme=paris-luxury-realty] .product-media{position:relative;aspect-ratio:16/10.6;min-height:0;border-radius:0;background:radial-gradient(circle at 76% 16%,rgba(242,223,173,.16),transparent 13rem),#050505}[data-storefront-theme=paris-luxury-realty] .product-media:after{position:absolute;inset:0;pointer-events:none;content:"";background:linear-gradient(180deg,rgba(3,3,3,.05),transparent 34%,rgba(3,3,3,.74)),radial-gradient(circle at 22% 20%,rgba(123,199,186,.12),transparent 13rem)}[data-storefront-theme=paris-luxury-realty] .product-media img{height:100%;filter:saturate(.86) contrast(1.07) brightness(.86);transform:scale(1.012);transition:transform .82s cubic-bezier(.22,1,.36,1),filter .36s ease}[data-storefront-theme=paris-luxury-realty] .product-card:focus-within .product-media img,[data-storefront-theme=paris-luxury-realty] .product-card:hover .product-media img{filter:saturate(.98) contrast(1.12) brightness(.98);transform:scale(1.06)}[data-storefront-theme=paris-luxury-realty] .product-card-drop-badge--realty{z-index:3;min-height:34px;border-color:rgba(242,223,173,.5);border-radius:999px;background:rgba(5,5,5,.7);color:var(--pe-gold-2,#f2dfad);letter-spacing:.13em;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}[data-storefront-theme=paris-luxury-realty] .product-card-copy{gap:15px;padding:clamp(18px,2vw,24px)}[data-storefront-theme=paris-luxury-realty] .product-card-kicker{color:var(--pe-gold-2,#f2dfad);font-family:var(--pe-sans,"Josefin Sans",sans-serif);font-size:.66rem;font-weight:740;letter-spacing:.16em}[data-storefront-theme=paris-luxury-realty] .product-card h3{max-width:12ch;color:var(--pe-ink,#fbf4e7);font-family:var(--pe-serif,"Cinzel",Georgia,serif);font-size:clamp(1.55rem,2.4vw,2.5rem);font-weight:500;line-height:.94;text-wrap:balance}[data-storefront-theme=paris-luxury-realty] .product-card p{min-height:54px;color:var(--pe-muted,rgba(251,244,231,.74));font-family:var(--pe-sans,"Josefin Sans",sans-serif);font-size:.94rem;line-height:1.55}[data-storefront-theme=paris-luxury-realty] .product-card-paris-signal{gap:7px;margin:12px 0 0}[data-storefront-theme=paris-luxury-realty] .product-card-paris-signal em,[data-storefront-theme=paris-luxury-realty] .product-card-paris-signal span,[data-storefront-theme=paris-luxury-realty] .product-card-paris-signal strong{min-height:32px;border-color:rgba(242,223,173,.26);background:rgba(251,244,231,.05);color:var(--pe-muted,rgba(251,244,231,.74));font-size:.72rem;letter-spacing:.04em}[data-storefront-theme=paris-luxury-realty] .product-card-paris-signal strong{color:var(--pe-gold-2,#f2dfad)}[data-storefront-theme=paris-luxury-realty] .product-card-meta{margin-top:10px}[data-storefront-theme=paris-luxury-realty] .product-card-meta span{min-height:30px;border-color:rgba(242,223,173,.24);background:rgba(5,5,5,.42);color:var(--pe-gold-2,#f2dfad);font-size:.62rem}[data-storefront-theme=paris-luxury-realty] .price-display{margin-top:auto;color:var(--pe-gold-2,#f2dfad)}[data-storefront-theme=paris-luxury-realty] .price-display strong{color:#fff1c2;font-family:var(--pe-serif,"Cinzel",Georgia,serif);font-size:clamp(1.1rem,1.5vw,1.45rem);font-weight:500}[data-storefront-theme=paris-luxury-realty] .paris-realty-results{gap:clamp(22px,3vw,40px)}[data-storefront-theme=paris-luxury-realty] .paris-realty-map{border-color:rgba(242,223,173,.3);border-radius:30px;background:linear-gradient(145deg,rgba(251,244,231,.075),rgba(251,244,231,.026)),rgba(8,7,5,.84);box-shadow:0 30px 96px rgba(0,0,0,.42)}[data-storefront-theme=paris-luxury-realty] .paris-realty-map__canvas{min-height:clamp(360px,34vw,520px);border-right:1px solid rgba(242,223,173,.22);filter:saturate(.84) contrast(1.07) brightness(.9)}[data-storefront-theme=paris-luxury-realty] .paris-realty-map__brief{align-content:center;padding:clamp(18px,2.3vw,30px)}[data-storefront-theme=paris-luxury-realty] .paris-realty-map__brief>strong{color:var(--pe-ink,#fbf4e7);font-family:var(--pe-serif,"Cinzel",Georgia,serif);font-size:clamp(1.65rem,2.4vw,2.6rem);font-weight:500;line-height:.98}[data-storefront-theme=paris-luxury-realty] .paris-realty-map__brief a{border-top-color:rgba(242,223,173,.18);padding:14px 0 2px;text-decoration:none;transition:color .18s ease,transform .18s ease}[data-storefront-theme=paris-luxury-realty] .paris-realty-map__brief a:hover{color:var(--pe-gold-2,#f2dfad);transform:translateX(4px)}[data-storefront-theme=paris-luxury-realty] .product-detail{grid-template-columns:minmax(0,1.12fr) minmax(360px,.78fr);gap:clamp(28px,4.8vw,76px)}[data-storefront-theme=paris-luxury-realty] .product-detail-copy{gap:20px}[data-storefront-theme=paris-luxury-realty] .product-gallery{gap:14px}[data-storefront-theme=paris-luxury-realty] .product-gallery-main{position:relative;aspect-ratio:16/10.5;min-height:0;border-color:rgba(242,223,173,.3);border-radius:30px;background:radial-gradient(circle at 74% 14%,rgba(242,223,173,.14),transparent 18rem),#050505;box-shadow:0 30px 96px rgba(0,0,0,.42)}[data-storefront-theme=paris-luxury-realty] .product-gallery-main:after{position:absolute;inset:14px;border:1px solid rgba(251,244,231,.13);border-radius:22px;pointer-events:none;content:""}[data-storefront-theme=paris-luxury-realty] .product-gallery-main img{filter:saturate(.92) contrast(1.08) brightness(.92)}[data-storefront-theme=paris-luxury-realty] .product-gallery-main--zoomable:hover img{transform:scale(1.018)}[data-storefront-theme=paris-luxury-realty] .product-thumbs-shell{grid-template-columns:48px minmax(0,1fr) 48px}[data-storefront-theme=paris-luxury-realty] .paris-appointment-select,[data-storefront-theme=paris-luxury-realty] .product-thumbs button,[data-storefront-theme=paris-luxury-realty] .product-thumbs-nav,[data-storefront-theme=paris-luxury-realty] .variant-selector button{border-color:rgba(242,223,173,.26);border-radius:16px;background:rgba(251,244,231,.055);color:var(--pe-ink,#fbf4e7)}[data-storefront-theme=paris-luxury-realty] .product-thumbs button.active,[data-storefront-theme=paris-luxury-realty] .variant-selector button.active{border-color:rgba(242,223,173,.72);box-shadow:0 0 0 4px rgba(212,179,111,.18)}[data-storefront-theme=paris-luxury-realty] .badge,[data-storefront-theme=paris-luxury-realty] .paris-realty-inquiry-panel,[data-storefront-theme=paris-luxury-realty] .showcase-detail-panels--paris-realty article,[data-storefront-theme=paris-luxury-realty] .showcase-product-notes{border-color:rgba(242,223,173,.28);border-radius:24px;background:linear-gradient(145deg,rgba(251,244,231,.08),rgba(251,244,231,.03)),rgba(8,7,5,.8);color:var(--pe-ink,#fbf4e7);box-shadow:0 20px 62px rgba(0,0,0,.28);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}[data-storefront-theme=paris-luxury-realty] .badge{width:-moz-fit-content;width:fit-content;color:var(--pe-gold-2,#f2dfad)}[data-storefront-theme=paris-luxury-realty] .showcase-product-notes{overflow:hidden}[data-storefront-theme=paris-luxury-realty] .showcase-product-notes article{padding:clamp(16px,2vw,22px)}[data-storefront-theme=paris-luxury-realty] .showcase-detail-panels span,[data-storefront-theme=paris-luxury-realty] .showcase-product-notes span{color:var(--pe-gold-2,#f2dfad)}[data-storefront-theme=paris-luxury-realty] .showcase-detail-panels--paris-realty strong,[data-storefront-theme=paris-luxury-realty] .showcase-product-notes strong{color:var(--pe-ink,#fbf4e7);font-family:var(--pe-serif,"Cinzel",Georgia,serif);font-weight:500}[data-storefront-theme=paris-luxury-realty] .paris-realty-inquiry-panel p,[data-storefront-theme=paris-luxury-realty] .showcase-detail-panels--paris-realty p{color:var(--pe-muted,rgba(251,244,231,.74))}[data-storefront-theme=paris-luxury-realty] .paris-realty-fact-grid{gap:10px}[data-storefront-theme=paris-luxury-realty] .paris-realty-fact-grid p{border-color:rgba(242,223,173,.18);border-radius:16px;background:rgba(251,244,231,.04)}[data-storefront-theme=paris-luxury-realty] .paris-realty-media-row img{min-height:180px;border:1px solid rgba(242,223,173,.22);border-radius:18px;filter:saturate(.9) contrast(1.04)}[data-storefront-theme=paris-luxury-realty] .showcase-chip-row strong{border-radius:999px;background:rgba(251,244,231,.055)}[data-storefront-theme=paris-luxury-realty] .paris-realty-inquiry-panel{gap:18px;padding:clamp(20px,2.8vw,34px)}[data-storefront-theme=paris-luxury-realty] .paris-realty-inquiry-panel>div:first-child strong{max-width:13ch;font-size:clamp(1.8rem,3.4vw,3.2rem);font-weight:500}[data-storefront-theme=paris-luxury-realty] .paris-realty-agent-card{border-color:rgba(242,223,173,.2);border-radius:18px;background:rgba(251,244,231,.045)}[data-storefront-theme=paris-luxury-realty] .paris-realty-agent-card img{border-radius:14px;filter:saturate(.9) contrast(1.06)}[data-storefront-theme=paris-luxury-realty] .paris-realty-agent-card span{color:var(--pe-gold-2,#f2dfad)}[data-storefront-theme=paris-luxury-realty] .paris-realty-slot-grid{gap:10px}[data-storefront-theme=paris-luxury-realty] .paris-realty-slot-grid button{min-height:48px;border-color:rgba(242,223,173,.26);border-radius:999px;background:rgba(251,244,231,.055);color:var(--pe-ink,#fbf4e7);transition:transform .18s ease,border-color .18s ease,background .18s ease}[data-storefront-theme=paris-luxury-realty] .paris-realty-slot-grid button:hover{border-color:rgba(242,223,173,.66);background:rgba(212,179,111,.14);transform:translateY(-2px)}[data-storefront-theme=paris-luxury-realty] .product-lightbox{background:radial-gradient(circle at 18% 10%,rgba(212,179,111,.14),transparent 28rem),rgba(2,2,2,.92)}[data-storefront-theme=paris-luxury-realty] .product-lightbox-shell{border-color:rgba(242,223,173,.24);border-radius:28px;background:linear-gradient(180deg,rgba(14,12,9,.96),rgba(4,4,4,.96)),#050505}[data-storefront-theme=paris-luxury-realty] .product-lightbox-action,[data-storefront-theme=paris-luxury-realty] .product-lightbox-nav,[data-storefront-theme=paris-luxury-realty] .product-lightbox-thumbs button{border-color:rgba(242,223,173,.22);color:var(--pe-ink,#fbf4e7)}@media (max-width:1120px){[data-storefront-theme=paris-luxury-realty] .product-grid,[data-storefront-theme=paris-luxury-realty] .product-grid.grid-4,[data-storefront-theme=paris-luxury-realty] .showcase-store-product-grid,[data-storefront-theme=paris-luxury-realty] .showcase-store-product-grid.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}[data-storefront-theme=paris-luxury-realty] .product-detail{grid-template-columns:1fr}}@media (max-width:760px){[data-storefront-theme=paris-luxury-realty] .paris-realty-fact-grid,[data-storefront-theme=paris-luxury-realty] .paris-realty-slot-grid,[data-storefront-theme=paris-luxury-realty] .product-grid,[data-storefront-theme=paris-luxury-realty] .product-grid.grid-4,[data-storefront-theme=paris-luxury-realty] .showcase-product-notes,[data-storefront-theme=paris-luxury-realty] .showcase-store-product-grid,[data-storefront-theme=paris-luxury-realty] .showcase-store-product-grid.grid-4{grid-template-columns:1fr}[data-storefront-theme=paris-luxury-realty] .paris-realty-map{border-radius:24px}[data-storefront-theme=paris-luxury-realty] .paris-realty-map__canvas{border-right:0;border-bottom:1px solid rgba(242,223,173,.2)}[data-storefront-theme=paris-luxury-realty] .product-card h3{max-width:14ch}}@media (prefers-reduced-motion:reduce){[data-storefront-theme=paris-luxury-realty] .paris-realty-slot-grid button,[data-storefront-theme=paris-luxury-realty] .product-card,[data-storefront-theme=paris-luxury-realty] .product-card *,[data-storefront-theme=paris-luxury-realty] .product-gallery-main img{transition-duration:.01ms!important}}@media (min-width:1101px){[data-storefront-theme=paris-luxury-realty] .product-card h3{max-width:16ch;font-size:clamp(1.08rem,1.18vw,1.42rem);letter-spacing:-.02em;line-height:1.08}[data-storefront-theme=paris-luxury-realty] .product-detail .page-title{max-width:19ch;font-size:clamp(1.9rem,2.35vw,3.18rem);letter-spacing:-.034em;line-height:1.04}[data-storefront-theme=paris-luxury-realty] .paris-realty-inquiry-panel>div:first-child strong{max-width:18ch;font-size:clamp(1.32rem,1.62vw,2.08rem);letter-spacing:-.024em;line-height:1.08}[data-storefront-theme=paris-luxury-realty] .paris-realty-map__brief>strong{max-width:17ch;font-size:clamp(1.18rem,1.28vw,1.72rem);letter-spacing:-.018em;line-height:1.1}[data-storefront-theme=paris-luxury-realty] .showcase-product-notes strong{font-size:clamp(.95rem,.98vw,1.1rem);letter-spacing:-.01em;line-height:1.2}[data-storefront-theme=paris-luxury-realty] .product-card .product-price{font-size:clamp(.96rem,1vw,1.12rem)}}@media (min-width:1440px){[data-storefront-theme=paris-luxury-realty] .product-card h3{font-size:clamp(1.08rem,1vw,1.34rem)}[data-storefront-theme=paris-luxury-realty] .product-detail .page-title{font-size:clamp(2rem,2.05vw,3rem)}}[data-storefront-theme=paris-luxury-realty] .badge,[data-storefront-theme=paris-luxury-realty] .paris-realty-agent-card,[data-storefront-theme=paris-luxury-realty] .paris-realty-inquiry-panel,[data-storefront-theme=paris-luxury-realty] .paris-realty-map,[data-storefront-theme=paris-luxury-realty] .product-card,[data-storefront-theme=paris-luxury-realty] .product-gallery-main,[data-storefront-theme=paris-luxury-realty] .product-lightbox-shell,[data-storefront-theme=paris-luxury-realty] .showcase-detail-panels--paris-realty article,[data-storefront-theme=paris-luxury-realty] .showcase-product-notes{border-radius:6px!important}[data-storefront-theme=paris-luxury-realty] .paris-appointment-select,[data-storefront-theme=paris-luxury-realty] .paris-realty-agent-card img,[data-storefront-theme=paris-luxury-realty] .paris-realty-fact-grid p,[data-storefront-theme=paris-luxury-realty] .paris-realty-media-row img,[data-storefront-theme=paris-luxury-realty] .paris-realty-slot-grid button,[data-storefront-theme=paris-luxury-realty] .product-card-drop-badge--realty,[data-storefront-theme=paris-luxury-realty] .product-card-meta span,[data-storefront-theme=paris-luxury-realty] .product-card-paris-signal em,[data-storefront-theme=paris-luxury-realty] .product-card-paris-signal span,[data-storefront-theme=paris-luxury-realty] .product-card-paris-signal strong,[data-storefront-theme=paris-luxury-realty] .product-card:before,[data-storefront-theme=paris-luxury-realty] .product-gallery-main:after,[data-storefront-theme=paris-luxury-realty] .product-lightbox-action,[data-storefront-theme=paris-luxury-realty] .product-lightbox-thumbs button,[data-storefront-theme=paris-luxury-realty] .product-thumbs button,[data-storefront-theme=paris-luxury-realty] .product-thumbs-nav,[data-storefront-theme=paris-luxury-realty] .showcase-chip-row strong,[data-storefront-theme=paris-luxury-realty] .variant-selector button{border-radius:2px!important}@media (max-width:760px){[data-storefront-theme=paris-luxury-realty] .paris-realty-map{border-radius:6px!important}}.product-lightbox-shell:-webkit-full-screen{width:100vw;height:100vh;max-width:none;border:0;border-radius:0!important;background:radial-gradient(circle at 16% 8%,rgba(255,255,255,.06),transparent 34rem),#030303;box-shadow:none}.product-lightbox-shell:fullscreen{width:100vw;height:100vh;max-width:none;border:0;border-radius:0!important;background:radial-gradient(circle at 16% 8%,rgba(255,255,255,.06),transparent 34rem),#030303;box-shadow:none}.product-lightbox-shell:-webkit-full-screen .product-lightbox-frame{padding:clamp(10px,1.4vw,22px)}.product-lightbox-shell:fullscreen .product-lightbox-frame{padding:clamp(10px,1.4vw,22px)}.product-lightbox-shell:-webkit-full-screen .product-lightbox-footer{background:rgba(3,3,3,.86)}.product-lightbox-shell:fullscreen .product-lightbox-footer{background:rgba(3,3,3,.86)}[data-storefront-theme=paris-luxury-realty] .product-lightbox-action--fullscreen{border-color:rgba(242,223,173,.42);background:linear-gradient(135deg,rgba(242,223,173,.16),rgba(251,244,231,.045)),rgba(5,5,5,.78);color:var(--pe-gold-2,#f2dfad)}[data-storefront-theme=paris-luxury-realty] .product-lightbox-shell:-webkit-full-screen{border-radius:0!important;background:radial-gradient(circle at 22% 8%,rgba(212,179,111,.16),transparent 30rem),radial-gradient(circle at 82% 18%,rgba(123,199,186,.08),transparent 26rem),#020202}[data-storefront-theme=paris-luxury-realty] .product-lightbox-shell:fullscreen{border-radius:0!important;background:radial-gradient(circle at 22% 8%,rgba(212,179,111,.16),transparent 30rem),radial-gradient(circle at 82% 18%,rgba(123,199,186,.08),transparent 26rem),#020202}[data-storefront-theme=paris-luxury-realty] .product-lightbox-shell:-webkit-full-screen .product-lightbox-footer,[data-storefront-theme=paris-luxury-realty] .product-lightbox-shell:-webkit-full-screen .product-lightbox-toolbar{background:rgba(3,3,3,.78);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}[data-storefront-theme=paris-luxury-realty] .product-lightbox-shell:fullscreen .product-lightbox-footer,[data-storefront-theme=paris-luxury-realty] .product-lightbox-shell:fullscreen .product-lightbox-toolbar{background:rgba(3,3,3,.78);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}