.cp{position:relative}.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:calc((clamp(1.4rem,1vw + 1rem,2rem)) * var(--heading-scale));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:calc((1rem) * var(--heading-scale));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:calc((1.05rem) * var(--heading-scale));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:calc((1.1rem) * var(--heading-scale));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:calc((1.1rem) * var(--heading-scale))}.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__header{padding-top:.4rem;padding-bottom:1.4rem}.cg__title{margin:0 0 .8rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:calc((clamp(1.4rem,.8rem + 1.6vw,2rem)) * var(--heading-scale));line-height:1.1;color:rgb(var(--color-foreground))}.cg__desc{max-width:42rem;font-size:.95rem;line-height:1.6;color:rgba(var(--color-foreground),.75)}.cg__desc p{margin:0 0 .5rem}.cg__bar{width:100%}.cg__bar-track{display:flex;gap:1.6rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;padding-inline:max(1rem,calc((100% - 1600px)/2 + 1rem));padding-block:.6rem}@media(min-width:1000px){.cg__bar-track{padding-inline:max(1.5rem,calc((100% - 1600px)/2 + 1.5rem))}}.cg__bar-track::-webkit-scrollbar{display:none}.cg__bar-track.is-draggable{cursor:grab}.cg__bar-track.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none;scroll-behavior:auto}.cg__tabs{display:flex;gap:1.8rem;align-items:center;padding-top:.4rem;margin-bottom:1rem}.cg__tab{-webkit-appearance:none;appearance:none;background:none;border:0;padding:.35rem 0;cursor:pointer;font-family:var(--font-body-family);font-size:.95rem;line-height:1;letter-spacing:.01em;color:rgba(var(--color-foreground),.5);text-decoration:none;position:relative;transition:color .4s cubic-bezier(.22,.61,.36,1)}.cg__tab:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:2px;background:rgb(var(--color-foreground));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.22,.61,.36,1)}.cg__tab:hover{color:rgb(var(--color-foreground))}.cg__tab.is-active{color:rgb(var(--color-foreground));font-weight:700}.cg__tab.is-active:after{transform:scaleX(1)}@media(prefers-reduced-motion:reduce){.cg__tab,.cg__tab:after{transition:none}}.cg__bar-item{flex:0 0 auto;position:relative;padding:.4rem 0;text-decoration:none;white-space:nowrap;font-size:.9rem;color:rgba(var(--color-foreground),.6);transition:color .3s cubic-bezier(.22,.61,.36,1)}.cg__bar-item:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5px;background:rgb(var(--color-foreground));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.22,.61,.36,1)}.cg__bar-item:hover{color:rgb(var(--color-foreground))}.cg__bar-item.is-active{color:rgb(var(--color-foreground));font-weight:600}.cg__bar-item.is-active:after{transform:scaleX(1)}.cg__controls{position:sticky;top:var(--header-height, 64px);z-index:20;background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.12);border-bottom:1px solid rgba(var(--color-foreground),.12)}.cg__controls-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.7rem;padding-bottom:.7rem}.cg__filter-trigger,.cg__sort-toggle{display:inline-flex;align-items:center;gap:.4rem;padding:0;border:none;background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:.9rem;letter-spacing:.02em;cursor:pointer}.cg__filter-icon svg{width:18px;height:18px;display:block}.cg__sort-caret svg{width:16px;height:16px;display:block;transition:transform .3s cubic-bezier(.22,.61,.36,1)}.cg__sort-toggle[aria-expanded=true] .cg__sort-caret svg{transform:rotate(180deg)}.cg__sort{position:relative}.cg__sort-menu{position:absolute;top:calc(100% + .6rem);left:0;z-index:30;min-width:220px;display:flex;flex-direction:column;padding:.5rem 0;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.12);box-shadow:0 12px 30px -12px #00000040}.cg__sort-menu[hidden]{display:none}.cg__sort-opt{padding:.6rem 1.2rem;border:none;background:transparent;text-align:left;font-family:var(--font-body-family);font-size:.9rem;color:rgba(var(--color-foreground),.7);cursor:pointer;transition:background-color .15s ease,color .15s ease}.cg__sort-opt:hover{background:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground))}.cg__sort-opt.is-active{color:rgb(var(--color-foreground));font-weight:600}.cg__row--products{padding-top:2.8rem;padding-bottom:2rem}.cg__grid{display:grid;grid-template-columns:repeat(var(--cg-cols-m, 2),minmax(0,1fr));gap:6px}@media(min-width:990px){.cg__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}}.cg__item{min-width:0}.cg__empty{text-align:center;padding:4rem 0;color:rgb(var(--color-foreground))}.cg__infinite{width:100%;height:1px}.cg__loading{display:flex;justify-content:center;padding:2.5rem 0;color:rgb(var(--color-foreground))}.cg__loading[hidden]{display:none}.cg__loading svg{width:28px;height:28px;animation:cg-spin 1.1s linear infinite}@keyframes cg-spin{to{transform:rotate(360deg)}}.cg__drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:9998;opacity:0;transition:opacity .3s 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(440px,94vw);background:rgb(var(--color-background));color:rgb(var(--color-foreground));z-index:9999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.22,.61,.36,1)}.cg__drawer.is-open{transform:translate(0)}.cg__drawer[hidden]{display:none}.rtl .cg__drawer{right:auto;left:0;transform:translate(-100%)}.cg__drawer-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 1.6rem;border-bottom:1px solid rgba(var(--color-foreground),.12)}.cg__drawer-head h3{margin:0;font-family:var(--font-heading-family);font-weight:600;font-size:calc((1.05rem) * var(--heading-scale));letter-spacing:.02em}.cg__drawer-close{flex:0 0 auto;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:rgb(var(--color-foreground));cursor:pointer}.cg__drawer-close svg{width:20px;height:20px}.cg__drawer-body{flex:1 1 auto;overflow-y:auto;padding:0 1.6rem 1.4rem}.cg__drawer-foot{flex:0 0 auto;padding:1rem 1.6rem 1.4rem;box-shadow:0 -8px 16px -8px #0000001f}.cg__view-results{width:100%;padding:1rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;font-family:var(--font-body-family);font-weight:600;letter-spacing:.02em;font-size:.95rem;cursor:pointer;transition:opacity .15s ease}.cg__view-results:hover{opacity:.88}.cg__acc{border-bottom:1px solid rgba(var(--color-foreground),.12)}.cg__acc-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 0;cursor:pointer;font-family:var(--font-body-family);font-weight:600;font-size:.95rem;color:rgb(var(--color-foreground))}.cg__acc-summary::-webkit-details-marker{display:none}.cg__acc-icon{position:relative;width:14px;height:14px;flex:0 0 auto}.cg__acc-icon:before,.cg__acc-icon:after{content:"";position:absolute;background:rgb(var(--color-foreground));transition:opacity .2s ease}.cg__acc-icon:before{top:50%;left:0;width:100%;height:1.5px;transform:translateY(-50%)}.cg__acc-icon:after{left:50%;top:0;width:1.5px;height:100%;transform:translate(-50%)}.cg__acc[open] .cg__acc-icon:after{opacity:0}.cg__acc-body{padding:0 0 1.2rem}.cg__opts{display:flex;flex-direction:column;gap:.3rem}.cg__opt{display:inline-flex;align-items:center;padding:.5rem 0;font-size:.9rem;color:rgba(var(--color-foreground),.75);cursor:pointer}.cg__opt.is-active{color:rgb(var(--color-foreground));font-weight:600}.cg__swatches{display:flex;flex-wrap:wrap;gap:.6rem}.cg__swatch-filter{cursor:pointer}.cg__swatch-dot{display:block;width:26px;height:26px;border-radius:999px;background-color:var(--sw, rgba(var(--color-foreground), .1));background-image:var(--sw-img, none);background-size:cover;background-position:center;border:1px solid rgba(var(--color-foreground),.2);transition:box-shadow .15s ease,transform .15s ease}.cg__swatch-filter:hover .cg__swatch-dot{transform:scale(1.08)}.cg__swatch-filter.is-active .cg__swatch-dot{box-shadow:0 0 0 2px rgb(var(--color-background)),0 0 0 4px rgb(var(--color-foreground))}.cg__color-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px 8px}.cg__color-item{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;text-align:center;min-width:0}.cg__color-chip{display:block;width:38px;height:38px;border-radius:999px;background-color:var(--sw, rgba(var(--color-foreground), .1));background-image:var(--sw-img, none);background-size:cover;background-position:center;border:1px solid rgba(var(--color-foreground),.2);transition:box-shadow .15s ease,transform .15s ease}.cg__color-item:hover .cg__color-chip{transform:scale(1.06)}.cg__color-item.is-active .cg__color-chip{box-shadow:0 0 0 3px rgb(var(--color-background)),0 0 0 4px rgb(var(--color-foreground))}.cg__color-label{font-family:var(--font-body-family);font-size:.66rem;line-height:1.2;color:rgba(var(--color-foreground),.75);text-transform:capitalize;word-break:break-word}.cg__color-count{color:rgba(var(--color-foreground),.45)}.cg__color-item.is-active .cg__color-label{color:rgb(var(--color-foreground));font-weight:600}@media(max-width:480px){.cg__color-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.cg__price{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.cg__price-field{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.cg__price-input{display:inline-flex;align-items:stretch;border:1px solid rgba(var(--color-foreground),.3)}.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)}.cg__price-input input{padding:.45rem .6rem;border:none;outline:none;background:transparent;color:rgb(var(--color-foreground));width:84px;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}@media(max-width:749px){.cg__bar-track{gap:1.2rem}}.clf{position:relative}.clf__header{display:flex;align-items:center;justify-content:space-between;gap:16px;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-card{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground));box-shadow:4px 4px #000;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;min-width:0}@media(min-width:1000px){.clf-card{flex:1 1 0}}.clf-card__row1{display:flex;flex-wrap:wrap;align-items:center;gap:2.5rem;padding:1.1rem 1.3rem 4rem}.clf-card__title-group{display:flex;align-items:baseline;gap:1rem;min-width:0}.clf-card__num,.clf-card__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));margin:0;letter-spacing:0;line-height:1}.clf-card__num{flex:0 0 auto;font-size:clamp(2.75rem,1.9348rem + 1.3043vw,3.5rem)}.clf-card__btn{display:inline-flex;align-items:center;justify-content:center;padding:.55em 1.1em;background-color:rgb(var(--color-button));font-family:var(--font-heading-family);color:rgb(var(--color-button-text));border:1px solid rgb(var(--color-foreground));box-shadow:3px 3px rgb(var(--color-foreground));border-radius:2px;text-transform:uppercase;font-size:calc((.85rem) * var(--heading-scale));letter-spacing:.04em;white-space:nowrap;text-decoration:none;line-height:1;flex:0 0 auto;transition:transform .15s ease,box-shadow .15s ease}.clf-card__btn:hover{transform:translate(-1px,-1px);box-shadow:4px 4px rgb(var(--color-foreground))}.clf-card__btn:active{transform:translate(3px,3px);box-shadow:0 0 rgb(var(--color-foreground))}.clf-card__row2{width:100%;aspect-ratio:var(--clf-image-ar, 4 / 5);overflow:hidden}.clf-card__row2 img,.clf-card__row2 svg.placeholder-svg{width:100%;height:100%;object-fit:cover;display:block}.scmp__inner{display:flex;align-items:center;gap:clamp(28px,5vw,72px)}.scmp__intro{flex:0 1 38%;min-width:0}.scmp__heading{margin:0;font-size:clamp(26px,3vw,40px);font-weight:700;line-height:1.12;text-transform:uppercase;color:rgb(var(--color-foreground))}.scmp__subheading{margin:14px 0 0;font-size:14px;line-height:1.5;color:rgb(var(--color-foreground),.75)}.scmp__table{flex:1 1 62%;min-width:0;display:grid;grid-template-columns:minmax(0,1.6fr) repeat(3,minmax(70px,1fr))}.scmp__row{display:grid;grid-template-columns:subgrid;grid-column:1 / -1;align-items:stretch}.scmp__label{display:flex;align-items:center;padding:16px 16px 16px 0;font-size:15px;font-weight:500;line-height:1.35;color:rgb(var(--color-foreground));border-bottom:1px solid rgba(var(--color-foreground),.14)}.scmp__label--head,.scmp__row--last .scmp__label{border-bottom:0}.scmp__cell{display:flex;align-items:center;justify-content:center;padding:12px 10px;border-bottom:1px solid rgba(var(--color-foreground),.14)}.scmp__row--last .scmp__cell{border-bottom:0}.scmp__cell--us{background:rgba(var(--color-button),.12);border-bottom-color:transparent}.scmp__cell--us-last{border-radius:0 0 14px 14px;padding-bottom:22px}.scmp__head{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px;padding:20px 10px 14px;text-align:center}.scmp__head.scmp__cell--us{border-radius:14px 14px 0 0;padding-top:26px}.scmp__head-media{display:block;width:clamp(52px,6vw,84px);aspect-ratio:1;border-radius:50%;overflow:hidden;box-shadow:0 4px 14px #0000001f}.scmp__head-media img{width:100%;height:100%;object-fit:cover;display:block}.scmp__head-label{font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--color-foreground))}.scmp__ic{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%}.scmp__ic svg{width:15px;height:15px;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.scmp__ic--yes{background:rgb(var(--color-button))}.scmp__ic--yes svg{stroke:rgb(var(--color-button-text, var(--color-background)))}.scmp__ic--no{background:#ec6a5f}.scmp__ic--no svg{stroke:#fff}.scmp__ic--mid{background:rgba(var(--color-foreground),.16)}.scmp__ic--mid svg{stroke:rgb(var(--color-foreground))}.scmp__celltext{font-size:13px;font-weight:600;text-align:center;color:rgb(var(--color-foreground))}@media(max-width:989px){.scmp__inner{flex-direction:column;align-items:stretch;gap:28px}.scmp__intro{flex-basis:auto;text-align:center}.scmp__table{flex-basis:auto}}@media(max-width:749px){.scmp__table{grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(56px,1fr))}.scmp__label{font-size:13px;padding:12px 10px 12px 0}.scmp__cell{padding:10px 6px}.scmp__head{padding:14px 6px 10px}.scmp__head-label{font-size:11px;letter-spacing:.04em}.scmp__ic{width:24px;height:24px}.scmp__ic svg{width:13px;height:13px}}.ct{position:relative}.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:transparent;border:1px solid rgba(var(--color-foreground),.14);padding:1.4rem 1.5rem}.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:calc((1.05rem) * var(--heading-scale));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:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(var(--color-foreground),.45);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:transparent;border:1px solid rgba(var(--color-foreground),.14);padding:1.5rem}@media(min-width:750px){.ct__form{padding:2.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:.85rem 1rem;border:1px solid rgba(var(--color-foreground),.25);border-radius:0;background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:.95rem;line-height:1.4;transition:border-color .15s ease}.ct__input::placeholder{color:rgba(var(--color-foreground),.4)}.ct__input:focus{outline:none;border-color: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:cover;border-radius:10px}.faq__items{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:8px}.faq-item{background-color:rgba(var(--color-foreground),.03);border-radius:3px;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}.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}}.feature-banner{position:relative;--fb-edge: .75rem}@media(min-width:768px){.feature-banner{--fb-edge: 5rem}}@media(min-width:1000px){.feature-banner{--fb-edge: 2.5rem}}@media(min-width:1400px){.feature-banner{--fb-edge: 5rem}}.feature-banner__inner{display:grid;grid-template-columns:1fr}.feature-banner__media{position:relative;overflow:hidden}.feature-banner__media img,.feature-banner__media video,.feature-banner__media svg{display:block;width:100%;height:auto}.feature-banner--custom .feature-banner__media{aspect-ratio:var(--fb-ar-m, 4/5)}.feature-banner--custom .feature-banner__media img,.feature-banner--custom .feature-banner__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.feature-banner__details{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,9vw,3rem) var(--fb-edge)}.feature-banner__details-inner{display:flex;flex-direction:column;gap:1.1rem;max-width:640px}.feature-banner__title{margin:0}.feature-banner__subtitle{color:rgba(var(--color-foreground),.85);line-height:1.5;max-width:52ch}.feature-banner__subtitle>:first-child{margin-top:0}.feature-banner__subtitle>:last-child{margin-bottom:0}.feature-banner__button{align-self:flex-start;margin-top:.4rem}.feature-banner__button svg{width:1.1em;height:1.1em;flex:0 0 auto}@media(min-width:990px){.feature-banner__inner{grid-template-columns:1fr 1fr;align-items:stretch}.feature-banner__media img,.feature-banner__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.feature-banner--custom .feature-banner__media{aspect-ratio:var(--fb-ar-d, 1/1)}.feature-banner__details{justify-content:center;padding-top:clamp(2rem,4vw,3.5rem);padding-bottom:clamp(2rem,4vw,3.5rem);padding-left:clamp(1.5rem,4vw,4rem);padding-right:var(--fb-edge)}}.rtl .feature-banner__details{padding-left:var(--fb-edge)}@media(min-width:990px){.rtl .feature-banner__details{padding-left:var(--fb-edge);padding-right:clamp(1.5rem,4vw,4rem)}}.fl{position:relative;--fl-edge: .75rem}@media(min-width:768px){.fl{--fl-edge: 5rem}}@media(min-width:1000px){.fl{--fl-edge: 2.5rem}}@media(min-width:1400px){.fl{--fl-edge: 5rem}}.fl__inner{display:grid;grid-template-columns:1fr}.fl__media{position:relative;overflow:hidden}.fl__media img,.fl__media video,.fl__media svg{display:block;width:100%;height:auto}.fl--custom .fl__media{aspect-ratio:var(--fl-ar-m, 4/5)}.fl--custom .fl__media img,.fl--custom .fl__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.fl__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,9vw,3rem) var(--fl-edge)}.fl__content-inner{width:100%;max-width:660px}.fl__title{margin:0 0 clamp(1.4rem,3vw,2.4rem);font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;line-height:1.05;letter-spacing:.02em;color:rgb(var(--color-foreground))}.fl__blocks{display:flex;flex-direction:column;gap:clamp(1.2rem,2.6vw,2rem)}.fl__block-label{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:calc((.95rem) * var(--heading-scale));line-height:1.2;color:rgb(var(--color-foreground))}.fl__block-body{color:rgba(var(--color-foreground),.8);font-size:.95rem;line-height:1.5}.fl__block-body>:first-child{margin-top:0}.fl__block-body>:last-child{margin-bottom:0}.fl__blocks--split .fl__block{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.fl__blocks--stacked .fl__block-label{margin-bottom:.5rem}@media(min-width:990px){.fl__inner{grid-template-columns:1fr 1fr;align-items:stretch}.fl__media img,.fl__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.fl--custom .fl__media{aspect-ratio:var(--fl-ar-d, 1/1)}.fl--media-right .fl__media{order:2}.fl--media-right .fl__content{order:1}.fl__content{padding-top:clamp(2rem,4vw,4rem);padding-bottom:clamp(2rem,4vw,4rem)}.fl--media-left .fl__content{padding-left:clamp(1.5rem,4vw,4rem);padding-right:var(--fl-edge)}.fl--media-right .fl__content{padding-right:clamp(1.5rem,4vw,4rem);padding-left:var(--fl-edge)}}@media(max-width:749px){.fl__blocks--split .fl__block{grid-template-columns:1fr;gap:.4rem}.fl__blocks--split .fl__block-label{margin-bottom:.2rem}}.rtl .fl--media-left .fl__content{padding-left:var(--fl-edge)}.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-background));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:calc((clamp(2.4rem,1.4vw + 2rem,3.4rem)) * var(--heading-scale));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{flex:0 0 auto;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}.fb__row1-left{width:100%;display:flex;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;flex-wrap:wrap}.fb__row2-left{display:flex;align-items:center;gap:.9rem;min-width:0}.fb__row2-img{height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:50%;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{flex-direction:column;align-items:stretch;gap:.9rem}.fb__row2-left{justify-content:center;text-align:start}.fb__row2-cta{align-self:center}}.fb__row3{display:flex;align-items:stretch;gap:1rem;flex-wrap:wrap}.fb__row3-left{flex:0 0 auto}.fb__row3-img{display:block;max-width:100%;height:auto;object-fit:cover;border-radius:12px}.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:calc((clamp(5rem,-.4348rem + 8.6957vw,10rem)) * var(--heading-scale));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:calc((clamp(3rem,1.3696rem + 2.6087vw,4.5rem)) * var(--heading-scale));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{display:flex;justify-content:center}.fb__row3-img{width:100%!important;max-width:360px}.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))}.footer__top{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media(min-width:750px){.footer__top{grid-template-columns:1fr 1fr 1fr 1.8fr;gap:2rem;margin-bottom:4rem}}.footer__col{display:flex;flex-direction:column;gap:1.1rem}.footer__col-title{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--color-foreground),.55)}.footer__col-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer__col-link,.footer__col-plain{color:rgb(var(--color-foreground));font-size:.95rem;text-decoration:none;transition:opacity .3s cubic-bezier(.22,.61,.36,1)}.footer__col-link:hover{opacity:.55}.footer__socials{margin-top:.4rem}.footer .svg_social{width:34px;height:34px;opacity:1}.footer .svg_social:hover{opacity:.6}.footer__news-heading{margin:0 0 1.2rem;font-family:var(--font-heading-family);font-size:calc((1.15rem) * var(--heading-scale));font-weight:var(--font-heading-weight);line-height:1.3;color:rgb(var(--color-foreground))}.footer__news-field{margin-bottom:.75rem}.footer__news-input{width:100%;box-sizing:border-box;padding:.95rem 1rem;border:1px solid rgba(var(--color-foreground),.3);background:transparent;color:rgb(var(--color-foreground));font-size:.95rem;border-radius:0;outline:none;transition:border-color .3s cubic-bezier(.22,.61,.36,1)}.footer__news-input:focus{border-color:rgb(var(--color-foreground))}.footer__news-input::placeholder{color:rgba(var(--color-foreground),.5)}.footer__news-fine{font-size:.72rem;line-height:1.5;color:rgba(var(--color-foreground),.55);margin-bottom:1.1rem}.footer__news-fine a{color:inherit}.footer__news-btn{display:inline-block;padding:.95rem 2.4rem;border:none;border-radius:0;background:rgb(var(--color-button));color:rgb(var(--color-button-text, var(--color-background)));font-family:var(--font-body-family);font-weight:600;font-size:.9rem;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:opacity .3s cubic-bezier(.22,.61,.36,1)}.footer__news-btn:hover{opacity:.85}.footer__news-success{margin:0;font-size:.95rem;color:rgb(var(--color-foreground))}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid rgba(var(--color-foreground),.15);padding-top:1.6rem}.footer__loc-field select{appearance:none;-webkit-appearance:none;background:transparent;border:none;color:rgb(var(--color-foreground));font-size:.85rem;padding:.3rem 1.4rem .3rem 0;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center}.footer__copyright{margin:0;font-size:.82rem;color:rgba(var(--color-foreground),.55)}@media(max-width:749px){.footer__bottom{flex-direction:column;align-items:flex-start;gap:1rem}}@media(prefers-reduced-motion:reduce){.footer__col-link,.footer__news-input,.footer__news-btn{transition:none}}.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}}.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}.newsletter{position:relative;--nl-edge: .75rem}@media(min-width:768px){.newsletter{--nl-edge: 5rem}}@media(min-width:1000px){.newsletter{--nl-edge: 2.5rem}}@media(min-width:1400px){.newsletter{--nl-edge: 5rem}}.newsletter__inner{display:grid;grid-template-columns:1fr;gap:32px}.newsletter__details{display:flex;flex-direction:column;justify-content:center;padding-left:var(--nl-edge);padding-right:var(--nl-edge)}.newsletter__title{margin:0 0 .75rem;font-family:var(--font-heading-family);font-weight:700;text-transform:uppercase;line-height:1.1;font-size:calc((clamp(1.5rem,3vw,2.3rem)) * var(--heading-scale));color:rgb(var(--color-foreground))}.newsletter__subtitle{margin:0 0 1.75rem;max-width:46ch;color:rgba(var(--color-foreground),.7);line-height:1.5;font-size:.95rem}.newsletter__subtitle>:first-child{margin-top:0}.newsletter__subtitle>:last-child{margin-bottom:0}.newsletter__form{max-width:460px}.newsletter__field{border-bottom:1px solid rgba(var(--color-foreground),.3);margin-bottom:1.4rem}.newsletter__phone{display:flex;align-items:center;gap:10px}.newsletter__prefix{flex:0 0 auto;font-size:.95rem;color:rgb(var(--color-foreground));padding-right:10px;border-right:1px solid rgba(var(--color-foreground),.25)}.newsletter__input{width:100%;border:0;background:transparent;padding:10px 0;font:inherit;font-size:.95rem;color:rgb(var(--color-foreground));outline:none}.newsletter__input::placeholder{color:rgba(var(--color-foreground),.5)}.newsletter__check{display:flex;align-items:flex-start;gap:8px;margin-bottom:1.5rem;font-size:.8rem;color:rgba(var(--color-foreground),.75);cursor:pointer}.newsletter__check input{flex:0 0 auto;margin-top:2px;accent-color:rgb(var(--color-foreground))}.newsletter__submit{align-self:flex-start}.newsletter__submit svg{width:1.1em;height:1.1em;flex:0 0 auto}.newsletter__submit:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.newsletter__success,.newsletter__error{margin:0 0 1.25rem;font-size:.9rem;font-weight:600}.newsletter__success{color:rgb(var(--color-foreground))}.newsletter__error{color:#c0392b}.newsletter__media{position:relative;overflow:hidden;aspect-ratio:var(--nl-ar-m, 16/9);background:rgb(var(--color-background));border-radius:0}.newsletter__media>img,.newsletter__media>video,.newsletter__media>.placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;display:block}@media(min-width:990px){.newsletter__inner{grid-template-columns:1fr 1.1fr;align-items:stretch;gap:0}.newsletter__details{padding-top:clamp(1.5rem,3vw,3rem);padding-bottom:clamp(1.5rem,3vw,3rem);padding-right:clamp(2rem,4vw,4.5rem)}.newsletter__media{aspect-ratio:auto;border-radius:var(--nl-radius, 16px) 0 0 var(--nl-radius, 16px)}}.rtl .newsletter__media{border-radius:0}@media(min-width:990px){.rtl .newsletter__media{border-radius:0 var(--nl-radius, 16px) var(--nl-radius, 16px) 0}.rtl .newsletter__details{padding-right:var(--nl-edge);padding-left:clamp(2rem,4vw,4.5rem)}}.page-section{width:100%}.page-section__title{margin:0 0 1.2rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);text-align:center;font-weight:var(--font-heading-weight);text-transform:uppercase;line-height:1.1;font-size:calc((clamp(1.9rem,1rem + 1.4vw,2.6rem)) * var(--heading-scale));color:rgb(var(--color-foreground))}.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}.page-block__img{display:block;width:100%;height:auto;border-radius:8px}.page-block__caption{margin-top:.5rem;font-size:.85rem;color:rgba(var(--color-foreground),.7);text-align:center}.page-block--spacer{height:var(--spacer-h, 24px)}.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}}.pcs{width:100%}.pcs__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:990px){.pcs__inner{grid-template-columns:.85fr 1.3fr;gap:clamp(2rem,5vw,5rem)}}.pcs__text{min-width:0}.pcs__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;line-height:1;letter-spacing:0;color:rgb(var(--color-foreground))}.pcs__desc{color:rgba(var(--color-foreground),.85);font-size:.95rem;line-height:1.55;max-width:46ch}.pcs__desc>:first-child{margin-top:0}.pcs__desc>:last-child{margin-bottom:0}.pcs__media{min-width:0}.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__arrow{position:absolute;top:50%;width:42px;height:42px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:none;border-radius:999px;box-shadow:0 2px 10px #0000001f;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:5;opacity:0;transition:opacity .5s cubic-bezier(.22,.61,.36,1),background-color .2s ease}.product-list__carousel-wrap:hover .product-list__arrow:not(.swiper-button-disabled){opacity:1}.product-list__arrow svg{width:20px;height:20px;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}}@media(min-width:1400px){.product-list__arrow--prev{left:5rem}.product-list__arrow--next{right:5rem}}.product-list__arrow.swiper-button-disabled{opacity:0!important;pointer-events:none}@media(max-width:989px){.product-list__arrow:not(.product-list__arrow--inline){display:none}}.product-list__nav{flex:0 0 auto;display:flex;align-items:center;gap:.5rem}.product-list__bullets{display:flex;align-items:center;gap:0}.product-list__bullet{width:26px;height:2px;padding:0;border:none;border-radius:0;background:rgba(var(--color-foreground),.3);cursor:pointer;transition:background-color .2s ease}.product-list__bullet.is-active{background:rgb(var(--color-foreground))}.product-list__arrow--inline{position:static;transform:none;width:30px;height:30px;border:none;background:transparent;box-shadow:none;color:rgb(var(--color-foreground));opacity:1;transition:opacity .15s ease}.product-list__arrow--inline:hover{opacity:.6}.product-list__arrow--inline.swiper-button-disabled{opacity:.25;pointer-events:none;transform:none}@media(max-width:749px){.product-list__nav{gap:.6rem}.product-list__bullet{width:18px}.product-list__arrow--inline{width:34px;height:34px}}.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;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);line-height:1.12;font-size:calc((clamp(1.4rem,2.8vw,2.4rem)) * var(--heading-scale))}.product-list__header-button{flex:0 0 auto}.product-list__header-spacer{flex:1 1 auto}.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%}.swiper-wrapper-thumbs{padding-inline:1rem}.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-inline:max(1rem,calc((100% - 1920px)/2 + 1rem))}@media(min-width:1000px){.product-list__swiper.product-list__swiper--padded{padding-inline:max(1.5rem,calc((100% - 1920px)/2 + 1.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}}.reels{position:relative}.reels__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:1.5rem;flex-wrap:wrap}.reels__header .section-title{margin:0;text-align:start;flex:1 1 auto}.reels__header-spacer{flex:1 1 auto}.reels__header-actions{flex:0 0 auto;display:flex;align-items:center;gap:1.25rem}.reels__ig{flex:0 0 auto;white-space:nowrap}.reels__ig svg{width:18px;height:18px}.reels__nav{display:flex;align-items:center;gap:.5rem}.reels__bullets{display:flex;align-items:center;gap:0}.reels__bullet{width:26px;height:2px;padding:0;border:none;border-radius:0;background:rgba(var(--color-foreground),.3);cursor:pointer;transition:background-color .2s ease}.reels__bullet.is-active{background:rgb(var(--color-foreground))}.reels__arrow{width:30px;height:30px;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:opacity .15s ease}.reels__arrow svg{width:22px;height:22px;display:block}.reels__arrow:hover{opacity:.6}.reels__arrow.is-disabled{opacity:.25;pointer-events:none}.reels__carousel-wrap{position:relative}.reels__swiper{width:100%}.reels__swiper:not(.swiper-initialized) .swiper-wrapper{display:flex;flex-wrap:nowrap;gap:var(--rl-gap);overflow:hidden}.reels__swiper:not(.swiper-initialized) .swiper-slide{flex:0 0 calc((100% - var(--rl-gap) * (var(--rl-cols-m) + .2 - 1)) / (var(--rl-cols-m) + .2));min-width:0}@media(min-width:990px){.reels__swiper:not(.swiper-initialized) .swiper-slide{flex:0 0 calc((100% - var(--rl-gap) * (var(--rl-cols-d) + .2 - 1)) / (var(--rl-cols-d) + .2))}}.reels__swiper.reels__swiper--padded{padding-left:.75rem;padding-right:.75rem}@media(min-width:768px){.reels__swiper.reels__swiper--padded{padding-left:5rem;padding-right:5rem}}@media(min-width:1000px){.reels__swiper.reels__swiper--padded{padding-left:2.5rem;padding-right:2.5rem}}@media(min-width:1400px){.reels__swiper.reels__swiper--padded{padding-left:5rem;padding-right:5rem}}.reels__slide{min-width:0;height:auto}.reels__card{display:flex;flex-direction:column;border-radius:var(--rl-radius);overflow:hidden;background:rgb(var(--color-background))}.reels__media{position:relative;width:100%;aspect-ratio:var(--rl-aspect, 2/3);overflow:hidden}.reels__media-btn{display:block;width:100%;height:100%;padding:0;margin:0;border:0;outline:none;cursor:pointer;color:inherit;position:relative}.reels__video,.reels__img,.reels__media-btn .placeholder{width:100%;height:100%;object-fit:cover;display:block}.reels__float{position:absolute;bottom:8px;left:8px;right:8px;display:flex;flex-direction:row;gap:10px;align-items:center;pointer-events:none;z-index:2}.reels__float-img{width:44px;aspect-ratio:1;border-radius:4px;object-fit:cover;background-color:rgb(var(--color-background));flex-shrink:0}.reels__float-info{display:flex;flex-direction:column;gap:2px;min-width:0;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6)}.reels__float-title{font-family:var(--font-body-family);font-size:.8125rem;font-weight:700;line-height:1.2;text-align:left;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reels__price-row{display:flex;flex-wrap:wrap;gap:6px;align-items:baseline;font-size:.8125rem}.reels__price{font-weight:700}.reels__compare{text-decoration:line-through;opacity:.75}.reels__mute{position:absolute;top:8px;right:8px;z-index:3;width:34px;height:34px;border:0;border-radius:4px;background:#0006;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.reels__mute svg{width:20px;height:20px;display:block}.reels__mute-on,.reels__mute-off{display:none}.reels__mute.is-muted .reels__mute-on{display:block}.reels__mute:not(.is-muted) .reels__mute-off{display:block}.reels__actions{display:flex;flex-direction:row;gap:0;height:46px;flex-shrink:0;position:relative}.reels__atc{flex:1;min-width:0;height:100%;border:0;cursor:pointer;font-family:var(--font-body-family);font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;text-align:center;overflow:hidden;position:relative;background:rgb(var(--color-foreground));color:rgb(var(--color-background));transition:opacity .15s ease}.reels__atc:hover:not(:disabled){opacity:.88}.reels__atc--full{flex:1 1 100%}.reels__atc:disabled{cursor:default}.reels__atc.is-adding{opacity:.6}.reels__var-toggle-wrap{position:relative;width:56px;flex-shrink:0;border-left:1px solid rgba(var(--color-background),.25)}.reels__var-toggle{width:100%;height:100%;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:0;transition:transform .2s ease}.reels__var-toggle svg{width:20px;height:20px;display:block;fill:currentColor}.reels__var-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.reels__var-panel{display:none;position:absolute;left:0;right:0;top:0;transform:translateY(-100%);padding:1rem;flex-direction:column;gap:.85rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 -6px 24px #00000024;z-index:30}.reels__var-panel.is-open{display:flex}.reels__var-group{display:flex;flex-direction:column;gap:6px}.reels__var-name{margin:0;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.reels__select-wrap{position:relative}.reels__select{width:100%;-webkit-appearance:none;appearance:none;font-family:var(--font-body-family);font-size:.8rem;padding:11px 34px 11px 12px;border:1px solid rgba(var(--color-foreground),.18);background:rgba(var(--color-foreground),.04);color:rgb(var(--color-foreground));cursor:pointer}.reels__select-arrow{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:18px;height:18px;pointer-events:none;display:flex;align-items:center;color:rgb(var(--color-foreground))}.reels__select-arrow svg{width:18px;height:18px;fill:currentColor}.reels__var-price{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:baseline;font-weight:700;font-size:.8rem}.reels__footer{display:none;align-items:center;justify-content:space-between;gap:12px;margin-top:1.25rem}@media(max-width:989px){.reels__header-actions{display:none}.reels__footer{display:flex}.reels__arrow{width:26px;height:26px}}.reels-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;align-items:stretch;justify-content:center}.reels-modal.is-open{display:flex}.reels-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:rgba(var(--color-foreground),.5);border:0;cursor:pointer;padding:0}.reels-modal__shell{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none}.reels-modal__shell .page-width{pointer-events:none;width:100%;max-width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;padding-left:1rem;padding-right:1rem}.reels-modal__content{min-height:0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;max-height:min(100dvh,100vh)}@media screen and (max-width:749px){.reels-modal__shell{padding-top:calc(var(--header-height, 0px) + var(--announcement-height, 0px))}.reels-modal__content{max-height:calc(100dvh - var(--header-height, 0px) - var(--announcement-height, 0px) - 16px);align-items:stretch}}.reels-modal__close,.reels-modal__viewport,.reels-modal__nav-btn{pointer-events:auto}.reels-modal__nav{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 .5rem;pointer-events:none;z-index:2}.reels-modal__nav-btn{width:48px;height:48px;border:0;border-radius:4px;cursor:pointer;background:rgba(var(--color-background),.85);color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;padding:0;transition:opacity .2s ease}.reels-modal__nav-btn svg{width:22px;height:22px}.reels-modal__nav-btn:disabled{opacity:.4;cursor:default}.reels-modal__viewport{max-width:820px;width:100%;min-height:0;flex:1 1 auto;max-height:min(90vh,calc(100vh - 80px));overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;position:relative;z-index:1}@media screen and (max-width:749px){.reels-modal__viewport{max-height:none}}.reels-modal__track{display:flex;flex-direction:row;transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform;width:100%}.reels-modal__slide{flex:0 0 100%;min-width:100%;box-sizing:border-box}.reels-modal__slide-inner{display:flex;flex-direction:row;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:var(--rl-radius);overflow:hidden;max-height:min(90vh,880px)}@media screen and (max-width:749px){.reels-modal__slide-inner{flex-direction:column;max-height:none}}.reels-modal__media{position:relative;flex:1 1 50%;min-width:0;aspect-ratio:var(--rl-aspect, 2/3);background:#000}@media screen and (max-width:749px){.reels-modal__media{flex:none;width:100%}}.reels-modal__video,.reels-modal__img{width:100%;height:100%;object-fit:cover;display:block}.reels-modal__mute{position:absolute;top:10px;left:10px;z-index:3;width:40px;height:40px;border:0;border-radius:4px;background:#0006;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.reels-modal__mute svg{width:22px;height:22px;display:block}.reels-modal__detail{flex:1 1 50%;min-width:0;padding:24px;display:flex;flex-direction:column;min-height:0}.reels-modal__detail-inner{flex:1 1 auto;display:flex;flex-direction:column;gap:20px;justify-content:space-between;min-height:0}.reels-modal__bundle-title{font-family:var(--font-heading-family);font-size:calc((1.3rem) * var(--heading-scale));font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.02em}.reels-modal__detail-body{display:flex;flex-direction:column;gap:1rem}.reels-modal__pinfo{display:flex;flex-direction:row;gap:12px;align-items:center}.reels-modal__pimg{width:72px;height:72px;border-radius:4px;object-fit:cover;flex-shrink:0}.reels-modal__ptext{min-width:0;display:flex;flex-direction:column;gap:4px}.reels-modal__ptext strong{font-size:1rem}.reels-modal__variants{display:flex;flex-direction:column;gap:.85rem}.reels-modal__atc{width:100%}.reels-modal__atc.is-adding{opacity:.6}.reels-modal__close{position:absolute;top:12px;right:12px;z-index:5;width:44px;height:44px;border:0;border-radius:4px;background:rgba(var(--color-background),.85);color:rgb(var(--color-foreground));cursor:pointer;font-size:1.5rem;line-height:1}.ps{position:relative}.ps__header{text-align:center;margin-bottom:2.4rem}.ps__subtitle{font-family:var(--font-body-family);font-weight:500;font-size:clamp(.85rem,.4vw + .7rem,1rem);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .4rem;color:rgba(var(--color-foreground),.72);line-height:1.1}.ps__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc((clamp(2rem,1.5vw + 1.5rem,3.4rem)) * var(--heading-scale));margin:0;line-height:1.05;color:rgb(var(--color-foreground))}.ps__title-fam{color:rgb(var(--color-foreground))}.ps__title-dim{color:rgba(var(--color-foreground),.72)}.ps__logo{display:block;height:66px;width:auto;margin:0 auto 1rem}.ps__logo--svg{display:flex;justify-content:center;height:66px;margin:0 auto 1rem;color:rgb(var(--color-foreground))}.ps__logo--svg svg{display:block;height:100%;width:auto}.ps__carousel{position:relative;overflow:hidden;min-height:max(calc(78vw * var(--ps-ar-h) / var(--ps-ar-w)),calc(78vw * var(--ps-ar-a-h) / var(--ps-ar-a-w)))}@media(min-width:990px){.ps__carousel{min-height:max(calc(17vw * var(--ps-ar-h) / var(--ps-ar-w)),calc(17vw * 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:14px;overflow:hidden}.ps__swiper:not(.swiper-initialized) .ps__slide{flex:0 0 calc((100% - 14px * .2) / 1.2);min-width:0}@media(min-width:990px){.ps__swiper:not(.swiper-initialized) .swiper-wrapper{gap:20px}.ps__swiper:not(.swiper-initialized) .ps__slide{flex:0 0 calc((100% - 20px * 4.5) / 5.5)}}.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(78vw * var(--ps-ar-h) / var(--ps-ar-w)),calc(78vw * var(--ps-ar-a-h) / var(--ps-ar-a-w)))}@media(min-width:990px){.ps__swiper .swiper-wrapper{min-height:max(calc(17vw * var(--ps-ar-h) / var(--ps-ar-w)),calc(17vw * 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;aspect-ratio:var(--ps-ar-active, 2 / 3);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--no-product .ps-card:after{display:none}.ps-card{position:relative;width:100%;aspect-ratio:var(--ps-ar, 4 / 5);background-color:rgb(var(--color-foreground));border-radius:8px;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:30px;height:30px;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:#0000006b;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .15s ease}.ps-card__sound:hover,.ps-card__playpause:hover{background:#0000009e}.ps-card__sound svg{width:56%;height:56%;display:block;fill:none;stroke:currentColor}.ps-card__playpause svg{width:44%;height:44%;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}}.prod{width:100%;padding-top:var(--prod-pad-top, 36px);padding-bottom:var(--prod-pad-bottom, 36px)}@media screen and (max-width:999px){.prod{padding-top:0}}.prod__layout{display:flex;align-items:flex-start;gap:0}.prod__gallery{flex:0 0 var(--prod-gallery-w, 60%);min-width:0;padding-left:0;padding-right:2.5rem;--prod-thumb-col: 84px}@media(max-width:989px){.prod__gallery{padding-right:0}}.prod__gallery-inner{display:flex;flex-direction:row;align-items:flex-start;gap:14px}.prod__gthumbs{flex:0 0 var(--prod-thumb-col, 84px);width:var(--prod-thumb-col, 84px);box-sizing:border-box;display:flex;flex-direction:column;gap:10px;position:sticky;top:calc(var(--header-height, 64px) + 16px);align-self:flex-start;max-height:calc(100vh - var(--header-height, 64px) - 32px);overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.prod__gthumbs::-webkit-scrollbar{display:none}.prod__gthumb{flex:0 0 auto;width:100%;box-sizing:border-box;aspect-ratio:var(--prod-ar, 1);padding:0;border:1px solid rgba(var(--color-foreground),.35);border-radius:0;overflow:hidden;cursor:pointer;position:relative;opacity:.55;background:rgba(var(--color-foreground),.04);transition:opacity .2s ease,border-color .2s ease}.prod__gthumb.is-active{opacity:1;border-color:rgb(var(--color-foreground))}.prod__gallery-main-wrap{position:relative;flex:1 1 auto;min-width:0;width:100%}.prod__gallery-main{display:flex;flex-direction:column;gap:12px;width:100%}.prod__gslide{width:100%;aspect-ratio:var(--prod-ar, 1);overflow:hidden;background:rgba(var(--color-foreground),.04);cursor:zoom-in}[data-zoom-cursor=custom] .prod__gslide{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='56'%20height='56'%20viewBox='0%200%2056%2056'%3E%3Ccircle%20cx='28'%20cy='29'%20r='19'%20fill='%23000'%20opacity='0.1'/%3E%3Ccircle%20cx='28'%20cy='28'%20r='19'%20fill='%23fff'/%3E%3Cline%20x1='20'%20y1='28'%20x2='36'%20y2='28'%20stroke='%23000'%20stroke-width='2'/%3E%3Cline%20x1='28'%20y1='20'%20x2='28'%20y2='36'%20stroke='%23000'%20stroke-width='2'/%3E%3C/svg%3E") 28 28,zoom-in}.prod__gmedia,.prod__gslide img,.prod__gslide video,.prod__gslide iframe{width:100%;height:100%;object-fit:cover;display:block}.prod__gmedia--embed{width:100%;height:100%}.prod__gallery-main.reveal-on .prod__gslide{opacity:0;transform:translateY(28px);transition:opacity .6s ease-out,transform .6s cubic-bezier(.22,.61,.36,1)}.prod__gallery-main.reveal-on .prod__gslide.is-in{opacity:1;transform:none}@media(max-width:989px){.prod__gallery-inner{flex-direction:column;gap:0}.prod__gthumbs{display:none}.prod__gallery-main{flex-direction:row;flex-wrap:nowrap;gap:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x pan-y;overscroll-behavior-x:contain}.prod__gallery-main::-webkit-scrollbar{display:none}.prod__gslide{flex:0 0 100%;scroll-snap-align:center}.prod__gallery-main.reveal-on .prod__gslide{opacity:1!important;transform:none!important;transition:none!important}}@media(prefers-reduced-motion:reduce){.prod__gallery-main.reveal-on .prod__gslide{opacity:1!important;transform:none!important;transition:none!important}}.prod__gnav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:40px;height:40px;display:none;align-items:center;justify-content:center;border:none;border-radius:999px;cursor:pointer;background:rgba(var(--color-background),.85);color:rgb(var(--color-foreground));box-shadow:0 1px 6px #00000026}.prod__gnav--prev{left:10px}.prod__gnav--next{right:10px}.prod__gnav svg{width:22px;height:22px}.prod__gnav.swiper-button-disabled{opacity:0;pointer-events:none}@media(min-width:990px){.prod__gallery[data-mode=carousel][data-arrows=true] .prod__gnav{display:inline-flex}}.prod__gtools{position:absolute;top:10px;right:10px;z-index:4;display:flex;gap:8px}.rtl .prod__gtools{right:auto;left:10px}.prod__gwish{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;cursor:pointer;padding:0;background:rgba(var(--color-background),.92);color:rgb(var(--color-foreground));box-shadow:0 2px 8px #0000000f}.prod__gwish svg{width:20px;height:20px}.prod__gwish svg path{fill:rgb(var(--color-foreground));stroke:none}.prod__gwish .wish-ico{display:inline-flex}.prod__gwish .wish-ico--solid{display:none;color:#b00020}.prod__gwish.in-wishlist .wish-ico--outline{display:none}.prod__gwish.in-wishlist .wish-ico--solid{display:inline-flex}.prod__gzoom{width:40px;height:40px;display:none;align-items:center;justify-content:center;border:none;border-radius:999px;cursor:pointer;padding:0;background:rgba(var(--color-background),.92);color:rgb(var(--color-foreground));box-shadow:0 2px 8px #0000000f}.prod__gzoom svg{width:20px;height:20px}.prod__gallery[data-mode=carousel] .prod__gzoom{display:inline-flex}@media(max-width:989px){.prod__gzoom{display:inline-flex}}.rtl .prod__gzoom{right:auto;left:10px}.prod__gdots{position:absolute;left:0;right:0;bottom:10px;z-index:4;display:flex;justify-content:center;gap:6px}.prod__gdots .swiper-pagination-bullet{width:8px;height:8px;background:rgb(var(--color-foreground));opacity:.4}.prod__gdots .swiper-pagination-bullet-active{opacity:1}.prod__gthumbs-wrap{position:relative}.prod__gallery[data-mode=grid] .prod__gthumbs-wrap,.prod__gallery:not([data-active-pos]) .prod__gthumbs-wrap,.prod__gallery[data-active-pos=none] .prod__gthumbs-wrap{display:none}.prod__gallery-thumbs{overflow:hidden}.prod__gthumb{aspect-ratio:var(--prod-ar, 1);border:1px solid rgba(var(--color-foreground),.4);border-radius:0;overflow:hidden;cursor:pointer;position:relative;opacity:.55;box-sizing:border-box;transition:opacity .15s ease,border-color .15s ease}.prod__gthumb img{width:100%;height:100%;object-fit:cover;display:block}.prod__gthumb.swiper-slide-thumb-active,.prod__gthumb.is-active{opacity:1;border-color:rgb(var(--color-foreground))}.prod__gthumb-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffffd9;color:#000;pointer-events:none}.prod__gthumb-play svg{width:13px;height:13px}.prod__gthumb-arrow{z-index:3;display:none;align-items:center;justify-content:center;border:none;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;padding:0}.prod__gthumb-arrow svg{width:16px;height:16px}.prod__gthumbs-wrap.is-scrollable:not(.is-at-start) .prod__gthumb-arrow--prev,.prod__gthumbs-wrap.is-scrollable:not(.is-at-end) .prod__gthumb-arrow--next{display:inline-flex}.prod__gthumbs-wrap:before,.prod__gthumbs-wrap:after{content:"";position:absolute;z-index:2;pointer-events:none;opacity:0;transition:opacity .2s ease}.prod__gthumbs-wrap.is-scrollable:not(.is-at-start):before{opacity:1}.prod__gthumbs-wrap.is-scrollable:not(.is-at-end):after{opacity:1}.prod__gallery[data-active-pos=left] .prod__gthumbs-wrap{align-self:stretch;flex:0 0 var(--prod-thumb-col, 84px);width:var(--prod-thumb-col, 84px)}.prod__gallery[data-active-pos=left] .prod__gallery-thumbs{position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.prod__gallery[data-active-pos=left] .prod__gthumb{width:calc(100% - 6px);height:auto;margin-inline:3px}.prod__gallery[data-active-pos=left] .prod__gthumb-arrow{position:absolute;left:0;right:0;height:24px}.prod__gallery[data-active-pos=left] .prod__gthumb-arrow--prev{top:0}.prod__gallery[data-active-pos=left] .prod__gthumb-arrow--next{bottom:0}.prod__gallery[data-active-pos=left] .prod__gthumb-arrow svg{transform:rotate(90deg)}.prod__gallery[data-active-pos=left] .prod__gthumbs-wrap:before{top:0;left:0;right:0;height:34px;background:linear-gradient(to bottom,rgb(var(--color-background)),rgba(var(--color-background),0))}.prod__gallery[data-active-pos=left] .prod__gthumbs-wrap:after{bottom:0;left:0;right:0;height:34px;background:linear-gradient(to top,rgb(var(--color-background)),rgba(var(--color-background),0))}.prod__gallery[data-active-pos=bottom] .prod__gthumbs-wrap{width:100%;order:1}.prod__gallery[data-active-pos=bottom] .prod__gallery-main-wrap{order:0}.prod__gallery[data-active-pos=bottom] .prod__gallery-thumbs{width:100%}.prod__gallery[data-active-pos=bottom] .prod__gthumb{height:var(--prod-thumb-h, 84px);width:auto}.prod__gallery[data-active-pos=bottom] .prod__gthumb-arrow{position:absolute;top:0;bottom:0;width:28px}.prod__gallery[data-active-pos=bottom] .prod__gthumb-arrow--prev{left:0}.prod__gallery[data-active-pos=bottom] .prod__gthumb-arrow--next{right:0}.prod__gallery[data-active-pos=bottom] .prod__gthumbs-wrap:before{top:0;bottom:0;left:0;width:34px;background:linear-gradient(to right,rgb(var(--color-background)),rgba(var(--color-background),0))}.prod__gallery[data-active-pos=bottom] .prod__gthumbs-wrap:after{top:0;bottom:0;right:0;width:34px;background:linear-gradient(to left,rgb(var(--color-background)),rgba(var(--color-background),0))}.prod__gallery.gallery--wrap-thumbs .prod__gallery-thumbs .swiper-wrapper{display:flex;flex-wrap:wrap;gap:8px;transform:none!important}.prod__gallery.gallery--wrap-thumbs .prod__gthumb{flex:0 0 auto;width:var(--prod-thumb-h, 84px);height:auto}.prod__gallery.gallery--wrap-thumbs .prod__gthumb-arrow{display:none!important}.prod__gallery.gallery--wrap-thumbs .prod__gthumbs-wrap:before,.prod__gallery.gallery--wrap-thumbs .prod__gthumbs-wrap:after{display:none}@media(min-width:990px){.prod__gallery[data-mode=grid] .prod__gallery-main .swiper-wrapper{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;transform:none!important}.prod__gallery[data-mode=grid][data-columns="1"] .prod__gallery-main .swiper-wrapper{grid-template-columns:minmax(0,1fr)}.prod__gallery[data-mode=grid] .prod__gallery-main .swiper-slide{width:auto!important;height:auto!important;margin:0!important}.prod__gallery[data-mode=grid][data-columns="2"][data-first-full=true] .prod__gallery-main .swiper-slide:first-child{grid-column:1 / -1}.prod__gallery[data-mode=grid] .prod__gnav,.prod__gallery[data-mode=grid] .prod__gdots{display:none}}html.prod-lb-lock{overflow:hidden}.prod__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:rgb(var(--color-background));display:none;align-items:center;justify-content:center}.prod__lightbox.is-open{display:flex}.prod__lightbox-swiper{width:100%;height:100%}.prod__lbslide{display:flex;align-items:center;justify-content:center}.prod__lbslide .swiper-zoom-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.prod__lbslide img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.prod__lbmedia{max-width:90vw;max-height:90vh}.prod__lbmedia--embed{width:80vw;aspect-ratio:16 / 9}.prod__lightbox-close{position:absolute;top:16px;right:16px;z-index:5;width:44px;height:44px;border:none;border-radius:999px;background:#ffffff24;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.prod__lightbox-close svg{width:22px;height:22px}.prod__lbnav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border:none;border-radius:999px;background:#ffffff24;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.prod__lbnav--prev{left:16px}.prod__lbnav--next{right:16px}.prod__lbnav.swiper-button-disabled{opacity:.3;pointer-events:none}.prod__lbnav svg{width:24px;height:24px}.prod__lbdots{position:absolute;bottom:90px;left:0;right:0;z-index:5;display:flex;justify-content:center;gap:6px}.prod__lbdots .swiper-pagination-bullet{background:#fff}.prod__lightbox-close,.prod__lbnav{display:none!important}.prod__lbbar{position:absolute;left:0;right:0;bottom:26px;z-index:6;display:flex;justify-content:center;gap:14px}.prod__lbbar-btn{width:48px;height:48px;border-radius:999px;border:0;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #00000040;transition:transform .15s ease}.prod__lbbar-btn:hover{transform:scale(1.06)}.prod__lbbar-btn svg{width:20px;height:20px}@media(max-width:749px){.prod__lbnav{display:none}.prod__lightbox-close{top:10px;right:10px}}.prod__info{flex:0 0 var(--prod-info-w, 40%);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}}@media(min-width:990px){.prod__info{position:sticky;top:calc(var(--header-height, 64px) + 24px);align-self:flex-start}}.prod__badge-row{display:flex}.prod__gbadge-row{position:absolute;top:12px;left:12px;z-index:3;display:flex;gap:6px;pointer-events:none}@media(max-width:749px){.prod__gbadge-row{top:10px;left:10px}}.prod__badge{display:inline-flex;align-items:center;padding:4px 11px;border-radius:2px;background-color:var(--badge-bg, rgb(var(--color-foreground)));color:#fff;text-transform:uppercase;letter-spacing:.04em;font-family:var(--font-body-family);font-weight:600;font-size:.72rem;line-height:1.5}.prod__add-bag path{stroke:var(--color-background)}.prod__add-bag{width:20px;height:20px}.prod__title{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:none;letter-spacing:0;line-height:1.1;font-size:calc((1.5rem) * var(--heading-scale));color:rgb(var(--color-foreground))}.prod__desc{color:rgb(var(--color-foreground));font-size:.95rem;line-height:1.55}.prod__desc-text{margin:0;max-height:3.1em;overflow:hidden;transition:max-height .45s cubic-bezier(.22,.61,.36,1)}.prod__desc-text p{margin:0 0 .6rem}.prod__desc-text p:last-child{margin-bottom:0}.prod__desc-more{background:none;border:0;padding:0;margin:.5rem 0 0;cursor:pointer;font-family:var(--font-body-family);font-weight:600;text-transform:none;letter-spacing:0;text-decoration:underline;text-underline-offset:2px;color:rgb(var(--color-foreground));font-size:.9rem}.prod__desc-more:hover{text-decoration:underline}@media(prefers-reduced-motion:reduce){.prod__desc-text{transition:none}}.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:calc((1.4rem) * var(--heading-scale));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:calc((1.1rem) * var(--heading-scale));line-height:1;color:rgb(var(--color-foreground));opacity:.5;text-decoration:line-through}.prod__compare[hidden],.prod__savings[hidden],.prod__sale[hidden]{display:none}.prod__savings{display:none!important}.prod__price-line:has(.prod__compare:not([hidden])) .prod__price{color:#b00020}.prod__savings{display:inline-flex;align-items:center;padding:3px 9px;background-color:var(--sale);color:#fff;text-transform:uppercase;letter-spacing:.04em;font-family:var(--font-body-family);font-weight:700;font-size:.8rem;line-height:1.2}.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-body-family);font-weight:600;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:.04em;font-size:.72rem;color:rgb(var(--color-foreground));padding:0}.prod__color-swatches{display:flex;flex-wrap:wrap;gap:.6rem}.prod__color-swatches--dots{gap:.7rem;align-items:center}.prod__color-swatches--dots .prod__color{width:24px;height:24px;aspect-ratio:1;border-radius:999px;border:1px solid rgba(var(--color-foreground),.25);background:rgba(var(--color-foreground),.04)}.prod__color-swatches--dots .prod__color.is-active{border:1px solid rgba(var(--color-foreground),.25);box-shadow:0 0 0 3px rgb(var(--color-background)),0 0 0 4px rgb(var(--color-foreground))}.prod__color-swatches--dots .prod__color-fill{border-radius:999px}.prod__color{width:58px;aspect-ratio:var(--prod-ar, 1);height:auto;padding:0;background:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.25);border-radius:0;cursor:pointer;position:relative;overflow:hidden;transition:border-color .15s ease}.prod__color.is-active{border:2px solid rgb(var(--color-foreground))}.prod__color-img{width:100%;height:100%;object-fit:cover;display:block}.prod__color-fill{display:block;width:100%;height:100%;background:var(--swatch, rgba(var(--color-foreground), .12));background-size:cover;background-position:center}.prod__variant-label--sub{margin-top:.5rem;margin-bottom:.4rem}.prod__pills{display:flex;flex-wrap:wrap;gap:.6rem}.prod__pill{padding:.55rem 1.4rem;background:transparent;color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-foreground),.35);border-radius:999px;font-family:var(--font-body-family);font-weight:500;text-transform:none;letter-spacing:0;font-size:.9rem;cursor:pointer;transition:border-color .15s ease}.prod__pill.is-active{background:transparent;color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));border-width:1.5px}.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-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--current .prod__bcard-price{color:rgb(var(--color-foreground))}.prod__bcard-price{font-family:var(--font-body-family);font-weight:700;font-size:.95rem;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;display:inline-flex;padding-right:.4rem;align-items:center;gap:6px}.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:calc((.9rem) * var(--heading-scale));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;bottom:calc(100% + 8px);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);transform-origin:bottom center;transition:opacity .22s ease,transform .22s cubic-bezier(.22,1,.36,1);pointer-events:none}.prod__overlay.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.prod__overlay[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-body-family);font-style:normal;font-weight:600;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.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:0;align-items:stretch;border-top:1px solid rgba(var(--color-foreground),.15);padding-top:1.2rem;margin-top:.2rem}.prod__qty-field{margin-bottom:0}.prod__qty-label{display:block;font-size:.85rem;letter-spacing:.02em;margin-bottom:.5rem;color:rgb(var(--color-foreground))}.prod__qty{--prod-qty-h: 50px;box-sizing:border-box;display:inline-flex;align-items:stretch;height:var(--prod-qty-h);border:1px solid rgba(var(--color-foreground),.22);border-radius:0;background:rgb(var(--color-background));flex:0 0 auto}.prod__qty-num{min-width:44px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body-family);font-size:1rem;color:rgb(var(--color-foreground));-webkit-user-select:none;user-select:none}.prod__qty-btn{width:34px;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__sticky{display:none}@media(max-width:749px){.prod__sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:stretch;gap:10px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.12);box-shadow:0 -4px 16px #00000012;transform:translateY(115%);opacity:0;pointer-events:none;transition:transform .4s cubic-bezier(.22,.61,.36,1),opacity .3s ease}.prod__sticky.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}@media(prefers-reduced-motion:reduce){.prod__sticky{transition:none}}.prod__sticky-qty{box-sizing:border-box;display:inline-flex;align-items:stretch;flex:0 0 auto;height:48px;border:1px solid rgba(var(--color-foreground),.22);background:rgb(var(--color-background))}.prod__sticky-qty-btn{width:36px;background:transparent;border:0;cursor:pointer;color:rgb(var(--color-foreground));display:inline-flex;align-items:center;justify-content:center;padding:0}.prod__sticky-qty-btn svg{width:15px;height:15px}.prod__sticky-num{min-width:30px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body-family);font-size:.95rem;color:rgb(var(--color-foreground));-webkit-user-select:none;user-select:none}.prod__sticky-add{flex:1 1 auto;height:48px;border:0;cursor:pointer;background:rgb(var(--color-foreground));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.04em}.prod__sticky-add:disabled{opacity:.5;cursor:not-allowed}}.prod__qty-input{width:38px;height:100%;text-align:center;border:0;outline:0;background:transparent;font-family:var(--font-body-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,.prod__buynow{height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 1.2rem;border-radius:4px;cursor:pointer;font-family:var(--font-body-family);font-style:normal;font-weight:600;text-transform:uppercase;font-size:1.1rem;line-height:1;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.prod__add{flex:1 1 auto;gap:.6rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-button-text));border:none}.prod__add:disabled{opacity:.5;cursor:not-allowed}.prod__add-sep{opacity:.85}.prod__crumbs{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:rgba(var(--color-foreground),.6)}.prod__crumbs a{color:inherit;text-decoration:none}.prod__crumbs a:hover{color:rgb(var(--color-foreground))}.prod__crumb-sep{opacity:.5}.prod__buy-row{display:flex;gap:10px;align-items:stretch;margin-top:.4rem}.prod__buy-row .prod__add{border-radius:0;text-transform:none;letter-spacing:.02em;font-size:1rem}.prod__wish{flex:0 0 auto;width:54px;height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:0;background:rgb(var(--color-foreground));cursor:pointer;transition:opacity .15s ease}.prod__wish:hover{opacity:.88}.prod__wish svg{width:22px;height:22px}.prod__wish svg path{fill:rgb(var(--color-button-text));stroke:none}.prod__wish.in-wishlist svg path{fill:rgb(var(--color-background))}.prod__buy--qty-block{flex-direction:column;align-items:stretch;gap:.8rem}.prod__buy--qty-block .prod__qty{align-self:flex-start;border-radius:4px;border-right:1px solid rgb(var(--color-foreground))}.prod__buy--gap{gap:.8rem}.prod__buy--gap .prod__qty{border-radius:4px;border-right:1px solid rgb(var(--color-foreground))}.prod__qty-select{height:var(--prod-qty-h, 46px);min-width:64px;border:0;background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1rem;padding:0 .6rem;cursor:pointer;outline:0}.prod__qty--select{padding:0}.prod__buy-actions{display:flex;flex-direction:column;gap:.6rem}.prod__buynow-row{width:100%}.prod__buynow{width:100%;border:1px solid rgb(var(--color-foreground))}.prod__buynow--primary{background:rgb(var(--color-foreground));color:rgb(var(--color-button-text));border-color:rgb(var(--color-foreground))}.prod__buynow--secondary{background:transparent;color:rgb(var(--color-foreground))}.prod__buynow:hover{opacity:.88}.prod__buynow:disabled{opacity:.5;cursor:not-allowed}.prod__buynow.is-loading{opacity:.7;pointer-events:none}product-form{display:block}variant-selects{display:block}.prod__variant-selects{display:flex;flex-direction:column;gap:1.2rem}.prod__payments-label{flex:0 0 auto;font-weight:700}.prod__payments{color:rgb(var(--color-foreground));font-size:1rem;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.prod__payments-list{display:flex;align-items:center;flex-wrap:wrap;gap:6px;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:0}.prod__faq{border-top:1px solid rgb(var(--color-foreground),.1)}.prod__faq:last-child{border-bottom:1px solid rgb(var(--color-foreground),.1)}.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:none;letter-spacing:0;font-size:calc(1.05rem * var(--heading-scale));line-height:1.25;color:rgb(var(--color-foreground))}@media screen and (max-width:999px){.prod__faq-question{font-size:calc(.95rem * var(--heading-scale))}}.prod__faq-question p{margin:0}.prod__faq-arrow-box{flex:0 0 auto;position:relative;width:40px;height:40px;color:rgb(var(--color-foreground))}.prod__faq-arrow-box:before,.prod__faq-arrow-box:after{content:"";position:absolute;top:50%;left:50%;background:currentColor;transition:opacity .22s ease}.prod__faq-arrow-box:before{width:16px;height:2px;transform:translate(-50%,-50%)}.prod__faq-arrow-box:after{width:2px;height:16px;transform:translate(-50%,-50%)}.prod__faq-toggle[aria-expanded=true] .prod__faq-arrow-box:after{opacity:0}@media screen and (max-width:999px){.prod__faq-arrow-box{width:32px;height:32px}.prod__faq-arrow-box:before{width:14px}.prod__faq-arrow-box:after{height:14px}}.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}.prod__faq--recs .prod__faq-answer{padding-bottom:1rem}.prod__pair-tiers{display:flex;gap:10px;margin:0 0 1.15rem}.prod__pair-tier{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:.75rem .4rem;border:1px solid rgba(var(--color-foreground),.15);background:rgba(var(--color-foreground),.02);text-align:center}.prod__pair-tier-n{display:inline-flex;align-items:center;justify-content:center;padding:.28rem .7rem;border-radius:999px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:.72rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.prod__pair-tier-t{font-size:.7rem;letter-spacing:.07em;text-transform:uppercase;font-weight:600;color:rgba(var(--color-foreground),.72)}.prod__recs{max-height:440px;overflow-y:auto;display:flex;flex-direction:column;gap:0;padding-right:4px}.prod__recs .prod__rec+.prod__rec{border-top:1px solid rgba(var(--color-foreground),.1)}@media(max-width:989px){.prod__layout{flex-direction:column;padding-left:0;padding-right:0}.prod__gallery{flex:1 1 auto;width:100%;padding:0}.prod__info{flex:1 1 auto;width:100%;padding-left:1rem;padding-right:1rem;margin-top:1.6rem}.prod__gallery-thumbs{padding-left:.75rem;padding-right:.75rem}.prod__qty{--prod-qty-h: 46px}.prod__qty-btn{width:34px}.prod__qty-input{width:24px}.prod__add,.prod__buynow{height:46px;font-size:.9rem;padding:0 .9rem;gap:.45rem}.prod__wish{height:40px}.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__gallery-thumbs{padding-left:5rem;padding-right:5rem}}.scrolltext{position:relative}.scrolltext__lead{margin:0;max-width:62%;font-family:var(--font-heading-family);font-weight:700;line-height:1.3;font-size:calc((clamp(1.4rem,3vw,2.6rem)) * var(--heading-scale));color:rgb(var(--color-foreground))}.scrolltext__lead>:first-child{margin-top:0}.scrolltext__lead>:last-child{margin-bottom:0}.scrolltext__char{opacity:var(--sct-dim, .4);will-change:opacity}.scrolltext__tail{margin-top:clamp(3rem,12vh,9rem);margin-left:auto;max-width:62%;text-align:right}.scrolltext__small,.scrolltext__strong{font-family:var(--font-heading-family);font-weight:700;text-transform:uppercase;line-height:1.2;letter-spacing:.01em}.scrolltext__small{color:rgba(var(--color-foreground),.45);font-size:clamp(1rem,2vw,1.5rem)}.scrolltext__strong{color:rgb(var(--color-foreground));font-size:clamp(1.2rem,2.6vw,2rem);margin-top:.15em}.scrolltext__small>*,.scrolltext__strong>*{margin:0}@media(max-width:749px){.scrolltext__lead{max-width:100%}.scrolltext__tail{max-width:100%;margin-left:0;text-align:left;margin-top:clamp(2rem,8vh,4rem)}}.sg{position:relative}.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:0 0 0 1.1rem;background:transparent;border:1px solid rgba(var(--color-foreground),.25);border-radius:0;transition:border-color .15s ease}.sg__search:focus-within{border-color:rgb(var(--color-foreground))}.sg__search-icon{width:18px;height:18px;flex:0 0 auto;color:rgba(var(--color-foreground),.6)}.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:.65rem 0}.sg__search-input::placeholder{color:rgba(var(--color-foreground),.5)}.sg__search-submit{flex:0 0 auto;align-self:stretch;padding:.55em 1.6em;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:0;font-family:var(--font-body-family);font-style:normal;font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;line-height:1;cursor:pointer;transition:opacity .15s ease}.sg__search-submit:hover{opacity:.82}@media(max-width:749px){.sg__search-submit{display:none}.sg__search{padding:.15rem 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:.5rem .8rem;background:transparent;border:1px solid rgba(var(--color-foreground),.25);border-radius:0;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:.88rem;cursor:pointer;line-height:1;transition:border-color .15s ease}.sg__select .options__trigger:hover,.sg__select[open] .options__trigger{border-color:rgb(var(--color-foreground))}.sg__select .options__trigger svg{width:14px;height:14px}.sg__select .options__drawer{display:none;position:absolute;top:calc(100% - 1px);left:0;min-width:100%;z-index:10;background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));box-shadow:0 12px 30px #0000001a;padding:.4rem;border-radius:0;max-height:280px;overflow-y:auto}.sg__select[open] .options__drawer{display:block}.sg__select .options__item{padding:.5rem .7rem;font-size:.9rem;cursor:pointer;border-radius:0;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:calc((clamp(1.2rem,.8vw + 1rem,1.8rem)) * var(--heading-scale));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}.steps{position:relative}.steps__empty{text-align:center;padding:2rem 0 3rem;opacity:.85}.steps__slide{min-width:0;height:100%}.step-card{display:flex;flex-direction:column;gap:.85rem;text-decoration:none;color:inherit}.step-card__media{position:relative;width:100%;aspect-ratio:var(--st-media-ar, 3/4);overflow:hidden;border-radius:var(--st-media-radius, 0px);background:rgba(var(--color-foreground),.04)}.step-card__image,.step-card__video,.step-card__media .placeholder{width:100%;height:100%;object-fit:cover;display:block}.step-card__number{position:absolute;left:1rem;bottom:1rem;z-index:2;margin:0;pointer-events:none;font-family:var(--font-heading-family);font-weight:700;line-height:.9;font-size:calc((clamp(2.75rem,5vw,4.5rem)) * var(--heading-scale));color:#fff;mix-blend-mode:difference}.rtl .step-card__number{left:auto;right:.5rem}.step-card__caption{font-weight:700;font-size:1rem;line-height:1.2;text-transform:uppercase;letter-spacing:.02em;color:rgb(var(--color-foreground));text-align:left}.step-card__caption>:first-child{margin-top:0}.step-card__caption>:last-child{margin-bottom:0}.step-card__caption a{color:inherit;text-decoration:underline;text-underline-offset:2px}.steps__arrow{position:absolute;top:50%;width:48px;height:48px;background-color:transparent;color:rgb(var(--color-foreground));border:none;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)}.steps__arrow svg{width:22px;height:22px;display:block}.steps__arrow--prev{left:.75rem;transform:translateY(-50%)}.steps__arrow--next{right:.75rem;transform:translateY(-50%)}@media(min-width:768px){.steps__arrow--prev{left:5rem}.steps__arrow--next{right:5rem}}@media(min-width:1000px){.steps__arrow--prev{left:2.5rem}.steps__arrow--next{right:2.5rem}.steps__arrow{width:56px;height:56px}.steps__arrow svg{width:24px;height:24px}}@media(min-width:1400px){.steps__arrow--prev{left:5rem}.steps__arrow--next{right:5rem}.steps__arrow{width:64px;height:64px}.steps__arrow svg{width:28px;height:28px}}.steps__arrow.swiper-button-disabled{opacity:0;pointer-events:none}.steps__arrow--prev.swiper-button-disabled{transform:translate(-50%,-50%)}.steps__arrow--next.swiper-button-disabled{transform:translate(50%,-50%)}@media(max-width:989px){.steps__arrow:not(.steps__arrow--inline){display:none}}.steps__nav{flex:0 0 auto;display:flex;align-items:center;gap:.5rem}.steps__bullets{display:flex;align-items:center;gap:0}.steps__bullet{width:26px;height:2px;padding:0;border:none;border-radius:0;background:rgba(var(--color-foreground),.3);cursor:pointer;transition:background-color .2s ease}.steps__bullet.is-active{background:rgb(var(--color-foreground))}.steps__arrow--inline{position:static;transform:none;width:30px;height:30px;border:none;background:transparent;box-shadow:none;color:rgb(var(--color-foreground));transition:opacity .15s ease}.steps__arrow--inline:hover{opacity:.6}.steps__arrow--inline.swiper-button-disabled{opacity:.25;pointer-events:none;transform:none}@media(max-width:749px){.steps__nav{gap:.6rem}.steps__bullet{width:18px}.steps__arrow--inline{width:34px;height:34px}}.steps__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:2rem;flex-wrap:wrap}.steps__header .section-title{margin:0;text-align:start;display:flex;align-items:center;flex:1 1 auto}.steps__header-button{flex:0 0 auto}.steps__header-spacer{flex:1 1 auto}.section-title__icon{width:70px;height:auto}.steps__track--grid{display:grid;grid-template-columns:repeat(var(--st-cols-m),1fr);column-gap:var(--st-gap);row-gap:calc(var(--st-gap) * 2)}@media(min-width:990px){.steps__track--grid{grid-template-columns:repeat(var(--st-cols-d),1fr)}}.steps__carousel-wrap{position:relative}.steps__swiper{width:100%}.steps__swiper:not(.swiper-initialized) .swiper-wrapper{display:flex;flex-wrap:nowrap;gap:var(--st-gap);overflow:hidden}.steps__swiper:not(.swiper-initialized) .swiper-slide{flex:0 0 calc((100% - var(--st-gap) * (var(--st-cols-m) + .2 - 1)) / (var(--st-cols-m) + .2));min-width:0}@media(min-width:990px){.steps__swiper:not(.swiper-initialized) .swiper-slide{flex:0 0 calc((100% - var(--st-gap) * (var(--st-cols-d) + .2 - 1)) / (var(--st-cols-d) + .2))}}.steps__swiper.steps__swiper--padded{padding-left:.75rem;padding-right:.75rem}@media(min-width:768px){.steps__swiper.steps__swiper--padded{padding-left:5rem;padding-right:5rem}}@media(min-width:1000px){.steps__swiper.steps__swiper--padded{padding-left:2.5rem;padding-right:2.5rem}}@media(min-width:1400px){.steps__swiper.steps__swiper--padded{padding-left:5rem;padding-right:5rem}}@media(min-width:990px){.steps__mixed-wrap .swiper-wrapper{display:grid!important;grid-template-columns:repeat(var(--st-cols-d),1fr)!important;column-gap:var(--st-gap)!important;row-gap:calc(var(--st-gap) * 2 + 16px)!important;transform:none!important;height:auto!important}.steps__mixed-wrap .swiper-slide{width:auto!important;height:auto!important;margin:0!important}.steps__mixed-wrap .steps__swiper{overflow:visible}}.sticker-showcase{position:relative;overflow:hidden}.sticker-showcase__inner{position:relative;display:flex;justify-content:center;align-items:center}.sticker-showcase{--ss-bag-w: 50vw;--ss-bag-h: calc(var(--ss-bag-w) * 547 / 433)}@media(min-width:750px){.sticker-showcase{--ss-bag-w: 24vw;--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__sticker{position:absolute;top:50%;left:50%;height:var(--ss-bag-h);width:var(--ss-bag-w);aspect-ratio:433 / 547;object-fit:contain;display:block;z-index:3;pointer-events:none;margin-top:calc(var(--ss-bag-h) / -2);margin-left:calc(var(--ss-bag-w) / -2);will-change:transform}.td{position:relative;background:rgb(var(--color-background))}.td__inner{position:relative;width:100%;height:100vh;display:flex;padding-bottom:0;align-items:end;justify-content:center}.td__stage{position:relative;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-background));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}}.silque-rvs__inner{display:flex;align-items:center;gap:28px}.silque-rvs__summary{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;min-width:170px}.silque-rvs__verdict{margin:0;font-size:clamp(22px,2.6vw,30px);font-weight:700;color:rgb(var(--color-foreground))}.silque-rvs__star{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:3px;background:rgba(var(--color-foreground),.18)}.silque-rvs__star.is-on{background:rgb(var(--color-button))}.silque-rvs__star-i{width:15px;height:15px;fill:rgb(var(--color-background))}.silque-rvs__star--sm{width:17px;height:17px}.silque-rvs__star--sm .silque-rvs__star-i{width:11px;height:11px}.silque-rvs__star--brand{width:18px;height:18px}.silque-rvs__star--brand .silque-rvs__star-i{width:12px;height:12px}.silque-rvs__hstars{position:relative;display:inline-flex}.silque-rvs__hstars-row{display:inline-flex;gap:4px}.silque-rvs__hstars-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--fill, 100%);overflow:hidden}.silque-rvs__based{margin:0;font-size:13px;color:rgb(var(--color-foreground),.75)}.silque-rvs__count-link{color:inherit;font-weight:600;text-decoration:underline}.silque-rvs__brand{margin:6px 0 0;display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:700;color:rgb(var(--color-foreground))}.silque-rvs__slider{flex:1;min-width:0;display:flex;align-items:center;gap:12px}.silque-rvs__arrow{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid rgba(var(--color-foreground),.2);background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:background-color .2s ease,border-color .2s ease,opacity .2s ease}.silque-rvs__arrow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.silque-rvs__arrow:hover:not(:disabled){background:rgba(var(--color-foreground),.06);border-color:rgba(var(--color-foreground),.4)}.silque-rvs__arrow:disabled{opacity:.3;cursor:default}.silque-rvs__track{--gap: 24px;--per: var(--per-m, 2);flex:1;min-width:0;display:flex;gap:var(--gap);margin:0;padding:0;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.silque-rvs__track::-webkit-scrollbar{display:none}.silque-rvs__slide{flex:0 0 calc((100% - (var(--per) - 1) * var(--gap)) / var(--per));min-width:0;scroll-snap-align:start}.silque-rvs__card{display:flex;flex-direction:column;height:100%}.silque-rvs__stars{display:inline-flex;gap:3px;margin-bottom:10px}.silque-rvs__meta{margin:0 0 6px;font-size:13px;color:rgb(var(--color-foreground),.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.silque-rvs__name{font-weight:700;color:rgb(var(--color-foreground))}.silque-rvs__title{margin:0 0 8px;font-size:15px;font-weight:700;letter-spacing:0;line-height:1.3;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.silque-rvs__body{margin:0;font-size:14px;line-height:1.5;color:rgb(var(--color-foreground),.8);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:750px){.silque-rvs__track{--per: 3}}@media(min-width:990px){.silque-rvs__track{--per: var(--per-d, 4)}}@media(max-width:749px){.silque-rvs__inner{flex-direction:column;gap:24px}.silque-rvs__slider{width:100%;gap:8px}.silque-rvs__arrow{width:32px;height:32px}.silque-rvs__track{--gap: 14px}}.silque-reviews__head{text-align:center;margin-bottom:28px}.silque-reviews__verdict-row{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.silque-reviews__verdict{font-size:clamp(22px,2.6vw,30px);font-weight:700;color:rgb(var(--color-foreground))}.silque-reviews__star{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:3px;background:rgba(var(--color-foreground),.18)}.silque-reviews__star.is-on{background-color:var(--silk-gold, #b8905a);background-image:var(--silk-gold-gradient)}.silque-reviews__star-i{width:14px;height:14px;fill:rgb(var(--color-background))}.silque-reviews__star--sm{width:16px;height:16px}.silque-reviews__star--sm .silque-reviews__star-i{width:11px;height:11px}.silque-reviews__hstars{position:relative;display:inline-flex}.silque-reviews__hstars-row{display:inline-flex;gap:4px}.silque-reviews__hstars-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--fill, 100%);overflow:hidden}.silque-reviews__summary{margin:16px 0 0;font-size:14px;color:rgb(var(--color-foreground),.75)}.silque-reviews__count-link{color:inherit;font-weight:600;text-decoration:underline}.silque-reviews__platform{display:inline-flex;align-items:center;gap:4px;font-weight:700;color:rgb(var(--color-foreground))}.silque-reviews__subtitle{margin:24px 0 0;font-size:14px;font-weight:600;color:rgb(var(--color-foreground),.7);text-align:left}.silque-reviews__grid{display:grid;grid-template-columns:repeat(var(--cols-m, 1),minmax(0,1fr));gap:16px;margin-top:14px}@media(min-width:750px){.silque-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:990px){.silque-reviews__grid{grid-template-columns:repeat(var(--cols-d, 4),minmax(0,1fr))}}.silque-reviews__card{display:flex;flex-direction:column;padding:18px;border-radius:12px;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.08)}.silque-reviews__stars{display:inline-flex;gap:4px;margin-bottom:12px}.silque-reviews__meta{margin:0 0 6px;font-size:13px;color:rgb(var(--color-foreground),.6)}.silque-reviews__name{font-weight:700;color:rgb(var(--color-foreground))}.silque-reviews__title{margin:0 0 8px;font-size:15px;font-weight:700;line-height:1.3;color:rgb(var(--color-foreground))}.silque-reviews__body{margin:0;font-size:14px;line-height:1.55;color:rgb(var(--color-foreground),.8);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.silque-reviews__card.is-open .silque-reviews__body{-webkit-line-clamp:unset;overflow:visible}.silque-reviews__reply{margin-top:14px;padding:12px 14px;border-left:3px solid var(--silk-gold-light, #cda871);background:rgba(var(--color-foreground),.04);border-radius:0 8px 8px 0}.silque-reviews__reply-head{margin:0;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:rgb(var(--color-foreground),.7)}.silque-reviews__reply-ico{width:14px;height:14px;fill:none;stroke:var(--silk-gold, #b8905a);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.silque-reviews__reply-date{margin-left:auto;font-weight:400;opacity:.7}.silque-reviews__reply-body{margin:8px 0 0;font-size:13px;line-height:1.55;color:rgb(var(--color-foreground),.8);display:none}.silque-reviews__card.is-open .silque-reviews__reply-body{display:block}.silque-reviews__more{align-self:center;margin-top:14px;padding:0;border:0;background:none;font-size:13px;font-weight:600;text-decoration:underline;color:rgb(var(--color-foreground));cursor:pointer}.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/11/compiled_assets/styles.css.map */
