.purfit-popup__dialog{width:min(1180px,calc(100vw - 48px));max-width:none;max-height:min(780px,calc(100vh - 48px));padding:0;overflow:hidden;color:var(--popup-text);background:var(--popup-bg);border:1px solid rgba(255,255,255,.13);border-radius:22px;box-shadow:0 32px 90px #0000008c}.purfit-popup__dialog::backdrop{background:#06080ad1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.purfit-popup__content{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(430px,1.3fr);min-height:590px}.purfit-popup__copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,5vw,70px)}.purfit-popup__eyebrow{margin:0 0 16px;color:var(--popup-accent);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.purfit-popup__heading{max-width:100%;margin:0;color:inherit;font-family:var(--heading-font-family, inherit);font-size:clamp(42px,4vw,58px);font-weight:650;letter-spacing:-.045em;line-height:.98;text-wrap:balance}.purfit-popup__subheading{max-width:35ch;margin-top:18px;color:#ffffffb8;font-size:16px;line-height:1.55}.purfit-popup__subheading p{margin:0}.purfit-popup__question{margin:24px 0 12px;color:#ffffffeb;font-size:14px;font-weight:650}.purfit-popup__choices{display:grid;gap:9px}.purfit-popup__choice-wrap{position:relative}.purfit-popup__choice{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:52px;padding:11px 15px;color:#151515;background:var(--popup-accent);border:1px solid var(--popup-accent);border-radius:7px;font:inherit;text-align:left;text-decoration:none;cursor:pointer;transition:color .18s ease,background .18s ease,transform .18s ease}.purfit-popup__choice:hover,.purfit-popup__choice:focus-visible,.purfit-popup__choice-wrap.is-open>.purfit-popup__choice{color:#fff;background:transparent;transform:translate(3px)}.purfit-popup__choice-copy{display:grid;gap:2px;min-width:0}.purfit-popup__choice-copy strong{font-size:12px;font-weight:800;letter-spacing:.045em;line-height:1.2;text-transform:uppercase}.purfit-popup__choice-copy small{color:#151515ad;font-size:10px;font-weight:600;letter-spacing:.01em;line-height:1.25;text-transform:none;transition:color .18s ease}.purfit-popup__choice:hover .purfit-popup__choice-copy small,.purfit-popup__choice:focus-visible .purfit-popup__choice-copy small,.purfit-popup__choice-wrap.is-open>.purfit-popup__choice .purfit-popup__choice-copy small{color:#ffffffa8}.purfit-popup__choice-arrow{flex:0 0 auto;margin-left:12px;font-size:18px;line-height:1}.purfit-popup__submenu{position:absolute;z-index:8;top:0;left:calc(100% - 4px);display:grid;width:292px;gap:7px;padding:10px;visibility:hidden;opacity:0;transform:translate(8px);background:#0a0b0cf5;border:1px solid rgba(255,255,255,.14);border-radius:10px;box-shadow:0 18px 42px #00000057;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.purfit-popup__choice-wrap--menu:hover>.purfit-popup__submenu,.purfit-popup__choice-wrap--menu:focus-within>.purfit-popup__submenu,.purfit-popup__choice-wrap.is-open>.purfit-popup__submenu{visibility:visible;opacity:1;transform:translate(0)}.purfit-popup__subchoice{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:60px;padding:11px 12px;color:#fff;background:#ffffff0e;border:1px solid rgba(255,255,255,.1);border-radius:7px;text-decoration:none;transition:border-color .16s ease,background .16s ease,transform .16s ease}.purfit-popup__subchoice:hover,.purfit-popup__subchoice:focus-visible{background:#c5a15a1f;border-color:var(--popup-accent);transform:translate(2px)}.purfit-popup__subchoice>span:first-child{display:grid;gap:3px}.purfit-popup__subchoice strong{color:#fff;font-size:12px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.purfit-popup__subchoice small{color:#ffffff94;font-size:10px;line-height:1.3}.purfit-popup__subchoice--disabled{cursor:default;opacity:.72}.purfit-popup__subchoice--disabled:hover{background:#ffffff0e;border-color:#ffffff1a;transform:none}.purfit-popup__subchoice em{flex:0 0 auto;padding:5px 7px;color:#161616;background:var(--popup-accent);border-radius:999px;font-size:8px;font-style:normal;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.purfit-popup__footnote{margin:14px 0 0;color:#ffffff80;font-size:11px;line-height:1.45}.purfit-popup__media{position:relative;min-width:0;overflow:hidden;background:#0b0d0e}.purfit-popup__image,.purfit-popup__placeholder{width:100%;height:100%;min-height:590px;object-fit:cover;object-position:center}.purfit-popup__media-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--popup-bg) 0%,transparent 20%,transparent 100%);pointer-events:none}.purfit-popup__caption{position:absolute;right:24px;bottom:20px;margin:0;padding:8px 11px;color:#ffffffbd;background:#0000007a;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:10px;font-weight:650;letter-spacing:.1em;text-transform:uppercase}.purfit-popup__close{position:absolute;z-index:12;top:16px;right:16px;display:grid;place-items:center;width:42px;height:42px;padding:0;color:#fff;background:#0000008c;border:1px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.purfit-popup__close svg{width:20px;height:20px}@media(max-width:899px){.purfit-popup__dialog{width:min(620px,calc(100vw - 24px));max-height:calc(100vh - 24px);overflow-y:auto;border-radius:18px}.purfit-popup__content{grid-template-columns:1fr;min-height:0}.purfit-popup__copy{order:2;padding:30px 24px 28px}.purfit-popup__heading{max-width:100%;font-size:clamp(36px,9vw,48px)}.purfit-popup__subheading{margin-top:12px;font-size:14px}.purfit-popup__question{margin-top:20px}.purfit-popup__submenu{position:static;width:auto;max-height:0;margin:0;padding:0 8px;overflow:hidden;visibility:visible;opacity:1;transform:none;background:#ffffff09;border:0;border-radius:0 0 8px 8px;box-shadow:none;transition:max-height .22s ease,padding .22s ease,margin .22s ease}.purfit-popup__choice-wrap.is-open>.purfit-popup__submenu{max-height:270px;margin-top:5px;padding:8px}.purfit-popup__choice-wrap--menu:hover>.purfit-popup__submenu:not(.mobile-open){max-height:0;margin-top:0;padding-top:0;padding-bottom:0}.purfit-popup__choice-wrap.is-open:hover>.purfit-popup__submenu{max-height:270px;margin-top:5px;padding:8px}.purfit-popup__media{order:1;height:min(32vh,250px)}.purfit-popup__image,.purfit-popup__placeholder{min-height:0;height:100%}.purfit-popup__media-shade{background:linear-gradient(0deg,var(--popup-bg) 0%,transparent 28%,transparent 100%)}}@media(max-width:520px){.purfit-popup__dialog{width:100vw;max-height:calc(100vh - 18px);margin:auto 0 0;border-radius:18px 18px 0 0;border-bottom:0}.purfit-popup__media{height:22vh;min-height:145px}.purfit-popup__copy{padding:22px 18px 20px}.purfit-popup__eyebrow{margin-bottom:9px}.purfit-popup__heading{font-size:34px}.purfit-popup__choice{min-height:50px;padding:10px 13px}}@media(prefers-reduced-motion:reduce){.purfit-popup__choice,.purfit-popup__submenu,.purfit-popup__subchoice{transition:none}}.purfit-hero{background:#0a0a0a;color:#fff}.purfit-hero__carousel,.purfit-hero__track{display:block;position:relative;min-height:var(--hero-height-mobile)}.purfit-hero__track{overflow:hidden}.purfit-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;min-height:var(--hero-height-mobile);opacity:0;pointer-events:none;transition:opacity .7s ease}.purfit-hero__slide.is-active{z-index:1;opacity:1;pointer-events:auto}.purfit-hero__media,.purfit-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0}.purfit-hero__image{width:100%;height:100%;object-fit:cover}.purfit-hero__placeholder{background:#171717}.purfit-hero__shade{background:linear-gradient(90deg,rgba(0,0,0,var(--hero-overlay)),rgba(0,0,0,calc(var(--hero-overlay) * .58)) 46%,#00000014 78%)}.purfit-hero__inner{position:relative;z-index:2;display:flex;min-height:var(--hero-height-mobile);padding-top:56px;padding-bottom:84px;align-items:center}.purfit-hero__inner--center{justify-content:center}.purfit-hero__inner--right{justify-content:flex-end}.purfit-hero__content{width:min(100%,660px)}.purfit-hero__content--center{text-align:center}.purfit-hero__content--right{text-align:right}.purfit-hero__eyebrow{margin:0 0 14px;color:var(--hero-accent);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.purfit-hero__heading{max-width:13ch;margin:0;color:#fff;font-size:clamp(40px,5.1vw,78px);line-height:.98;letter-spacing:-.035em}.purfit-hero__content--center .purfit-hero__heading{margin-inline:auto}.purfit-hero__content--right .purfit-hero__heading{margin-left:auto}.purfit-hero__text{max-width:54ch;margin-top:20px;color:#ffffffd1;font-size:clamp(15px,1.35vw,19px)}.purfit-hero__content--center .purfit-hero__text{margin-inline:auto}.purfit-hero__content--right .purfit-hero__text{margin-left:auto}.purfit-hero__button{display:inline-flex;align-items:center;gap:12px;min-height:48px;margin-top:28px;padding:12px 22px;border:1px solid var(--hero-accent);border-radius:999px;background:var(--hero-accent);color:#0c0c0c;font-size:14px;font-weight:700;text-decoration:none;transition:transform .18s ease,background .18s ease,color .18s ease}.purfit-hero__button:hover{transform:translateY(-2px);background:transparent;color:#fff}.purfit-hero__controls{position:absolute;z-index:3;right:0;bottom:24px;left:0;display:flex;align-items:center;justify-content:flex-end;gap:12px}.purfit-hero__arrow{display:grid;width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:#0808086b;color:#fff;font-size:28px;line-height:1;place-items:center}.purfit-hero__dots{display:flex;align-items:center;gap:7px}.purfit-hero__dot{width:28px;height:3px;padding:0;border:0;border-radius:999px;background:#ffffff61;transition:width .18s ease,background .18s ease}.purfit-hero__dot.is-active{width:48px;background:var(--hero-accent)}@media(min-width:750px){.purfit-hero__carousel,.purfit-hero__track,.purfit-hero__slide,.purfit-hero__inner{min-height:var(--hero-height-desktop)}}@media(max-width:749px){.purfit-hero__shade{background:linear-gradient(0deg,#000000c2,#00000047 68%,#00000014)}.purfit-hero__inner,.purfit-hero__inner--center,.purfit-hero__inner--right{align-items:flex-end;justify-content:flex-start}.purfit-hero__content,.purfit-hero__content--center,.purfit-hero__content--right{text-align:left}.purfit-hero__content--center .purfit-hero__heading,.purfit-hero__content--right .purfit-hero__heading,.purfit-hero__content--center .purfit-hero__text,.purfit-hero__content--right .purfit-hero__text{margin-left:0}.purfit-hero__heading{font-size:clamp(38px,12vw,56px)}.purfit-hero__controls{bottom:20px;justify-content:flex-end}.purfit-hero__arrow{display:none}}@media(prefers-reduced-motion:reduce){.purfit-hero__slide,.purfit-hero__button,.purfit-hero__dot{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/21/compiled_assets/styles.css.map?subset=AAAAAAAAAAAAAAAggA */
