.ProductDescription__carouselWrapper{overflow:hidden;margin:35px 35px 10px;--carousel-img-width:clamp(200px, 15vw, 260px)}.ProductDescription__carousel{display:flex}.ProductDescription__carouselImage{flex-shrink:0;margin:0 7.5px;height:auto;width:var(--carousel-img-width)}.ProductDescription__carouselImage img,.ProductDescription__singleImage img{width:100%;height:auto}.ProductDescription__carouselImage:first-child{margin-left:calc(50% - 1.5 * var(--carousel-img-width) - 15px)}.ProductDescription__singleImage{width:var(--carousel-img-width);margin:auto;padding:20px;display:flex;height:auto}.ProductDescription__carouselNavigation{margin:0 35px 35px;display:flex;justify-content:space-between}.ProductDescription__carouselImage:not(:has(img.lazyloaded)),.ProductDescription__singleImage:not(:has(img.lazyloaded)){animation:1s linear infinite alternate skeleton-loading;border-radius:5px}@keyframes skeleton-loading{0%{background-color:#d1dbe0}100%{background-color:#eff3f4}}@media(max-width:550px){.ProductDescription__carouselImage,.ProductDescription__singleImage{width:70%}.ProductDescription__carouselImage:first-child{margin-left:-60%}}