.wake-product{padding-top:var(--wake-product-padding-top, 40px);padding-bottom:var(--wake-product-padding-bottom, 56px)}@media screen and (min-width:990px){.wake-product .product:not(.product--no-media) .product__media-wrapper,.wake-product .product:not(.product--no-media) .product__info-wrapper{max-width:50%;width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}}.wake-gallery{position:relative}@media screen and (min-width:750px){.wake-product .product--thumbnail .product__media-list,.wake-product .product--thumbnail_slider .product__media-list{display:grid}.wake-product .product--thumbnail .product__media-item,.wake-product .product--thumbnail_slider .product__media-item{display:block;grid-area:1 / 1;width:100%;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility 0s linear .35s;animation:none}.wake-product .product--thumbnail .product__media-item.is-active,.wake-product .product--thumbnail_slider .product__media-item.is-active{opacity:1;visibility:visible;transition:opacity .35s ease,visibility 0s linear 0s}}@media screen and (max-width:749px){.wake-product{padding-top:1.6rem}.wake-gallery .slider-buttons{display:none}.wake-product .thumbnail-list__item.slider__slide{flex:0 0 auto;width:5rem}.wake-product .product__media-list{margin-bottom:.8rem}.wake-product .thumbnail-slider{margin-top:0}}@media(prefers-reduced-motion:reduce){.wake-product .product__media-item{transition:none}}.wake-gallery__arrow{position:absolute;top:50%;z-index:2;display:none;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;border:0;border-radius:50%;background:rgb(var(--color-background));box-shadow:0 2px 12px rgba(var(--color-foreground),.16);color:rgb(var(--color-foreground));cursor:pointer;transform:translateY(-50%);transition:transform .15s ease,opacity .15s ease}.wake-gallery__arrow svg{width:1.4rem;height:auto}.wake-gallery__arrow--prev{left:1.6rem}.wake-gallery__arrow--prev svg{transform:rotate(90deg)}.wake-gallery__arrow--next{right:1.6rem}.wake-gallery__arrow--next svg{transform:rotate(-90deg)}.wake-gallery__arrow:hover{transform:translateY(-50%) scale(1.06)}.wake-gallery__arrow[disabled]{opacity:.35;cursor:default}.wake-gallery__arrow[disabled]:hover{transform:translateY(-50%)}@media screen and (min-width:750px){.wake-gallery [id^=GalleryViewer]{position:relative}.wake-gallery__arrow{display:flex;top:50%}}@property --wake-fade-start{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --wake-fade-end{syntax: "<length>"; inherits: false; initial-value: 0px;}@media screen and (min-width:750px){.wake-product .thumbnail-list{display:flex;flex-wrap:nowrap;overflow-x:auto;padding:.4rem;margin:-.4rem;scroll-padding:.4rem;overscroll-behavior-x:contain;scroll-behavior:smooth;scrollbar-width:none;--wake-fade-start: 0px;--wake-fade-end: 0px;transition:--wake-fade-start .25s ease,--wake-fade-end .25s ease;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 var(--wake-fade-start),#000 calc(100% - var(--wake-fade-end)),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 var(--wake-fade-start),#000 calc(100% - var(--wake-fade-end)),transparent 100%)}.wake-product .thumbnail-list::-webkit-scrollbar{display:none}.wake-product .thumbnail-list.is-scrolled-start{--wake-fade-start: 4rem}.wake-product .thumbnail-list.is-scrolled-end{--wake-fade-end: 4rem}.wake-product .thumbnail-list__item{flex:0 0 auto;width:calc(100% / 6.5 - .9rem)}}@media(prefers-reduced-motion:reduce){.wake-product .thumbnail-list{scroll-behavior:auto;transition:none}}.wake-product .thumbnail{border-radius:var(--wake-radius-sm, 10px)}.wake-product .thumbnail[aria-current=true]{box-shadow:0 0 0 2px rgb(var(--wake-orange));border-color:transparent}.wake-product .thumbnail:after{border-radius:var(--wake-radius-sm, 10px)}.wake-assurance{display:grid;gap:.8rem;margin:1.6rem 0 0;padding:0;list-style:none}.wake-assurance__item{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:1.4rem;line-height:1.35;color:rgb(var(--color-foreground))}.wake-assurance__item--plain{opacity:.75}.wake-assurance__icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:1.8rem;color:currentColor}.wake-assurance__icon svg{width:100%;height:auto}.wake-assurance__dates{font-weight:600}.wake-assurance__dates:empty{display:none}.wake-product__headline{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:1.2rem}.wake-product__title{margin:0;font-size:clamp(3.2rem,4vw,4.6rem);line-height:1.02;letter-spacing:-.03em}.wake-product__price-block{flex-shrink:0;text-align:right}.wake-product__price{display:block;font-size:clamp(2.2rem,2.6vw,2.8rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;white-space:nowrap}.wake-product__tax-note{display:block;margin-top:.1rem;font-size:1.2rem;line-height:1.2;opacity:.6}.wake-product__subtitle{margin:0;font-size:1.7rem;line-height:1.5;opacity:.75}.wake-product__form{margin-top:2.8rem}.wake-tiers{display:grid;gap:1.2rem;margin:0 0 2.4rem;padding:0;border:0}.wake-tier{position:relative;display:flex;align-items:center;gap:1.6rem;padding:1.8rem 2rem;border:2px solid transparent;border-radius:var(--wake-radius, 14px);background-color:rgba(var(--color-foreground),.06);cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.wake-tier:hover{border-color:rgba(var(--color-foreground),.2)}.wake-tier.is-selected{border-color:rgb(var(--wake-orange))}.wake-tier__radio{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.wake-tier__check{position:absolute;top:-1rem;right:-1rem;display:none;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:50%;background:rgb(var(--wake-orange));color:#fff}.wake-tier__check svg{width:1.2rem;height:auto}.wake-tier.is-selected .wake-tier__check{display:flex}.wake-tier__main{flex:1 1 auto;min-width:0}.wake-tier__label{display:block;font-size:1.8rem;font-weight:600;line-height:1.15;letter-spacing:-.01em}.wake-tier__note{display:block;margin-top:0;font-size:1.3rem;line-height:1.25;color:rgb(var(--wake-orange))}.wake-tier__pricing{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;text-align:right}.wake-tier__badge{display:inline-block;padding:.3rem .8rem;border-radius:999px;background:rgb(var(--wake-orange));color:#fff;font-size:1.1rem;font-weight:700;white-space:nowrap}.wake-tier__prices{white-space:nowrap}.wake-tier__was{margin-right:.6rem;opacity:.45}.wake-tier__now{font-weight:700}.wake-product__submit{margin:0}.wake-product__reassurance{margin:1.2rem 0 0;font-size:1.3rem;text-align:center;opacity:.65}.wake-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2.4rem 0 0;padding:0;list-style:none}.wake-trust__item{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.6rem 1rem;border:1px solid rgba(var(--color-foreground),.14);border-radius:var(--wake-radius, 14px);text-align:center}.wake-trust__icon{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;color:rgb(var(--color-foreground));opacity:1}.wake-trust__icon svg,.wake-trust__icon img{width:100%;height:auto;object-fit:contain;color:rgb(var(--color-foreground))}.wake-trust__emoji{font-size:2rem;line-height:1}.wake-trust__text{font-size:1.3rem;font-weight:600;line-height:1.3;color:rgb(var(--color-foreground));opacity:1}.wake-accordions{margin-top:3.2rem}.wake-accordions--flush{margin-top:0}.wake-accordions--flush .wake-accordion__title{font-size:1.9rem}.wake-accordion{border-top:1px solid rgba(var(--color-foreground),.14)}.wake-accordion:last-child{border-bottom:1px solid rgba(var(--color-foreground),.14)}.wake-accordion__summary{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.8rem 0;cursor:pointer;list-style:none}.wake-accordion__summary::-webkit-details-marker{display:none}.wake-accordion__summary::marker{content:""}.wake-accordion__title{font-size:1.7rem;font-weight:600;letter-spacing:-.01em;color:rgb(var(--color-foreground))}.wake-accordion__caret{display:flex;flex:0 0 1.8rem;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;color:rgb(var(--color-foreground));transition:transform .2s ease}.wake-accordion__caret svg{position:static;width:100%;height:100%}.wake-accordion[open] .wake-accordion__caret{transform:rotate(180deg)}.wake-accordion__panel{overflow:hidden}.wake-accordion__content{padding:0 0 2.2rem;font-size:1.5rem;line-height:1.6}.wake-accordion__media{margin:0 0 1.6rem;border-radius:var(--wake-radius, 14px);overflow:hidden;background-color:rgba(var(--color-foreground),.05)}.wake-accordion__media img{display:block;width:100%;height:auto}.wake-accordion__intro p{margin:0 0 1rem}.wake-accordion__intro p:last-child{margin-bottom:0}.wake-steps{counter-reset:wake-step;display:grid;gap:1.2rem;margin:1.6rem 0 0;padding:0;list-style:none}.wake-steps li{display:flex;align-items:flex-start;gap:1.2rem}.wake-steps li:before{counter-increment:wake-step;content:counter(wake-step);display:flex;flex:0 0 2.4rem;align-items:center;justify-content:center;height:2.4rem;border-radius:50%;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.3rem;font-weight:700;line-height:1}.wake-accordion__content>.wake-steps:first-child,.wake-accordion__content>.wake-points:first-child{margin-top:0}.wake-points{display:grid;gap:1rem;margin:1.6rem 0 0;padding:0;list-style:none}.wake-points li{display:flex;align-items:flex-start;gap:1.2rem}.wake-points__icon{display:flex;flex:0 0 1.8rem;align-items:center;justify-content:center;width:1.8rem;height:2.4rem;color:rgb(var(--color-foreground))}.wake-accordion__content>:first-child{margin-top:0}.wake-accordion__content>:last-child{margin-bottom:0}.wake-buybar{position:fixed;left:0;right:0;bottom:0;z-index:15;padding:0 1.2rem;padding-bottom:calc(1.2rem + env(safe-area-inset-bottom,0px));pointer-events:none;transform:translateY(115%);transition:transform .28s cubic-bezier(.32,.72,0,1)}.wake-buybar.is-visible{transform:translateY(0)}.wake-buybar__card{position:relative;pointer-events:auto;padding:1.6rem;border-radius:var(--wake-radius, 14px);box-shadow:0 8px 30px #00000040}.wake-buybar__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit;background:linear-gradient(205deg,#ffffff24,#fff0 55%);pointer-events:none}.wake-buybar__top{position:relative;z-index:1}.wake-buybar__top{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.4rem}.wake-buybar__info{flex:1 1 auto;min-width:0}.wake-buybar__title{margin:0;font-size:1.9rem;font-weight:700;line-height:1.1;letter-spacing:-.02em}.wake-buybar__subtitle{margin:.2rem 0 0;font-size:1.3rem;line-height:1.3;opacity:.65}.wake-buybar__points{margin:1rem 0 0;padding:0;list-style:none;display:grid;gap:.5rem}.wake-buybar__point{display:flex;align-items:center;gap:.7rem;font-size:1.3rem;line-height:1.3}.wake-buybar__point-icon{display:flex;flex-shrink:0;width:1.6rem;opacity:.8}.wake-buybar__point-icon svg{width:100%;height:auto}.wake-buybar__media{flex:0 0 auto;width:8rem;aspect-ratio:1 / 1;border-radius:var(--wake-radius-sm, 10px);overflow:hidden}.wake-buybar__media img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.35)}.wake-buybar__button:after{content:none}.wake-buybar__button:focus-visible{outline:.2rem solid #fff;outline-offset:.2rem}.wake-buybar__button{position:relative;display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;min-height:0;margin:0;padding:1.5rem 2rem;font-size:1.6rem}.wake-buybar__price{color:inherit}.wake-buybar__qty{position:absolute;top:-.8rem;right:-.6rem;z-index:1;display:flex;align-items:center;justify-content:center;min-width:2.4rem;height:2.4rem;padding:0 .6rem;border-radius:999px;background-color:#fff;color:#141312;font-size:1.3rem;font-weight:700;font-variant-numeric:tabular-nums}@media screen and (min-width:750px){.wake-buybar{display:none}}@media(prefers-reduced-motion:reduce){.wake-buybar{transition:none}}.wake-product__prices{display:flex;align-items:baseline;justify-content:flex-end;gap:.8rem}.wake-product__compare{font-size:1.7rem;font-weight:500;opacity:.45;white-space:nowrap}.wake-buybar__compare{font-size:1.4rem;opacity:.6;color:inherit}
/*# sourceMappingURL=/cdn/shop/t/4/assets/wake-product.css.map */
