.related-products-wrapper{overflow:hidden;max-width:100%;margin-top:40px}.related-products-wrapper h2{color:#29265B;font-family:'Museomoderno',sans-serif;font-weight:800;margin-bottom:30px}.related-products-carousel{display:flex;gap:30px;animation:scroll-loop 30s linear infinite;width:max-content}.carousel-item{flex:0 0 auto;width:300px;text-align:center;overflow:hidden;border-radius:20px}.related-projects-carousel .carousel-item img{width:250px!important;height:250px!important;border-radius:20px!important;display:block}.product-title{margin-top:10px;font-family:'Montserrat',sans-serif;color:#29265B;font-weight:600}@keyframes scroll-loop{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media screen and (max-width:768px){.related-products-carousel{animation:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:10px}.carousel-item{width:80%;max-width:280px;scroll-snap-align:center}.carousel-item img{aspect-ratio:4 / 3;object-fit:cover}}