:root{--product-v2-bg: #f7f8f8;--product-v2-panel: #ffffff;--product-v2-ink: #0a0c0f;--product-v2-muted: #68707a;--product-v2-border: #dfe3e6;--product-v2-line: rgba(10, 12, 15, .22);--product-v2-chip: #eef1f3;--product-v2-radius: 8px}html,body{background:var(--product-v2-bg);color:var(--product-v2-ink)}.product-v2-body{min-height:100vh}html body header{background:#fffffff0;border-bottom:1px solid var(--product-v2-border)}html body header nav a,html body header .lang,html body header .lang a{color:var(--product-v2-ink)}html body header .mobile-menu-toggle{border-color:var(--product-v2-border)}html body header .hamburger-icon .line{background-color:var(--product-v2-ink)}html body header .logo{filter:invert(1)}html body .site-footer{background:var(--product-v2-bg);color:var(--product-v2-ink);padding-inline:0}html body .site-footer__inner{width:90%;max-width:none}html body .site-footer__utilities{border-top-color:var(--product-v2-border);color:var(--product-v2-muted)}html body .site-footer__policies{flex:initial;min-width:0;margin-left:0;padding:0;gap:var(--spacing-md);justify-content:center}html body .site-footer__policies .site-footer__link{flex:none;padding:0;font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);letter-spacing:0;line-height:inherit;text-align:inherit;text-transform:none}html body .site-footer__policies .site-footer__link:after{content:none}html body .site-footer__link{color:var(--product-v2-ink)}.product-v2-page{flex:0 0 auto;min-height:calc(100vh - var(--header-height));padding:calc(var(--header-height) + 18px) 0 96px;background:var(--product-v2-bg);color:var(--product-v2-ink);font-family:Entropy Sans,Titillium Web,sans-serif;animation:product-v2-page-in .38s ease-out both}.product-v2-shell{width:90%;margin:0 auto}.product-v2-banner{display:block;width:100%;height:clamp(140px,20vw,260px);margin:24px 0;border-radius:20px;overflow:hidden;box-shadow:0 12px 32px #0a0c0f2e}.product-v2-banner__image{width:100%;height:100%;object-fit:cover}.product-v2-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;margin-bottom:42px}.product-v2-eyebrow,.product-v2-count,.product-v2-card__meta{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--product-v2-muted)}.product-v2-title{margin:8px 0 0;font-size:clamp(2.7rem,7vw,6.8rem);line-height:.9;font-weight:900;letter-spacing:0}.product-v2-intro{max-width:420px;margin:0;color:var(--product-v2-muted);font-size:.95rem;line-height:1.55}.product-v2-hero__side{display:grid;justify-items:end;gap:18px;text-align:right}.product-v2-filter{position:sticky;top:var(--header-height);z-index:20;width:100vw;margin-left:calc(50% - 50vw);padding:0 5vw;background:#f7f8f8f5;border:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-v2-filter__track{display:flex;gap:0;overflow-x:auto;padding:0;scrollbar-width:none}.product-v2-filter__track::-webkit-scrollbar{display:none}.product-v2-filter__button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:space-between;gap:22px;min-width:clamp(132px,15vw,210px);min-height:48px;padding:0 16px;border:0;border-radius:0;background:transparent;color:#8a9299;font-family:Entropy Sans,Titillium Web,sans-serif;font-size:var(--font-size-xl);font-weight:var(--font-weight-normal);letter-spacing:0;line-height:1;text-transform:uppercase;cursor:pointer;transition:color .14s ease}.product-v2-filter__button small{min-width:0;height:auto;padding:0;border-radius:0;background:transparent;color:currentColor;font-size:.72rem;font-weight:var(--font-weight-normal);letter-spacing:0;opacity:.46}.product-v2-filter__button:hover{color:#4f5963}.product-v2-filter__button.is-active{background:transparent;color:var(--product-v2-ink)}.product-v2-filter__button.is-active:hover{color:var(--product-v2-ink)}.product-v2-filter__button.is-active small{color:currentColor;opacity:.62}.product-v2-section{margin-top:32px;scroll-margin-top:calc(var(--header-height) + 72px)}.product-v2-section:first-of-type{margin-top:0}.product-v2-section__heading{margin:0 0 12px;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--product-v2-muted);position:relative;text-align:center}.product-v2-section__heading:after{content:"";position:absolute;left:0;right:0;top:50%;border-bottom:1px dotted var(--product-v2-line);transform:translateY(-50%)}.product-v2-section__heading strong{position:relative;z-index:1;display:inline-block;padding:4px 18px;background:var(--product-v2-bg);color:var(--product-v2-ink);font-size:clamp(1.6rem,3vw,2.35rem);font-weight:850;letter-spacing:0;text-transform:none}.product-v2-grid{--product-v2-cols: 4;--product-v2-gap: 22px;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--product-v2-gap);background:transparent;border:0}.product-v2-break{flex-basis:100%;width:0;height:0;margin:calc(var(--product-v2-gap) / -2) 0;padding:0}.product-v2-card{--product-v2-effective-span: min(var(--product-v2-card-span, 1), var(--product-v2-cols));display:grid;grid-template-rows:auto 1fr;flex:0 0 calc((100% - (var(--product-v2-cols) - 1) * var(--product-v2-gap)) / var(--product-v2-cols) * var(--product-v2-effective-span) + (var(--product-v2-effective-span) - 1) * var(--product-v2-gap));background:var(--product-v2-panel);color:inherit;text-decoration:none;animation:product-v2-card-in .42s ease-out both;animation-delay:min(calc(var(--product-v2-card-index, 0) * 45ms),.22s);transition:background .18s ease,color .18s ease,transform .18s ease}.product-v2-card:hover{background:#f2f4f5;color:var(--product-v2-ink)}.product-v2-card__media{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:var(--product-v2-effective-span, 1) / 1;background:#f0f2f3;border:0;overflow:hidden}.product-v2-card__media img{display:block;width:100%;height:100%;aspect-ratio:1 / 1;object-fit:contain;object-position:center center;mix-blend-mode:multiply;transform:scale(var(--product-v2-image-scale, 1));transition:filter .18s ease,opacity .18s ease,transform .18s ease}.product-v2-card:hover .product-v2-card__media{background:#e8ecef}.product-v2-card:hover .product-v2-card__media img{filter:brightness(.96) contrast(1.02);opacity:.96;transform:translateY(-2px) scale(var(--product-v2-image-scale, 1))}.product-v2-card__body{display:flex;flex-direction:column;gap:10px;padding:16px 18px;background:var(--product-v2-bg);transition:background .18s ease}.product-v2-card:hover .product-v2-card__body{background:#f2f4f5}.product-v2-card__name{margin:0;font-size:1.1rem;line-height:1.15;font-weight:850}.product-v2-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-v2-card__price{font-weight:800}.product-v2-card__action{flex:0 0 auto;display:inline-grid;place-items:center;width:28px;height:28px;border:0;border-radius:999px;font-size:1.45rem;font-weight:400;line-height:1;text-transform:none}.product-v2-card:hover .product-v2-card__action{background:var(--product-v2-ink);color:#fff}.product-v2-card:hover .product-v2-card__meta{color:#4f5963}.product-v2-empty{margin:0;padding:24px;background:var(--product-v2-panel);border:0;color:var(--product-v2-muted);text-align:center}.product-v2-railnav{position:fixed;left:28px;top:50%;z-index:15;display:flex;flex-direction:column;align-items:center;gap:6px;padding:18px 0;transform:translateY(-50%)}.product-v2-railnav:before{content:"";position:absolute;top:0;bottom:0;left:50%;border-left:1px dotted var(--product-v2-line);transform:translate(-50%);z-index:-1}.product-v2-railnav__item{position:relative}.product-v2-railnav__dot{display:grid;place-items:center;width:26px;height:26px;padding:0;border:0;background:transparent;cursor:pointer}.product-v2-railnav__dot:after{content:"";width:8px;height:8px;border:1px solid var(--product-v2-line);border-radius:999px;background:var(--product-v2-bg);transition:background .18s ease,border-color .18s ease,transform .18s ease}.product-v2-railnav__dot:hover:after{border-color:var(--product-v2-ink);transform:scale(1.25)}.product-v2-railnav__dot.is-active:after{background:var(--product-v2-ink);border-color:var(--product-v2-ink);transform:scale(1.35)}.product-v2-railnav__label{position:absolute;left:100%;top:50%;margin-left:10px;padding:5px 10px;white-space:nowrap;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--product-v2-ink);background:var(--product-v2-panel);border:1px solid var(--product-v2-border);border-radius:4px;opacity:0;pointer-events:none;transform:translate(-4px,-50%);transition:opacity .14s ease,transform .14s ease}.product-v2-railnav__item:hover .product-v2-railnav__label{opacity:1;transform:translateY(-50%)}@media(max-width:1200px){.product-v2-railnav{display:none}}@media(max-width:760px){html body header nav a{color:var(--color-text-primary)}.product-v2-shell{width:min(90%,520px)}.product-v2-filter{margin-bottom:28px;padding:0 5vw}.product-v2-filter__button{min-width:168px;min-height:46px;font-size:.95rem;font-weight:var(--font-weight-medium);letter-spacing:.08em}.product-v2-grid{--product-v2-cols: 1}}@keyframes product-v2-page-in{0%{opacity:0}to{opacity:1}}@keyframes product-v2-card-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.product-v2-page,.product-v2-card{animation:none}}
