/* Product CTA Carousel Styles */

.vc-product-cta-carousel {
    /* Ensure swiper container has proper sizing */
    width: 100%;
    height: 100%;
}

.vc-product-cta-carousel .swiper-slide {
    /* Flex alignment adjustments if needed */
    height: auto;
}
