.upw{background-color:#f7f7f7;width:100%;display:block}.upw *,.upw *:before,.upw *:after{box-sizing:border-box}.upw .swiper-wrapper{box-sizing:content-box}.upw .swiper-slide{box-sizing:border-box}.upw__hidden{display:none!important}.upw__grid{display:flex;flex-direction:column;background-color:#f2f2f2;gap:4px}@media screen and (min-width:990px){.upw__grid{flex-direction:row;gap:0}}.upw__media{width:100%;background:#f2f2f2;position:relative}@media screen and (min-width:990px){.upw__media{width:66%;display:flex;gap:12px;padding:12px;align-items:flex-start}}.upw__thumbs{display:none;flex-direction:column;gap:4px;flex-shrink:0}@media screen and (min-width:990px){.upw__thumbs{display:flex;padding:4px;background:#fff}}.upw__thumb{width:56px;height:56px;border:1px solid transparent;background:#fff;cursor:pointer;overflow:hidden;padding:0;transition:border-color .2s ease}.upw__thumb img{width:100%;height:100%;object-fit:cover}.upw__thumb--active{border-color:#090909}.upw__slider{flex:1;min-width:0;position:relative;background:#f2f2f2}.upw__swiper{width:100%;aspect-ratio:1;max-height:720px;overflow:hidden}.upw__swiper .swiper-wrapper{height:100%}.upw__slide{display:flex;align-items:center;justify-content:center;background:#f2f2f2;height:100%}.upw__slide img,.upw__slide video{display:block;width:100%;height:100%;max-height:100%;object-fit:contain}.upw__thumbs-mobile{display:flex;gap:4px;padding:4px 4px 6px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;background-color:#fff}.upw__thumbs-mobile::-webkit-scrollbar{display:none}@media screen and (min-width:990px){.upw__thumbs-mobile{display:none}}.upw__thumbs-mobile .upw__thumb{width:88px;height:88px;flex-shrink:0}.upw__controls{display:flex;justify-content:center;align-items:center;position:relative;z-index:2;padding:12px 12px 16px}.upw__slider--with-arrows .upw__controls{justify-content:space-between}.upw__dots{display:flex;justify-content:center;align-items:center;gap:4px}.upw__arrow{width:20px;height:20px;border:0;background:transparent;color:#090909;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;padding:0;transition:opacity .2s ease}.upw__arrow svg{width:20px;height:20px;display:block}.upw__arrow--disabled{opacity:.4;cursor:not-allowed}.upw__arrows{display:flex;gap:8px}.upw__slider{position:relative}.upw__arrows--mobile{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);pointer-events:none;justify-content:space-between;padding:0 12px;z-index:3}.upw__arrows--mobile .upw__arrow{pointer-events:auto}.upw__arrows--desktop{display:none}@media screen and (min-width:990px){.upw__arrows--mobile{display:none}.upw__arrows--desktop{display:flex}.upw__slider--with-arrows .upw__controls{justify-content:space-between}}.upw__dot{position:relative;display:block;width:8px;height:8px;background:transparent;border:1px solid #090909;border-radius:50%;cursor:pointer;transition:width .35s ease,border-radius .35s ease;transition:all .3s ease;padding:0;flex-shrink:0;overflow:hidden}.upw__dot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:0;background:#090909;transition:none}.upw__dot--active{width:46px;border-radius:6px}.upw__dot--active:after{width:100%;animation:upwFillProgress 6.5s cubic-bezier(.32,.72,0,1) forwards}@keyframes upwFillProgress{0%{width:0}to{width:100%}}.upw__details{width:100%;background:#fff;display:flex;flex-direction:column;padding:0}@media screen and (min-width:990px){.upw__details{width:34%;padding:4px 0}}.upw__product-title-row{padding:12px;border-bottom:4px solid #F7F7F7;color:#9f9f9f;font-family:Neue Haas Grotesk Display Pro;font-size:12px;font-style:normal;font-weight:700;line-height:90%;letter-spacing:-.24px}.upw__brand{padding:12px 12px 0;font-size:12px;font-weight:700;text-transform:uppercase;color:#9f9f9f;letter-spacing:-.24px}.upw__heading-row{display:flex;justify-content:space-between;align-items:center;padding:20px 12px 10px;border-bottom:4px solid #F7F7F7}.upw__heading{color:#090909;font-family:Neue Haas Grotesk Display Pro;font-size:16px;font-style:normal;font-weight:700;line-height:90%;letter-spacing:-.32px;margin:0}.upw__badge{color:#028d00;text-align:right;font-family:Neue Haas Grotesk Display Pro;font-size:16px;font-style:normal;font-weight:700;line-height:90%;letter-spacing:-.32px;text-transform:uppercase}.upw__form-heading-row{display:flex;justify-content:space-between;align-items:center;padding:12px 12px 20px}.upw__form-heading{text-transform:uppercase;color:#090909;font-family:Neue Haas Grotesk Display Pro;font-size:12px;font-style:normal;font-weight:700;line-height:90%;letter-spacing:-.24px}.upw__mandatory-text{text-transform:uppercase;color:#9f9f9f;text-align:right;font-family:Neue Haas Grotesk Display Pro;font-size:12px;font-style:normal;font-weight:700;line-height:90%;letter-spacing:-.24px}.upw__form{padding:8px 12px 0;display:flex;flex-direction:column;gap:12px}.upw__field{position:relative;width:100%}.upw__input,.upw__select{width:100%;height:48px;padding:16px 12px;border:2px solid #090909;border-radius:0;font-size:12px;font-weight:700;color:#090909;background:#fff;transition:border-color .2s ease;outline:none;-webkit-appearance:none;appearance:none;line-height:normal}.upw__input::placeholder{color:#9f9f9f;font-feature-settings:"ss02" on;font-family:Neue Haas Grotesk Display Pro;font-size:12px;font-style:normal;font-weight:700;line-height:normal}.upw__input~label,.upw__select~label{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:12px;color:#9f9f9f;background:transparent;transition:all .2s ease;pointer-events:none;font-weight:700;text-transform:uppercase;letter-spacing:-.24px}.upw__input:focus~label,.upw__input:not(:placeholder-shown)~label{display:none}.upw__select.upw__select--filled~label{display:none}.upw__select.upw__select--filled{padding-top:12px;padding-bottom:12px}.upw__select:not(.upw__select--filled){color:transparent}.upw__select:not(.upw__select--filled) option{color:#090909}.upw__row{display:flex;gap:12px;margin-top:8px}.upw__row .upw__field{flex:1}.upw__select-wrap{position:relative}.upw__select-wrap:after{content:"";position:absolute;right:14px;top:50%;width:8px;height:8px;border-right:2px solid #090909;border-bottom:2px solid #090909;transform:translateY(-70%) rotate(45deg);pointer-events:none}.upw__select{padding-right:32px;cursor:pointer}.upw__size-guide{display:inline-block;align-self:flex-start;padding:0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:-.24px;background:transparent;border:0;cursor:pointer;font-family:inherit;text-align:left;color:#090909;font-family:Neue Haas Grotesk Display Pro;font-style:normal;line-height:90%;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:12%;text-underline-offset:-8%;text-underline-position:from-font;margin-top:0}.upw__submit-helper{color:#9f9f9f;font-size:12px;font-weight:700;line-height:120%;letter-spacing:-.24px;margin-top:0;margin-bottom:0}.upw__submit-wrap{margin-top:20px;padding:0}.upw__submit{width:100%;padding:18px 12px;height:48px;background:#090909;text-transform:uppercase;border:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:opacity .2s ease;color:#fff;font-feature-settings:"ss02" on;font-family:Neue Haas Grotesk Display Pro;font-size:12px;font-style:normal;font-weight:700;line-height:90%}.upw__submit:hover{opacity:.9}.upw__submit:disabled{opacity:.6;cursor:not-allowed}.upw__spinner{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:upwSpin .7s linear infinite;flex-shrink:0}.upw__submit.upw__is-loading .upw__spinner,.upw__step-2-cta.upw__is-loading .upw__spinner{display:block}.upw__submit.upw__is-loading svg:not(.upw__spinner),.upw__step-2-cta.upw__is-loading svg:not(.upw__spinner){display:none}.upw__step-2-cta:disabled{opacity:.6;cursor:not-allowed}@keyframes upwSpin{to{transform:rotate(360deg)}}.upw__usps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:16px 12px;border-top:4px solid #F7F7F7;border-bottom:4px solid #F7F7F7;margin-top:16px}@media screen and (max-width:767px){.upw__usps{margin-top:12px}}.upw__usp{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.upw__usp-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center}.upw__usp-icon img,.upw__usp-icon svg{width:100%;height:100%;object-fit:contain}.upw__usp-text{color:#090909;text-align:center;font-family:Neue Haas Grotesk Display Pro;font-size:12px;font-style:normal;font-weight:700;line-height:90%;letter-spacing:-.24px;text-transform:uppercase}.upw__description{padding:0 12px}.upw__description+.upw__description{border-top:4px solid #f7f7f7;border-bottom:4px solid #f7f7f7}.upw__description-summary{padding:16px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;text-transform:uppercase;color:#090909;font-family:Neue Haas Grotesk Display Pro;font-size:12px;font-style:normal;font-weight:700;line-height:90%;letter-spacing:-.24px}@media screen and (max-width:767px){.upw__description-summary{padding:11px 0 20px}}.upw__description-summary::-webkit-details-marker{display:none}.upw__description-toggle{width:14px;height:14px;position:relative}.upw__description-toggle:before,.upw__description-toggle:after{content:"";position:absolute;background:#090909}.upw__description-toggle:before{top:50%;left:0;right:0;height:2px;transform:translateY(-50%)}.upw__description-toggle:after{left:50%;top:0;bottom:0;width:2px;transform:translate(-50%);transition:transform .2s ease}.upw__description[open] .upw__description-toggle:after{transform:translate(-50%) scaleY(0)}.upw__description-content{padding:0;font-size:14px;line-height:120%;color:#090909}.upw__description-content p{margin:0 0 12px}.upw__step-2{background:#fff;padding:80px 16px;text-align:center;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.upw__step-2-logo{margin-bottom:60px;max-width:160px}.upw__step-2-logo img{width:100%;height:auto}.upw__step-2-heading{display:block;width:100%;max-width:46%;text-align:center;font-family:Neue Haas Grotesk Display Pro;font-size:40px;font-style:normal;font-weight:700;line-height:90%;letter-spacing:-.8px;margin-bottom:28px;text-transform:uppercase}@media screen and (max-width:767px){.upw__step-2-heading{max-width:100%}}.upw__step-2-heading strong{color:#028d00;font-weight:inherit}.upw__step-2-cta{max-width:480px;width:100%;padding:18px 16px;height:48px;background:#090909;color:#fff;font-feature-settings:"ss02" on;font-family:Neue Haas Grotesk Display Pro;font-size:12px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.24px;text-transform:uppercase;border:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;text-decoration:none}.upw__step-2-cta .upw__submit-icon{width:16px;height:16px;flex-shrink:0;display:block}.upw__skip{display:inline-block;margin-top:16px;color:#090909;font-feature-settings:"ss02" on;font-family:Neue Haas Grotesk Display Pro;font-size:12px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.24px;text-transform:uppercase;background:transparent;border:0;cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/149/assets/upcoming-product-waitlist.css.map */
