.cpc-product-card {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    background: #fff;
}
.cpc-title {
    margin-top: 10px;
    font-weight: bold;
}
.cpc-price {
    color: #e5312f;
}
.swiper-button-next, .swiper-button-prev {
    color: #000;
}
.swiper-pagination-bullet {
    background: #e5312f;
}
