
Lafco Chamomile Lavender Liquid Soap
.short-description .carousel-container { display: none !important; } .short-description .card-container { display: none !important; } .hero { padding: 50px; text-align: center; } * Additional CSS to ensure the carousel works properly */ .carousel-container { max-width: 1000px; margin: 0 auto; position: relative; overflow: hidden; display: flex; /* Add this to ensure proper alignment */ } .carousel { display: flex; transition: transform 0.5s ease-in-out; width: 100%; } .carousel-card { display: flex; background-color: #fff; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); margin: 20px; width: 100%; max-width: 1000px; border-radius: 8px; overflow: hidden; flex-shrink: 0; } .carousel-card img { width: 400px; height: 100%; object-fit: cover; }