.product-editorial{background:#000;color:#fff;padding:90px 60px;padding-top:calc(90px + var(--header-height, 0px) + 32px)}.product-editorial__inner{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:stretch}.product-editorial__gallery{position:sticky;top:calc(var(--header-height, 0px) + 24px);align-self:start;display:flex;flex-direction:column;gap:16px}.product-editorial__main{position:relative;aspect-ratio:1/1.05;border-radius:20px;overflow:hidden;background:#0a0a0a}.product-editorial__main.is-clickable{cursor:pointer}.product-editorial__main-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s ease;pointer-events:none}.product-editorial__main-image.is-active{opacity:1;pointer-events:auto}video.product-editorial__main-image{object-fit:cover;background:#000}video.product-editorial__main-image:not(.is-active){pointer-events:none}.product-editorial__thumbs{display:flex;justify-content:center;gap:10px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.product-editorial__thumbs::-webkit-scrollbar{display:none}.product-editorial__thumb{position:relative;width:64px;aspect-ratio:1;flex-shrink:0;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#111;padding:0;cursor:pointer;opacity:.55;transition:opacity .25s ease,border-color .25s ease}.product-editorial__thumb.is-active{opacity:1;border-color:#fff}.product-editorial__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-editorial__thumb-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000059;pointer-events:none}.product-editorial__thumb-play svg{width:18px;height:18px;color:#fff}.product-editorial__content{padding-top:8px;display:flex;flex-direction:column;justify-content:space-between}.product-editorial__top{display:flex;flex-direction:column}.product-editorial__header{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.product-editorial__title{font-size:clamp(26px,2.6vw,36px);font-weight:800;letter-spacing:-.01em;line-height:1.15;margin:0;color:#fff}.product-editorial__rating{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.product-editorial__stars{display:flex;gap:2px;color:#f5b400}.product-editorial__stars svg{width:15px;height:15px;fill:currentColor}.product-editorial__rating-value{font-size:14px;font-weight:700;color:#ffffffb3}.product-editorial__rating-divider{color:#ffffff4d;font-size:13px}.product-editorial__rating-count{font-size:13px;color:#ffffff80}.product-editorial__social-proof{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-editorial__avatars{display:flex}.product-editorial__avatar{width:28px;height:28px;border-radius:999px;overflow:hidden;border:2px solid #000;background:#222;margin-left:-8px;flex-shrink:0}.product-editorial__avatar:first-child{margin-left:0}.product-editorial__avatar img{width:100%;height:100%;object-fit:cover;display:block}.product-editorial__social-proof-text{font-size:13px;font-weight:600;color:#ffffffb3}.product-editorial__description-wrap{position:relative;margin-top:28px}.product-editorial__description{font-size:15px;line-height:1.7;color:#ffffffb3}.product-editorial__description p{margin:0 0 16px}.product-editorial__description p:empty{display:none}.product-editorial__toggle{margin-top:12px;background:none;border:none;color:#fff;font-weight:700;font-size:14px;text-decoration:underline;cursor:pointer;padding:0}@media(max-width:749px){.product-editorial__description-wrap:not(.is-expanded) .product-editorial__description{max-height:var(--pe-desc-height, 220px);overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,black 55%,transparent 100%);mask-image:linear-gradient(to bottom,black 55%,transparent 100%)}}.product-editorial__option{margin-bottom:20px}.product-editorial__option-label{display:block;font-size:13px;font-weight:600;color:#ffffff80;margin-bottom:10px}.product-editorial__option-values{display:flex;flex-wrap:wrap;gap:8px}.product-editorial__option-pill{padding:9px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:none;color:#fff;font-size:14px;cursor:pointer;transition:background .25s ease,border-color .25s ease}.product-editorial__option-pill.is-selected{background:#fff;color:#000;border-color:#fff}.product-editorial__price-block{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin-bottom:14px}.product-editorial__price-current{font-size:32px;font-weight:800;color:#fff}.product-editorial__price-compare{font-size:17px;color:#ffffff73;text-decoration:line-through}.product-editorial__savings-badge{background:var(--pe-accent, #e70d16);color:#fff;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:5px 12px;border-radius:999px}.product-editorial__submit{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--pe-accent, #e70d16);color:#fff;border:none;border-radius:999px;padding:18px 24px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .15s ease,opacity .25s ease}.product-editorial__submit:hover{opacity:.92}.product-editorial__submit:active{transform:scale(.98)}.product-editorial__submit:disabled{opacity:.4;cursor:not-allowed}.product-editorial__submit.is-success{background:#16a34a}.product-editorial__submit-icon-stack{position:relative;width:20px;height:20px;flex-shrink:0}.product-editorial__submit-icon{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:1;transform:scale(1);transition:opacity .2s ease,transform .2s ease}.product-editorial__submit-icon svg{width:100%;height:100%}.product-editorial__submit-icon--check{opacity:0;transform:scale(.4)}.product-editorial__submit-spinner{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:scale(.6);border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;transition:opacity .2s ease,transform .2s ease}.product-editorial__submit.is-loading .product-editorial__submit-icon--cart,.product-editorial__submit.is-loading .product-editorial__submit-icon--check{opacity:0;transform:scale(.4)}.product-editorial__submit.is-loading .product-editorial__submit-spinner{opacity:1;transform:scale(1);animation:product-editorial-spin .7s linear infinite}.product-editorial__submit.is-success .product-editorial__submit-icon--cart{opacity:0;transform:scale(.4)}.product-editorial__submit.is-success .product-editorial__submit-spinner{opacity:0}.product-editorial__submit.is-success .product-editorial__submit-icon--check{opacity:1;transform:scale(1);animation:product-editorial-pop .45s cubic-bezier(.34,1.56,.64,1)}@keyframes product-editorial-spin{to{transform:scale(1) rotate(360deg)}}@keyframes product-editorial-pop{0%{transform:scale(.4)}60%{transform:scale(1.25)}to{transform:scale(1)}}@media(max-width:360px){.product-editorial__submit{font-size:14px;padding:15px 18px}}.product-editorial__benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.product-editorial__benefit{display:inline-flex;align-items:center;gap:8px;padding:7px 14px 7px 7px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);opacity:1;transform:translateY(0);transition:opacity .5s ease,transform .5s ease,background-color .25s ease,border-color .25s ease}.product-editorial__benefit[data-reveal]{opacity:0;transform:translateY(14px)}.product-editorial__benefit[data-reveal].is-visible{opacity:1;transform:translateY(0)}.product-editorial__benefit:hover{background:#ffffff12;border-color:#ffffff29}.product-editorial__benefit-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:color-mix(in srgb,var(--pe-accent, #e70d16) 18%,transparent);color:var(--pe-accent, #e70d16);flex-shrink:0;transition:transform .3s ease}.product-editorial__benefit:hover .product-editorial__benefit-icon{transform:scale(1.1)}.product-editorial__benefit-icon svg{width:14px;height:14px}.product-editorial__benefit-text{font-size:13px;font-weight:600;color:#fffc;white-space:nowrap}@media(prefers-reduced-motion:reduce){.product-editorial__benefit[data-reveal]{opacity:1;transform:none;transition:none}}@media(max-width:989px){.product-editorial{padding:64px 32px;padding-top:calc(64px + var(--header-height, 0px) + 32px)}.product-editorial__inner{grid-template-columns:1fr;gap:36px}.product-editorial__gallery{position:static}.product-editorial__content{justify-content:flex-start}}@media(max-width:749px){.product-editorial{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}}@media(max-width:640px){.product-editorial{padding:48px 20px;padding-top:calc(48px + var(--header-height, 0px) + 32px)}.product-editorial__title{font-size:24px}.product-editorial__benefits{flex-wrap:nowrap;gap:6px}.product-editorial__benefit{padding:6px 10px 6px 6px;gap:6px}.product-editorial__benefit-icon{width:22px;height:22px}.product-editorial__benefit-icon svg{width:12px;height:12px}.product-editorial__benefit-text{font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/product-editorial.css.map */
