.related-products-section {
    background-color: #F9F9F9;
    padding: 0 20px 40px 20px;
}

.related-products-section .related-title {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    padding: 10px 20px 20px;
    text-transform: uppercase;
}

.related-products-section .swiper-slide {
    text-align: center;
    padding: 15px 10px;
}

.related-products-section .wpcp-single-item img {
    max-height: 177px;
    object-fit: contain;
    margin: 0 auto 15px;
    display: block;
    width: 177px;
}

.related-products-section .wpcp-product-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    min-height: 40px;
    line-height: 1.4;
}

.related-products-section .wpcp-product-title a {
    color: #111;
    text-decoration: none;
}

.related-products-section .wpcp-product-price .amount {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.related-products-section .wpcp-swiper-dots.swiper-pagination-bullets {
    text-align: center;
    margin-top: 20px;
}

.related-products-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    margin: 0 5px;
    border-radius: 50%;
    opacity: 1;
    transition: background-color 0.3s;
}

.related-products-section .swiper-pagination-bullet-active {
    background-color: #333;
}

.related-products-section #sp-wp-carousel-free-id-371 .wpcp-swiper-dots {
    margin-top: 10px;
}

.related-products-section #sp-wp-carousel-free-id-371.sp-wpcp-371 .wpcp-swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #869791;
}

.wpcp-carousel-wrapper.wpcp-wrapper-371.wpcp-loaded .wpcp-carousel-content-wrapper {
    margin-bottom: 0px !important;
}

/* ==== Responsive ==== */
@media (max-width: 1024px) {
    .related-products-section .wpcp-carousel-wrapper {
        padding: 30px 15px;
    }

    .related-products-section .wpcp-product-title {
        font-size: 13px;
    }

    .related-products-section .wpcp-product-price {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .related-products-section .wpcp-single-item img {
        max-height: 150px;
    }

    .related-products-section .wpcp-product-title {
        font-size: 12.5px;
        min-height: 36px;
    }

    .related-products-section .wpcp-product-price {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .related-products-section .wpcp-carousel-wrapper {
        padding: 20px 10px;
    }

    .related-products-section .wpcp-single-item img {
        max-height: 120px;
    }

    .related-products-section .wpcp-product-title {
        font-size: 12px;
        min-height: auto;
    }

    .related-products-section .wpcp-product-price {
        font-size: 13px;
    }
}
