.scroll-products__container{height:300vh;position:relative}.scroll-products__container.single{height:190vh}.scroll-products__container .container{display:flex;align-items:center}.scroll-products{display:flex;padding:var(--main-padding) 0;position:sticky;top:0;overflow:hidden}.scroll-products::before{content:"";display:block;padding-bottom:var(--slide-height)}.scroll-products__overlay{position:absolute;height:100%;top:0;width:100%}.scroll-products__overlay.have-overlay{background:rgba(var(--color-overlay),var(--overlay-alpha))}.scroll-products__products{display:flex;flex-direction:column;position:absolute;align-items:center;gap:1.6rem;width:100%;height:auto;top:0;left:50%;z-index:2;transform:translateX(-50%) translateY(-110%);transition:transform 0.1s ease-out}@media (min-width:990px){.scroll-products__products{transform:translateX(60%) translateY(-50%);min-width:100%;width:max-content;flex-direction:row;align-items:stretch;left:unset;right:0;top:50%}}.scroll-products__products.single-product{height:max-content}@media (min-width:990px){.scroll-products__products.single-product{transform:translateX(0) translateY(0);flex-direction:column;width:43.7rem;min-width:unset;left:unset;top:50%;right:0}.scroll-products__products.single-product .scroll-products__item{width:100%}}.scroll-products__item{padding:var(--main-padding);background-color:rgb(var(--color-background));height:auto;width:100%;z-index:2;border-radius:var(--border-radius);min-height:max-content}@media (min-width:576px){.scroll-products__item{width:80%}}@media (min-width:990px){.scroll-products__item{width:41rem}}@media (min-width:1360px){.scroll-products__item{width:43.7rem}}@media (min-width:1540px){.scroll-products__item{width:52.7rem}}.scroll-products__item .product-card{height:100%;display:flex;flex-direction:column}.scroll-products__item .product-card .card-information{flex-grow:1}.scroll-products__item .product-card .card-information .card-information__wrapper{height:100%;display:flex;flex-direction:column}.scroll-products__item .product-card .card-information .card-information__wrapper .card-type__hover{margin-top:auto;padding-top:2.4rem}.scroll-products__wrapper{position:relative;height:100%;width:100%;max-height:70rem}.scroll-products__content{height:100%;max-width:56rem;display:flex;flex-direction:column;justify-content:space-between}@media (min-width:1100px){.scroll-products__content{max-width:64rem}}@media (min-width:1360px){.scroll-products__content{max-width:72.5rem}}.scroll-products__heading,.scroll-products__subheading,.scroll-products__descr{position:relative;z-index:1;margin:0}.scroll-products__heading:not(:last-child){margin-bottom:2.4rem}.scroll-products__subheading:not(:last-child){margin-bottom:2.4rem}.scroll-products__descr{max-width:35rem}.scroll-products__img{position:absolute;left:0;top:0;width:100%;height:100%}.scroll-products__img img,.scroll-products__img svg{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;object-position:center;position:relative;border-radius:var(--border-radius-media)}