.product-carousel{width:100%;overflow:hidden}.carousel-container{display:flex;gap:10px;justify-content:center;align-items:center;scroll-behavior:smooth;overflow-x:auto;padding:10px}.carousel-container::-webkit-scrollbar{display:none}.product-card{flex:0 0 50%;max-width:200px;text-align:center}.product-card img{width:100%;height:auto;object-fit:cover;border-radius:10px}.product-info{margin-top:10px}.product-description{font-size:14px;color:#333}.product-price{font-size:16px;font-weight:700;color:#d9534f}@media (min-width:768px){.product-card{flex:0 0 30%;max-width:150px}}