/* Custom styles for unishop2_free theme */

/* Override swiper pagination bullet color */
:root {
    --swiper-pagination-bg: #000000 !important;
    --swiper-pagination-bg-active: #f6846a !important;
}

/* Alternative approach - direct CSS override */
.swiper-viewport .swiper-pagination .swiper-pagination-bullet {
    background: #000000 !important;
}

.swiper-viewport .swiper-pagination .swiper-pagination-bullet-active {
    background: #f6846a !important;
}
