: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{position:relative;z-index:3;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-catalog-bubble{position:fixed;top:50%;left:0;z-index:70;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;width:66px;min-width:66px;height:200px;min-height:200px;padding:18px 10px;border:1px solid #c9ced2;border-left:0;border-radius:0 10px 10px 0;background:#fffffff5;color:var(--product-v2-ink);box-shadow:none;filter:drop-shadow(8px 10px 14px rgba(10,12,15,.16));font:700 .75rem/1 Entropy Sans,Titillium Web,sans-serif;letter-spacing:.16em;text-transform:uppercase;transform:translateY(-50%);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .2s ease,filter .2s ease,border-color .2s ease}.product-v2-catalog-bubble:hover{border-color:#0a0c0f57;filter:drop-shadow(11px 12px 17px rgba(10,12,15,.2));transform:translate(5px,-50%)}.product-v2-catalog-bubble:focus-visible,.product-v2-catalog-drawer button:focus-visible,.product-v2-catalog-search__input:focus-visible{outline:2px solid var(--product-v2-ink);outline-offset:3px}.product-v2-catalog-bubble__icon,.product-v2-catalog-search__icon{position:relative;display:block;width:15px;height:15px;border:2px solid currentColor;border-radius:50%}.product-v2-catalog-bubble__icon:after,.product-v2-catalog-search__icon:after{position:absolute;right:-5px;bottom:-3px;width:7px;height:2px;border-radius:2px;background:currentColor;content:"";transform:rotate(45deg);transform-origin:left center}.product-v2-catalog-bubble__count{position:absolute;top:8px;right:5px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;border:2px solid #fff;background:var(--product-v2-ink);color:#fff;font-size:.65rem;letter-spacing:0}.product-v2-catalog-bubble__arrow{margin-top:0;font-size:1.15rem;font-weight:400;letter-spacing:0;transition:transform .2s ease}.product-v2-catalog-bubble__label{font-family:Futura,Futura PT,Century Gothic,Avenir Next,sans-serif;font-weight:800;font-size:1rem;letter-spacing:.01em;writing-mode:vertical-rl;text-orientation:upright}.product-v2-catalog-bubble:hover .product-v2-catalog-bubble__arrow{transform:translate(3px)}.product-v2-catalog-bubble__count[hidden]{display:none}.product-v2-catalog-drawer{width:min(390px,calc(100vw - 24px));max-width:none;height:100dvh;max-height:none;margin:0;padding:0;overflow:hidden;border:0;border-right:1px solid var(--product-v2-border);background:var(--product-v2-panel);color:var(--product-v2-ink);box-shadow:20px 0 50px #0a0c0f33;transform:translate(-102%)}.product-v2-catalog-drawer[open]{display:block;animation:product-v2-catalog-in .26s cubic-bezier(.2,.72,.2,1) forwards}.product-v2-catalog-drawer::backdrop{background:#0a0c0f57;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:product-v2-catalog-backdrop-in .2s ease both}.product-v2-catalog-drawer__panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100%}.product-v2-catalog-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:26px 24px 18px;border-bottom:1px solid var(--product-v2-border)}.product-v2-catalog-drawer__eyebrow,.product-v2-catalog-group__title{display:block;margin:0;color:var(--product-v2-muted);font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.product-v2-catalog-drawer__title{margin:5px 0 0;font-size:1.65rem;line-height:1.05}.product-v2-catalog-drawer__close{width:42px;height:42px;padding:0 0 4px;border:1px solid var(--product-v2-border);border-radius:50%;background:transparent;color:inherit;font:300 1.9rem/1 sans-serif;cursor:pointer}.product-v2-catalog-drawer__content{overflow-y:auto;padding:20px 24px 30px}.product-v2-catalog-custom{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:52px;margin:0 0 20px;padding:10px 14px;border:1px solid var(--product-v2-ink);border-radius:7px;background:#f2ff5c;color:var(--product-v2-ink);font-size:.86rem;font-weight:800;line-height:1.25;text-decoration:none;transition:background .16s ease,transform .16s ease}.product-v2-catalog-custom:hover{background:#e8f54f;transform:translateY(-1px)}.product-v2-catalog-custom__arrow{flex:0 0 auto;font-size:1.15rem;font-weight:500;transition:transform .16s ease}.product-v2-catalog-custom:hover .product-v2-catalog-custom__arrow{transform:translate(3px)}.product-v2-catalog-search__label{display:block;margin-bottom:8px;font-size:.78rem;font-weight:700}.product-v2-catalog-search{position:relative;display:flex;align-items:center}.product-v2-catalog-search__icon{position:absolute;left:15px;z-index:1;width:14px;height:14px;color:var(--product-v2-muted);pointer-events:none}.product-v2-catalog-search__input{width:100%;height:50px;padding:0 16px 0 45px;border:1px solid var(--product-v2-border);border-radius:8px;background:var(--product-v2-bg);color:var(--product-v2-ink);font:500 .95rem/1 Entropy Sans,Titillium Web,sans-serif}.product-v2-catalog-search__input::placeholder{color:#899198}.product-v2-catalog-results{min-height:1.2em;margin:8px 0 24px;color:var(--product-v2-muted);font-size:.76rem}.product-v2-catalog-group__title{margin:24px 0 10px}.product-v2-filter__track{display:grid;gap:6px}.product-v2-filter__button{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;min-height:42px;padding:0 12px;border:1px solid transparent;border-radius:6px;background:transparent;color:#646d75;font:600 .86rem/1 Entropy Sans,Titillium Web,sans-serif;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.product-v2-filter__button:hover{background:var(--product-v2-bg);color:var(--product-v2-ink)}.product-v2-filter__button.is-active{border-color:#0a0c0f2e;background:var(--product-v2-ink);color:#fff}.product-v2-filter__button small{color:currentColor;font-size:.7rem;opacity:.55}.product-v2-catalog-keywords{display:flex;flex-wrap:wrap;gap:7px;max-height:75px;overflow:hidden}.product-v2-catalog-keywords__container{display:flex;flex-direction:column;gap:12px}.product-v2-catalog-group{display:flex;flex-direction:column;gap:6px}.product-v2-catalog-group__title{margin:0;font:700 .7rem/1 Entropy Sans,Titillium Web,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:var(--product-v2-muted)}.product-v2-catalog-keyword{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 11px;border:1px solid var(--product-v2-border);border-radius:999px;background:var(--product-v2-bg);color:#59626a;font:600 .76rem/1 Entropy Sans,Titillium Web,sans-serif;cursor:pointer}.product-v2-catalog-keyword:hover,.product-v2-catalog-keyword.is-active{border-color:var(--product-v2-ink);background:var(--product-v2-ink);color:#fff}.product-v2-catalog-keyword[hidden]{display:none}.product-v2-catalog-keywords__empty{margin:10px 0 0;color:var(--product-v2-muted);font-size:.78rem;line-height:1.45}.product-v2-catalog-drawer__footer{display:grid;grid-template-columns:.8fr 1.2fr;gap:10px;padding:16px 24px max(18px,env(safe-area-inset-bottom));border-top:1px solid var(--product-v2-border);background:#fffffff5}.product-v2-catalog-reset,.product-v2-catalog-view{min-height:46px;padding:0 14px;border:1px solid var(--product-v2-ink);border-radius:7px;font:700 .78rem/1 Entropy Sans,Titillium Web,sans-serif;cursor:pointer}.product-v2-catalog-reset{background:transparent;color:var(--product-v2-ink)}.product-v2-catalog-view{background:var(--product-v2-ink);color:#fff}.product-v2-catalog-view:disabled{cursor:not-allowed;opacity:.4}.product-v2-catalog-empty{margin:60px auto;text-align:center}.product-v2-section[hidden],.product-v2-card[hidden],.product-v2-break[hidden],.product-v2-catalog-empty[hidden],.product-v2-catalog-group[hidden],.product-v2-catalog-keywords__empty[hidden]{display:none}@keyframes product-v2-catalog-in{to{transform:translate(0)}}@keyframes product-v2-catalog-backdrop-in{0%{opacity:0}to{opacity:1}}.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));position:relative;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-recommendation{display:block;aspect-ratio:var(--product-v2-effective-span, 2) / 1.25;margin-bottom:20px;overflow:hidden;border-radius:8px;background:#111417;box-shadow:0 14px 34px #0a0c0f33;isolation:isolate;transition:box-shadow .24s ease,transform .18s ease}.product-v2-recommendation:hover{box-shadow:0 18px 42px #0a0c0f42}.product-v2-recommendation__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;aspect-ratio:auto;background:#111417}.product-v2-recommendation__slide{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block;color:inherit;opacity:0;pointer-events:none;text-decoration:none;background-color:#09090c;background-image:url("data:image/svg+xml,<svg id='patternId' width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='48' height='32' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%25' height='100%25' fill='%2309090cff'/><path d='m5.33 0 12.84 7.124.708-1.226L9.054 0zm17.799 0-.191 11.202L5.122 21.898l.708 1.226L24 13.043l18.17 10.081.708-1.226-17.815-10.696L24.872 0zm15.817 0-9.824 5.898.708 1.226L42.67 0zM0 6.426v22.617L5.33 32h3.724l-7.991-4.798L.709 6.426zm47.292 0-.354 20.776L38.946 32h3.724L48 29.043V6.426zm-24 16L23.129 32h1.743l-.163-9.574z' stroke-width='1' stroke='none' fill='%23151518'/></pattern></defs><rect width='800%25' height='800%25' transform='translate(0,0)' fill='url(%23a)'/></svg>");background-position:0 0;background-repeat:repeat;background-size:96px 64px;transform:translate(0);transition:opacity .34s ease,transform .5s cubic-bezier(.22,.72,.2,1)}.product-v2-recommendation__slide.is-active{z-index:1;opacity:1;pointer-events:auto}.product-v2-recommendation.is-resetting-slides .product-v2-recommendation__slide{transition:none}.product-v2-recommendation__slide.is-entering-right,.product-v2-recommendation__slide.is-entering-left{z-index:2;opacity:1;transition:none}.product-v2-recommendation__slide.is-entering-right{transform:translate(100%)}.product-v2-recommendation__slide.is-entering-left{transform:translate(-100%)}.product-v2-recommendation__slide.is-exiting-left,.product-v2-recommendation__slide.is-exiting-right{z-index:1;opacity:1;pointer-events:none}.product-v2-recommendation__slide.is-exiting-left{transform:translate(-100%)}.product-v2-recommendation__slide.is-exiting-right{transform:translate(100%)}.product-v2-recommendation__tile{--product-v2-recommendation-tile-width: 280px;--product-v2-recommendation-tile-height: 210px;--product-v2-recommendation-tile-gap: 0px;position:absolute;top:-100%;left:-100%;z-index:0;display:grid;grid-template-columns:repeat(6,var(--product-v2-recommendation-tile-width));grid-template-rows:repeat(6,var(--product-v2-recommendation-tile-height));gap:var(--product-v2-recommendation-tile-gap);width:max-content;height:max-content;padding:var(--product-v2-recommendation-tile-gap);background:transparent;opacity:0;animation:product-v2-recommendation-tile-pan 7.5s linear infinite;animation-play-state:paused;transition:opacity .2s ease;will-change:transform}.product-v2-recommendation__tile.is-ready{opacity:1}.product-v2-recommendation__tile-cell{position:relative;display:block;overflow:hidden;background:transparent}.product-v2-recommendation__tile-cell:before{position:absolute;top:50%;left:50%;width:100%;height:100%;background-image:var(--product-v2-recommendation-tile-image);background-position:center;background-repeat:no-repeat;background-size:contain;content:"";filter:drop-shadow(0 0 1.5px rgba(255,255,255,.98)) drop-shadow(0 0 5px rgba(255,255,255,.58)) drop-shadow(0 0 12px rgba(255,255,255,.24));transform:translate(-50%,-50%) rotate(45deg)}.product-v2-recommendation.is-in-view .product-v2-recommendation__slide.is-active .product-v2-recommendation__tile{animation-play-state:running}@keyframes product-v2-recommendation-tile-pan{0%{transform:translate3d(calc(0px - var(--product-v2-recommendation-tile-width) - var(--product-v2-recommendation-tile-gap)),calc(0px - var(--product-v2-recommendation-tile-height) - var(--product-v2-recommendation-tile-gap)),0)}to{transform:translateZ(0)}}.product-v2-recommendation__badge,.product-v2-recommendation__dots,.product-v2-recommendation__arrow{position:absolute;z-index:3}.product-v2-recommendation__badge{top:14px;left:14px;color:#fff;font-size:clamp(1.25rem,1.8vw,1.75rem);font-weight:900;letter-spacing:.08em;line-height:1;text-shadow:0 1px 10px rgba(0,0,0,.55);text-transform:uppercase;pointer-events:none}.product-v2-recommendation__arrow{top:50%;display:grid;place-items:center;width:34px;height:34px;padding:0 0 2px;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:#080a0c57;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font:inherit;font-size:1rem;cursor:pointer;opacity:0;transform:translateY(-50%);transition:background .18s ease,opacity .18s ease,transform .18s ease}.product-v2-recommendation__arrow--previous{left:14px}.product-v2-recommendation__arrow--next{right:14px}.product-v2-recommendation:hover .product-v2-recommendation__arrow,.product-v2-recommendation:focus-within .product-v2-recommendation__arrow{opacity:1}.product-v2-recommendation__arrow:hover{background:#080a0cb3;transform:translateY(-50%) scale(1.06)}.product-v2-recommendation__dots{top:14px;right:14px;display:flex;gap:7px;padding:7px 9px;border-radius:999px;background:#080a0c57;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-v2-recommendation__dot{width:7px;height:7px;padding:0;border:1px solid rgba(255,255,255,.75);border-radius:999px;background:transparent;cursor:pointer;transition:background .18s ease,transform .18s ease}.product-v2-recommendation__dot.is-active{background:#fff;transform:scale(1.2)}.product-v2-recommendation__name-link{color:#fff;text-decoration:none}.product-v2-card.product-v2-recommendation .product-v2-card__body.product-v2-recommendation__body,.product-v2-card.product-v2-recommendation:hover .product-v2-card__body.product-v2-recommendation__body{position:absolute;right:0;bottom:0;left:0;z-index:3;gap:7px;padding:82px 20px 18px;background:linear-gradient(180deg,transparent,rgba(5,7,9,.86) 62%,rgba(5,7,9,.96));color:#fff}.product-v2-card.product-v2-recommendation .product-v2-recommendation__meta,.product-v2-card.product-v2-recommendation:hover .product-v2-recommendation__meta{color:#ffffffad}.product-v2-recommendation .product-v2-card__name{font-size:clamp(1.55rem,2.4vw,2.35rem);line-height:.96;letter-spacing:-.025em}.product-v2-recommendation__price{color:#fff;font-size:.92rem;font-weight:800}.product-v2-customize-showcase{display:block;aspect-ratio:var(--product-v2-effective-span, 1) / 1.25;margin-bottom:20px;overflow:hidden;border-radius:8px;background:#0b0d10;color:#fff;box-shadow:0 14px 34px #0a0c0f33;isolation:isolate}.product-v2-customize-showcase:hover{background:#0b0d10;color:#fff;box-shadow:0 18px 42px #0a0c0f47}.product-v2-customize-showcase__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;aspect-ratio:auto;background:#090b0d}.product-v2-customize-showcase__track{position:absolute;inset:-5% auto -5% 0;display:flex;width:max-content;opacity:.82;transform:translate(0);animation:product-v2-customize-showcase-scroll 48s linear infinite;animation-play-state:paused;will-change:transform}.product-v2-customize-showcase.is-in-view.is-loaded .product-v2-customize-showcase__track{animation-play-state:running}.product-v2-customize-showcase__tile-set{flex:0 0 auto;display:grid;grid-auto-flow:column dense;grid-auto-columns:clamp(48px,4.8vw,76px);grid-template-rows:repeat(4,1fr);gap:7px;height:100%;padding:8px 4px}.product-v2-customize-showcase__tile{position:relative;display:block;min-height:0;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:5px;background:#ffffff0e}.product-v2-customize-showcase__tile:nth-child(11n+1),.product-v2-customize-showcase__tile:nth-child(11n+9){grid-column:span 2;grid-row:span 2}.product-v2-customize-showcase__tile:nth-child(11n+4){grid-column:span 2}.product-v2-customize-showcase__tile:nth-child(11n+7){grid-row:span 2}.product-v2-customize-showcase__tile:nth-child(11n+3),.product-v2-customize-showcase__tile:nth-child(11n+8){background:#ffffff17}.product-v2-customize-showcase__tile:before{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--product-v2-customize-tile-image);background-position:center;background-repeat:no-repeat;background-size:cover;content:"";filter:drop-shadow(0 5px 9px rgba(0,0,0,.45));transition:transform .28s ease}.product-v2-customize-showcase:hover .product-v2-customize-showcase__tile:before{transform:scale(1.04)}.product-v2-card.product-v2-customize-showcase .product-v2-card__body.product-v2-customize-showcase__body,.product-v2-card.product-v2-customize-showcase:hover .product-v2-card__body.product-v2-customize-showcase__body{position:absolute;right:0;bottom:0;left:0;z-index:2;gap:6px;padding:96px 20px 18px;background:linear-gradient(180deg,transparent,rgba(5,7,9,.9) 58%,rgba(5,7,9,.98));color:#fff}.product-v2-card.product-v2-customize-showcase .product-v2-customize-showcase__meta,.product-v2-card.product-v2-customize-showcase:hover .product-v2-customize-showcase__meta{color:#ffffffa8}.product-v2-customize-showcase .product-v2-card__name{font-size:clamp(1.45rem,2.2vw,2.15rem);line-height:1;letter-spacing:-.025em}.product-v2-customize-showcase__prompt{color:#ffffffd1;font-size:.82rem;font-weight:700}@keyframes product-v2-customize-showcase-scroll{to{transform:translate(-50%)}}.product-v2-customize-slideshow{display:block;aspect-ratio:var(--product-v2-effective-span, 1) / 1;margin-bottom:20px;overflow:hidden;border-radius:8px;background:#090b0d;color:#fff;box-shadow:0 14px 34px #0a0c0f38;isolation:isolate;touch-action:pan-y}.product-v2-customize-slideshow:hover{background:#090b0d;color:#fff;box-shadow:0 18px 42px #0a0c0f4d}.product-v2-customize-slideshow__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;aspect-ratio:auto;background:#090b0d}.product-v2-customize-slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block;overflow:hidden;opacity:1;transform:translate(100%);transition:transform .38s cubic-bezier(.22,.72,.2,1);will-change:transform}.product-v2-customize-slideshow__slide:before{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--product-v2-customize-slide-image);background-position:center;background-repeat:no-repeat;background-size:cover;content:"";transform:scale(1);transition:transform 3.7s ease-out}.product-v2-customize-slideshow__slide.is-active{z-index:1;transform:translate(0)}.product-v2-customize-slideshow__slide.is-active:before{transform:scale(1.035)}.product-v2-customize-slideshow__slide.is-entering-right,.product-v2-customize-slideshow__slide.is-entering-left{z-index:2;transition:none}.product-v2-customize-slideshow__slide.is-entering-right{transform:translate(100%)}.product-v2-customize-slideshow__slide.is-entering-left{transform:translate(-100%)}.product-v2-customize-slideshow__slide.is-exiting-left,.product-v2-customize-slideshow__slide.is-exiting-right{z-index:1}.product-v2-customize-slideshow__slide.is-exiting-left{transform:translate(-100%)}.product-v2-customize-slideshow__slide.is-exiting-right{transform:translate(100%)}.product-v2-customize-slideshow__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.product-v2-customize-slideshow__badge{position:absolute;top:16px;left:18px;z-index:3;display:flex;flex-direction:column;gap:3px;color:#fff;pointer-events:none}.product-v2-customize-slideshow__badge-title{font-size:clamp(1.25rem,2vw,1.8rem);font-weight:900;letter-spacing:.06em;line-height:1;text-shadow:0 2px 12px rgba(0,0,0,.55)}.product-v2-customize-slideshow__badge-subtitle{color:#ffffffb8;font-size:.72rem;font-weight:600;letter-spacing:.02em}.product-v2-customize-slideshow__arrow{position:absolute;top:50%;z-index:4;display:grid;place-items:center;width:36px;height:36px;padding:0 0 2px;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:#080a0c6b;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font:inherit;font-size:1rem;cursor:pointer;transform:translateY(-50%);transition:background .18s ease,transform .18s ease}.product-v2-customize-slideshow__arrow--previous{left:14px}.product-v2-customize-slideshow__arrow--next{right:14px}.product-v2-customize-slideshow__arrow:hover{background:#080a0cc2;transform:translateY(-50%) scale(1.06)}.product-v2-customize-slideshow__arrow:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.product-v2-card.product-v2-customize-slideshow .product-v2-card__body.product-v2-customize-slideshow__body,.product-v2-card.product-v2-customize-slideshow:hover .product-v2-card__body.product-v2-customize-slideshow__body{position:absolute;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:16px;padding:88px 20px 18px;background:linear-gradient(180deg,transparent,rgba(5,7,9,.82) 65%,rgba(5,7,9,.96));color:#fff;pointer-events:none}.product-v2-customize-slideshow__status{display:flex;align-items:center;gap:6px;padding:6px 4px;pointer-events:auto}.product-v2-customize-slideshow__dot{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;width:6px;height:6px;padding:0;margin:0;border:0;border-radius:999px;background:#ffffff59;cursor:pointer;transition:width .25s ease,background-color .25s ease,transform .25s ease}.product-v2-customize-slideshow__dot:hover{background:#fff9}.product-v2-customize-slideshow__dot.is-active{width:20px;background:#fffffff2}.product-v2-customize-slideshow__dot:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.product-v2-customize-slideshow__prompt{color:#ffffff94;font-size:.78rem;font-weight:600;text-align:right;white-space:nowrap}.product-v2-card__media{--product-v2-video-progress: 0;position:relative;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__comic-bubble{position:absolute;z-index:4;right:10px;bottom:-14px;max-width:68%;padding:8px 10px 7px;border:3px solid var(--product-v2-ink);border-radius:2px;background:#fff;color:var(--product-v2-ink);box-shadow:3px 3px 0 var(--product-v2-ink);font-size:clamp(.58rem,1vw,.8rem);font-weight:950;line-height:1.05;letter-spacing:.025em;text-align:center;white-space:pre-line;transform:rotate(3deg);transition:transform .24s cubic-bezier(.2,.75,.25,1.35),box-shadow .24s ease;pointer-events:none}.product-v2-card:hover .product-v2-card__comic-bubble{box-shadow:5px 7px 0 var(--product-v2-ink);transform:translateY(-4px) rotate(3deg)}.product-v2-card--motorized .product-v2-card__media{overflow:visible}.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__video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;width:100%;height:100%;object-fit:contain;opacity:0;pointer-events:none;transition:opacity .28s ease}.product-v2-card__media.is-video-playing .product-v2-card__video{opacity:1}.product-v2-card__video-progress{position:absolute;z-index:3;top:0;left:0;width:100%;height:3px;background:var(--product-v2-ink);opacity:0;pointer-events:none;transform:scaleX(var(--product-v2-video-progress));transform-origin:left center;transition:opacity .18s ease}.product-v2-card__media.is-video-playing .product-v2-card__video-progress{opacity:1}.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__media.is-video-playing img,.product-v2-card:hover .product-v2-card__media.is-video-playing img{filter:blur(12px) brightness(.96) contrast(1.02);opacity:0}@media(prefers-reduced-motion:reduce){.product-v2-card__video,.product-v2-card__video-progress{display:none}.product-v2-recommendation__slide{transition:none}.product-v2-recommendation__tile,.product-v2-customize-showcase__track{animation:none}.product-v2-customize-slideshow__slide,.product-v2-customize-slideshow__slide:before{transition:none}}.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;right: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;right:100%;top:50%;margin-right: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:1192px){html body header nav{background:#fffffffa;border-color:var(--product-v2-border);box-shadow:0 20px 48px #0a0c0f29}html body header nav a{color:var(--product-v2-ink);border-bottom-color:#0a0c0f14}html body header nav a:hover,html body header nav a.active{background:#0a0c0f0d;color:var(--product-v2-ink)}html body header .mobile-menu-toggle{background:#0a0c0f05}html body header .mobile-menu-toggle:hover,html body header .mobile-menu-toggle[aria-expanded=true]{background:#0a0c0f0f;border-color:#0a0c0f47}}@media(max-width:760px){html body header nav a{color:var(--product-v2-ink)}.product-v2-shell{width:min(90%,520px)}.product-v2-catalog-bubble{top:52%;bottom:auto;left:0;width:56px;min-width:56px;height:138px;min-height:138px;flex-direction:column;justify-content:center;gap:10px;padding:14px 8px;border-radius:0 8px 8px 0;transform:translateY(-50%)}.product-v2-catalog-bubble:hover{transform:translate(3px,-50%)}.product-v2-catalog-bubble__label{display:inline}.product-v2-catalog-bubble__count{top:5px;right:3px}.product-v2-catalog-drawer{width:min(360px,calc(100vw - 16px))}.product-v2-catalog-drawer__header,.product-v2-catalog-drawer__content,.product-v2-catalog-drawer__footer{padding-inline:18px}.product-v2-grid{--product-v2-cols: 2;--product-v2-gap: 12px;position:relative;z-index:2}.product-v2-card{--product-v2-card-span: 1 !important;--product-v2-effective-span: 1;--product-v2-image-scale: 1 !important}.product-v2-section__heading{z-index:1}.product-v2-card__comic-bubble{z-index:5}.product-v2-card__media,.product-v2-card__media img,.product-v2-card:hover .product-v2-card__media img{aspect-ratio:1 / 1}.product-v2-card__media img,.product-v2-card:hover .product-v2-card__media img{transform:none}.product-v2-recommendation__arrow{opacity: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}.product-v2-catalog-bubble,.product-v2-filter__button,.product-v2-catalog-keyword{transition:none}.product-v2-catalog-drawer[open],.product-v2-catalog-drawer::backdrop{animation:none}.product-v2-catalog-drawer[open]{transform:translate(0)}}
