.bb{position:relative}.bb__row--breadcrumbs{padding:.4rem 0 1.4rem}.bb__description{margin:0 0 1.6rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(1.5rem,1.5vw + 1rem,2.4rem);line-height:1.1;text-transform:uppercase;color:rgb(var(--color-foreground))}.bb__main{display:flex;flex-direction:row;align-items:flex-start;gap:0}.bb__left{flex:0 0 76.5%;max-width:76.5%;min-width:0}.bb__cart{flex:0 0 23.5%;max-width:23.5%;min-width:0}@media(max-width:989px){.bb__main{flex-direction:column}.bb__left{flex:1 1 auto;max-width:100%;padding-right:0;width:100%}.bb__cart{flex:1 1 auto;max-width:100%;width:100%;margin-top:1.4rem}}.bb__tabs{display:flex;flex-direction:row;align-items:flex-end;gap:0}.bb__tab{flex:1 1 0;position:relative;z-index:1;padding:12px 16px;margin:0 -3px 6px;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground));border-radius:0;box-shadow:2px 6px rgb(var(--color-foreground));font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;letter-spacing:.04em;font-size:1.1rem;line-height:1.1;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,padding .15s ease,margin .15s ease,background-color .15s ease;text-align:left}@media screen and (max-width:999px){.bb__tab{text-align:center;font-size:.85rem;padding:10px 7px}}.bb__tab.is-active{z-index:0;margin:0 -4px 0 0;padding:10px 14px 14px;background-color:rgb(var(--color-button));border-color:rgb(var(--color-foreground));box-shadow:none}@media screen and (max-width:999px){.bb__tab.is-active{padding:10px 7px 12px}}.bb__searchbar{display:flex;align-items:stretch;border:1px solid rgb(var(--color-foreground));border-top:none;background:rgb(var(--color-background))}.bb__search{flex:1 1 auto;display:flex;align-items:center;gap:.6rem;padding:12px 14px;min-width:0}.bb__search-icon{width:18px;height:18px;color:rgb(var(--color-foreground));flex-shrink:0}.bb__search-input{flex:1 1 auto;min-width:0;border:none;outline:none;background:transparent;font-size:.95rem;color:rgb(var(--color-foreground));padding:0}.bb__search-input::placeholder{color:rgb(var(--color-foreground));opacity:1}.bb__filter-btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:.45rem;padding:0 16px;border:none;border-left:1px solid rgb(var(--color-foreground));background:transparent;color:rgb(var(--color-foreground));font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease}.bb__filter-btn:hover{background:rgba(var(--color-foreground),.05)}.bb__filter-btn[aria-expanded=true]{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.bb__filter-icon{width:16px;height:16px;flex-shrink:0}.bb__filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:.7rem;font-weight:700;letter-spacing:0}@media(max-width:749px){.bb__filter-btn{padding:0 12px}.bb__filter-label{display:none}}.bb__drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0000008c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:9998;opacity:0;transition:opacity .26s ease}.bb__drawer-overlay.is-open{opacity:1}.bb__drawer-overlay[hidden]{display:none}.bb__drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,92vw);background:rgb(var(--color-background));color:rgb(var(--color-foreground));z-index:9999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.22,1,.36,1);border-left:1px solid rgb(var(--color-foreground));box-shadow:-8px 0 24px #0000002e}.bb__drawer.is-open{transform:translate(0)}.bb__drawer[hidden]{display:none}.bb__drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem;border-bottom:1px solid rgb(var(--color-foreground));background:rgb(var(--color-background));position:sticky;top:0;z-index:1}.bb__drawer-head h3{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.15rem;letter-spacing:.06em;text-transform:uppercase}.bb__drawer-close{background:transparent;border:none;line-height:0;cursor:pointer;color:rgb(var(--color-foreground));padding:6px;border-radius:0;transition:opacity .15s ease}.bb__drawer-close:hover{opacity:.65}.bb__drawer-body{flex:1 1 auto;overflow-y:auto;padding:1.2rem 1.4rem 1.6rem}.bb__drawer-foot{flex:0 0 auto;display:flex;gap:.7rem;padding:.9rem 1.4rem 1.1rem;border-top:1px solid rgb(var(--color-foreground));background:rgb(var(--color-background))}.bb__drawer-clear{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:transparent;border:1px solid rgb(var(--color-foreground));color:rgb(var(--color-foreground));font-family:var(--font-heading-family);letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;text-decoration:none;cursor:pointer;transition:background-color .15s ease}.bb__drawer-clear:hover{background-color:rgba(var(--color-foreground),.06)}.bb__drawer-apply{flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:1px solid rgb(var(--color-foreground));font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:.06em;text-transform:uppercase;font-size:.9rem;cursor:pointer;box-shadow:3px 3px rgb(var(--color-foreground));transition:transform .12s ease,box-shadow .12s ease}.bb__drawer-apply:hover{transform:translate(-1px,-1px);box-shadow:4px 4px rgb(var(--color-foreground))}.bb__drawer-apply:active{transform:translate(1px,1px);box-shadow:1px 1px rgb(var(--color-foreground))}.bb__drawer-group{border:none;padding:0 0 1.1rem;margin:0 0 1.1rem;border-bottom:1px solid rgba(var(--color-foreground),.15)}.bb__drawer-group:last-child{border-bottom:none;margin-bottom:0}.bb__drawer-group legend{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:.95rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;color:rgb(var(--color-foreground))}.bb__chips{display:flex;flex-wrap:wrap;gap:.45rem}.bb__chip-filter{display:inline-flex;align-items:center;justify-content:center;padding:.55rem .85rem;border:1px solid rgba(var(--color-foreground),.3);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:.82rem;font-family:var(--font-heading-family);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease;-webkit-user-select:none;user-select:none}.bb__chip-filter input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.bb__chip-filter:hover{border-color:rgb(var(--color-foreground))}.bb__chip-filter:has(input:checked){background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.bb__chip-filter:has(input:focus-visible){outline:2px solid rgb(var(--color-button));outline-offset:2px}.bb__no-results{grid-column:1 / -1;padding:28px 12px;text-align:center;color:rgba(var(--color-foreground),.55);font-size:.9rem}.bb__panel{padding-top:1rem}.bb__panel.is-hidden{display:none}.bb__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-right:1rem}@media(max-width:749px){.bb__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-right:0}}.bb__product{min-width:0;position:relative;transition:transform .18s ease,box-shadow .18s ease}.bb__product--filtered,.bb__product--paged-out{display:none}.bb__load-more-wrap{display:flex;justify-content:center;margin:1.6rem 0 .4rem}.bb__load-more{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1.4rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;line-height:1}.bb__load-more[hidden]{display:none}.bb__load-more-count{font-size:.78em;opacity:.65;letter-spacing:.02em}.bb__product--added{transform:scale(.97)}.bb__product--in-bundle{box-shadow:0 0 0 2px rgb(var(--color-button));border-radius:12px}.bb__voverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;transition:opacity .24s ease}.bb__voverlay[hidden]{display:none}.bb__voverlay.is-open{opacity:1}.bb__voverlay-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer}.bb__voverlay-modal{position:relative;z-index:1;width:100%;max-width:480px;max-height:calc(100vh - 32px);overflow-y:auto;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:14px;box-shadow:0 24px 80px #00000059;padding:28px 22px 22px;transform:scale(.94) translateY(12px);transition:transform .32s cubic-bezier(.22,1,.36,1)}.bb__voverlay.is-open .bb__voverlay-modal{transform:scale(1) translateY(0)}.bb__voverlay-close{position:absolute;top:12px;right:12px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground));cursor:pointer;transition:background .2s ease,transform .2s ease}.bb__voverlay-close:hover{background:rgba(var(--color-foreground),.15);transform:rotate(90deg)}.bb__voverlay-close svg{width:16px;height:16px}.bb__voverlay-title{margin:0 0 4px;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(1.1rem,1vw + 1rem,1.35rem);letter-spacing:.04em;text-transform:uppercase}.bb__voverlay-subtitle{margin:0 0 18px;font-size:.92rem;color:rgba(var(--color-foreground),.65)}.bb__voverlay-subtitle:empty{display:none}.bb__voverlay-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.bb__voverlay-option{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;border:1.5px solid rgba(var(--color-foreground),.18);border-radius:10px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;font:inherit;text-align:center;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.bb__voverlay-option:hover:not(:disabled){border-color:rgb(var(--color-foreground));transform:translateY(-2px);box-shadow:0 6px 14px #0000001f}.bb__voverlay-option:disabled,.bb__voverlay-option.is-unavailable{cursor:not-allowed;opacity:.5}.bb__voverlay-option-img{width:64px;height:64px;border-radius:8px;overflow:hidden;background:rgba(var(--color-foreground),.05);flex-shrink:0}.bb__voverlay-option-img img{width:100%;height:100%;object-fit:cover;display:block}.bb__voverlay-option-title{font-size:.9rem;font-weight:600;line-height:1.2}.bb__voverlay-option-badge{position:absolute;top:6px;right:6px;padding:2px 6px;font-size:.62rem;letter-spacing:.06em;background:rgba(var(--color-foreground),.12);color:rgba(var(--color-foreground),.7);border-radius:4px;text-transform:uppercase}.bb__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:3rem 1.4rem;text-align:center;color:rgba(var(--color-foreground),.7);border:1px dashed rgba(var(--color-foreground),.25);border-radius:12px;background:rgba(var(--color-foreground),.02)}.bb__empty-icon{width:56px;height:56px;color:rgba(var(--color-foreground),.4);margin-bottom:.2rem}.bb__empty-title{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.05rem;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--color-foreground))}.bb__empty-text{margin:0;font-size:.9rem;max-width:360px;line-height:1.4}.bb__left{position:relative}.bb__loader{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-background),.7);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:5}.bb__loader.is-visible{opacity:1;pointer-events:auto}.bb__loader-spinner{width:36px;height:36px;color:rgb(var(--color-foreground));animation:bb-loader-spin 1.1s linear infinite}.bb__loader-spinner svg{width:100%;height:100%;display:block}@keyframes bb-loader-spin{to{transform:rotate(360deg)}}.bb-stickybar{position:fixed;bottom:18px;left:50%;transform:translate(-50%);z-index:50;display:flex;align-items:center;gap:.5rem;width:max-content;max-width:calc(100vw - 20px);pointer-events:none}.bb-stickybar:not(:has(>:not([hidden]))){display:none}.bb-sticky,.bs-sticky{pointer-events:auto;display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:1px solid rgb(var(--color-foreground));border-radius:999px;box-shadow:3px 3px rgb(var(--color-foreground));cursor:pointer;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;line-height:1;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.bb-sticky[hidden],.bs-sticky[hidden]{display:none}@media(min-width:990px){.bb-sticky{display:none}}.bb-sticky__count{background:rgb(var(--color-foreground));color:rgb(var(--color-button-text));border-radius:999px;padding:2px 8px;font-weight:800;font-size:.78rem;min-width:22px;text-align:center}.bb__cart{background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));padding:1rem 1rem 1.2rem;display:flex;flex-direction:column;gap:.85rem;box-shadow:7px 7px rgb(var(--color-foreground));position:sticky;z-index:4;top:80px;transform-origin:center top}.bb__cart.is-bump{animation:bb-cart-bump .26s cubic-bezier(.34,1.56,.64,1)}@keyframes bb-cart-bump{0%{transform:scale(1)}45%{transform:scale(1.02)}to{transform:scale(1)}}@media(max-width:989px){.bb__cart{position:static}}.bb__cart-head{display:flex;align-items:baseline;gap:.6rem;font-family:var(--font-body-family)}.bb__cart-title{font-weight:500;font-size:.95rem;color:rgb(var(--color-foreground))}.bb__cart-count{font-size:.95rem;color:rgb(var(--color-foreground))}.bb__cart-count [data-bb-count],.bb__cart-count [data-bb-slots]{font-weight:800}.bb__progress{position:relative;padding:16px 0}.bb__progress-track{position:relative;width:100%;height:6px;background:rgba(var(--color-foreground),.12);border-radius:999px;overflow:visible}.bb__progress-fill{position:absolute;top:0;bottom:0;left:0;width:0%;background:rgb(var(--color-button));border-radius:999px;transition:width .4s cubic-bezier(.22,1,.36,1)}.bb__progress-badge{position:absolute;top:50%;width:36px;height:36px;border-radius:50%;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body-family);font-weight:700;font-size:.72rem;line-height:1;transform:translate(-50%,-50%);transition:left .4s cubic-bezier(.22,1,.36,1),opacity .25s ease;z-index:1;pointer-events:none;white-space:nowrap}.bb__progress-badge--d1{left:calc(100% - 18px)}.bb--d1-reached .bb__progress-badge--d1{left:var(--bb-d1-pos, 50%)}.bb__progress-badge--d2{left:calc(100% - 18px);opacity:0}.bb--d1-reached .bb__progress-badge--d2{opacity:1}.bb__progress-badge:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2px solid rgb(var(--color-button));opacity:0;pointer-events:none}.bb__progress-badge.is-celebrating{animation:bb-badge-pulse .6s ease-out}.bb__progress-badge.is-celebrating:after{animation:bb-badge-ring .6s ease-out}@keyframes bb-badge-pulse{0%{transform:translate(-50%,-50%) scale(1)}45%{transform:translate(-50%,-50%) scale(1.22)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes bb-badge-ring{0%{transform:scale(.7);opacity:.9}to{transform:scale(2);opacity:0}}.bb__slots{display:flex;flex-direction:column;gap:.6rem}.bb__slot{display:flex;align-items:center;gap:.7rem;position:relative;transition:opacity .28s ease,transform .28s cubic-bezier(.22,1,.36,1)}.bb__slot.is-entering{opacity:0;transform:translate(8px)}.bb__slot-thumb{flex:0 0 auto;width:90px;height:90px;display:inline-flex;align-items:center;justify-content:center;border:1.5px dashed rgba(var(--color-foreground));border-radius:8px;color:rgb(var(--color-foreground));overflow:hidden;background:rgb(var(--color-background))}.bb__slot-thumb svg{width:55px;height:55px;opacity:.7;display:block}.bb__slot-thumb--img{border:1px solid rgb(var(--color-foreground));border-style:solid}.bb__slot-thumb--img img{width:100%;height:100%;object-fit:contain;display:block}.bb__slot-text{flex:1 1 auto;min-width:0;font-size:.9rem;color:rgb(var(--color-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bb__slot--filled .bb__slot-text{font-weight:600}.bb__slot-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bb__slot-remove{flex:0 0 auto;width:22px;height:22px;border-radius:999px;border:1px solid rgb(var(--color-foreground));background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;line-height:1;font-size:14px;display:inline-flex;align-items:center;justify-content:center;padding:0}.bb__slot-remove:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.bb__cta{position:relative;width:100%;margin-top:.4rem;padding:.7rem 1rem;font-size:.9rem;letter-spacing:.06em;text-transform:uppercase}.bb__cta:disabled{opacity:.5;cursor:not-allowed}.bb__cta-spinner{position:absolute;top:50%;left:50%;width:1.4em;height:1.4em;transform:translate(-50%,-50%);opacity:0;pointer-events:none;animation:bb-spin 1.1s linear infinite}.bb__cta-spinner svg{width:100%;height:100%;display:block}.bb__cta.is-loading .bb__cta-label{visibility:hidden}.bb__cta.is-loading .bb__cta-spinner{opacity:1}@keyframes bb-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.bb__clear{-webkit-appearance:none;appearance:none;background:none;border:0;margin:.6rem auto 0;padding:.2rem .4rem;display:block;font-family:var(--font-body-family);font-weight:600;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;color:rgba(var(--color-foreground),.75);text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .15s ease}.bb__clear:hover{color:rgb(var(--color-foreground))}.bb__clear[hidden]{display:none}.bs{--bs-main-w: 38vw;--bs-canvas-ar: 16 / 9;margin-top:8rem}@media(max-width:749px){.bs{--bs-main-w: 70vw;--bs-canvas-ar: 4 / 3}}.bs__head{text-align:center;margin:0 auto 1.4rem;max-width:720px}.bs__eyebrow{margin:0 0 .4rem;font-family:var(--font-body-family);font-weight:700;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;color:rgba(var(--color-foreground),.7)}.bs__title{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;font-size:clamp(1.6rem,1.8vw + 1rem,2.6rem);line-height:1.1;color:rgb(var(--color-foreground))}.bs__stage{position:relative;width:100%;aspect-ratio:var(--bs-canvas-ar);background:transparent;border-radius:0;overflow:visible;touch-action:none}.bs__empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.6);font-style:italic;padding:2rem;text-align:center}.bs[data-bs-empty=false] .bs__empty{display:none}.bs__main{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--bs-main-w);max-width:90%;z-index:1;pointer-events:none}.bs__main-img{width:100%;height:auto;display:block;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.bs__main[hidden]{display:none}.bs__overlays{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.bs-item{position:absolute;top:50%;left:50%;width:110px;cursor:grab;pointer-events:auto;transition:opacity .22s ease,filter .18s ease;will-change:transform}.bs-item.is-entering{opacity:0}.bs-item.is-leaving{opacity:0;pointer-events:none}.bs-item.is-dragging{cursor:grabbing;filter:drop-shadow(0 6px 14px rgba(0,0,0,.18))}.bs-item.is-selected{outline:2px dashed rgb(var(--color-button));outline-offset:4px}.bs-item__img{width:100%;height:auto;display:block;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}@media(max-width:749px){.bs-item{width:80px}}.bs__toolbar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:60;width:min(640px,calc(100vw - 24px));background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-radius:14px;box-shadow:4px 4px rgb(var(--color-foreground)),0 10px 28px #0000002e;display:flex;flex-direction:column;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease}.bs__toolbar:not([hidden]){opacity:1;pointer-events:auto;transform:translate(-50%)}.bs__toolbar[hidden]{display:flex;transform:translate(-50%,14px)}.bs__toolbar-head{display:flex;align-items:center;gap:.6rem;padding:8px 12px;border-bottom:1px solid rgba(var(--color-foreground),.12);background:rgba(var(--color-foreground),.03)}.bs__toolbar-eyebrow{font-family:var(--font-body-family);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;color:rgba(var(--color-foreground),.6)}.bs__toolbar-name{flex:1 1 auto;min-width:0;font-family:var(--font-body-family);font-weight:600;font-size:.92rem;color:rgb(var(--color-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bs__toolbar-close{flex:0 0 auto;width:26px;height:26px;padding:0;border:1px solid rgba(var(--color-foreground),.2);background:rgb(var(--color-background));border-radius:999px;color:rgb(var(--color-foreground));cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .15s ease,border-color .15s ease}.bs__toolbar-close:hover{background:rgba(var(--color-foreground),.06);border-color:rgb(var(--color-foreground))}.bs__toolbar-close svg{width:12px;height:12px}.bs__toolbar-body{display:flex;flex-direction:row;align-items:stretch;gap:0;padding:10px 8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.bs__tool-group{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 6px;flex:0 0 auto}.bs__tool-group-label{font-family:var(--font-body-family);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.6rem;color:rgba(var(--color-foreground),.55)}.bs__tool-group-buttons{display:inline-flex;align-items:center;gap:4px}.bs__tool-sep{width:1px;align-self:stretch;background:rgba(var(--color-foreground),.12);margin:4px 0;flex:0 0 auto}.bs__tool{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:54px;min-height:50px;padding:6px 4px;border:1px solid transparent;background:transparent;color:rgb(var(--color-foreground));border-radius:8px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .08s ease}.bs__tool:hover{background:rgba(var(--color-foreground),.06);border-color:rgba(var(--color-foreground),.18)}.bs__tool:active{transform:scale(.96)}.bs__tool-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:rgb(var(--color-foreground))}.bs__tool-icon--text{font-size:1.4rem;font-weight:700;line-height:1}.bs__tool-label{font-family:var(--font-body-family);font-size:.65rem;letter-spacing:.02em;color:rgba(var(--color-foreground),.85);line-height:1.1}.bs__tool-icon svg,.bs__toolbar-close svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;overflow:visible}.bs__tool-icon svg path,.bs__tool-icon svg line,.bs__tool-icon svg polyline,.bs__tool-icon svg polygon,.bs__tool-icon svg circle,.bs__tool-icon svg rect{fill:none;stroke:currentColor}.bs__tool-icon svg .bs__layer-front{fill:currentColor;stroke:currentColor}.bs__tool-icon svg .bs__layer-back{fill:none;stroke:currentColor}@media(max-width:749px){.bs__toolbar{bottom:12px;border-radius:12px}.bs__tool{width:50px;min-height:46px}.bs__tool-label{font-size:.6rem}}.bs-sticky:hover{transform:translate(-1px,-1px);box-shadow:4px 4px rgb(var(--color-foreground))}.bs-sticky__icon{width:14px;height:14px}.bs-sticky__icon polyline{fill:none}.cp{position:relative}.cp__breadcrumbs{margin:0 0 1rem}.cp__head{text-align:center;margin:0 auto 2rem;max-width:720px}.cp__title{margin:0}.cp__meta{margin:.8rem 0 0;color:rgba(var(--color-foreground),.7);font-size:.9rem}.cp__continue{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.cp__continue:hover{color:rgb(var(--color-button))}.cp__empty{text-align:center;padding:4rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.8rem}.cp__empty-icon{width:64px;height:64px;color:rgba(var(--color-foreground),.3);margin-bottom:.3rem}.cp__empty-title{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;font-size:clamp(1.4rem,1vw + 1rem,2rem);color:rgb(var(--color-foreground))}.cp__empty-text{margin:0;color:rgba(var(--color-foreground),.7);font-size:.95rem}.cp__empty-cta{margin-top:.8rem;padding:.85em 1.6em;letter-spacing:.08em}.cp__layout{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}@media(min-width:990px){.cp__layout{grid-template-columns:minmax(0,1.6fr) minmax(320px,1fr);gap:2rem}}.cp__items{display:flex;flex-direction:column;gap:1rem}.cp-item{display:grid;grid-template-columns:96px minmax(0,1fr);gap:1rem;padding:1rem;background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-radius:12px;box-shadow:3px 3px rgb(var(--color-foreground));transition:opacity .18s ease,transform .24s ease,max-height .24s ease;overflow:hidden}@media(min-width:750px){.cp-item{grid-template-columns:120px minmax(0,1fr);gap:1.2rem;padding:1.2rem}}.cp-item.is-updating{opacity:.7}.cp-item.is-leaving{opacity:0;transform:translate(-12px);max-height:0;padding-top:0;padding-bottom:0;margin:0;border-width:0}.cp-item__media{display:block;width:100%;aspect-ratio:1;overflow:hidden;border-radius:8px;background:rgba(var(--color-foreground),.04)}.cp-item__img{width:100%;height:100%;object-fit:cover;display:block}.cp-item__img--placeholder{display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.3)}.cp-item__body{display:grid;grid-template-columns:1fr;gap:.6rem;min-width:0}@media(min-width:750px){.cp-item__body{grid-template-columns:minmax(0,1fr) auto auto;align-items:start;gap:1.2rem}}.cp-item__main{min-width:0}.cp-item__title{display:block;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1rem;line-height:1.2;color:rgb(var(--color-foreground));text-decoration:none;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.cp-item__title:hover{text-decoration:underline;text-underline-offset:2px}.cp-item__variant{margin:.25rem 0 0;font-size:.82rem;color:rgba(var(--color-foreground),.7)}.cp-item__props{list-style:none;padding:0;margin:.4rem 0 0;font-size:.78rem;color:rgba(var(--color-foreground),.7)}.cp-item__props li{margin-bottom:.15rem}.cp-item__prop-key{font-weight:600;margin-right:.3rem}.cp-item__price-row--mobile{display:flex;gap:.5rem;margin-top:.5rem}.cp-item__price-row--desktop{display:none}@media(min-width:750px){.cp-item__price-row--mobile{display:none}.cp-item__price-row--desktop{display:flex;gap:.5rem;justify-content:flex-end}}.cp-item__price{font-family:var(--font-body-family);font-weight:700;font-size:.95rem;color:rgb(var(--color-foreground))}.cp-item__compare{font-size:.85rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.cp-item__controls{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.cp-item__qty{display:inline-flex;align-items:center;border:1px solid rgb(var(--color-foreground));border-radius:999px;background:rgb(var(--color-background));overflow:hidden}.cp-item__qty-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:rgb(var(--color-foreground));cursor:pointer;transition:background-color .12s ease}.cp-item__qty-btn:hover{background:rgba(var(--color-foreground),.08)}.cp-item__qty-btn svg{width:14px;height:14px}.cp-item__qty-input{width:36px;text-align:center;border:none;outline:none;background:transparent;font-family:var(--font-body-family);font-weight:600;font-size:.92rem;color:rgb(var(--color-foreground));-moz-appearance:textfield}.cp-item__qty-input::-webkit-outer-spin-button,.cp-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cp-item__remove{background:none;border:none;color:rgba(var(--color-foreground),.7);font-family:var(--font-body-family);font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;padding:.3rem 0;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.cp-item__remove:hover{color:rgb(var(--color-foreground))}.cp-item__totals{display:none}@media(min-width:750px){.cp-item__totals{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;min-width:90px}}.cp-item__line-total{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.05rem;color:rgb(var(--color-foreground))}.cp__summary{position:relative}@media(min-width:990px){.cp__summary{position:sticky;top:calc(var(--header-height, 0px) + 1rem)}}.cp__summary-card{background:rgb(var(--color-background));border-radius:12px;padding:1.4rem 1.4rem 1.6rem}.cp__summary-title{margin:0 0 1rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;font-size:1.1rem;letter-spacing:.06em;color:rgb(var(--color-foreground))}.cp__summary-row{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;font-size:.95rem;color:rgba(var(--color-foreground),.8)}.cp__summary-row--discount{color:#15803d}.cp__summary-row--total{margin-top:.6rem;padding-top:.8rem;border-top:1px solid rgba(var(--color-foreground),.15);font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));font-size:1.1rem}.cp__summary-note{margin:.8rem 0 1.2rem;color:rgba(var(--color-foreground),.6);font-size:.8rem}.cp__note{display:block;margin:0 0 1rem}.cp__note-label{display:block;margin-bottom:.4rem;font-family:var(--font-body-family);font-weight:600;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;color:rgba(var(--color-foreground),.8)}.cp__note-input{width:100%;padding:.7rem .9rem;border:1px solid rgb(var(--color-foreground));border-radius:8px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:.9rem;resize:vertical;min-height:70px;transition:box-shadow .15s ease}.cp__note-input:focus{outline:none;box-shadow:3px 3px rgb(var(--color-foreground))}.cp__checkout{position:relative;width:100%;padding:1em 1.4em;font-size:1rem;letter-spacing:.06em}.cp__checkout-spinner{position:absolute;top:50%;left:50%;width:1.4em;height:1.4em;transform:translate(-50%,-50%);opacity:0;pointer-events:none;animation:cp-spin 1.1s linear infinite}.cp__checkout-spinner svg{width:100%;height:100%;display:block}.cp__checkout.is-loading .cp__checkout-label{visibility:hidden}.cp__checkout.is-loading .cp__checkout-spinner{opacity:1}@keyframes cp-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.cp__extra-checkout{margin-top:.8rem;display:flex;flex-direction:column;gap:.4rem}.cg{position:relative}.cg__row{padding-top:1rem;padding-bottom:1rem}.cg__row--description{padding-top:.4rem;padding-bottom:1.4rem}.cg__description{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(1.25rem,.4348rem + 1.3043vw,2rem);line-height:1.1;color:rgb(var(--color-foreground));text-transform:uppercase}.cg__toolbar{position:relative;width:100%;border-top:1px solid rgb(var(--color-foreground));border-bottom:1px solid rgb(var(--color-foreground));background:rgb(var(--color-background));margin:.8rem 0;z-index:2}.cg__toolbar-row{display:flex;flex-wrap:nowrap;align-items:stretch;gap:0;overflow:visible}.cg__search{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:.6rem;padding:12px 0}.cg__search-icon{width:18px;height:18px;color:rgb(var(--color-foreground));flex-shrink:0}.cg__search-input{flex:1 1 auto;min-width:0;border:none;outline:none;background:transparent;font-size:.95rem;color:rgb(var(--color-foreground));padding:0}.cg__search-input::placeholder{color:rgba(var(--color-foreground),.5)}.cg__filter-wrap{position:relative;display:inline-flex;align-self:stretch}.cg__filter-btn{align-self:stretch;display:inline-flex;align-items:center;gap:.5rem;padding:0 16px;background-color:transparent;color:rgb(var(--color-foreground));border:none;border-left:1px solid rgb(var(--color-foreground));border-radius:0;cursor:pointer;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;line-height:1;white-space:nowrap;transform-origin:top left}.cg__filter-btn--all{margin-top:-5px;padding:12px 16px;background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-left:1px solid rgb(var(--color-foreground));box-shadow:3px 3px rgb(var(--color-foreground))}.cg__chev,.cg__filter-icon{width:16px;height:16px;flex-shrink:0;transition:transform .18s ease}.cg__filter-btn[aria-expanded=true] .cg__chev{transform:rotate(180deg)}.cg__dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;max-width:90vw;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground));box-shadow:3px 3px rgb(var(--color-foreground));padding:.8rem 1rem;z-index:50}.cg__dropdown[hidden]{display:none}.cg__dropdown--price{min-width:280px}.cg__dropdown-row{display:flex;align-items:center;gap:.6rem;padding:.4rem 0;cursor:pointer;font-size:.95rem}.cg__count{color:rgba(var(--color-foreground),.5);margin-left:auto}.cg__price-slider{--slider-thumb: 16px;position:relative;height:24px;margin:.2rem 0 1rem;padding:0 calc(var(--slider-thumb) / 2)}.cg__price-track{position:absolute;top:50%;left:0;right:0;height:4px;transform:translateY(-50%);background:rgba(var(--color-foreground),.15);border-radius:999px;pointer-events:none}.cg__price-fill{position:absolute;top:50%;height:4px;transform:translateY(-50%);background:rgb(var(--color-foreground));border-radius:999px;pointer-events:none;left:0;right:0}.cg__price-thumb{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;background:transparent;outline:none;appearance:none;-webkit-appearance:none;pointer-events:none;z-index:2}.cg__price-thumb::-webkit-slider-runnable-track{background:transparent;border:none;height:100%}.cg__price-thumb::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:var(--slider-thumb);height:var(--slider-thumb);border-radius:50%;background:rgb(var(--color-background));border:2px solid rgb(var(--color-foreground));box-shadow:0 1px 4px #00000026;cursor:grab;pointer-events:auto;margin-top:0;transition:transform .1s ease}.cg__price-thumb::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.1)}.cg__price-thumb::-moz-range-track{background:transparent;border:none;height:100%}.cg__price-thumb::-moz-range-thumb{width:var(--slider-thumb);height:var(--slider-thumb);border-radius:50%;background:rgb(var(--color-background));border:2px solid rgb(var(--color-foreground));box-shadow:0 1px 4px #00000026;cursor:grab;pointer-events:auto;transition:transform .1s ease}.cg__price-thumb:focus-visible::-webkit-slider-thumb,.cg__price-thumb:focus-visible::-moz-range-thumb{box-shadow:0 0 0 3px rgba(var(--color-foreground),.25)}.cg__price{display:flex;gap:.6rem;align-items:center;flex-wrap:nowrap}.cg__price-field{flex:1 1 0;min-width:0;display:flex;align-items:center;gap:.4rem;font-size:.9rem}.cg__price-label{flex:0 0 auto;color:rgba(var(--color-foreground),.7)}.cg__price-input{display:inline-flex;align-items:stretch;flex:1 1 auto;min-width:0;border:1px solid rgba(var(--color-foreground),.3);background:rgb(var(--color-background))}.cg__price-currency{display:inline-flex;align-items:center;padding:0 .5rem;font-size:.9rem;color:rgba(var(--color-foreground),.7);border-right:1px solid rgba(var(--color-foreground),.18);background:rgba(var(--color-foreground),.04);flex:0 0 auto}.cg__price-input input{padding:.45rem .5rem;border:none;outline:none;background:transparent;color:rgb(var(--color-foreground));width:100%;min-width:0;font-size:.9rem;-moz-appearance:textfield}.cg__price-input input::-webkit-outer-spin-button,.cg__price-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cg__active{display:flex;flex-wrap:wrap;gap:.5rem}.cg__chip{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .7rem;background-color:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.15);border-radius:0;color:rgb(var(--color-foreground));text-decoration:none;font-size:.85rem;line-height:1;cursor:pointer}.cg__chip-x{font-size:1.1em;line-height:1;opacity:.7}.cg__chip:hover{background-color:rgba(var(--color-foreground),.06)}.cg__chip--clear{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button));font-family:var(--font-heading-family);letter-spacing:.06em;text-transform:uppercase}.cg__chip--clear:hover{background-color:rgb(var(--color-button));opacity:.88}.cg__grid{display:grid;grid-template-columns:repeat(var(--cg-cols-m, 2),minmax(0,1fr));gap:16px}@media(min-width:990px){.cg__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}}.cg__item{min-width:0;will-change:transform}.cg__item[hidden]{display:none}.cg__item:not(:has(.card-product)){display:none}.cg__pagination{margin-top:3rem;display:flex;justify-content:center}.cg__pagination-nav{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-heading-family);letter-spacing:.04em}.cg__pagination-nav .product-reviews__pagination-numbers{display:inline-flex;align-items:center;gap:.3rem}.cg__pagination-nav .product-reviews__pagination-num,.cg__pagination-nav .product-reviews__pagination-arrow{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 .55rem;border:1px solid rgba(var(--color-foreground),.18);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:.95rem;line-height:1;text-decoration:none;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.cg__pagination-nav .product-reviews__pagination-arrow{border-color:rgb(var(--color-foreground))}.cg__pagination-nav .product-reviews__pagination-arrow-svg{width:22px;height:16px}.cg__pagination-nav a.product-reviews__pagination-num:hover,.cg__pagination-nav a.product-reviews__pagination-arrow:hover{background-color:rgba(var(--color-foreground),.06);border-color:rgb(var(--color-foreground))}.cg__pagination-nav .product-reviews__pagination-num.active{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button));cursor:default}.cg__pagination-nav [aria-disabled=true]{opacity:.35;pointer-events:none}.cg__pagination-nav .product-reviews__pagination-ellipsis{min-width:28px;text-align:center;color:rgba(var(--color-foreground),.55);font-size:.95rem;-webkit-user-select:none;user-select:none}@media(max-width:749px){.cg__pagination-nav .product-reviews__pagination-num--hide-mobile{display:none}.cg__pagination-nav .product-reviews__pagination-num,.cg__pagination-nav .product-reviews__pagination-arrow{min-width:36px;height:36px;font-size:.9rem}}.cg__empty{text-align:center;padding:4rem 0;color:rgb(var(--color-foreground))}.cg__drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0000008c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:9998;opacity:0;transition:opacity .26s ease}.cg__drawer-overlay.is-open{opacity:1}.cg__drawer-overlay[hidden]{display:none}.cg__drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,92vw);background:rgb(var(--color-background));color:rgb(var(--color-foreground));z-index:9999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.22,1,.36,1);border-left:1px solid rgb(var(--color-foreground));box-shadow:-8px 0 24px #0000002e}.cg__drawer.is-open{transform:translate(0)}.cg__drawer[hidden]{display:none}.cg__drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem;border-bottom:1px solid rgb(var(--color-foreground));background:rgb(var(--color-background));position:sticky;top:0;z-index:1}.cg__drawer-head h3{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.15rem;letter-spacing:.06em;text-transform:uppercase}.cg__drawer-close{background:transparent;border:none;line-height:0;cursor:pointer;color:rgb(var(--color-foreground));padding:6px;border-radius:0;transition:opacity .15s ease}.cg__drawer-close:hover{opacity:.65}.cg__drawer-body{flex:1 1 auto;overflow-y:auto;padding:1.2rem 1.4rem 1.6rem}.cg__drawer-foot{flex:0 0 auto;display:flex;gap:.7rem;padding:.9rem 1.4rem 1.1rem;border-top:1px solid rgb(var(--color-foreground));background:rgb(var(--color-background))}.cg__drawer-clear{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:transparent;border:1px solid rgb(var(--color-foreground));color:rgb(var(--color-foreground));font-family:var(--font-heading-family);letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;text-decoration:none;cursor:pointer;transition:background-color .15s ease}.cg__drawer-clear:hover{background-color:rgba(var(--color-foreground),.06)}.cg__drawer-apply{flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:1px solid rgb(var(--color-foreground));font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:.06em;text-transform:uppercase;font-size:.9rem;cursor:pointer;box-shadow:3px 3px rgb(var(--color-foreground));transition:transform .12s ease,box-shadow .12s ease}.cg__drawer-apply:hover{transform:translate(-1px,-1px);box-shadow:4px 4px rgb(var(--color-foreground))}.cg__drawer-apply:active{transform:translate(1px,1px);box-shadow:1px 1px rgb(var(--color-foreground))}.cg__drawer-group{border:none;padding:0 0 1.1rem;margin:0 0 1.1rem;border-bottom:1px solid rgba(var(--color-foreground),.15)}.cg__drawer-group:last-child{border-bottom:none;margin-bottom:0}.cg__drawer-group legend{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:.95rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;color:rgb(var(--color-foreground))}.cg__drawer-options{display:flex;flex-direction:column;gap:.1rem}.cg__swatches{display:flex;flex-wrap:wrap;gap:.7rem .8rem}.cg__swatch{display:inline-flex;flex-direction:column;align-items:center;gap:.35rem;cursor:pointer;-webkit-user-select:none;user-select:none}.cg__swatch-chip{display:inline-block;width:36px;height:36px;border-radius:50%;border:1px solid rgba(var(--color-foreground),.25);background-color:rgba(var(--color-foreground),.06);background-size:cover;background-position:center;transition:transform .15s ease,box-shadow .15s ease}.cg__swatch:hover .cg__swatch-chip{transform:scale(1.06)}.cg__swatch:has(input:checked) .cg__swatch-chip{box-shadow:0 0 0 2px rgb(var(--color-background)),0 0 0 4px rgb(var(--color-foreground))}.cg__swatch-label{font-size:.72rem;letter-spacing:.02em;color:rgb(var(--color-foreground));text-align:center;line-height:1.1;max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cg__chips{display:grid;grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:.45rem}.cg__chip-filter{display:inline-flex;align-items:center;justify-content:center;padding:.6rem .5rem;border:1px solid rgba(var(--color-foreground),.3);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:.85rem;font-family:var(--font-heading-family);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease;-webkit-user-select:none;user-select:none}.cg__chip-filter:hover{border-color:rgb(var(--color-foreground))}.cg__chip-filter:has(input:checked){background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}@media(max-width:749px){.cg__description{font-size:1rem}.cg__toolbar-row{flex-wrap:wrap}.cg__search{flex:1 1 100%;padding:12px 0;border-bottom:1px solid rgb(var(--color-foreground))}.cg__filter-wrap{min-width:0}.cg__filter-btn{width:100%;justify-content:center;padding:12px 10px;font-size:.75rem;min-height:44px}.cg__filter-wrap:first-of-type .cg__filter-btn{border-left:none}.cg__filter-btn--all{margin-top:-4px;padding:10px 12px;flex:1}.cg__filter-wrap{position:static}.cg__dropdown{top:100%;left:.75rem;right:.75rem;min-width:0;max-width:none;margin-top:8px;padding:1rem 1.2rem}}.clf{position:relative}.clf__header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:2rem;flex-wrap:wrap}.clf__header .section-title{margin:0;text-align:start;flex:1 1 auto}.clf__header-button{flex:0 0 auto}.clf__header-spacer{flex:1 1 auto}.clf__cards{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;transform-origin:50% 50%;will-change:transform}@media(min-width:990px){.clf__cards{flex-direction:row;flex-wrap:nowrap;align-items:stretch}.clf__header{gap:16px}}.clf-card{display:block;position:relative;width:100%;aspect-ratio:var(--clf-image-ar, 4 / 5);overflow:hidden;border:1px solid rgb(var(--color-foreground));box-shadow:4px 4px rgb(var(--color-foreground));border-radius:12px;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));text-decoration:none;min-width:0;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease}@media(min-width:1000px){.clf-card{flex:1 1 0}}.clf-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px rgb(var(--color-foreground))}.clf-card:active{transform:translate(2px,2px);box-shadow:0 0 rgb(var(--color-foreground))}.clf-card:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:3px}.clf-card__image,.clf-card .placeholder-svg{width:100%;height:100%;object-fit:cover;display:block}.cs{position:relative;overflow:hidden}.cs__top{position:relative;background-color:rgb(var(--color-button));color:rgb(var(--color-background));z-index:1;overflow:hidden}.cs__sparkles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.cs__sparkle{position:absolute;border-radius:50%;background:rgb(var(--color-background));opacity:0;transform:translate(-50%,-50%) scale(.6);animation:cs-sparkle ease-in-out infinite}@keyframes cs-sparkle{0%,to{opacity:0;transform:translate(-50%,-50%) scale(.6)}50%{opacity:.85;transform:translate(-50%,-50%) scale(1)}}@media(prefers-reduced-motion:reduce){.cs__sparkle{animation:none;opacity:.5;transform:translate(-50%,-50%) scale(1)}}.cs__bottom{padding-block:1rem clamp(2rem,4vw,3.5rem)}.cs__top-inner{display:flex;flex-direction:column;justify-content:end;position:relative;max-width:1500px;margin:0 auto;padding:0 1rem;text-align:center;min-height:280px;min-height:160px}@media(min-width:750px){.cs__top-inner{min-height:360px}}.cs__heading{position:relative;display:inline-block;margin:0 auto;padding:0 1rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:400;text-transform:uppercase;color:rgb(var(--color-background));line-height:.9;letter-spacing:.02em}.cs__heading-line{display:block;font-size:clamp(3.5rem,7vw + 1rem,9rem)}.cs__splash{position:absolute;display:block;color:rgb(var(--color-background));pointer-events:none;will-change:transform;animation:cs-splash-float 5.4s ease-in-out infinite;transform-origin:center}.cs__splash svg{width:100%;height:100%;display:block}.cs__splash--tl{top:-.6em;left:-1.2em;width:clamp(36px,4vw,60px);animation-duration:4.6s;animation-name:cs-splash-float-tl}.cs__splash--br{bottom:.9em;right:-1em;width:clamp(28px,3vw,44px);animation-duration:5.8s;animation-name:cs-splash-float-br;animation-delay:-1.8s}@keyframes cs-splash-float-tl{0%{transform:translate(0) rotate(0)}25%{transform:translate(3px,-6px) rotate(6deg)}50%{transform:translate(-2px,-10px) rotate(-4deg)}75%{transform:translate(-5px,-4px) rotate(3deg)}to{transform:translate(0) rotate(0)}}@keyframes cs-splash-float-br{0%{transform:translate(0) rotate(0)}25%{transform:translate(-4px,5px) rotate(-7deg)}50%{transform:translate(2px,9px) rotate(5deg)}75%{transform:translate(5px,3px) rotate(-3deg)}to{transform:translate(0) rotate(0)}}@media(prefers-reduced-motion:reduce){.cs__splash,.cs__splash--tl,.cs__splash--br{animation:none}}@media(max-width:749px){.cs__splash--tl{left:-.8em}.cs__splash--br{right:-.5em}}.cs__bears{display:none;position:absolute;bottom:0;z-index:1;width:100%;margin-top:-.6em;height:clamp(110px,16vw,220px)}.cs__parachute{position:absolute;top:1.5vh;right:6%;width:260px;height:auto;z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;will-change:transform;animation:cs-parachute-float 4.8s ease-in-out infinite}@keyframes cs-parachute-float{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-12px) rotate(3deg)}}@media(prefers-reduced-motion:reduce){.cs__parachute{animation:none}}.cs__bear{position:absolute;bottom:-.5px;height:100%;width:auto;object-fit:contain;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.cs__bear--left{left:4%;bottom:-4.35rem;width:200px;animation:cs-bear-drift-left 7.4s ease-in-out infinite;will-change:translate}.cs__bear--right{right:4%;animation:cs-bear-drift-right 8.2s ease-in-out infinite,cs-bear-flip 3.6s infinite;will-change:translate,rotate;backface-visibility:visible}@keyframes cs-bear-drift-left{0%,to{translate:0 0}50%{translate:22px 0}}@keyframes cs-bear-drift-right{0%,to{translate:0 0}50%{translate:-22px 0}}@keyframes cs-bear-flip{0%,49.99%{rotate:y 0deg}50%,99.99%{rotate:y 180deg}to{rotate:y 0deg}}@media(prefers-reduced-motion:reduce){.cs__bear--left,.cs__bear--right{animation:none;translate:0 0;rotate:y 0deg}}@media(max-width:749px){.cs__bear--left{left:2%;bottom:-2.2rem;width:100px}.cs__bear--right{right:2%}.cs__parachute{position:static;display:block;margin:.4rem auto .8rem;width:160px;animation:none}}.cs__bottom{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.cs__bottom-inner{text-align:center}.cs__counter{display:inline-flex;align-items:flex-start;justify-content:center;gap:.3em;margin:0 auto 1.6rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:400;line-height:1;letter-spacing:.01em}.cs__unit{display:inline-flex;flex-direction:column;align-items:center;gap:.4rem}.cs__digits{font-size:clamp(2.6rem,5vw + 1rem,5.5rem);color:rgb(var(--color-button));font-weight:400;line-height:1;font-variant-numeric:tabular-nums}.cs__label{font-size:clamp(.7rem,.5vw + .5rem,1rem);color:rgb(var(--color-button));font-weight:400;letter-spacing:.06em}.cs__sep{font-size:clamp(2.4rem,5vw + 1rem,5.5rem);color:rgb(var(--color-button));font-weight:400;line-height:1;align-self:flex-start;margin-top:0}.cs__description{max-width:1000px;margin:0 auto;font-family:var(--font-body-family);font-weight:400;font-size:clamp(.9rem,.4vw + .7rem,1.05rem);line-height:1.6;color:rgb(var(--color-foreground))}.cs__description p{margin:0 0 .8rem;font-weight:400}.cs__description p:last-child{margin-bottom:0}.cs__description strong,.cs__description b{font-weight:400}.ct{position:relative}.ct__breadcrumbs{margin:0 0 1rem}.ct__head{margin:0 auto 2rem;text-align:center;max-width:720px}.ct__eyebrow{margin:0 0 .4rem;font-family:var(--font-body-family);font-weight:700;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;color:rgba(var(--color-foreground),.7)}.ct__title{margin:0}.ct__intro{margin:1rem 0 0;color:rgba(var(--color-foreground),.75);font-size:.95rem;line-height:1.6}.ct__intro p{margin:0}.ct__layout{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}@media(min-width:990px){.ct__layout{grid-template-columns:minmax(280px,1fr) minmax(0,1.6fr);gap:2rem}.ct__layout--solo{grid-template-columns:minmax(0,720px);justify-content:center}}.ct__sidebar{display:flex;flex-direction:column;gap:1rem}.ct__info-block{background:rgb(var(--color-background));border-radius:12px;padding:1.2rem 1.3rem}.ct__info-title{margin:0 0 .8rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;letter-spacing:.06em;font-size:1.05rem;color:rgb(var(--color-foreground))}.ct__info-row{display:flex;align-items:center;gap:.7rem;padding:.5rem 0;color:rgb(var(--color-foreground));text-decoration:none;font-size:.95rem;line-height:1.4;transition:color .15s ease}.ct__info-row:not(.ct__info-row--static):hover{color:rgb(var(--color-button))}.ct__info-icon{flex:0 0 auto;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgb(var(--color-foreground));border-radius:50%;color:rgb(var(--color-foreground))}.ct__info-icon svg{width:16px;height:16px}.ct__info-text p{margin:0}.ct__form-wrap--solo{max-width:720px;margin:0 auto;width:100%}.ct__form{background:rgb(var(--color-background));border-radius:12px;padding:1.5rem}@media(min-width:750px){.ct__form{padding:2rem}}.ct__field-row{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}@media(min-width:750px){.ct__field-row{grid-template-columns:1fr 1fr;gap:1.2rem}}.ct__field{display:block;margin-bottom:1rem}.ct__field-label{display:block;margin-bottom:.4rem;font-family:var(--font-body-family);font-weight:600;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;color:rgba(var(--color-foreground),.8)}.ct__input{width:100%;padding:.8rem 1rem;border:1px solid rgb(var(--color-foreground));border-radius:8px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:.95rem;line-height:1.4;transition:box-shadow .15s ease,border-color .15s ease}.ct__input::placeholder{color:rgba(var(--color-foreground),.4)}.ct__input:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:3px 3px rgb(var(--color-foreground))}.ct__textarea{min-height:140px;resize:vertical}.ct__actions{margin-top:1.4rem;display:flex;justify-content:flex-end}.ct__submit{position:relative;min-width:200px;padding:.85em 1.6em;font-size:.95rem;letter-spacing:.08em}.ct__submit-spinner{position:absolute;top:50%;left:50%;width:1.4em;height:1.4em;transform:translate(-50%,-50%);opacity:0;pointer-events:none;animation:ct-spin 1.1s linear infinite}.ct__submit-spinner svg{width:100%;height:100%;display:block}.ct__submit.is-loading .ct__submit-label{visibility:hidden}.ct__submit.is-loading .ct__submit-spinner{opacity:1}@keyframes ct-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.ct__status{padding:1rem 1.2rem;border-radius:8px;margin-bottom:1.2rem;font-size:.95rem;line-height:1.5}.ct__status p{margin:0}.ct__status--success{background:#22c55e1f;color:#166534;display:flex;align-items:center;gap:.7rem}.ct__status--success svg{width:22px;height:22px;flex:0 0 auto;color:#15803d}.ct__status--error{background:#dc35451a;color:#991b1b}.ct__status--error ul{margin:.5rem 0 0;padding-left:1.2rem}.ct__status--error a{color:inherit;text-decoration:underline}.faq{position:relative}.faq__layout{display:flex;gap:2rem;align-items:flex-start}.faq__image-wrap{flex:0 0 auto;align-self:flex-start;position:sticky;top:100px}.faq__image{display:block;width:100%;height:auto;object-fit:contain}.faq__items{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:8px;width:100%}.faq-item{background-color:rgba(var(--color-foreground),.03);border-radius:3px;width:100%;overflow:hidden;box-shadow:0 1px 2px rgba(var(--color-foreground),.07),0 0 0 1px rgba(var(--color-foreground),.04)}.faq-item__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;cursor:pointer;list-style:none;transition:background-color .2s ease;border-radius:8px}@media(hover:hover)and (pointer:fine){.faq-item__summary:hover{background-color:rgba(var(--color-foreground),.04)}}.faq-item[open]>.faq-item__summary{background-color:rgba(var(--color-button),.06)}.faq-item__summary::-webkit-details-marker{display:none}.faq-item__question{font-size:16px;font-weight:500;color:rgb(var(--color-foreground));line-height:1.4;flex:1 1 auto;min-width:0}.faq-item__toggle{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground))}.faq-item__icon{width:18px;height:18px;display:block}.faq-item .faq-item__icon--minus,.faq-item[open] .faq-item__icon--plus{display:none}.faq-item[open] .faq-item__icon--minus{display:block}.faq-item__answer-wrap{overflow:hidden;height:0;transition:height .28s ease}.faq-item[open] .faq-item__answer-wrap{height:auto}.faq-item__answer{padding:0 1.1rem 1rem;font-size:.92rem;line-height:1.55;color:rgb(var(--color-foreground));opacity:.85}.faq-item__answer p{margin:0 0 .5rem}.faq-item__answer p:last-child{margin-bottom:0}.faq-item__answer a{color:inherit;text-decoration:underline}@media(max-width:749px){.faq__layout{flex-direction:column;gap:1.2rem}.faq__image-wrap{position:static;width:100%!important;max-width:480px;align-self:center}}.fb{position:relative}.fb__row+.fb__row{margin-top:1.6rem}.fb__placeholder{display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),.08)}.fb__placeholder svg{width:60%;height:60%}.fb__row1{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;padding:2rem 1rem;background-size:cover;background-position:center;background-color:rgba(var(--color-foreground),.04);border-radius:14px;flex-wrap:wrap}.fb__row1 .fb__row1-left-img.card-shadow,.fb__row1 .fb__row1-right.card-shadow{box-shadow:8px 8px rgb(var(--color-foreground))}.fb__row1-left{flex:0 0 auto}.fb__row1-left-img{display:block;max-width:100%;height:auto;object-fit:cover;border-radius:12px}.fb__row1-right{flex:0 1 320px;min-width:0;background-color:rgb(var(--color-secondary-button-text));color:rgb(var(--color-foreground));border-radius:12px;padding:1.2rem 1.2rem 1.3rem;display:flex;flex-direction:column;gap:.4rem}.fb__price{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-align:center;font-size:clamp(2.4rem,1.4vw + 2rem,3.4rem);line-height:1;color:rgb(var(--color-foreground))}.fb__bar-block{padding-block:.4rem;border-bottom:1px solid rgba(var(--color-foreground),.2)}.fb__bar{position:relative;width:100%;height:3px;background-color:rgba(var(--color-foreground),.15);overflow:hidden}.fb__bar-fill{position:absolute;inset:0 auto 0 0;height:100%;background-color:rgb(var(--color-button))}.fb__bar-note{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.8rem;color:rgb(var(--color-foreground))}.fb__bar-count,.fb__bar-pct{font-variant-numeric:tabular-nums}.fb__desc{margin:0;font-size:.78rem;line-height:1.4;font-weight:500;color:rgb(var(--color-foreground))}.fb__cta{width:100%;gap:8px;padding-block:.8rem;margin-top:.4rem}.fb__cta-text{font-size:12px}.fb__cta-arrow{display:block;width:30px;height:12px;color:currentColor}@media(max-width:749px){.fb__row1{flex-direction:column;align-items:center;gap:200px;padding:1.4rem .9rem;min-height:540px;justify-content:end}.fb__row1-left{width:100%;display:none;justify-content:center}.fb__row1-right{width:100%;flex:0 0 auto;max-width:420px}.fb__cta{font-size:.95rem}}.fb__row2{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-block:1rem;flex-wrap:wrap}.fb__row2-left{display:flex;align-items:center;gap:.9rem;min-width:0}.fb__row2-img{height:auto;width:120px;object-fit:cover;flex-shrink:0}.fb__row2-text{font-size:.95rem;line-height:1.4;color:rgb(var(--color-foreground))}.fb__row2-cta{flex-shrink:0}@media(max-width:749px){.fb__row2{gap:.5rem}.fb__row2-left{justify-content:center;text-align:start;gap:.5rem}.fb__row2-cta{align-self:center}.fb__row2-text{font-size:.75rem;line-height:1.4;color:rgb(var(--color-foreground))}.fb__row2-img{width:60px}}.fb__row3{display:flex;align-items:stretch;gap:1rem;flex-wrap:wrap}.fb__row3-left{flex:0 0 auto;padding-right:110px;background-color:#000;border-radius:12px;position:relative;aspect-ratio:4/2}.fb__row3-img{display:block;max-width:100%;height:auto;object-fit:cover}.fb__row3-overlay{position:absolute;top:0;bottom:0;right:clamp(.8rem,2vw,1.6rem);display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;text-align:end;padding-block:clamp(.8rem,2vw,1.4rem);color:rgb(var(--color-secondary-button-text));font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;line-height:1;pointer-events:none;z-index:2}.fb__row3-overlay-top,.fb__row3-overlay-bottom{font-size:clamp(.8rem,.45rem + .8vw,1rem);letter-spacing:.04em;flex:0 0 auto}.fb__row3-overlay-center{font-size:clamp(3.2rem,1.5rem + 6vw,8rem);line-height:.85;flex:1 1 auto;display:flex;align-items:center}@media(max-width:749px){.fb__row3-overlay-center{font-size:clamp(2.4rem,12vw,4.2rem)}}.fb__row3-right{flex:1 1 0;min-width:0;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:12px;padding:2rem 1.4rem;box-shadow:5px 5px rgb(var(--color-foreground));display:flex;align-items:end;justify-content:center;gap:1rem}.fb__row3-text--left{font-size:1rem;flex:0 0 auto}.fb__row3-text--center{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(5rem,-.4348rem + 8.6957vw,10rem);line-height:.88;color:rgb(var(--color-foreground));text-align:center}.fb__row3-text--right{display:flex;align-self:stretch;flex-direction:column;padding:6px 0;justify-content:space-between;gap:.1rem;flex:0 0 auto}@media(max-width:999px){.fb__row3-text--right{width:200px}}.fb__row3-text-l1{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(3rem,1.3696rem + 2.6087vw,4.5rem);line-height:1;color:rgb(var(--color-foreground))}.fb__row3-text-l2{font-size:1rem;line-height:1.2;color:rgb(var(--color-foreground))}@media(max-width:749px){.fb__row3{flex-direction:column;align-items:stretch;gap:.9rem}.fb__row3-left{flex:1;display:flex;justify-content:center}.fb__row3-right{padding:1.1rem 1rem;flex-direction:row;align-items:center;justify-content:start;flex-wrap:wrap;gap:.5rem;text-align:start}.fb__row3-text--left{font-size:.85rem;width:100%;flex-shrink:0}.fb__row3-text--center{font-size:3rem}.fb__row3-text-l1{font-size:clamp(1rem,3vw,1.5rem)}.fb__row3-text-l2{font-size:.75rem}}.footer{position:relative;background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding-bottom:1.2rem}.footer__row1{display:flex;justify-content:flex-start;margin-bottom:2rem}.footer__r1-box{display:inline-flex;align-items:center;gap:1.2rem;width:fit-content;max-width:100%;margin:0;padding-bottom:1rem;border-bottom:2px solid rgba(var(--color-foreground),.1);color:rgb(var(--color-button));text-decoration:none;background:transparent}.footer__r1-input{flex:1 1 auto;min-width:0;width:clamp(200px,40vw,700px);background:transparent;border:0;padding:0;outline:0;color:rgb(var(--color-button));font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(2.4rem,5vw + .5rem,5.5rem);line-height:.95;letter-spacing:.02em}.footer__r1-input::placeholder{color:rgb(var(--color-button));opacity:1;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(2.4rem,5vw + .5rem,5.5rem);line-height:.95;letter-spacing:.02em;text-transform:uppercase}.footer__r1-arrow-box{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border-radius:56px;border:1px solid rgb(var(--color-button));background:transparent;color:rgb(var(--color-button));cursor:pointer;transition:background-color .28s cubic-bezier(.22,1,.36,1),color .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1)}.footer__r1-arrow-box:hover,.footer__r1-arrow-box:focus-visible{background:rgb(var(--color-button));color:rgb(var(--color-background));transform:rotate(-45deg)}.footer__r1-arrow-box:active{transform:rotate(-45deg) scale(.96)}.footer__r1-msg{flex-basis:100%;order:99;margin:.6rem 0 0;font-size:.9rem;color:rgb(var(--color-button))}.footer__r1-msg--err{color:#d23636}.footer__r1-arrow{width:60%;height:60%;color:rgb(var(--color-button));transition:color .28s cubic-bezier(.22,1,.36,1)}.footer__r1-arrow-box:hover .footer__r1-arrow,.footer__r1-arrow-box:focus-visible .footer__r1-arrow{color:rgb(var(--color-background))}.footer__r1-input,.footer__r1-box{width:100%}@media(min-width:990px){.footer__r1-input{width:clamp(200px,40vw,700px)}.footer__r1-box{width:fit-content}.footer__r1-arrow-box{width:84px;height:84px}}@media(min-width:1400px){.footer__r1-arrow-box{width:104px;height:104px}}.footer__row2{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:1.6rem}.footer__r2-left{display:flex;flex-direction:row;gap:3rem;flex:1 1 auto;flex-wrap:wrap}.footer__r2-menu{min-width:160px;display:flex;flex-direction:column;gap:.6rem}@media(max-width:999px){.footer__r2-menu{min-width:140px}}.footer__r2-menu-title{margin:0 0 .4rem;font-size:18px;font-weight:700;color:rgb(var(--color-foreground))}.footer__r2-menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.footer__r2-menu-link{color:rgba(var(--color-foreground),.3);font-size:16px;text-decoration:none;transition:color .3s ease}.footer__r2-menu-link:hover{color:rgba(var(--color-foreground),.8)}.footer__r2-right{flex:0 0 auto;width:clamp(330px,35vw,420px);display:flex;flex-direction:column;gap:.6rem}.footer__r2-right-title{margin:0 0 .4rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:2.1rem;text-transform:uppercase;line-height:1;color:rgb(var(--color-button))}@media screen and (max-width:999px){.footer__r2-right-title{font-size:1.7rem}}.footer__r2-btn{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0 .7rem;border-bottom:1px solid rgba(var(--color-foreground),.3);text-decoration:none}.footer__r2-btn-text{color:rgba(var(--color-foreground),.3);font-size:1.05rem}.footer__r2-btn-arrow{flex:0 0 auto;width:36px;height:16px;color:rgb(var(--color-button))}.footer__row3{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;border-top:1px solid rgba(var(--color-foreground),.3);padding-top:1.2rem;color:rgba(var(--color-foreground),.3)}.footer__r3-left{justify-self:start}.footer__r3-center{justify-self:center;text-align:center}.footer__r3-right{justify-self:end}.footer__r3-menu{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.5rem}.footer__r3-link{color:rgba(var(--color-foreground),.3);font-size:.9rem;text-decoration:none}.footer__r3-link:hover{color:rgba(var(--color-foreground),.8)}.footer__r3-copyright{margin:0;font-size:.9rem;color:rgba(var(--color-foreground),.3)}@media(max-width:749px){.footer__row2{flex-direction:column;gap:1.6rem}.footer__r2-left{gap:1.6rem}.footer__r2-right{width:100%}.footer__row3{grid-template-columns:1fr;justify-items:center;gap:1rem}.footer__r3-left,.footer__r3-center,.footer__r3-right{justify-self:center}.footer__r3-menu{justify-content:center}.footer__r1-box{gap:.8rem;padding-bottom:.9rem}.footer__r1-arrow-box{width:44px;height:44px}}.hero{position:relative;width:100%;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;display:block}.hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.rtl .hero__content{direction:rtl;text-align:right}.hero__content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;gap:1.25rem;box-sizing:border-box}.rtl .hero__title{text-align:right}.hero__title{color:rgb(var(--color-foreground));margin:0;font-weight:700;max-width:100%}.hero__title.h1 p{margin:0}.hero__cta{text-decoration:none;text-align:center;width:auto;max-width:clamp(400px,45vw,750px)}@media(max-width:989px){.hero__content{gap:1rem;padding-block:1rem}.hero__cta{width:100%}}@media(min-width:990px){.hero__content{gap:1.75rem;padding-block:2rem}.hero__title{max-width:47vw}.hero__cta{width:auto;min-width:14rem}}.lc{position:relative}.lc__breadcrumbs{margin:0 0 1rem}.lc__head{margin:0 auto 2rem;text-align:center;max-width:720px}.lc__eyebrow{margin:0 0 .4rem;font-family:var(--font-body-family);font-weight:700;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;color:rgba(var(--color-foreground),.7)}.lc__title{margin:0}.lc__intro{margin:1rem 0 0;color:rgba(var(--color-foreground),.75);font-size:.95rem;line-height:1.6}.lc__intro p{margin:0}.lc__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--lc-gap, 24px)}@media(min-width:990px){.lc__grid{grid-template-columns:repeat(var(--lc-cols-d, 3),minmax(0,1fr))}}.lc-card{position:relative;display:flex;flex-direction:column;text-decoration:none;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-radius:12px;overflow:hidden;box-shadow:4px 4px rgb(var(--color-foreground));transition:transform .18s ease,box-shadow .18s ease}.lc-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px rgb(var(--color-foreground))}.lc-card:active{transform:translate(2px,2px);box-shadow:0 0 rgb(var(--color-foreground))}.lc-card__media{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background:rgba(var(--color-foreground),.04)}@media(min-width:750px){.lc-card__media{aspect-ratio:3 / 2}}.lc-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.22,1,.36,1)}.lc-card__img--placeholder{display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.3)}.lc-card:hover .lc-card__img{transform:scale(1.04)}.lc-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000002e,#0000 45%);pointer-events:none}.lc-card__count{position:absolute;top:10px;right:10px;z-index:2;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground));border-radius:999px;padding:.25rem .6rem;font-family:var(--font-body-family);font-weight:700;font-size:.75rem;line-height:1;letter-spacing:.04em}.lc-card__body{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.9rem 1rem;background:rgb(var(--color-background))}.lc-card__title{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;font-size:clamp(1.05rem,.7vw + .6rem,1.4rem);line-height:1.15;color:rgb(var(--color-foreground));flex:1 1 auto;min-width:0}.lc-card__cta{display:inline-flex;align-items:center;gap:.35rem;flex:0 0 auto;font-family:var(--font-body-family);font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-foreground),.85);transition:color .15s ease,transform .18s ease}.lc-card__cta svg{width:14px;height:14px;transition:transform .18s ease}.lc-card:hover .lc-card__cta{color:rgb(var(--color-foreground))}.lc-card:hover .lc-card__cta svg{transform:translate(3px)}.lc__empty{text-align:center;padding:4rem 1.5rem;color:rgba(var(--color-foreground),.7)}.more-about{width:100%}.more-about__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.6rem}.more-about__subtitle{margin:0;font-size:16px;font-weight:600;direction:rtl}@media screen and (max-width:999px){.more-about__subtitle{font-size:14px}}.more-about__title{margin:0;color:rgb(var(--color-foreground))}.more-about__description{margin:0 auto;max-width:clamp(400px,40vw,650px);color:rgb(var(--color-foreground));font-size:clamp(.95rem,.5696rem + .6087vw,1.3rem);line-height:1.55}@media screen and (max-width:999px){.more-about__description{font-size:.875rem}}.more-about__cta{text-decoration:none;min-width:18rem;font-size:18px;text-underline-offset:3px;text-decoration:underline;font-weight:600;color:rgb(var(--color-foreground))}.more-about__image-wrap{margin-top:.8rem;max-width:100%;overflow:hidden;-webkit-clip-path:url(#more-about-blob-12);clip-path:url(#more-about-blob-12)}.more-about__image{width:100%;height:100%;object-fit:cover;display:block}.more-about__svg-defs{position:absolute;width:0;height:0;overflow:hidden}.page-section{width:100%}.page-section__title{margin:0 0 1.2rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;font-size:clamp(1.8rem,1.6vw + 1rem,2.8rem);line-height:1.1;color:rgb(var(--color-foreground))}.page-section__breadcrumbs{margin:0 0 1rem}.page-section__content>*+*{margin-top:1.1rem}.page-block--heading{margin:1.6rem 0 .6rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));line-height:1.15}.page-block--h1{font-size:clamp(2rem,2vw + 1rem,3.2rem);text-transform:uppercase}.page-block--h2{font-size:clamp(1.6rem,1.4vw + 1rem,2.4rem);text-transform:uppercase}.page-block--h3{font-size:clamp(1.3rem,1vw + 1rem,1.9rem)}.page-block--h4{font-size:clamp(1.15rem,.6vw + 1rem,1.5rem)}.page-block--h5{font-size:1.05rem;text-transform:uppercase;letter-spacing:.06em}.page-block--h6{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),.7)}.page-section__content>.page-block--heading:first-child{margin-top:0}.page-block--text{font-family:var(--font-body-family);font-size:1rem;line-height:1.65;color:rgb(var(--color-foreground))}.page-block--text p{margin:0 0 .9rem}.page-block--text p:last-child{margin-bottom:0}.page-block--text ul,.page-block--text ol{margin:0 0 .9rem;padding-left:1.6rem;list-style-position:outside}.page-block--text ul{list-style:disc}.page-block--text ol{list-style:decimal}.page-block--text ul ul{list-style:circle}.page-block--text ul ul ul{list-style:square}.page-block--text li{display:list-item;list-style:inherit}.page-block--text li+li{margin-top:.3rem}.page-block--text li::marker{color:rgb(var(--color-foreground))}.page-block--text a{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:2px}.page-block--text strong{font-weight:700}.page-block--text em{font-style:italic}.page-block--image{margin:1.4rem 0;width:var(--pb-img-w, 100%);max-width:100%;margin-left:auto;margin-right:auto}.page-block--image--left{margin-left:0;margin-right:auto}.page-block--image--center{margin-left:auto;margin-right:auto}.page-block--image--right{margin-left:auto;margin-right:0}.page-block__img{display:block;width:100%;height:auto;border-radius:var(--pb-img-radius, 8px);aspect-ratio:var(--pb-img-ar-mobile, auto);object-fit:cover;object-position:center}@media(min-width:750px){.page-block__img{aspect-ratio:var(--pb-img-ar-desktop, auto)}}.page-block__caption{margin-top:.5rem;font-size:.85rem;color:rgba(var(--color-foreground),.7);text-align:center}.page-block--image--left .page-block__caption{text-align:left}.page-block--image--right .page-block__caption{text-align:right}.page-block--spacer{height:var(--spacer-h, 24px)}.pakman-cards{position:relative;overflow:hidden}.pakman-cards__head{text-align:center;margin:0 auto 1.6rem;max-width:720px}.pakman-cards__eyebrow{margin:0 0 .4rem;font-family:var(--font-body-family);font-weight:700;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;color:rgba(var(--color-foreground),.7)}.pakman-cards__title{margin:0}.pakman-cards__track{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;will-change:transform}.pakman-card{position:relative;flex:0 0 calc((100% + (var(--pc-overlap, 8%) * 2)) / 3);min-width:0;will-change:transform,opacity}.pakman-card+.pakman-card{margin-left:calc(var(--pc-overlap, 8%) * -1)}.pakman-card__img{display:block;width:100%;height:auto}.pakman-card__img--placeholder{aspect-ratio:4 / 5;background:rgba(var(--color-foreground),.06)}.pakman-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}@media(max-width:749px){.pakman-cards .scroll-trigger.animate--slide-in{animation:none!important}}.path-marquee{width:100%;background:transparent!important;overflow:hidden;padding:1.5rem 0}.path-marquee__band{position:relative;width:100%;height:var(--pm-band-h, 320px)}.path-marquee__svg{display:block;width:100%;height:100%;overflow:hidden;background:transparent}.path-marquee__ribbon{stroke:rgb(var(--color-background));stroke-width:var(--pm-ribbon-width, 60);stroke-linecap:round;stroke-linejoin:round;fill:none}.path-marquee__guide-line{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.path-marquee__text{fill:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:var(--pm-font-size, 18px);font-weight:600;letter-spacing:.2px}@media screen and (max-width:749px){.path-marquee__text{font-size:calc(var(--pm-font-size, 18px) * .7)}}.prize-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000009e;z-index:2147483000;display:grid;place-items:center;padding:var(--padding-md);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility 0s linear .25s}.prize-popup-overlay:not(.is-open){pointer-events:none}.prize-popup-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .25s ease,visibility 0s linear 0s}.prize-popup-modal{width:min(800px,80vw);height:min(600px,85vh);display:grid;grid-template-columns:58% 42%;background:var(--color-background);border-radius:18px;overflow:hidden;position:relative;opacity:0;transform:scale(.94);transition:transform .25s ease,opacity .25s ease}.prize-popup-overlay.is-open .prize-popup-modal{opacity:1;transform:scale(1)}.prize-popup-media{background:rgb(var(--color-foreground-rgb) / .06);min-height:100%}.prize-popup-media__picture{display:block;width:100%;height:100%}.prize-popup-media__image,.prize-popup-media__video{width:100%;height:100%;object-fit:cover;display:block}.prize-popup-body{background:var(--prize-right-bg);padding:32px 28px 24px;display:flex;flex-direction:column;gap:var(--gap-sm)}.prize-popup-body form{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.prize-popup-panel{padding-top:10px;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}.prize-popup-panel strong{color:var(--prize-deal-text)}.prize-popup-no-thanks{text-align:center;margin-inline:auto;font-size:14px}.prize-popup-close-link,.prize-popup-no-thanks{background:transparent;border:0;text-decoration:underline;padding:0;color:inherit;cursor:pointer;font-size:14px;width:fit-content}.prize-popup-close-link{margin-left:auto}.prize-popup-subtitle,.prize-popup-title,.prize-popup-description,.prize-popup-legal,.prize-popup-rich{margin:0}.prize-popup-title{font-size:1.5rem;line-height:1.2}.prize-popup-description{opacity:.9;margin-top:var(--padding-xs);margin-bottom:var(--padding-sm)}.prize-popup-offer-line{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;margin:8px 0}.prize-popup-offer-line .prize-popup-rich,.prize-popup-offer-line .prize-popup-rich p{margin:0;display:inline;white-space:nowrap}.prize-popup-input{width:100%;min-height:48px;border-radius:999px;border:1px solid rgb(var(--color-foreground-rgb) / .35);background:rgb(var(--color-background-rgb));padding-inline:16px;margin-bottom:0}.prize-popup-submit{width:100%;min-height:48px;border-radius:999px;border:0;display:grid;place-items:center;text-decoration:none;background:var(--prize-deal-text);color:var(--color-primary-button-text);padding-inline:var(--padding-md);cursor:pointer;margin-bottom:10px;margin-top:10px}.prize-popup-deal-pill{display:inline-flex;align-items:center;width:fit-content;background:var(--prize-deal-bg);color:var(--prize-deal-text);border-radius:16px;padding:0 12px;margin:0;white-space:nowrap}.prize-popup-legal{font-size:12px;opacity:.85;margin-top:auto!important;text-align:center}.prize-popup-legal a{text-decoration:underline}.prize-popup-error{margin-bottom:10px;color:#b42318;font-size:13px}.floating-discount{position:fixed;right:20px;bottom:24px;z-index:2147482000;width:200px;height:32px;border-radius:100px;display:flex;align-items:center;background:#000;color:#fff;padding-inline:8px;transition:transform .25s ease}body:has(.cart-drawer__dialog[open]) .prize-popup-overlay{display:none!important;pointer-events:none!important}body:has(.cart-drawer__dialog[open]) .floating-discount{pointer-events:none!important;opacity:0!important}.floating-discount__open{flex:1;height:100%;background:transparent;border:0;color:inherit;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.floating-discount__hide{background:transparent;border:0;color:#fff;cursor:pointer;font-size:16px;line-height:1}.floating-discount__dot{width:16px;height:auto;background:var(--prize-deal-bg);display:inline-block}.floating-discount__text{font-size:14px;line-height:1;white-space:nowrap}@media(max-width:749px){.prize-popup-modal{grid-template-columns:1fr;grid-template-rows:auto 1fr;height:auto;max-height:90vh;width:min(500px,92vw);overflow-y:auto}.prize-popup-media{min-height:auto;max-height:35vh;aspect-ratio:16 / 10}.prize-popup-media__video{display:none}.floating-discount{right:12px;bottom:12px;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.floating-discount.is-visible-mobile{opacity:1;pointer-events:auto}}@media(prefers-reduced-motion:reduce){.prize-popup-overlay,.prize-popup-modal{transition:none}}.product-list{position:relative}.product-list__empty{text-align:center;padding:2rem 0 3rem;opacity:.85}.product-list__slide{min-width:0;height:100%}.product-list__slide:not(:has(.card-product)){display:none}.product-list__arrow{position:absolute;top:50%;width:48px;height:48px;border-radius:50%;background-color:rgb(var(--color-secondary-button-text));color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground));box-shadow:3px 3px rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:5;transition:opacity .35s ease,transform .4s cubic-bezier(.22,1,.36,1)}.product-list__arrow svg{width:22px;height:22px;display:block}.product-list__arrow--prev{left:.75rem;transform:translateY(-50%)}.product-list__arrow--next{right:.75rem;transform:translateY(-50%)}@media(min-width:768px){.product-list__arrow--prev{left:5rem}.product-list__arrow--next{right:5rem}}@media(min-width:1000px){.product-list__arrow--prev{left:2.5rem}.product-list__arrow--next{right:2.5rem}.product-list__arrow{width:56px;height:56px}.product-list__arrow svg{width:24px;height:24px}}@media(min-width:1400px){.product-list__arrow--prev{left:5rem}.product-list__arrow--next{right:5rem}.product-list__arrow{width:64px;height:64px}.product-list__arrow svg{width:28px;height:28px}}.product-list__arrow.swiper-button-disabled{opacity:0;pointer-events:none}.product-list__arrow--prev.swiper-button-disabled{transform:translate(-50%,-50%)}.product-list__arrow--next.swiper-button-disabled{transform:translate(50%,-50%)}@media(max-width:989px){.product-list__arrow{display:none}}.product-list__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:2rem;flex-wrap:wrap}.product-list__header .section-title{margin:0;text-align:start;display:flex;align-items:center;flex:1 1 auto}.product-list__header-button{flex:0 0 auto}.product-list__header-spacer{flex:1 1 auto}.section-title__icon{width:70px;height:auto;transform-origin:50% 80%;animation:section-title-icon-rotate 4s ease-in-out infinite,section-title-icon-float 3s ease-in-out infinite}@keyframes section-title-icon-rotate{0%,to{rotate:-6deg}50%{rotate:6deg}}@keyframes section-title-icon-float{0%,to{translate:0 0;scale:1}50%{translate:0 -7px;scale:1.04}}@media(prefers-reduced-motion:reduce){.section-title__icon{animation:none;rotate:0deg;translate:0 0;scale:1}}.product-list__track--grid{display:grid;grid-template-columns:repeat(var(--pl-cols-m),1fr);column-gap:var(--pl-gap);row-gap:calc(var(--pl-gap) * 2)}@media(min-width:990px){.product-list__track--grid{grid-template-columns:repeat(var(--pl-cols-d),1fr)}}.product-list__carousel-wrap{position:relative}.product-list__swiper{width:100%}.product-list__swiper:not(.swiper-initialized) .swiper-wrapper{display:flex;flex-wrap:nowrap;gap:var(--pl-gap);overflow:hidden}.product-list__swiper:not(.swiper-initialized) .swiper-slide{flex:0 0 calc((100% - var(--pl-gap) * (var(--pl-cols-m) + .2 - 1)) / (var(--pl-cols-m) + .2));min-width:0}@media(min-width:990px){.product-list__swiper:not(.swiper-initialized) .swiper-slide{flex:0 0 calc((100% - var(--pl-gap) * (var(--pl-cols-d) + .2 - 1)) / (var(--pl-cols-d) + .2))}}.product-list__swiper.product-list__swiper--padded{padding-left:.75rem;padding-right:.75rem}@media(min-width:768px){.product-list__swiper.product-list__swiper--padded{padding-left:5rem;padding-right:5rem}}@media(min-width:1000px){.product-list__swiper.product-list__swiper--padded{padding-left:2.5rem;padding-right:2.5rem}}@media(min-width:1400px){.product-list__swiper.product-list__swiper--padded{padding-left:5rem;padding-right:5rem}}@media(min-width:990px){.product-list__mixed-wrap .swiper-wrapper{display:grid!important;grid-template-columns:repeat(var(--pl-cols-d),1fr)!important;column-gap:var(--pl-gap)!important;row-gap:calc(var(--pl-gap) * 2 + 16px)!important;transform:none!important;height:auto!important}.product-list__mixed-wrap .swiper-slide{width:auto!important;height:auto!important;margin:0!important}.product-list__mixed-wrap .product-list__swiper{overflow:visible}}.ps{position:relative}.ps__header{text-align:center;margin-bottom:2.4rem}.ps__subtitle{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(.85rem,.4vw + .7rem,1rem);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .4rem;color:rgb(var(--color-foreground));line-height:1.1}.ps__title span{color:rgb(var(--color-button));text-decoration:none!important}.ps__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(2rem,1.5vw + 1.5rem,3.4rem);margin:0;line-height:1.05;color:rgb(var(--color-foreground))}.ps__carousel{position:relative;overflow:hidden;min-height:max(calc(70vw * var(--ps-ar-h) / var(--ps-ar-w)),calc(70vw * var(--ps-ar-a-h) / var(--ps-ar-a-w)))}@media(min-width:990px){.ps__carousel{min-height:max(calc(28vw * var(--ps-ar-h) / var(--ps-ar-w)),calc(28vw * var(--ps-ar-a-h) / var(--ps-ar-a-w)))}}.ps__swiper{width:100%;direction:ltr;touch-action:pan-y pinch-zoom}.ps__swiper:not(.swiper-initialized) .swiper-wrapper{display:flex;flex-wrap:nowrap;gap:16px;overflow:hidden}.ps__swiper:not(.swiper-initialized) .ps__slide{flex:0 0 calc((100% - 16px * .4) / 1.4);min-width:0}@media(min-width:990px){.ps__swiper:not(.swiper-initialized) .swiper-wrapper{gap:24px}.ps__swiper:not(.swiper-initialized) .ps__slide{flex:0 0 calc((100% - 24px * 2.4) / 3.4)}}.ps__swiper .swiper-wrapper,.ps__swiper .ps__slide{touch-action:pan-y pinch-zoom}.ps__swiper .swiper-wrapper{align-items:center;min-height:max(calc(70vw * var(--ps-ar-h) / var(--ps-ar-w)),calc(70vw * var(--ps-ar-a-h) / var(--ps-ar-a-w)))}@media(min-width:990px){.ps__swiper .swiper-wrapper{min-height:max(calc(28vw * var(--ps-ar-h) / var(--ps-ar-w)),calc(28vw * var(--ps-ar-a-h) / var(--ps-ar-a-w)))}}.ps__swiper .ps__slide{box-sizing:border-box;display:flex;align-items:center;justify-content:center;height:auto}.ps-card:after{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(to top,#0009,#0000 30%)}.ps-card{position:relative;width:100%;aspect-ratio:var(--ps-ar, 4 / 5);background-color:rgb(var(--color-foreground));border-radius:16px;overflow:hidden;transition:aspect-ratio .5s ease-out}.swiper-slide-active .ps-card{aspect-ratio:var(--ps-ar-active, 1 / 1)}.ps-card__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.ps-card__controls{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;gap:10px;z-index:3}.ps-card__sound,.ps-card__playpause{width:24px;height:24px;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ps-card__sound{background:transparent;color:#fff}.ps-card__sound svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor}.ps-card__playpause{background:#fff;color:#000;border-radius:50%}.ps-card__playpause svg{width:55%;height:55%;display:block;fill:currentColor;stroke:none}.ps-card[data-muted=true] .ps-card__icon--unmuted,.ps-card[data-muted=false] .ps-card__icon--muted,.ps-card[data-playing=true] .ps-card__icon--play,.ps-card[data-playing=false] .ps-card__icon--pause{display:none}.ps-card__product{position:absolute;left:16px;right:16px;bottom:16px;z-index:3;display:flex;flex-direction:row;align-items:flex-start;gap:.8rem;color:#fff}.ps-card__product-img{width:56px;height:auto;aspect-ratio:2/2.5;object-fit:cover;border-radius:3px;flex-shrink:0}.ps-card__product-row{flex:1 1 0%;display:flex;flex-direction:column;gap:.5rem;min-width:0}.ps-card__product-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.15rem}.ps-card__product-title{margin:0;font-size:.95rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.ps-card__product-price{font-size:.85rem;line-height:1;display:flex;align-items:baseline;gap:.4rem}.ps-card__product-compare{opacity:.65;text-decoration:line-through}.ps-card__add{margin-left:auto;width:28px;height:28px;flex-shrink:0;background:transparent;border:0;padding:0;position:relative;color:#fff;text-decoration:none;cursor:pointer;transition:transform .15s ease}.ps-card__add:hover{transform:scale(1.06)}.ps-card__add:disabled{cursor:wait;transform:none}.ps-card__add-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.ps-card__add-icon,.ps-card__add-spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease}.ps-card__add-icon svg,.ps-card__add-spinner svg{width:100%;height:100%;display:block}.ps-card__add-spinner{opacity:0;animation:ps-spin 1.1s linear infinite}.ps-card__add:disabled .ps-card__add-icon{opacity:0}.ps-card__add:disabled .ps-card__add-spinner{opacity:1}@keyframes ps-spin{to{transform:rotate(360deg)}}@media(max-width:749px){.ps-card__controls{top:12px;right:12px;gap:8px}.ps-card__product{left:12px;right:12px;bottom:12px;padding:.45rem .55rem;gap:.6rem}.ps-card__product-img{width:44px}.ps-card__product-title{font-size:.82rem}.ps-card__product-price{font-size:.75rem}.ps-card__add{width:28px;height:28px}}.is-hidden-initially{display:none}.prod{width:100%;padding-top:var(--prod-pad-top, 36px);padding-bottom:var(--prod-pad-bottom, 36px)}.prod__breadcrumbs-row{padding-top:.4rem;padding-bottom:1.2rem}.prod__layout{display:flex;align-items:flex-start;gap:0}.prod__gallery{flex:1 1 50%;min-width:0;padding-left:.75rem;padding-right:80px}@media(min-width:768px){.prod__gallery{padding-left:5rem}}@media(min-width:1000px){.prod__gallery{padding-left:2.5rem}}@media(min-width:990px){.prod__gallery{align-self:stretch}.prod__gallery-sticky{position:sticky;top:calc(var(--header-height, 0px) + 1rem)}.prod__gallery-sticky::-webkit-scrollbar{width:0;height:0}.prod__gallery-sticky{scrollbar-width:none}}.prod__gallery-main{width:100%;aspect-ratio:var(--prod-ar, 1);overflow:hidden;background:rgb(var(--color-background))}.prod__main-image,.prod__main-video{width:100%;height:100%;object-fit:contain;display:block}.prod__main-image[hidden],.prod__main-video[hidden]{display:none}.prod__thumbs{position:relative;margin-top:12px}.prod__thumbs-swiper{overflow:hidden}.prod__thumbs-swiper .swiper-wrapper{align-items:stretch;padding-bottom:5px}.prod__thumb{display:block;width:100%;height:auto;margin:0;padding:0;background:transparent;color:inherit;font:inherit;text-align:left;position:relative;border:1px solid rgba(var(--color-foreground),.6);cursor:pointer;aspect-ratio:var(--prod-ar, 1);overflow:hidden;box-sizing:border-box;border-radius:6px;transition:border-color .15s ease,box-shadow .15s ease}.prod__thumb-img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.prod__thumb.is-active{border-color:rgb(var(--color-foreground));box-shadow:3px 3px rgb(var(--color-foreground))}.prod__thumb-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffffd9;border:1px solid rgba(0,0,0,.5);color:#000;pointer-events:none}.prod__thumb-play svg{width:14px;height:14px}.prod__thumb-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground));box-shadow:2px 2px rgb(var(--color-foreground));display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:opacity .18s ease,transform .18s ease}.prod__thumb-arrow polyline{fill:none}.prod__thumb-arrow svg{width:18px;height:18px}.prod__thumb-arrow--prev{left:-14px}.prod__thumb-arrow--next{right:-14px}.prod__thumb-arrow.is-disabled{opacity:0;pointer-events:none}.prod__thumb-arrow--prev.is-disabled{transform:translate(-50%,-50%)}.prod__thumb-arrow--next.is-disabled{transform:translate(50%,-50%)}.prod__info{flex:1 1 50%;min-width:0;padding-left:0;padding-right:.75rem}.prod__form{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.prod__form{gap:1.4rem}.prod__info{padding-right:5rem}}@media(min-width:1000px){.prod__info{padding-right:2.5rem}}.prod__title{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;letter-spacing:.02em;line-height:1.05;font-size:clamp(1.8rem,2.5vw + 1rem,3.4rem);color:rgb(var(--color-foreground))}.prod__description{margin:0;color:rgb(var(--color-foreground));font-size:.95rem;line-height:1.5}.prod__description p{margin:0 0 .5rem}.prod__description p:last-child{margin-bottom:0}.prod__price-line{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem}.prod__price{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(1.4rem,1.2vw + .9rem,2rem);line-height:1;color:rgb(var(--color-foreground))}.prod__compare{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.15rem;line-height:1;color:rgb(var(--color-foreground));opacity:.5;text-decoration:line-through}.prod__compare[hidden],.prod__sale[hidden]{display:none}.prod__sale{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:0;background-color:var(--sale);color:#fff;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;line-height:1.1}.prod__sale-icon{width:13px;height:13px;fill:currentColor;flex-shrink:0}.prod__sale-icon path{stroke:none}.prod__reviews{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;color:rgb(var(--color-foreground));font-size:.95rem}.prod__stars{position:relative;display:inline-block;font-size:1.05rem;line-height:1;letter-spacing:1px;color:rgba(var(--color-foreground),.25)}.prod__stars-bg{display:inline-block}.prod__stars-fg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;color:#ffc107;width:calc(var(--prod-rv, 0) / 5 * 100%);white-space:nowrap}.prod__rv{font-weight:600}.prod__rc,.prod__sold{color:rgba(var(--color-foreground),.75)}.prod__variant-group{border:0;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.prod__variant-label{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;margin-bottom:.5rem;letter-spacing:.06em;font-size:.85rem;color:rgb(var(--color-foreground));padding:0}.prod__variant-hint{display:inline-flex;align-items:center;gap:.45em;width:fit-content;margin:-.1rem 0 .4rem;padding:.35em .75em .35em .55em;font-size:.875rem;font-weight:500;letter-spacing:.02em;line-height:1.2;color:rgb(var(--color-button));background:linear-gradient(135deg,rgba(var(--color-button),.1),rgba(var(--color-button),.04));border:1px solid rgba(var(--color-button),.28);border-radius:4px;box-shadow:0 1px 2px #0000000a;animation:prod-variant-hint-pop .5s cubic-bezier(.22,1,.36,1) both}.prod__variant-hint-icon{display:inline-flex;align-items:center;justify-content:center;width:1.2em;height:auto;flex-shrink:0;color:rgb(var(--color-button));animation:prod-variant-hint-twinkle 2.6s ease-in-out infinite}.prod__variant-hint-icon svg{width:100%;height:100%;fill:currentColor;stroke:none}.prod__variant-hint-text{white-space:nowrap}@keyframes prod-variant-hint-pop{0%{opacity:0;transform:translateY(-3px) scale(.96)}to{opacity:1;transform:none}}@keyframes prod-variant-hint-twinkle{0%,to{transform:scale(1) rotate(0);opacity:1}50%{transform:scale(1.15) rotate(-8deg);opacity:.85}}@media(prefers-reduced-motion:reduce){.prod__variant-hint,.prod__variant-hint-icon{animation:none}}@media(max-width:480px){.prod__variant-hint-text{white-space:normal}}.prod__color-swatches{display:flex;flex-wrap:wrap;gap:.6rem}.prod__color{width:28px;height:28px;padding:0;background:transparent;border:1px solid rgb(var(--color-foreground));border-radius:0;cursor:pointer;position:relative;outline-offset:2px;transition:outline-color .12s ease}.prod__color.is-active{outline:2px solid rgb(var(--color-foreground))}.prod__color-fill{display:block;width:100%;height:100%;background:var(--swatch, rgb(var(--color-foreground)));background-size:cover;background-position:center}.prod__pills{display:flex;flex-wrap:wrap;gap:.5rem}.prod__pill{padding:.55rem 1rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground));border-radius:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;cursor:pointer;transition:background-color .12s ease,color .12s ease}.prod__pill.is-active{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.prod__color.is-unavailable,.prod__pill.is-unavailable{position:relative;overflow:hidden;opacity:.55}.prod__color.is-unavailable:after,.prod__pill.is-unavailable:after{content:"";position:absolute;left:-25%;top:50%;width:150%;height:1.5px;background-color:#fff;mix-blend-mode:difference;transform:translateY(-50%) rotate(-45deg);transform-origin:center;pointer-events:none}.prod__bundle{display:flex;flex-direction:column}.prod__bundle-notice{margin:0 0 .7rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:.92rem;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--color-foreground));line-height:1.25}.prod__bundle-notice-value{color:rgb(var(--color-button))}.prod__sale--bundle .prod__sale-value{color:rgb(var(--color-button));font-weight:700}.prod__bundle-list{display:flex;flex-direction:column;gap:.7rem;position:relative}.prod__bundle-extras-slot{display:contents}.prod__bcard{--bcard-img-w: 72px;position:relative;display:flex;align-items:center;gap:.8rem;padding:.3rem;background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-radius:10px;box-sizing:border-box}.prod__bcard[hidden]{display:none}.prod__bcard-img{flex:0 0 var(--bcard-img-w);width:var(--bcard-img-w);aspect-ratio:var(--prod-ar, 1);background:rgba(var(--color-foreground),.04);overflow:hidden;border-radius:8px;text-decoration:none;display:block}.prod__bcard-img img{width:100%;height:100%;object-fit:cover;display:block}.prod__bcard-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.3rem}.prod__bcard-title{margin:0;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:600;text-transform:none;letter-spacing:0;font-size:.95rem;line-height:1.25;color:rgb(var(--color-foreground));overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.prod__bcard-price-row{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.prod__bcard-price{font-family:var(--font-body-family);font-weight:700;font-size:.95rem;color:rgb(var(--color-foreground))}.prod__bcard-price:has(+.prod__bcard-compare){color:rgb(var(--color-button))}.prod__bcard-compare{font-weight:700;font-family:var(--font-body-family);font-size:.875rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.prod__bcard-qty{flex:0 0 auto;position:relative;display:inline-flex;padding-right:.4rem;align-items:center;gap:6px}.prod__qty-flash,.prod__bcard-qty-flash{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%) translateY(4px);padding:3px 8px;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-heading-family);font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;line-height:1.1;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;z-index:6;transition:opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1)}.prod__qty-flash.is-on,.prod__bcard-qty-flash.is-on{opacity:1;transform:translate(-50%) translateY(0)}.prod__bcard-qty-btn{width:26px;height:26px;padding:2px;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.7);border-radius:4px;cursor:pointer;color:rgb(var(--color-foreground));font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:opacity .12s ease}.prod__bcard-qty-btn:hover{opacity:.7}.prod__bcard-qty-btn.is-disabled,.prod__bcard-qty-btn:disabled{opacity:.4;cursor:not-allowed}.prod__bcard-qty-value{min-width:18px;text-align:center;font-family:var(--font-heading-family);font-size:.9rem;color:rgb(var(--color-foreground))}.prod__bcard-remove{position:absolute;top:-8px;right:-8px;width:22px;height:22px;border-radius:999px;background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));color:rgb(var(--color-foreground));line-height:1;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;z-index:2}.prod__bcard-remove:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.prod__bcard-add-wrap{position:relative}.prod__bcard-add-wrap[hidden]{display:none}.prod__bcard-add{width:100%;min-height:60px;display:inline-flex;align-items:center;justify-content:center;padding:0;background-color:rgba(var(--color-foreground),.03);color:rgb(var(--color-foreground));border:1.5px dashed rgba(var(--color-foreground),.55);border-radius:10px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.prod__bcard-add:hover{background-color:rgba(var(--color-foreground),.06);border-color:rgb(var(--color-foreground))}.prod__bcard-add svg{width:28px;height:28px}.prod__overlay{position:absolute;left:0;right:0;background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-radius:12px;box-shadow:0 12px 32px #00000029;padding:.5rem;z-index:10;display:flex;flex-direction:column;gap:.35rem;max-height:360px;overflow-y:auto;opacity:0;transform:translateY(8px) scale(.98);transition:opacity .22s ease,transform .22s cubic-bezier(.22,1,.36,1);pointer-events:none}.prod__overlay.overlay--top{bottom:calc(100% + 8px);top:auto;transform-origin:bottom center}.prod__overlay.overlay--bottom{top:calc(100% + 8px);bottom:auto;transform-origin:top center}.prod__overlay.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.prod__overlay[hidden]{display:none}.prod__overlay-search{position:sticky;top:0;z-index:1;display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;margin:-.5rem -.5rem .25rem;background:rgb(var(--color-background));border-bottom:1px solid rgba(var(--color-foreground),.1)}.prod__overlay-search-icon{flex:0 0 auto;width:16px;height:16px;color:rgba(var(--color-foreground),.55)}.prod__overlay-search-input{flex:1 1 auto;min-width:0;border:0;outline:0;background:transparent;color:rgb(var(--color-foreground));font:inherit;font-size:.92rem;padding:.35rem 0}.prod__overlay-search-input::placeholder{color:rgba(var(--color-foreground),.45)}.prod__overlay-search-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.prod__overlay-empty{margin:.4rem 0;padding:.7rem .5rem;font-size:.9rem;color:rgba(var(--color-foreground),.55);text-align:center}.prod__bcard--source.is-filter-hidden{display:none}.prod__bcard--source{--bcard-img-w: 64px;border:0;border-radius:8px;padding:.5rem;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.prod__bcard--source:hover{background-color:rgba(var(--color-foreground),.05)}.prod__bcard--source:hover .prod__bcard-add-btn{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));transform:scale(1.04)}.prod__bcard--source[hidden]{display:none}.prod__bcard--source .prod__bcard-title{font-size:1rem}.prod__bcard--source .prod__bcard-img{border-radius:6px}.prod__bcard-add-btn{flex:0 0 auto;padding:.55rem 1.2rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:0;border-radius:999px;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;letter-spacing:.06em;font-size:.85rem;line-height:1;cursor:pointer;pointer-events:none;transition:background-color .15s ease,color .15s ease,transform .15s ease}.prod__bcard{transition:opacity .28s ease,transform .28s cubic-bezier(.22,1,.36,1)}.prod__bcard--unavailable{opacity:.62;background:rgb(var(--color-foreground),.03)}.prod__bcard--unavailable .prod__bcard-img{pointer-events:none}.prod__bcard--unavailable .prod__bcard-img img{filter:grayscale(1)}.prod__bcard--unavailable .prod__bcard-title{text-decoration:line-through;text-decoration-color:rgb(var(--color-foreground),.4)}.prod__bcard--unavailable .prod__bcard-price,.prod__bcard--unavailable .prod__bcard-compare{text-decoration:line-through;color:rgb(var(--color-foreground),.5)}.prod__bcard--unavailable .prod__bcard-qty-btn{cursor:not-allowed;opacity:.35}.prod__bcard-overlay{position:absolute;top:.4rem;left:.4rem;z-index:2;pointer-events:none}.prod__bcard-overlay-text{display:inline-block;padding:3px 8px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-family:var(--font-heading-family);font-size:.62rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1.1;border-radius:3px;white-space:nowrap}.prod__bcard.is-entering{opacity:0;transform:translateY(-6px) scale(.97)}.prod__bcard.is-leaving{opacity:0;transform:translate(24px) scale(.96)}.prod__buy{display:flex;gap:.7rem;align-items:stretch}.prod__qty{--prod-qty-h: 46px;position:relative;display:inline-flex;align-items:stretch;height:var(--prod-qty-h);border:1px solid rgb(var(--color-foreground));border-radius:999px;overflow:visible;background:rgb(var(--color-background));flex:0 0 auto}.prod__qty-btn{width:42px;height:100%;background:transparent;border:0;cursor:pointer;color:rgb(var(--color-foreground));display:inline-flex;align-items:center;justify-content:center;padding:0}.prod__qty-btn svg{width:16px;height:16px}.prod__qty-btn:hover{opacity:.7}.prod__qty-input{width:38px;height:100%;text-align:center;border:0;outline:0;background:transparent;font-family:var(--font-heading-family);font-size:1rem;color:rgb(var(--color-foreground));-moz-appearance:textfield}.prod__qty-input::-webkit-outer-spin-button,.prod__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.prod__add{flex:1 1 auto;height:46px;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:0 1.2rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:2px solid rgb(var(--color-foreground));border-radius:999px;cursor:pointer;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;font-size:1.1rem;line-height:1;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.prod__add:disabled{opacity:.5;cursor:not-allowed}.prod__payments{display:flex;justify-content:center;margin-top:10px}.prod__payments-list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;padding:0;margin:0;list-style:none}.prod__payments-list li{display:inline-flex;align-items:center}.prod__payments-icon{width:32px;height:24px;object-fit:contain}.prod__payments-list svg{width:32px;height:24px}.prod__faqs{display:flex;flex-direction:column;margin-top:.6rem}.prod__faq{border-bottom:1px solid rgb(var(--color-foreground))}.prod__faq-toggle{width:100%;background:transparent;border:0;padding:.8rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;color:rgb(var(--color-foreground));text-align:left}@media screen and (max-width:999px){.prod__faq-toggle{padding:.5rem 0}}.prod__faq-question{flex:1;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;font-size:1.375rem;line-height:1.25;color:rgb(var(--color-foreground))}@media screen and (max-width:999px){.prod__faq-question{font-size:1rem}}.prod__faq-question p{margin:0}.prod__faq-arrow-box{flex:0 0 auto;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground))}@media screen and (max-width:999px){.prod__faq-arrow-box{width:32px;height:32px}}.prod__faq-arrow{width:36px;height:36px;transform:rotate(90deg);transition:transform .22s ease}@media screen and (max-width:999px){.prod__faq-arrow{width:28px;height:28px}}.prod__faq-toggle[aria-expanded=true] .prod__faq-arrow{transform:rotate(0)}.prod__faq-panel{overflow:hidden}.prod__faq-answer{padding:0 0 1.2rem;color:rgba(var(--color-foreground),.85);font-size:.95rem;line-height:1.55}@media screen and (max-width:999px){.prod__faq-answer{font-size:.8rem}}.prod__faq-answer p:last-child{margin-bottom:0}@media(max-width:989px){.prod__layout{flex-direction:column}.prod__gallery{flex:1 1 auto;width:100%;padding:0}.prod__gallery-sticky{position:static}.prod__info{flex:1 1 auto;width:100%;padding-left:.75rem;padding-right:.75rem;margin-top:1.6rem}.prod__thumb-arrow--prev{left:0}.prod__thumb-arrow--next{right:0}.prod__thumbs{padding-left:.75rem;padding-right:.75rem}.prod__qty{--prod-qty-h: 40px}.prod__qty-btn{width:30px}.prod__qty-input{width:24px}.prod__add{height:40px;font-size:.85rem;padding:0 .9rem;gap:.45rem}.prod__bcard{--bcard-img-w: 80px;padding:.5rem;gap:.6rem}.prod__bcard-title{font-size:.85rem}}@media(min-width:768px)and (max-width:989px){.prod__info,.prod__thumbs{padding-left:5rem;padding-right:5rem}}.rr{position:relative}.rr__title{margin:0 0 1.4rem;color:rgb(var(--color-foreground))}.rr__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:stretch}@media(max-width:749px){.rr__grid{grid-template-columns:1fr;gap:.8rem}}.rr-stats{display:flex;flex-direction:row;align-items:center;gap:2.5rem;padding:1rem 1.2rem;color:rgb(var(--color-foreground))}@media(max-width:749px){.rr-stats{gap:1rem;padding:1rem .5rem}}.rr-stats__left{flex:0 0 auto;display:inline-flex;align-items:baseline;line-height:1}.rr-stats__big{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(7.5rem,2.6087rem + 7.8261vw,12rem);line-height:1;color:rgb(var(--color-foreground))}@media screen and (max-width:999px){.rr-stats__big{font-size:5.8rem}}.rr-stats__small{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(.95rem,.6vw + .6rem,1.4rem);color:rgb(var(--color-foreground));opacity:.5;margin-left:2px}.rr-stats__right{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.75rem}.rr-stats__row{display:grid;grid-template-columns:18px 18px 1fr;align-items:center;gap:.55rem}.rr-stats__star{width:14px;height:14px}.rr-stats__num{font-size:.85rem;color:rgb(var(--color-foreground));line-height:1}.rr-stats__bar{height:10px;border-radius:999px;background-color:rgba(var(--color-foreground),.05);overflow:hidden}.rr-stats__fill{height:100%;background-color:#0e5e2d;transition:width .4s ease}.rr-card{background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:10px;padding:1rem;box-shadow:0 8px 24px #0000000f;display:flex;flex-direction:column;gap:.4rem;color:rgb(var(--color-foreground));max-height:1000px;overflow:hidden;transform-origin:top center;transition:max-height .45s cubic-bezier(.22,1,.36,1),opacity .32s ease,transform .45s cubic-bezier(.22,1,.36,1),margin .45s cubic-bezier(.22,1,.36,1),padding .45s cubic-bezier(.22,1,.36,1)}.rr-card.is-hidden{display:none}.rr-card.is-expanding{max-height:0;opacity:0;transform:translateY(-6px) scaleY(.96);padding-top:0;padding-bottom:0;border-width:0}.rr-card__name{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;letter-spacing:.02em;margin:0;color:rgb(var(--color-foreground))}.rr-card__stars{margin-bottom:.25rem}.rr-card__stars .card-product__stars-empty path{fill:transparent;stroke:rgba(var(--color-foreground),.1)}.rr-card__desc{font-size:.9rem;line-height:1.45;color:rgb(var(--color-foreground));margin:.25rem 0 .5rem}.rr-card__bottom{display:flex;align-items:center;gap:.6rem}.rr-card__avatar{width:45px;height:45px;border-radius:50%;object-fit:cover;flex-shrink:0;background-color:rgba(var(--color-foreground),.06)}.rr-card__avatar--placeholder{background:rgba(var(--color-foreground),.08)}.rr-card__date-row{display:flex;justify-content:flex-end;margin-top:.5rem}.rr-card__date{font-size:.8rem;color:rgba(var(--color-foreground),.7)}.rr__actions{display:flex;justify-content:center;margin-top:1.6rem}.rr__load-more{min-width:180px;text-transform:uppercase;letter-spacing:.06em}.sg{position:relative}.sg__breadcrumbs{margin:0 0 1rem}.sg__head{margin:0 auto 1.4rem;text-align:center;max-width:720px}.sg__title{margin:0}.sg__meta{margin:.8rem 0 0;color:rgba(var(--color-foreground),.7);font-size:.95rem}.sg__meta strong{color:rgb(var(--color-foreground));font-weight:700}.sg__form{margin:0 auto 1.6rem;max-width:760px}.sg__search{display:flex;align-items:center;gap:.6rem;padding:.4rem .4rem .4rem 1rem;background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-radius:999px;transition:box-shadow .15s ease,transform .15s ease}.sg__search:focus-within{transform:translate(-1px,-1px);box-shadow:4px 4px rgb(var(--color-foreground))}.sg__search-icon{width:18px;height:18px;flex:0 0 auto;color:rgb(var(--color-foreground))}.sg__search-input{flex:1 1 auto;min-width:0;border:none;outline:none;background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1rem;padding:.5rem 0}.sg__search-input::placeholder{color:rgba(var(--color-foreground),.5)}.sg__search-submit{flex:0 0 auto;padding:.55em 1.1em;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:1px solid rgb(var(--color-foreground));border-radius:999px;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;line-height:1;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.sg__search-submit:hover{transform:translate(-1px,-1px);box-shadow:3px 3px rgb(var(--color-foreground))}@media(max-width:749px){.sg__search-submit{display:none}.sg__search{padding-right:1rem}}.sg__toolbar{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem;align-items:center;justify-content:center;padding:1rem 0 1.6rem;margin-bottom:.4rem;border-bottom:1px solid rgba(var(--color-foreground),.12)}.sg__filter{display:inline-flex;align-items:center;gap:.5rem}.sg__filter-label{font-family:var(--font-body-family);font-weight:600;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;color:rgba(var(--color-foreground),.75)}.sg__select{position:relative;display:inline-block}.sg__select .options__trigger{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .7rem;background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-radius:6px;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:.88rem;cursor:pointer;line-height:1}.sg__select .options__trigger svg{width:14px;height:14px}.sg__select .options__drawer{display:none;position:absolute;top:calc(100% + 6px);left:0;min-width:100%;z-index:10;background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));box-shadow:3px 3px rgb(var(--color-foreground));padding:.4rem;border-radius:6px;max-height:280px;overflow-y:auto}.sg__select[open] .options__drawer{display:block}.sg__select .options__item{padding:.45rem .7rem;font-size:.9rem;cursor:pointer;border-radius:4px;white-space:nowrap}.sg__select .options__item:hover{background:rgba(var(--color-foreground),.06)}.sg__select .options__item[aria-selected=true]{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.sg__results{margin-top:1.4rem;transition:opacity .2s ease}.sg__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(min-width:750px){.sg__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}}@media(min-width:990px){.sg__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}}.sg__item{min-width:0}.sg__pagination{margin-top:3rem;display:flex;justify-content:center}.sg__empty{text-align:center;padding:4rem 1.5rem;color:rgb(var(--color-foreground));display:flex;flex-direction:column;align-items:center;gap:.8rem}.sg__empty-icon{width:56px;height:56px;color:rgba(var(--color-foreground),.3);margin-bottom:.3rem}.sg__empty-title{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;font-size:clamp(1.2rem,.8vw + 1rem,1.8rem);color:rgb(var(--color-foreground))}.sg__empty-text{margin:0;color:rgba(var(--color-foreground),.7);font-size:.95rem}.sg__empty-cta{margin-top:.8rem;padding:.7em 1.4em;font-size:.85rem;letter-spacing:.06em}.sticker-showcase{position:relative;overflow:hidden}.sticker-showcase__inner{position:relative;display:flex;justify-content:center;align-items:center}.sticker-showcase__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.sticker-showcase__glow{position:absolute;top:50%;left:50%;width:clamp(300px,75vw,1000px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#dc26264d,#dc262600 62%);transform:translate(-50%,-50%);opacity:1}.sticker-showcase{--ss-bag-w: 70vw;--ss-bag-h: calc(var(--ss-bag-w) * 547 / 433)}@media(min-width:750px){.sticker-showcase{--ss-bag-w: 30vw;--ss-bag-h: calc(var(--ss-bag-w) * 547 / 433)}}.sticker-showcase__product{position:relative;z-index:1;width:var(--ss-bag-w);height:var(--ss-bag-h);aspect-ratio:433 / 547;object-fit:contain;display:block;pointer-events:none}.sticker-showcase__slot{position:absolute;top:50%;left:50%;width:var(--ss-bag-w);height:var(--ss-bag-h);transform:translate(-50%,-50%);z-index:3;pointer-events:none;overflow:visible}.sticker-showcase__track{position:absolute;top:0;left:0;height:100%;display:flex;flex-wrap:nowrap;align-items:center;gap:0;will-change:transform}.sticker-showcase__sticker{flex:0 0 var(--ss-bag-w);width:var(--ss-bag-w);height:var(--ss-bag-h);aspect-ratio:433 / 547;object-fit:contain;display:block;pointer-events:none}.sticker-showcase__cta{display:flex;justify-content:center;margin-top:1.8rem;padding:0 1rem}.sticker-showcase__btn{padding:.85em 1.8em;font-size:.95rem;letter-spacing:.08em;min-width:240px}@media(max-width:749px){.sticker-showcase__cta{margin-top:1.2rem}.sticker-showcase__btn{min-width:140px;padding:.8em 1.5em;font-size:.85rem}}.sub{position:relative}.sub__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 2rem;flex-wrap:wrap}.sub__title-wrapper{display:flex;flex-direction:column;gap:0;flex:1 1 auto}.sub__eyebrow{font-size:3rem;font-weight:400;letter-spacing:0;font-family:var(--font-heading-family);text-transform:uppercase;color:#eb3737;line-height:1.2}.sub__title{line-height:1;margin:0;text-align:start}.sub__header-button{flex:0 0 auto}.sub__header-spacer{flex:1 1 auto}.sub-card__form{margin:0;width:100%}.sub__row{display:flex;flex-direction:column;align-items:stretch;gap:var(--sub-gap, 24px)}@media(min-width:990px){.sub__eyebrow{font-size:1.75rem}.sub-card:has(.sub-card__popular){margin-top:-50px}.sub__row{flex-direction:row;flex-wrap:nowrap;align-items:flex-start;padding-top:50px}}.sub-card{position:relative;min-width:0;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground));border-radius:14px;box-shadow:6px 6px rgb(var(--color-foreground));padding:1.4rem 1.4rem 1.6rem;display:flex;flex-direction:column;gap:1.1rem;overflow:hidden;scroll-margin-top:90px}@media(min-width:1000px){.sub-card{flex:1 1 0}}@media(max-width:749px){.sub__row{align-items:center}.sub-card{width:100%;max-width:460px;padding:1.2rem 1.2rem 1.4rem;gap:.9rem}.sub-card:first-child{margin-top:0}}.sub-card__popular{display:flex;align-items:center;gap:12px;margin:-1.4rem -1.4rem .4rem;padding:10px 1.4rem;background-color:rgb(var(--color-button))}.sub-card__popular-line{flex:1;height:2px;background-color:rgb(var(--color-button-text))}.sub-card__popular-text{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:.32em;font-size:1.1rem;white-space:nowrap;background:transparent;color:rgb(var(--color-button-text));padding:0}.sub-card__head{display:flex;flex-direction:column;gap:.6rem}.sub-card__name{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;font-size:clamp(2rem,1vw + 1.5rem,2.6rem);margin:0;line-height:1;color:rgb(var(--color-foreground))}.sub-card__target{font-size:.85rem;margin:0;opacity:.75}.sub-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.4rem;margin:.4rem 0}.sub-card__price-compare,.sub-card__price-now{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(2rem,1vw + 1.5rem,2.6rem);line-height:1}.sub-card__price-compare{position:relative;color:rgba(var(--color-foreground),.35)}.sub-card__price-compare:after{content:"";position:absolute;left:-4%;right:-4%;top:50%;height:4px;background-color:rgb(var(--color-foreground));transform:translateY(-50%);transform-origin:center;pointer-events:none}.sub-card__price-suffix{font-size:.8rem;opacity:.7}.sub-card__cta{width:100%;font-size:1.3rem;padding:.8em 1.2em;position:relative}.sub-card__cta--coming-soon{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.55em;font-size:1.3rem;padding:.8em 1.2em;text-transform:uppercase;font-family:var(--font-heading-family);font-weight:400;letter-spacing:.05em;line-height:1;border:2px dashed rgb(var(--color-button));border-radius:999px;background-color:transparent;color:rgb(var(--color-button));cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none}.sub-card__cs-clock{display:inline-flex;width:1.05em;height:1.05em;color:inherit;flex-shrink:0}.sub-card__cs-clock svg{width:100%;height:100%;display:block}.sub-card .sub-card__cta-spinner{position:absolute;top:50%;left:50%;width:1.4em;height:1.4em;transform:translate(-50%,-50%);opacity:0;pointer-events:none;z-index:2;animation:sub-spin 1.1s linear infinite;color:rgb(var(--color-button-text))}.sub-card__cta-spinner svg{width:100%;height:100%;display:block;transform:none;transition:none}.sub-card__cta:hover .sub-card__cta-spinner svg,.sub-card__cta.is-loading .sub-card__cta-spinner svg{transform:none;transition:none}.sub-card__cta:hover .sub-card__cta-spinner,.sub-card__cta.is-loading .sub-card__cta-spinner{color:rgb(var(--color-button-text))}.sub-card__cta.is-loading .sub-card__cta-label{visibility:hidden}.sub-card__cta.is-loading .sub-card__cta-spinner{opacity:1}@keyframes sub-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.sub-card__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.sub-card__item{display:flex;align-items:flex-start;gap:.55rem;font-size:.88rem;line-height:1.35}.sub-card__item--con{opacity:.55}.sub-card__icon{width:18px;height:18px;flex-shrink:0;margin-top:.1em;color:rgb(var(--color-foreground))}.sub-card__perks{border:1px solid rgb(var(--color-foreground));border-radius:10px;overflow:hidden}.sub-card__features-title,.sub-card__perks-title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.1rem;margin:0;padding:1rem 1rem 0;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.02em}.sub-card__features-title{padding:0}.sub-card__perk{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:1rem;border-bottom:1px solid rgba(var(--color-foreground),.5);font-size:.9rem}.sub-card__perk:last-child{border-bottom:none}.sub-card__perk-text{flex:1 1 auto;min-width:0}.sub-card__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.sub-card__feature{display:flex;align-items:center;gap:.55rem;font-size:.88rem;line-height:1.35}.sub-card__feature-text{flex:1 1 auto;min-width:0}.sub-card__expandable-wrap{display:grid;grid-template-rows:1fr;transition:grid-template-rows .36s cubic-bezier(.22,1,.36,1)}.sub-card__expandable-wrap.is-collapsed{grid-template-rows:0}.sub-card__expandable{min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:1.1rem;opacity:1;transition:opacity .32s ease .04s}.sub-card__expandable-wrap.is-collapsed>.sub-card__expandable{opacity:0;transition:opacity .18s ease}.sub-card__expand{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-family:var(--font-heading-family);align-self:center;margin:.2rem auto 0;padding:.25rem .4rem;background:transparent;border:none;border-bottom:1px solid rgb(var(--color-foreground));color:rgb(var(--color-foreground));cursor:pointer;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;line-height:1}.sub-card__expand-chevron{width:14px;height:14px;flex-shrink:0;transition:transform .25s ease}.sub-card.is-expanded .sub-card__expand-chevron{transform:rotate(180deg)}.sub-card__expand-chevron--arrow{transition:transform .25s ease}a.sub-card__expand{text-decoration:none}a.sub-card__expand:hover .sub-card__expand-chevron--arrow{transform:translate(2px)}.sub-badge{font-size:.75rem;letter-spacing:.06em;padding:.4em .8em;text-transform:uppercase;line-height:1;flex-shrink:0;display:inline-flex;align-items:center;gap:.3em}.sub-badge__icon{width:.95em;height:.95em;flex-shrink:0;color:currentColor;fill:currentColor}.sub-card__popular-text{display:inline-flex;align-items:center;gap:.5em}.sub-card__popular-icon path{stroke:rgb(var(--color-button));fill:rgb(var(--color-background))}.sub-card__popular-icon{width:1.15em;height:auto;flex-shrink:0;color:currentColor;fill:currentColor}.sub-badge--cheaper{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:2px}.sub-badge--unlimited{background-color:rgb(var(--color-foreground));color:#fff;border-radius:2px}.td{position:relative;background:rgb(var(--color-background))}.td__inner{position:relative;isolation:isolate;width:100%;height:100vh;display:flex;padding-bottom:0;align-items:end;justify-content:center}.td__title{position:absolute;top:8vh;left:50%;transform:translate(-50%);margin:0;text-align:center;z-index:1;pointer-events:none;width:max-content;max-width:calc(100vw - 32px);font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));line-height:.95;letter-spacing:-.01em;text-transform:uppercase}.td__title-line{display:block;font-size:clamp(2.6rem,7vw,6rem)}.td__title-line--alt{color:rgb(var(--color-button))}@media(max-width:989px){.td__title{top:6vh}.td__title-line{font-size:clamp(2rem,9vw,3.2rem)}}.td__sparks{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.td__spark{position:absolute;left:var(--x);top:var(--y);width:var(--size, 10px);height:var(--size, 10px);border-radius:50%;background:#dc2626;transform:translate(-50%,-50%) scale(0);opacity:0;animation:td-spark var(--dur, 4s) ease-in-out var(--delay, 0s) infinite;will-change:transform,opacity}@keyframes td-spark{0%,to{opacity:0;transform:translate(-50%,-50%) scale(0)}20%{opacity:1;transform:translate(-50%,calc(-50% - 12px)) scale(1)}60%{opacity:1;transform:translate(-50%,calc(-50% - 28px)) scale(.9)}90%{opacity:0;transform:translate(-50%,calc(-50% - 44px)) scale(.5)}}@media(max-width:749px){.td__sparks{display:none}}@media(prefers-reduced-motion:reduce){.td__spark{animation:none;opacity:.8;transform:translate(-50%,-50%) scale(1)}}.td__stage{position:relative;z-index:2;width:var(--td-content-w, 600px);max-width:calc(100vw - 32px);margin:0 auto}.td__bg{position:relative;z-index:50;width:100%;height:auto;display:block;border-radius:12px}.td__cover{position:absolute;top:28px;left:4px;right:4px;height:40px;background-color:#222;z-index:0;pointer-events:none;border-radius:12px}.td__stage{isolation:isolate}.td__bg--placeholder{aspect-ratio:16 / 10;background:rgba(var(--color-foreground),.06)}.td__bg--placeholder svg{width:100%;height:100%;display:block}.td__cards{position:absolute;top:0;left:0;right:0;height:0;pointer-events:none}.td-card{position:absolute;left:50%;top:0;width:calc(var(--td-content-w, 600px) - 64px);max-width:calc(100vw - 96px);background-color:rgb(var(--color-secondary-button-text));border:1px solid rgba(var(--color-foreground),.1);border-radius:10px;padding:1rem;pointer-events:auto;box-shadow:0 8px 24px #0000000f;transform:translate(-50%,-50%)}.td-card__name{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;letter-spacing:.02em;margin:0;color:rgb(var(--color-foreground))}.td-card__stars{margin-bottom:.5rem}.td-card__stars .card-product__stars-empty path{fill:transparent;stroke:rgba(var(--color-foreground),.1)}.td-card__desc{font-size:.9rem;line-height:1.4;color:rgb(var(--color-foreground));margin:.5rem 0 .75rem}.td-card__bottom{display:flex;align-items:center;gap:.6rem}.td-card__avatar{width:45px;height:45px;border-radius:50%;object-fit:cover;flex-shrink:0;background-color:rgba(var(--color-foreground),.06)}.td-card__avatar--placeholder{background:rgba(var(--color-foreground),.08)}.td-card__date-row{display:flex;justify-content:flex-end;margin-top:.55rem}.td-card__date{font-size:.8rem;color:rgba(var(--color-foreground),.7)}@media(max-width:749px){.td__stage{width:86vw;max-width:86vw}.td-card{width:calc(86vw - 32px);max-width:calc(86vw - 32px);margin:0 auto}}.badge-item{display:flex;flex-direction:var(--badge-layout, column);align-items:var(--badge-align-items, center);text-align:var(--badge-text-align, center);gap:var(--badge-gap, 5px);min-width:0}.badge-item__icon{flex-shrink:0;width:var(--badge-icon, 40px);height:var(--badge-icon, 40px);display:flex;align-items:center;justify-content:center}.badge-item__img{width:100%;height:100%;object-fit:contain;display:block}.badge-item__copy{display:flex;flex-direction:column;align-items:inherit;text-align:inherit;min-width:0;gap:.35em}.badge-item__text{margin:0;font-size:var(--badge-fs-m, 12px);font-weight:var(--badge-fw, 400);line-height:1.35;max-width:100%;color:rgb(var(--color-foreground))}.badge-item__subtitle{margin:0;font-size:var(--badge-sub-fs-m, 12px);font-weight:var(--badge-sub-fw, 400);line-height:1.35;max-width:100%;color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.badge-item__text{font-size:var(--badge-fs-d, 14px)}.badge-item__subtitle{font-size:var(--badge-sub-fs-d, 14px)}}.theme-button-slot{min-width:0}.theme-button-slot--custom{width:100%;max-width:100%;display:flex;flex-direction:column}.theme-block-button{display:inline-flex;align-items:center;justify-content:center;padding:var(--button-padding-block) var(--button-padding-inline);width:var(--button-width-mobile);flex:var(--button-flex-mobile);min-width:0;text-decoration:none;border-radius:var(--button-radius);border:1px solid transparent;font-size:var(--button-mobile-size);line-height:1;transition:opacity .2s ease;box-sizing:border-box}.theme-block-button--width-custom{display:flex}.theme-block-button:hover{opacity:.85}.theme-block-button--primary{background:rgb(var(--color-button));color:rgb(var(--color-background))}.theme-block-button--secondary{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.theme-block-button--outlined{background:transparent;color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.theme-block-button--link.invert{color:rgb(var(--color-background))}.theme-block-button--link{background:transparent;color:rgb(var(--color-foreground));border:none;border-radius:0;text-decoration:underline}.theme-block-button--custom{background:var(--custom-bg);color:var(--custom-color);border-color:var(--custom-border-color);border-width:var(--custom-border-width)}@media(min-width:1000px){.theme-block-button{font-size:var(--button-desktop-size);width:var(--button-width-desktop);flex:var(--button-flex-desktop)}}.badges-group{padding-top:var(--badges-group-pt, 0);padding-bottom:var(--badges-group-pb, 0)}.badges-group__grid{display:grid;grid-template-columns:var(--badges-group-cols, repeat(3, minmax(0, 1fr)));gap:var(--badges-group-gap, 16px);justify-items:var(--badges-group-justify-items, center);width:100%}.badges-group .badge-item--default{--badge-icon: var(--badges-group-icon-size, 40px);--badge-fs-d: var(--badges-group-fs-d, 14px);--badge-fs-m: var(--badges-group-fs-m, 12px);--badge-fw: var(--badges-group-fw, 400);--badge-sub-fs-d: var(--badges-group-sub-fs-d, 14px);--badge-sub-fs-m: var(--badges-group-sub-fs-m, 12px);--badge-sub-fw: var(--badges-group-sub-fw, 400);--badge-layout: var(--badges-group-layout, column);--badge-align-items: var(--badges-group-align-items, center);--badge-text-align: var(--badges-group-text-align, center);--badge-gap: var(--badges-group-item-gap, 5px)}.badges-group--main-heading .badge-item--default .badge-item__text,.badges-group--subtitle-heading .badge-item--default .badge-item__subtitle{font-family:var(--font-heading-family)}.buttons-group{display:flex;flex-wrap:wrap;gap:var(--btn-group-gap, 12px);width:100%;max-width:100%;min-width:0;box-sizing:border-box}.buttons-group>*{min-width:0}.buttons-group--horizontal{flex-direction:row;justify-content:var(--btn-group-main, flex-start);align-items:center}.buttons-group--horizontal>.theme-button-slot--custom{flex:1 1 0%}.buttons-group--horizontal>*:has(.theme-block-button--width-custom){flex:1 1 0%;display:flex;flex-direction:column}.buttons-group--vertical{flex-direction:column;align-items:var(--btn-group-cross, flex-start);justify-content:flex-start}.buttons-group--vertical>.theme-button-slot--custom{align-self:stretch;width:100%;max-width:100%}.buttons-group--vertical>*:has(.theme-block-button--width-custom){align-self:stretch;width:100%;max-width:100%}.payment-icons{width:100%}.payment-icons__list{display:flex;align-items:center;justify-content:var(--alignment);flex-wrap:wrap;gap:var(--icon-gap);margin:0;padding:0}.payment-icons__item{display:flex;align-items:center}.positioned-image{--positioned-image-page-pad: .75rem}.positioned-image--layout-absolute{position:absolute;z-index:var(--positioned-image-z, 5);pointer-events:none;max-width:none}.positioned-image--layout-absolute.positioned-image--width-custom{width:min(90%,var(--positioned-image-w-mobile, 280px))}.positioned-image--layout-absolute.positioned-image--width-adapt{width:auto;max-width:min(100%,90vw)}.positioned-image--layout-absolute.positioned-image--width-adapt .positioned-image__picture,.positioned-image--layout-absolute.positioned-image--width-adapt .positioned-image__img{width:auto;max-width:100%;height:auto}.positioned-image--layout-static{position:relative;z-index:auto;pointer-events:auto;max-width:100%}.positioned-image--layout-static.positioned-image--width-custom{width:min(100%,var(--positioned-image-w-mobile, 280px))}.positioned-image--layout-static.positioned-image--width-adapt{width:100%;max-width:100%}@media screen and (max-width:999px){.positioned-image--hide-mobile{display:none!important}}@media screen and (min-width:768px){.positioned-image--layout-absolute{--positioned-image-page-pad: 5rem}}@media screen and (min-width:1000px){.positioned-image--layout-absolute{--positioned-image-page-pad: 2.5rem}.positioned-image--layout-absolute.positioned-image--width-custom{width:min(90%,var(--positioned-image-w-desktop, 720px))}}@media screen and (min-width:1400px){.positioned-image--layout-absolute{--positioned-image-page-pad: 5rem}}@media screen and (min-width:1000px){.positioned-image--layout-static.positioned-image--width-custom{width:min(100%,var(--positioned-image-w-desktop, 720px))}}.positioned-image--empty{min-width:48px;min-height:48px;outline:1px dashed rgba(var(--color-foreground),.25)}.positioned-image__picture,.positioned-image__img{display:block;width:100%;height:auto;border-radius:var(--positioned-image-radius, 0);overflow:hidden}.positioned-image--top-left{top:0;left:var(--positioned-image-page-pad);transform:none}.positioned-image--top-center{top:0;left:50%;transform:translate(-50%)}.positioned-image--top-right{top:0;right:var(--positioned-image-page-pad);left:auto;transform:none}.positioned-image--center-left{top:50%;left:var(--positioned-image-page-pad);transform:translateY(-50%)}.positioned-image--center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.positioned-image--center-right{top:50%;right:var(--positioned-image-page-pad);left:auto;transform:translateY(-50%)}.positioned-image--bottom-left{bottom:0;left:var(--positioned-image-page-pad);top:auto;transform:none}.positioned-image--bottom-center{bottom:0;left:50%;top:auto;transform:translate(-50%)}.positioned-image--bottom-right{bottom:0;right:var(--positioned-image-page-pad);left:auto;top:auto;transform:none}.swiper-slide-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;clip-path:inset(0 0 0 0);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}.swiper-slide-wrapper.has-overlay:after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,var(--overlay-opacity));z-index:1}.swiper-slide-wrapper.active{opacity:1;visibility:visible;z-index:3;clip-path:inset(0 0 0 0)!important}.swiper-slide-wrapper.next-slide{opacity:1;visibility:visible;z-index:1;clip-path:inset(0 0 0 0)}.swiper-slide-wrapper.cutting{opacity:1;visibility:visible;z-index:3;clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0);transition:clip-path .5s ease-in;-webkit-transition:-webkit-clip-path .5s ease-in}.swiper-slide-wrapper.cutting.cut-active-next{clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0)}.swiper-slide-wrapper.cutting.cut-active-prev{clip-path:inset(0 0 0 100%);-webkit-clip-path:inset(0 0 0 100%)}.swiper-slide-wrapper.cutting *{pointer-events:none}.swiper-slide-wrapper img,.swiper-slide-wrapper video{width:100%;height:100%;object-fit:cover;-o-object-fit:cover;display:block;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;pointer-events:none}.swiper-slide-image--fallback{display:none}.swiper-slide-wrapper a{display:block;width:100%;height:100%}@media screen and (max-width:999px){.swiper-slide-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-slide-wrapper.active{-webkit-transform:translateZ(0);transform:translateZ(0)}}.theme-block-text{margin:0;width:100%;text-align:inherit;color:rgb(var(--text-color-rgb),var(--text-opacity));font-size:var(--text-mobile-size);font-weight:var(--text-font-weight, 400);line-height:1.1;letter-spacing:0}.theme-block-text p{margin:0;color:inherit}.theme-block-text strong{color:rgb(var(--color-button))}@media(min-width:1000px){.theme-block-text{font-size:var(--text-desktop-size)}}@media(prefers-reduced-motion:reduce){video-background-component video{display:none}}.divider{align-self:stretch;display:flex;align-items:center;justify-content:var(--divider-justify-content)}.divider__line{border-bottom:var(--divider-border-thickness) solid var(--color-border);border-right:var(--divider-border-thickness) solid var(--color-border);border-radius:calc(var(--style-border-radius-sm) * var(--divider-border-rounded));flex-basis:var(--divider-flex-basis);min-height:var(--divider-flex-basis)}.group-block__link{position:absolute;top:0;right:0;bottom:0;left:0}.group-block__link~:is(.group-block-content,.group-block__media-wrapper){pointer-events:none}.group-block__link~:is(.group-block-content,.group-block__media-wrapper) :is(a,button,input,textarea,select){pointer-events:auto}.group-block__link~.group-block-content--design-mode{pointer-events:auto}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:var(--overlay-layer);pointer-events:none;border-radius:var(--overlay-border-radius, 0)}.overlay--solid{background:var(--overlay-color)}.overlay--gradient{background:linear-gradient(var(--overlay-direction),var(--overlay-color),var(--overlay-color--end))}
/*# sourceMappingURL=/cdn/shop/t/36/compiled_assets/styles.css.map */
