.slideshow-hero{display:block;position:relative;height:100vh;height:100svh;width:100%;overflow:hidden;background-color:rgb(var(--color-atomic-black));z-index:1;isolation:isolate}.slideshow-hero__media-clip{position:absolute;top:0;right:0;bottom:0;left:0;clip:rect(auto,auto,auto,auto);z-index:1;pointer-events:none}.slideshow-hero__media{position:fixed;top:0;left:0;width:100%;height:100vh;height:100svh;pointer-events:none}.slideshow-hero__slide-media{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease}.slideshow-hero__slide-media.is-active{opacity:1}.slideshow-hero__image,.slideshow-hero__video{width:100%;height:100%}.slideshow-hero__img,.slideshow-hero__video video,.slideshow-hero__placeholder{width:100%;height:100%;object-fit:cover}.slideshow-hero__image--placeholder{background-color:rgb(var(--color-atomic-cloud));display:flex;align-items:center;justify-content:center}.slideshow-hero__image--placeholder .slideshow-hero__placeholder{width:100%;height:100%;object-fit:cover;fill:rgb(var(--color-atomic-light-grey));color:rgb(var(--color-atomic-light-grey))}.slideshow-hero__media-desktop{display:block;height:100%}.slideshow-hero__media-mobile{display:none;height:100%}.slideshow-hero__media-always{display:block;height:100%}@media screen and (max-width:749px){.slideshow-hero__media-desktop:not(.slideshow-hero__media-always){display:none}.slideshow-hero__media-mobile{display:block}}.slideshow-hero__foreground{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.slideshow-hero__shade{position:absolute;bottom:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .8s ease}.slideshow-hero__shade.is-active{opacity:1}.slideshow-hero__shade.is-hidden{display:none}.slideshow-hero__shade-1{position:absolute;bottom:0;left:0;width:100%;height:30vh;background:linear-gradient(to bottom,transparent,var(--shade-color, black));opacity:.18}.slideshow-hero__shade-2{position:absolute;bottom:0;left:0;width:100%;height:27vh;background:linear-gradient(to bottom,transparent,var(--shade-color, black));mix-blend-mode:overlay;opacity:.6}.slideshow-hero__content-wrapper{position:relative;z-index:5;padding:0 var(--space-6) var(--space-7)}slideshow-hero[data-color-mode=dark]{--slideshow-text: white;--slideshow-progress-bg: rgba(255, 255, 255, .2);--slideshow-progress-fill: white;--shade-color: black}slideshow-hero[data-color-mode=light]{--slideshow-text: rgb(var(--color-atomic-black));--slideshow-progress-bg: rgba(0, 0, 0, .15);--slideshow-progress-fill: rgb(var(--color-atomic-black));--shade-color: white}.slideshow-hero__progress{display:flex;gap:var(--space-2);margin-bottom:var(--space-6);transition:color .5s ease}.slideshow-hero__progress-bar{width:40px;height:2px;background:var(--slideshow-progress-bg, rgba(255, 255, 255, .2));position:relative;border-radius:1px;cursor:pointer;transition:background .5s ease}.slideshow-hero__progress-bar:before{content:"";position:absolute;inset-block:-20px;inset-inline:calc(var(--space-2) / -2)}.slideshow-hero__progress-fill{position:absolute;top:0;left:0;height:100%;width:100%;background:var(--slideshow-progress-fill, white);border-radius:inherit;transform:scaleX(0);transform-origin:left;transition:background .5s ease}.slideshow-hero__progress-bar.is-past .slideshow-hero__progress-fill{transform:scaleX(1)}slideshow-hero[data-auto-rotate=true] .slideshow-hero__progress-bar.is-active .slideshow-hero__progress-fill{animation:slideshow-hero-progress var(--slide-duration) linear forwards}slideshow-hero[data-auto-rotate=false] .slideshow-hero__progress-bar.is-active .slideshow-hero__progress-fill{transform:scaleX(1)}@keyframes slideshow-hero-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.slideshow-hero__content-stack{position:relative;transition:height .5s ease}.slideshow-hero__slide-content{opacity:0;transform:translateY(8px);transition:opacity .5s ease,transform .5s ease;pointer-events:none;position:absolute;bottom:0;left:0;width:100%}.slideshow-hero__slide-content.is-active{position:relative;opacity:1;transform:translateY(0);pointer-events:auto}.slideshow-hero__heading{font-family:var(--font-heading-family);font-weight:500;font-size:var(--font-size-B1);color:var(--slideshow-text, white);letter-spacing:-.02em;line-height:1;margin:0 0 var(--space-6);text-transform:none;transition:color .5s ease}.slideshow-hero__copy{display:flex;gap:var(--space-6);align-items:center}@media screen and (min-width:750px){.slideshow-hero__copy .btn.atomic-btn-secondary{min-height:38px;font-size:var(--font-size-B3);line-height:18px}}.slideshow-hero__subtitle{font-family:var(--font-body-family);font-weight:400;font-size:var(--font-size-B3);color:var(--slideshow-text, white);line-height:1.4;letter-spacing:.01em;margin:0;text-transform:none;transition:color .5s ease;max-width:40%}.slideshow-hero__product-highlight{position:absolute;bottom:var(--space-6);right:0;height:76px;width:81px;border-radius:3px 0 0 3px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffc;border:1px solid rgb(var(--color-atomic-light-grey));border-right:none;transition:width .3s ease,right .3s ease,border-radius .3s ease,opacity .5s ease;color:rgb(var(--color-atomic-black));z-index:10;opacity:0;pointer-events:none}.slideshow-hero__product-highlight.is-active{opacity:1;pointer-events:auto}.slideshow-hero__product-highlight.is-open{width:350px;right:var(--space-4);border-radius:3px;border-right:1px solid rgb(var(--color-atomic-light-grey))}.slideshow-hero__product-highlight:after{content:"";position:absolute;top:0;bottom:0;left:100%;width:0;transition:width .3s ease}.slideshow-hero__product-highlight.is-open:after{width:var(--space-4)}.slideshow-hero__product-link{display:flex;align-items:center;width:100%;height:100%;text-decoration:none;color:inherit;overflow:hidden;border-radius:inherit}.slideshow-hero__product-img-wrap{flex-shrink:0;width:53px;height:65px;margin:0 var(--space-2);display:flex;align-items:center;justify-content:center}.slideshow-hero__product-img-wrap img{max-width:100%;max-height:100%;object-fit:contain}.slideshow-hero__product-info{flex:0 0 auto;width:calc(350px - 53px - 2 * var(--space-2));padding-right:var(--space-3);opacity:0;transition:opacity .15s ease}.slideshow-hero__product-highlight.is-open .slideshow-hero__product-info{opacity:1;transition:opacity .2s ease .1s}.slideshow-hero__product-title{display:block;font-family:var(--font-body-family);font-size:var(--font-size-B3);font-weight:400;line-height:1.3;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:none}.slideshow-hero__product-prices{display:flex;gap:3px;align-items:baseline;margin-top:var(--space-1);font-kerning:none}.slideshow-hero__product-price--sale{font-family:var(--font-heading-family);font-weight:700;font-size:var(--font-size-B3);color:rgb(var(--color-atomic-red))}.slideshow-hero__product-price--compare{font-family:var(--font-body-family);font-weight:400;font-size:var(--font-size-B4);text-decoration:line-through}.slideshow-hero__product-price--regular{font-family:var(--font-heading-family);font-weight:700;font-size:var(--font-size-B3)}.slideshow-hero__product-arrow{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;color:rgb(var(--color-atomic-black))}.slideshow-hero__product-arrow svg{width:10px;height:10px}.slideshow-hero__product-highlight.is-open .slideshow-hero__product-arrow{opacity:0;pointer-events:none}.slideshow-hero__product-close{position:absolute;top:4px;right:4px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;color:rgb(var(--color-atomic-black));opacity:0;pointer-events:none;transition:opacity .2s ease .1s}.slideshow-hero__product-close svg{width:10px;height:10px}.slideshow-hero__product-highlight.is-open .slideshow-hero__product-close{opacity:1;pointer-events:auto}@media screen and (max-width:749px){.slideshow-hero__content-wrapper{padding:0 var(--space-3) var(--space-5)}.slideshow-hero__progress{margin-bottom:var(--space-3)}.slideshow-hero__progress-bar{width:24px}.slideshow-hero__heading{font-size:var(--font-size-H2);margin-bottom:var(--space-6)}.slideshow-hero__copy{gap:var(--space-5);align-items:flex-start}.slideshow-hero__subtitle{max-width:none;flex:1;font-size:var(--font-size-B3);line-height:1.43}.slideshow-hero__product-highlight{height:76px;width:81px}.slideshow-hero__product-highlight.is-open{width:300px}.slideshow-hero__product-info{width:calc(300px - 53px - 2 * var(--space-2))}}.slideshow-hero-wrapper{position:relative}.slideshow-hero-wrapper[data-has-parallax]{height:calc(100svh + var(--parallax-scroll, 0px))}.slideshow-hero-wrapper[data-has-parallax] .slideshow-hero{position:sticky;top:0}.slideshow-hero__slide-media[data-scroll-mode=long],.slideshow-hero__slide-media[data-scroll-mode=parallax]{overflow:visible}.slideshow-hero__slide-media[data-scroll-mode=long] .slideshow-hero__img,.slideshow-hero__slide-media[data-scroll-mode=parallax] .slideshow-hero__img{width:100%;height:var(--scroll-img-h, 100%);object-fit:cover}.slideshow-hero__top-layer{position:absolute;top:0;left:0;width:100%;height:var(--scroll-top-h, 100%);z-index:1;pointer-events:none}.slideshow-hero__top-img{width:100%;height:100%;object-fit:cover;display:block}.no-js .slideshow-hero__slide-media:not(:first-child),.no-js .slideshow-hero__slide-content:not(:first-child),.no-js .slideshow-hero__shade:not(:first-child){display:none}.no-js .slideshow-hero__slide-media:first-child,.no-js .slideshow-hero__slide-content:first-child,.no-js .slideshow-hero__shade:first-child{opacity:1}@media(prefers-reduced-motion:reduce){.slideshow-hero__slide-media,.slideshow-hero__slide-content,.slideshow-hero__content-stack,.slideshow-hero__shade{transition:none}slideshow-hero[data-auto-rotate=true] .slideshow-hero__progress-bar.is-active .slideshow-hero__progress-fill{animation:none;transform:scaleX(1)}}.slideshow-hero__product-price--compare{display:none}.slideshow-hero__product-prices.is-on-sale .slideshow-hero__product-price--compare,.slideshow-hero__product-prices.regios-dopp-generic-price--on-sale .slideshow-hero__product-price--compare{display:inline}.slideshow-hero__product-prices.is-on-sale .slideshow-hero__product-price--regular,.slideshow-hero__product-prices.regios-dopp-generic-price--on-sale .slideshow-hero__product-price--regular{color:rgb(var(--color-atomic-red))}
/*# sourceMappingURL=/cdn/shop/t/20/assets/section-slideshow-new.css.map */
