.featured-product-swiper .swiper-pagination {
    bottom: 0;
    margin-top: 20px; /* space from slides */
}

.featured-product-swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #ccc;
    opacity: 1;
    margin-bottom: -8px !important;
    margin-left: 8px !important;
    font-size: 24px !important;
}

/*TODO SYSTEM DYNAMIC COLOR*/
.featured-product-swiper .swiper-pagination-bullet-active {
    background: #f27357;
}