:root{--pdp-card-bg: var(--glow-warm-gray, #EBE9E6);--pdp-card-radius: 16px;--pdp-card-pad: clamp(32px, 2.6vw + 22px, 64px);--pdp-text: var(--glow-color-text, #171819);--pdp-heading: var(--glow-color-dark, #171819);--pdp-accent: var(--glow-color-muted, #7A7873);--pdp-accent-deep: var(--glow-color-dark, #171819);--pdp-divider: var(--glow-color-muted, #7A7873);--pdp-font-display: "GothamUltra", var(--font-heading, sans-serif)}.pdp-section{box-sizing:border-box;width:100%;max-width:min(var(--glow-container-max-width, 1320px),100%);margin-inline:auto;padding-inline:16px;color:var(--pdp-text);font-family:var(--font-body, sans-serif)}@media(min-width:990px){.pdp-section{padding-inline:32px}}.pdp-card{background:var(--pdp-card-bg);border-radius:var(--pdp-card-radius);padding:var(--pdp-card-pad);color:var(--pdp-text)}.pdp-card--flush{padding:0;overflow:hidden}.pdp-benefits__content,.pdp-benefits__media,.pdp-three-words__content,.pdp-three-words__media,.pdp-spec__content,.pdp-spec__media,.pdp-founder__content,.pdp-founder__media{min-width:0}.pdp-eyebrow{display:block;font-family:var(--pdp-font-display);font-size:11px;font-weight:400;letter-spacing:var(--glow-eyebrow-letter-spacing, .22em);text-transform:uppercase;color:var(--glow-color-muted, #7A7873);margin:0}.pdp-section .pdp-display{font-family:var(--pdp-font-display);font-weight:400;font-size:clamp(26px,2vw + 17px,46px);line-height:1.1;letter-spacing:var(--glow-heading-letter-spacing, .02em);text-transform:uppercase;color:var(--pdp-heading);margin:0}.pdp-section .pdp-display--md{font-size:clamp(22px,1.2vw + 16px,32px);line-height:1.15}.pdp-accent{color:var(--pdp-accent)}.pdp-label{font-family:var(--pdp-font-display);font-size:12px;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--pdp-accent-deep);margin:0}.pdp-prose{font-family:var(--font-body, sans-serif);font-size:16px;line-height:1.65;max-width:62ch}.pdp-prose p{margin:0 0 1em}.pdp-prose p:last-child{margin-bottom:0}.pdp-head{display:grid;gap:14px;margin-bottom:clamp(28px,4vw,48px)}.pdp-stars{display:inline-flex;gap:3px;line-height:0}.pdp-stars svg{width:15px;height:15px;fill:var(--glow-color-muted, #7A7873)}.pdp-section a:focus-visible,.pdp-section button:focus-visible,.pdp-section summary:focus-visible{outline:2px solid var(--pdp-accent-deep);outline-offset:3px;border-radius:2px}.pdp-split-media{position:relative;overflow:hidden;aspect-ratio:4 / 5}.pdp-split-media .image,.pdp-split-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}@media(min-width:990px){.pdp-split-media{aspect-ratio:auto;height:100%;min-height:480px}}html:not(.no-js) .pdp-section [data-glow-reveal-group]>*{transition-duration:.5s;transition-timing-function:ease-out}html:not(.no-js) .pdp-section [data-glow-reveal-group]:not(.is-revealed)>*{transform:translateY(16px)}@media(prefers-reduced-motion:reduce){html:not(.no-js) .pdp-section [data-glow-reveal-group]>*,html:not(.no-js) .pdp-section [data-glow-reveal-group]:not(.is-revealed)>*{opacity:1;transform:none;transition:none}}.pdp-benefits__grid{display:grid;gap:32px}.pdp-benefits__media{order:-1}@media(min-width:990px){.pdp-benefits__grid{grid-template-columns:1.1fr .9fr;gap:56px;align-items:start}.pdp-benefits__media{order:2}.pdp-benefits--media-left .pdp-benefits__media{order:-1}}.pdp-benefits__row{border-top:1px solid var(--pdp-divider);padding-block:22px;display:grid;gap:14px}.pdp-benefits__row:first-of-type{margin-top:8px}.pdp-benefits__items{display:grid;gap:18px;margin:0;padding:0;list-style:none}@media(min-width:700px){.pdp-benefits__items{grid-template-columns:1fr 1fr;gap:22px 32px}}.pdp-section .pdp-benefits__item-title{font-family:var(--pdp-font-display);font-size:13px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--pdp-heading);margin:0 0 6px}.pdp-benefits__item-text{font-size:14.5px;line-height:1.6;margin:0;opacity:.85}.pdp-benefits__effect{font-family:var(--pdp-font-display);font-size:clamp(17px,.9vw + 14px,22px);line-height:1.3;letter-spacing:var(--glow-heading-letter-spacing, .02em);text-transform:uppercase;color:var(--pdp-heading);margin:0}.pdp-benefits__materials{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 10px;font-size:13.5px;letter-spacing:.02em;margin:0}.pdp-benefits__dot{color:var(--glow-color-muted, #7A7873)}.pdp-three-words__grid{display:grid}@media(min-width:990px){.pdp-three-words__grid{grid-template-columns:1fr 1fr;align-items:stretch}.pdp-three-words--media-right .pdp-three-words__media{order:2}}.pdp-three-words__content{padding:var(--pdp-card-pad);display:grid;align-content:center;gap:22px}.pdp-section .pdp-three-words__heading{margin:0}.pdp-three-words__word{display:block;font-family:var(--pdp-font-display);font-weight:400;font-size:clamp(32px,3vw + 18px,56px);line-height:1.14;letter-spacing:var(--glow-heading-letter-spacing, .02em);text-transform:uppercase;color:var(--pdp-heading)}.pdp-three-words__word.pdp-accent{color:var(--pdp-accent)}.pdp-spec__grid{display:grid;gap:32px}@media(min-width:990px){.pdp-spec__grid{grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}}.pdp-spec__rows{margin:clamp(24px,3vw,40px) 0 0}.pdp-spec__row{display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding-block:16px;border-bottom:1px solid var(--pdp-divider)}.pdp-spec__row:first-of-type{border-top:1px solid var(--pdp-divider)}.pdp-spec__value{font-size:15px;line-height:1.5;text-align:right;max-width:32ch;margin:0}.pdp-application__top{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:clamp(24px,3.5vw,40px)}.pdp-application__top .pdp-head{margin-bottom:0}.pdp-carousel__nav{display:none;gap:10px}.pdp-carousel__nav button{width:42px;height:42px;border-radius:50%;border:1px solid var(--pdp-accent-deep);background:transparent;color:var(--pdp-accent-deep);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s ease}.pdp-carousel__nav button:disabled{opacity:.35;cursor:default}.pdp-carousel__nav svg{width:16px;height:16px;stroke:currentColor}.pdp-carousel__track{display:flex;gap:16px;margin:0;padding:0 0 6px;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pdp-carousel__track::-webkit-scrollbar{display:none}@media(prefers-reduced-motion:no-preference){.pdp-carousel__track{scroll-behavior:smooth}}.pdp-carousel__slide{flex:0 0 86%;scroll-snap-align:start;list-style:none;display:grid;gap:16px;align-content:start}@media(min-width:990px){.pdp-carousel__slide{flex-basis:56%}}.pdp-carousel__num{font-family:var(--pdp-font-display);font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--glow-color-muted, #7A7873)}.pdp-section .pdp-carousel__slide-title{font-family:var(--pdp-font-display);font-size:14px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--pdp-heading);margin:0}.pdp-carousel__slide-text{font-size:14.5px;line-height:1.6;max-width:52ch;margin:0;opacity:.85}.pdp-carousel__dots,.pdp-carousel__thumbs{display:none}[data-pdp-carousel].is-ready .pdp-carousel__dots{display:flex;justify-content:center;gap:4px;margin-top:18px}[data-pdp-carousel].is-ready .pdp-carousel__nav{display:inline-flex}.pdp-carousel__dots button{width:24px;height:24px;padding:0;border:0;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.pdp-carousel__dots button:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--pdp-accent-deep);opacity:.28;transition:opacity .2s ease,transform .2s ease}.pdp-carousel__dots button[aria-current=true]:before{opacity:1;transform:scale(1.25)}@media(min-width:700px){[data-pdp-carousel].is-ready .pdp-carousel__thumbs{display:flex;gap:10px;margin-top:20px}}.pdp-carousel__thumbs button{width:64px;height:64px;padding:0;border:0;border-radius:10px;overflow:hidden;background:transparent;cursor:pointer;opacity:.55;transition:opacity .2s ease}.pdp-carousel__thumbs button[aria-current=true]{opacity:1;outline:2px solid var(--pdp-accent-deep);outline-offset:2px}.pdp-carousel__thumbs button .image,.pdp-carousel__thumbs button img{width:100%;height:100%;object-fit:cover;display:block}.pdp-difference__inner{max-width:760px;margin-inline:auto;text-align:center;display:grid;gap:clamp(22px,3vw,32px);justify-items:center}.pdp-difference__inner .pdp-prose{margin-inline:auto}.pdp-difference__media{width:100%;margin-top:8px}.pdp-difference__pullquote{margin:clamp(12px,2vw,24px) 0 0;padding-top:clamp(24px,3vw,36px);border-top:1px solid var(--pdp-divider);display:grid;gap:16px;justify-items:center}.pdp-difference__quote{font-family:var(--pdp-font-display);font-size:clamp(20px,2.5vw,32px);line-height:1.25;letter-spacing:var(--glow-heading-letter-spacing, .02em);text-transform:uppercase;color:var(--pdp-heading);margin:0}.pdp-difference__attribution{font-family:var(--font-body, sans-serif);font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--pdp-accent-deep);opacity:.75}.pdp-proof__grid{display:grid}@media(min-width:700px){.pdp-proof__grid{grid-template-columns:1fr 1fr;column-gap:48px}}.pdp-proof__cell{border-top:1px solid var(--pdp-divider);margin:0;padding-block:26px;display:grid;gap:12px;align-content:start}.pdp-proof__num{font-family:var(--pdp-font-display);font-size:clamp(40px,3vw + 26px,64px);line-height:1;letter-spacing:var(--glow-heading-letter-spacing, .02em);text-transform:uppercase;color:var(--pdp-heading)}.pdp-proof__caption{font-size:14.5px;line-height:1.55;max-width:34ch;margin:0}.pdp-proof__quote{font-family:var(--pdp-font-display);font-size:clamp(15px,.6vw + 13px,18px);line-height:1.4;letter-spacing:var(--glow-heading-letter-spacing, .02em);text-transform:uppercase;color:var(--pdp-heading);margin:0}.pdp-proof__attribution{font-family:var(--font-body, sans-serif);font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--pdp-accent-deep);opacity:.75}.pdp-proof__disclosure{margin:28px 0 0;font-size:12px;line-height:1.5;opacity:.78}.pdp-founder__grid{display:grid}@media(min-width:990px){.pdp-founder__grid{grid-template-columns:.85fr 1.15fr;align-items:stretch}}.pdp-founder__content{padding:var(--pdp-card-pad);display:grid;align-content:center;gap:20px}.pdp-founder__logos-block{margin-top:clamp(8px,1.5vw,16px);padding-top:clamp(20px,2.5vw,28px);border-top:1px solid var(--pdp-divider);display:grid;gap:18px}.pdp-founder__logos{display:flex;flex-wrap:wrap;align-items:center;gap:18px 28px;margin:0;padding:0;list-style:none}.pdp-founder__logo{display:inline-flex;align-items:center;min-width:0;max-width:min(176px,100%)}.pdp-founder__logo-label{font-family:var(--pdp-font-display);font-size:12px;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.pdp-founder__logo img{display:block;max-height:26px;max-width:100%;width:auto;height:auto;object-fit:contain;filter:grayscale(1);opacity:.7;transition:filter .3s ease,opacity .3s ease}@media(hover:hover)and (pointer:fine){.pdp-founder__logo:hover img{filter:none;opacity:1}}.pdp-faq__inner{max-width:800px;margin-inline:auto}.pdp-faq__list{margin-top:4px}.pdp-faq__item{border-top:1px solid var(--pdp-divider)}.pdp-faq__item:last-of-type{border-bottom:1px solid var(--pdp-divider)}.pdp-faq__summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:18px;cursor:pointer;list-style:none}.pdp-faq__summary::-webkit-details-marker{display:none}.pdp-faq__question{font-family:var(--font-body, sans-serif);font-size:16px;font-weight:600;line-height:1.4;color:var(--pdp-heading);margin:0}.pdp-faq__toggle{position:relative;flex:0 0 auto;width:14px;height:14px}.pdp-faq__toggle:before,.pdp-faq__toggle:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:var(--pdp-accent-deep);transition:transform .25s ease,opacity .25s ease}.pdp-faq__toggle:before{width:14px;height:2px}.pdp-faq__toggle:after{width:2px;height:14px}.pdp-faq__item[open] .pdp-faq__toggle:after{transform:rotate(90deg);opacity:0}@media(prefers-reduced-motion:reduce){.pdp-faq__toggle:before,.pdp-faq__toggle:after{transition:none}}.pdp-faq__answer{padding:0 0 22px;max-width:62ch;font-size:15px;line-height:1.65}.pdp-faq__answer p{margin:0 0 1em}.pdp-faq__answer p:last-child{margin-bottom:0}html:not(.no-js) .pdp-section [data-glow-reveal-group]>.pdp-benefits__content,html:not(.no-js) .pdp-section [data-glow-reveal-group]>.pdp-benefits__media,html:not(.no-js) .pdp-section [data-glow-reveal-group]>.pdp-three-words__content,html:not(.no-js) .pdp-section [data-glow-reveal-group]>.pdp-three-words__media,html:not(.no-js) .pdp-section [data-glow-reveal-group]>.pdp-spec__media,html:not(.no-js) .pdp-section [data-glow-reveal-group]>.pdp-founder__media,html:not(.no-js) .pdp-section [data-glow-reveal-group]>.pdp-difference__media,html:not(.no-js) .pdp-section [data-glow-reveal-group]>.pdp-proof__grid,html:not(.no-js) .pdp-section [data-glow-reveal-group]>.pdp-faq__list,html:not(.no-js) .pdp-section [data-glow-reveal-group]>.pdp-carousel__track{opacity:1;transform:none;transition:none}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-benefits__content>*,html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-three-words__content>.pdp-eyebrow,html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-three-words__word,html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-proof__cell,html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-faq__item,html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-carousel__slide,html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-founder__logo{transition:opacity .55s ease-out,transform .55s ease-out}html:not(.no-js) .pdp-section [data-glow-reveal-group]:not(.is-revealed) .pdp-benefits__content>*,html:not(.no-js) .pdp-section [data-glow-reveal-group]:not(.is-revealed) .pdp-three-words__content>.pdp-eyebrow,html:not(.no-js) .pdp-section [data-glow-reveal-group]:not(.is-revealed) .pdp-three-words__word,html:not(.no-js) .pdp-section [data-glow-reveal-group]:not(.is-revealed) .pdp-proof__cell,html:not(.no-js) .pdp-section [data-glow-reveal-group]:not(.is-revealed) .pdp-faq__item,html:not(.no-js) .pdp-section [data-glow-reveal-group]:not(.is-revealed) .pdp-carousel__slide,html:not(.no-js) .pdp-section [data-glow-reveal-group]:not(.is-revealed) .pdp-founder__logo{opacity:0;transform:translateY(18px)}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-benefits__content>:nth-child(2){transition-delay:90ms}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-benefits__content>:nth-child(3){transition-delay:.18s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-benefits__content>:nth-child(4){transition-delay:.27s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-benefits__content>:nth-child(5){transition-delay:.36s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-three-words__word{transition-duration:.65s;transition-delay:calc(.15s + var(--pdp-i, 0) * .13s)}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-proof__cell:nth-child(2){transition-delay:90ms}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-proof__cell:nth-child(3){transition-delay:.18s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-proof__cell:nth-child(4){transition-delay:.27s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-proof__cell:nth-child(5){transition-delay:.36s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-proof__cell:nth-child(6){transition-delay:.45s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-faq__item:nth-of-type(2){transition-delay:55ms}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-faq__item:nth-of-type(3){transition-delay:.11s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-faq__item:nth-of-type(4){transition-delay:165ms}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-faq__item:nth-of-type(5){transition-delay:.22s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-faq__item:nth-of-type(6){transition-delay:275ms}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-faq__item:nth-of-type(7){transition-delay:.33s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-faq__item:nth-of-type(8){transition-delay:385ms}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-carousel__slide:nth-child(2){transition-delay:.1s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-carousel__slide:nth-child(3){transition-delay:.2s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-carousel__slide:nth-child(4){transition-delay:.3s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-carousel__slide:nth-child(5){transition-delay:.4s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-founder__logo:nth-child(1){transition-delay:.15s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-founder__logo:nth-child(2){transition-delay:.24s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-founder__logo:nth-child(3){transition-delay:.33s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-founder__logo:nth-child(4){transition-delay:.42s}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-reveal-media{transition:opacity .7s ease-out,transform 1s cubic-bezier(.22,1,.36,1),clip-path 1s cubic-bezier(.22,1,.36,1);transition-delay:80ms}html:not(.no-js) .pdp-section [data-glow-reveal-group]:not(.is-revealed) .pdp-reveal-media{opacity:0;transform:scale(1.05);clip-path:inset(0 0 10% 0)}html:not(.no-js) .pdp-section [data-glow-reveal-group]>.pdp-difference__pullquote{transition-duration:.7s;transition-delay:.2s}html:not(.no-js) .pdp-section [data-glow-reveal-group]:not(.is-revealed)>.pdp-difference__pullquote{transform:translateY(22px) scale(.985)}@media(min-width:990px){.pdp-benefits__media,.pdp-spec__media{position:sticky;top:96px;align-self:start}}.pdp-benefits__img,.pdp-spec__img,.pdp-difference__img,.pdp-carousel__img{border-radius:12px;overflow:hidden}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:no-preference){.pdp-benefits__img img,.pdp-spec__img img,.pdp-difference__img img,.pdp-proof__img img,.pdp-carousel__img img,.pdp-split-media img{transition:transform 1.4s cubic-bezier(.22,1,.36,1)}.pdp-benefits__img:hover img,.pdp-spec__img:hover img,.pdp-difference__img:hover img,.pdp-proof__img:hover img,.pdp-carousel__slide:hover .pdp-carousel__img img,.pdp-split-media:hover img{transform:scale(1.035)}}.pdp-benefits__media{display:grid;gap:16px}.pdp-benefits__img--detail{width:62%;justify-self:end}.pdp-benefits__video{aspect-ratio:4 / 5;border-radius:12px;overflow:hidden}.pdp-benefits__video video{width:100%;height:100%;object-fit:cover;display:block}.pdp-benefits--media-left .pdp-benefits__img--detail{justify-self:start}html:not(.no-js) .pdp-section [data-glow-reveal-group] .pdp-benefits__img--detail.pdp-reveal-media{transition-delay:.22s}.pdp-proof__cell--image{align-content:center}.pdp-proof__img{border-radius:12px;overflow:hidden}.pdp-faq__head{display:grid;gap:20px;margin-bottom:clamp(28px,4vw,48px)}.pdp-faq__head .pdp-head{margin-bottom:0}.pdp-faq__img{width:88px;border-radius:12px;overflow:hidden}@media(min-width:700px){.pdp-faq__head{grid-template-columns:1fr auto;align-items:end}.pdp-faq__img{width:112px}}@media(prefers-reduced-motion:no-preference){.pdp-faq__item[open] .pdp-faq__answer{animation:pdp-faq-rise .3s ease-out}}@keyframes pdp-faq-rise{0%{opacity:0;transform:translateY(-4px)}}@media print{html:not(.no-js) .pdp-section [data-glow-reveal-group] *,html:not(.no-js) .pdp-section [data-glow-reveal-group]>*{opacity:1!important;transform:none!important;clip-path:none!important}.pdp-carousel__track{overflow:visible;flex-wrap:wrap}.pdp-carousel__nav,.pdp-carousel__dots,.pdp-carousel__thumbs{display:none!important}.pdp-faq__item{break-inside:avoid}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/glow-pdp.css.map */
