html{overflow-x:clip}body{font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:clip}a{color:inherit}h1,h2,h3,h4,.h1,.h2,.h3{font-weight:700;line-height:1.1;letter-spacing:-.01em}.display-xl{font-size:clamp(40px,6vw,76px);font-weight:800}.display-lg{font-size:clamp(32px,4.5vw,56px);font-weight:800}.heading-xl{font-size:clamp(26px,3vw,38px);font-weight:700}.heading-lg{font-size:clamp(20px,2.2vw,26px);font-weight:700}.heading-md{font-size:18px;font-weight:700}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.text-muted{color:var(--color-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;border-radius:var(--radius-pill);border:1px solid transparent;background:var(--color-btn-bg);color:var(--color-btn-text);font:inherit;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;cursor:pointer;transition:transform .25s var(--ease-spring),background .25s,color .25s,box-shadow .25s}.btn:hover{transform:scale(1.04)}.btn:active{transform:scale(.98)}.btn--white{background:#fff;color:#0a0a0a}.btn--outline{background:transparent;color:currentcolor;border-color:currentcolor}.btn--sm{padding:8px 16px;font-size:13px}.btn--lg{padding:16px 32px;font-size:15px}.btn .btn__arrow{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#fff;color:#0a0a0a;flex:none}.btn--white .btn__arrow,.btn--outline .btn__arrow{background:#0a0a0a;color:#fff}.btn .btn__arrow svg{width:12px;height:12px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-background);color:var(--color-foreground);cursor:pointer;transition:background .2s,color .2s,transform .2s var(--ease-spring)}.icon-btn:hover{background:var(--color-foreground);color:var(--color-background)}.icon-btn svg{width:18px;height:18px}.icon-btn[disabled]{opacity:.3;pointer-events:none}.section{padding-block:var(--section-spacing)}.section--flush{padding-block:0}.section__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:clamp(20px,3vw,36px)}.chip{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius-pill);border:1px solid var(--color-border);background:var(--color-background);font-size:13px;font-weight:600;white-space:nowrap}.chip svg{width:14px;height:14px}.badge{display:inline-flex;padding:4px 10px;border-radius:var(--radius-pill);font-size:11px;font-weight:700;color:#fff;letter-spacing:.02em}.badge--new{background:var(--badge-new)}.badge--sale{background:var(--badge-sale)}.badge--hot{background:var(--badge-hot)}.badge--popular{background:var(--badge-popular)}.tabs{display:inline-flex;gap:4px;padding:4px;border-radius:var(--radius-pill);border:1px solid var(--color-border);background:var(--color-background)}.tabs__tab{padding:8px 16px;border:0;border-radius:var(--radius-pill);background:transparent;font:inherit;font-size:13px;font-weight:600;cursor:pointer;color:var(--color-muted);transition:background .2s,color .2s}.tabs__tab[aria-selected=true]{background:var(--color-foreground);color:var(--color-background)}.carousel{display:flex;gap:var(--carousel-gap, 16px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-block:4px}.carousel::-webkit-scrollbar{display:none}.carousel>*{scroll-snap-align:start;flex:none}.carousel-progress{position:relative;height:2px;flex:1;max-width:120px;background:var(--color-border);border-radius:2px;overflow:hidden}.carousel-progress__bar{position:absolute;inset-block:0;left:0;width:30%;background:var(--color-foreground);border-radius:2px;transition:transform .2s ease-out}.carousel-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px}.carousel-arrows{display:flex;gap:8px}.product-card{position:relative;display:flex;flex-direction:column;gap:10px;min-width:0}.product-card__media{position:relative;border-radius:var(--radius-card);overflow:hidden;background:var(--color-surface);aspect-ratio:4 / 5;container-type:inline-size}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-spring),opacity .35s}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__media .product-card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}@media(max-width:749px){.product-card__media .product-card__img--hover{display:none}}.product-card:hover .product-card__img--hover{opacity:1}.product-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}.product-card__cta{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:8px;opacity:0;transform:translateY(8px);transition:opacity .25s,transform .25s var(--ease-spring)}.product-card:hover .product-card__cta,.product-card:focus-within .product-card__cta{opacity:1;transform:translateY(0)}.product-card__title{font-size:14px;font-weight:600;line-height:1.35;color:var(--color-foreground);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.product-card__title:hover{color:var(--color-sale)}.product-card__color{font-size:12px;color:var(--color-muted);line-height:1}.product-card__price{display:flex;align-items:baseline;gap:8px;font-size:15px;font-weight:700;letter-spacing:-.01em}.product-card__price s{color:var(--color-muted);font-weight:400;font-size:13px}.product-card__price .price--sale{color:var(--color-sale)}.product-card__swatches{display:flex;gap:5px;align-items:center;min-height:15px}.swatch{width:15px;height:15px;border-radius:50%;border:1px solid rgba(0,0,0,.14);display:inline-block;padding:0;cursor:pointer;appearance:none;-webkit-appearance:none;background-size:cover;background-position:center;transition:transform .15s ease,box-shadow .15s ease}.swatch:hover{transform:scale(1.18)}.swatch.is-active{box-shadow:0 0 0 2px var(--color-background, #fff),0 0 0 3.5px var(--color-foreground, #0a0a0a)}.product-card__info{display:flex;flex-direction:column;gap:7px;padding-top:10px}.product-card__imglink{display:block;width:100%;height:100%}.product-card__media--badge-right .product-card__badges{left:auto;right:12px;align-items:flex-end}.product-card__qv-search{position:absolute;top:12px;right:12px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#fff;color:#0a0a0a;cursor:pointer;z-index:3;box-shadow:0 4px 14px #0000001f;opacity:0;transform:translateY(-4px);transition:opacity .25s ease,transform .25s ease}.product-card__qv-search svg{width:18px;height:18px}.product-card__choose{position:absolute;left:12px;right:12px;bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 8px 8px 20px;border:0;border-radius:var(--radius-pill);background:#fff;color:#0a0a0a;font:inherit;font-weight:600;font-size:13px;cursor:pointer;z-index:3;box-shadow:0 8px 22px #00000024;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.product-card__choose-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#0a0a0a;color:#fff;flex:none}.product-card__choose-icon svg{width:14px;height:14px}@media(hover:hover){.product-card__media:hover .product-card__qv-search,.product-card__media:focus-within .product-card__qv-search,.product-card__media:hover .product-card__choose,.product-card__media:focus-within .product-card__choose{opacity:1;transform:none}}@media(max-width:749px){.product-card__qv-search,.product-card__choose{opacity:1;transform:none}.product-card__qv-search{width:34px;height:34px;top:8px;right:8px}.product-card__qv-search svg{width:15px;height:15px}.product-card__choose{top:auto;left:auto;right:8px;bottom:8px;width:38px;height:38px;min-width:0;padding:0;gap:0;justify-content:center;border-radius:50%;background:#0a0a0a;color:#fff;box-shadow:0 4px 12px #00000040}.product-card__choose-text{display:none}.product-card__choose-icon{width:auto;height:auto;background:transparent;color:#fff}.product-card__choose-icon svg{width:16px!important;height:16px!important}}@container (max-width: 130px){.product-card__qv-search{width:26px;height:26px;top:6px;right:6px;box-shadow:0 2px 8px #00000024}.product-card__qv-search svg{width:12px;height:12px}.product-card__choose{top:auto;left:auto;right:6px;bottom:6px;width:28px;height:28px;min-width:0;padding:0;gap:0;justify-content:center;border-radius:50%;background:#0a0a0a;color:#fff;box-shadow:0 3px 10px #00000038}.product-card__choose-text{display:none}.product-card__choose-icon{width:auto;height:auto;background:transparent;color:#fff}.product-card__choose-icon svg{width:12px!important;height:12px!important}.product-card__badges{top:6px;left:6px;gap:4px}.product-card__media--badge-right .product-card__badges{left:auto;right:6px}.product-card__badges .badge{font-size:10px;padding:3px 7px}}.mini-product{display:flex;align-items:center;gap:10px;padding:6px 8px 6px 6px;border-radius:14px;background:#fffffff2;color:#0a0a0a;box-shadow:var(--shadow-card);text-decoration:none;max-width:100%}.mini-product__img{width:44px;height:44px;border-radius:10px;object-fit:cover;background:var(--color-surface);flex:none}.mini-product__info{min-width:0}.mini-product__title{font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-product__price{font-size:12px;color:#0009}.mini-product .btn{margin-left:auto}.media-card{position:relative;border-radius:var(--radius-section);overflow:hidden;background:var(--color-surface);display:flex}.media-card>img,.media-card>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.media-card__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:14px;justify-content:flex-end;padding:clamp(20px,3vw,40px);width:100%;color:#fff}.media-card__content.has-scrim:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to top,rgba(0,0,0,.45),transparent 55%);pointer-events:none}.media-card__tag{position:absolute;top:14px;left:14px;z-index:2}.sticker{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:50%;font-size:13px;font-weight:700;transform:rotate(var(--sticker-rotate, -8deg))}.field{display:flex;align-items:center;border-radius:var(--radius-pill);background:var(--color-surface);padding:4px}.field input{flex:1;min-width:0;border:0;background:transparent;padding:10px 16px;font-size:14px;outline:none;color:inherit}.page-title{margin-block:var(--section-spacing) 24px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.cod{font-size:13px;line-height:1.45}.cod__ico svg{width:18px;height:18px;display:block}.cod__fine{color:var(--color-muted);font-size:12px;margin:6px 0 0}.cod--cart{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border:1px solid var(--color-border);border-radius:12px;margin-top:12px}.cod--cart .cod__txt{margin:0}.cod--cart.cod--muted{color:var(--color-muted)}.cod__body{flex:1;min-width:0}.cod__fees{list-style:none;margin:8px 0 0;padding:0;display:flex;gap:16px;flex-wrap:wrap}.cod__fees li{display:flex;gap:6px;align-items:baseline}.cod__fees b{font-weight:700;font-variant-numeric:tabular-nums}.cod__ico{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:none;border-radius:8px;background:var(--color-accent);color:#0a0a0a}.cod__ico svg{width:17px;height:17px}.cod--static{display:block;padding:12px 14px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card, 12px)}.cod__summary{display:flex;align-items:center;gap:10px;cursor:pointer;list-style:none;font-weight:600;font-size:14px}.cod__summary::-webkit-details-marker{display:none}.cod__summary:focus-visible{outline:2px solid var(--color-foreground);outline-offset:3px;border-radius:6px}.cod__summary>svg{width:16px;height:16px;flex:none;margin-left:auto;transition:transform .25s ease}.cod--static[open] .cod__summary>svg{transform:rotate(180deg)}@media(prefers-reduced-motion:reduce){.cod__summary>svg{transition:none}}.cod__hint{color:var(--color-muted);font-weight:400;font-size:12px}.cod__panel{margin-top:12px;padding-top:12px;border-top:1px solid var(--color-border);overflow-x:auto;max-width:100%}.cod__table{width:100%;border-collapse:collapse;font-size:12.5px;font-variant-numeric:tabular-nums}.cod__table th,.cod__table td{text-align:left;padding:7px 10px 7px 0}.cod__table thead th{font-weight:600;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);border-bottom:1px solid var(--color-border)}.cod__table tbody td{border-bottom:1px solid var(--color-border)}.cod__table tbody tr:last-child td{border-bottom:0}.cod__table tbody td+td{font-weight:700}.cod--pdp{flex-basis:100%;margin-top:4px}.cod--footer{color:var(--zfx-text-c, #f5d9cf);background:#ffffff12;border-color:#ffffff38}.cod--footer .cod__hint,.cod--footer .cod__fine,.cod--footer .cod__table thead th{color:inherit;opacity:.9}.cod--footer .cod__table thead th,.cod--footer .cod__table tbody td,.cod--footer .cod__panel{border-color:#ffffff38}.cartx__summary .cod--cart{border-color:#ffffff47;background:#ffffff1a}.cartx__summary .cod--cart.cod--muted,.cartx__summary .cod__fine,.cartx__summary .cod--cart .cod__txt{color:var(--cartx-summary-text, #fff)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
