/* Promo Banners Carousel - Frontend Styles */

/* Sale color for text */
.text-sale {
    color: #F03B50;
}

.promo-banners-carousel {
    width: 100%;
}

.promo-banner-slide {
    width: 100%;
}

/* Promo Banner Carousel Navigation */
.promo-banners-carousel .owl-nav {
    display: none; /* Hide nav for promo banners by default */
}

/* Dots - Hidden */
.promo-banners-carousel .owl-dots {
    display: none;
}

/* Ensure button text is white */
.promo-banner-slide a,
.promo-banner-slide a:hover,
.promo-banner-slide a:visited,
.promo-banner-slide a:focus,
.promo-banner-slide a:active {
    color: white !important;
    text-decoration: none !important;
}
