.fhg{display:block;position:relative;width:100%;overflow:hidden;height:var(--fhg-height);isolation:isolate;background:rgb(var(--color-atomic-white, 255 255 255))}.fhg__track{display:flex;gap:var(--fhg-gap);height:100%;will-change:transform}.fhg__item{flex-shrink:0;width:var(--fhg-item-width);height:100%;position:relative;overflow:hidden}.fhg__item-media{display:block;width:100%;height:100%;padding:0}.fhg__item-media img{display:block;width:100%;height:100%;object-fit:cover;-webkit-user-drag:none;user-drag:none;pointer-events:none}.fhg__item responsive-image,.fhg__item responsive-image img{display:block;width:100%;height:100%;object-fit:cover;-webkit-user-drag:none;user-drag:none;pointer-events:none}.fhg__item-placeholder{width:100%;height:100%;background:rgb(var(--color-atomic-light-grey))}.fhg__item-action{position:absolute;bottom:var(--space-4);right:var(--space-4);width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(100px);-webkit-backdrop-filter:blur(100px);background:#76594803;border:1px solid rgba(255,255,255,.3);border-radius:3px;color:rgb(var(--color-atomic-white, 255 255 255));z-index:2;transition:opacity .2s ease;cursor:pointer}.fhg__item-action:hover{opacity:.7}.fhg__item-action:focus-visible{outline:2px solid rgb(var(--color-atomic-white, 255 255 255));outline-offset:2px}.fhg__item-action svg{display:block;flex-shrink:0}.fhg.is-dragging{user-select:none;-webkit-user-select:none}.fhg__item[data-item-type=product]{cursor:pointer}.fhg__item[data-item-type=product].is-product-open{cursor:default}.fhg__item[data-item-type=product] .fhg__item-action{z-index:5}.fhg__product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.fhg__item.is-product-open .fhg__product-overlay{opacity:1;visibility:visible}.fhg__product-shim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.fhg__product-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:53%;display:flex;flex-direction:column;align-items:center;gap:var(--space-3, 1.5rem);text-decoration:none;color:inherit}.fhg__product-card:focus-visible{outline:2px solid rgb(var(--color-atomic-white, 255 255 255));outline-offset:4px;border-radius:2px}.fhg__product-img{width:100%;aspect-ratio:4 / 5;background:rgb(var(--color-atomic-cloud));overflow:hidden}.fhg__product-img img{width:100%;height:100%;object-fit:contain}.fhg__product-info{display:flex;flex-direction:column;align-items:center;gap:.7rem;width:100%}.fhg__product-title{font-family:var(--font-heading-family);font-weight:700;font-size:var(--font-size-B3);color:rgb(var(--color-atomic-white, 255 255 255));text-align:center;line-height:normal;margin:0}.fhg__product-price{font-family:var(--font-body-family);font-weight:400;font-size:var(--font-size-B3);color:rgb(var(--color-atomic-white, 255 255 255));text-align:center;line-height:2rem;letter-spacing:.014rem;margin:0;font-kerning:none}.fhg__item[data-item-type=feature]{cursor:pointer}.fhg__item[data-item-type=feature].is-feature-open{cursor:default}.fhg__item[data-item-type=feature] .fhg__item-action--feature{z-index:5}.fhg__item.is-feature-open .fhg__item-action--feature .fhg__action-default{display:none}.fhg__item.is-feature-open .fhg__item-action--feature .fhg__action-close{display:flex}.fhg__feature-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.fhg__item.is-feature-open .fhg__feature-overlay{opacity:1;visibility:visible}.fhg__feature-shim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.fhg__feature-content{position:relative;display:flex;flex-direction:column;padding:var(--space-12) var(--space-6) var(--space-6);z-index:1;height:100%}.fhg__feature-headline{font-family:var(--font-heading-family);font-weight:500;font-size:var(--font-size-B1);color:rgb(var(--color-atomic-white, 255 255 255));letter-spacing:-.06rem;line-height:normal;margin:0}.fhg__feature-copy{margin-top:16rem;max-width:67%;font-family:var(--font-body-family);font-weight:400;font-size:var(--font-size-B2);color:rgb(var(--color-atomic-white, 255 255 255));line-height:1.4;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:var(--space-2);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.5) transparent;-webkit-mask-image:linear-gradient(to bottom,#000 calc(100% - 2.5rem),transparent);mask-image:linear-gradient(to bottom,#000 calc(100% - 2.5rem),transparent)}.fhg__feature-copy::-webkit-scrollbar{width:4px}.fhg__feature-copy::-webkit-scrollbar-track{background:transparent}.fhg__feature-copy::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:2px}.fhg__feature-copy::-webkit-scrollbar-button{display:none;width:0;height:0}.fhg__feature-copy p{margin:0 0 1em;color:rgb(var(--color-atomic-white, 255 255 255))}.fhg__feature-copy p:last-child{margin-bottom:0}.fhg__action-default,.fhg__action-close{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.fhg__action-close,.fhg__item.is-product-open .fhg__action-default{display:none}.fhg__item.is-product-open .fhg__action-close{display:flex}.fhg handle-control{transition:opacity .3s ease}.fhg.has-overlay-open handle-control{opacity:0;pointer-events:none}@media(max-width:1024px){.fhg{height:auto;aspect-ratio:var(--fhg-item-w) / var(--fhg-item-h)}.fhg__track{gap:0}.fhg__item{width:100vw;height:100%}.fhg__feature-copy{margin-top:8rem;max-width:88%}}@media(prefers-reduced-motion:reduce){.fhg__track{will-change:auto}.fhg__product-overlay,.fhg__feature-overlay,.fhg__item-action,.fhg handle-control{transition:none}}.fhg__product-price-compare{display:none}.fhg__product-price.is-on-sale .fhg__product-price-compare,.fhg__product-price.regios-dopp-generic-price--on-sale .fhg__product-price-compare{display:inline;margin-inline-start:.5ch;font-size:.85em;opacity:.65}
/*# sourceMappingURL=/cdn/shop/t/21/assets/feature-highlight-gallery.css.map */
