tp-product-price-3, .tp-product-price-3.new-price {
    color: #ff0000;
}
.tp-product-details-price, .tp-product-details-price.new-price {
    color: #ff0000;
}
.tp-product-add-cart-btn-large {
    background-color: #1d82d6;
}
main .tp-product-title-2, main .tp-product-title-3 {
    font-size: 15px;
}
.mb-30 {
    margin-bottom: auto;
}
@media (max-width: 575px) {
    .row-cols-2 .tp-product-item-3, .swiper-wrapper .tp-product-item-3 {
        margin-bottom: auto;
    }
}

    .epro-seo-text {
        position: relative;
        overflow: hidden;
        padding: 60px 0;
        background: linear-gradient(135deg, #1C82D6 0%, #6C3FC5 100%);
    }
    .epro-seo-text::before {
        content: "";
        position: absolute;
        top: -60px;
        right: -60px;
        width: 260px;
        height: 260px;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 50%;
    }
    .epro-seo-text::after {
        content: "";
        position: absolute;
        bottom: -80px;
        left: -40px;
        width: 220px;
        height: 220px;
        background: rgba(255, 255, 255, 0.06);
        border-radius: 50%;
    }
    .epro-seo-text .container {
        position: relative;
        max-width: 900px;
        z-index: 1;
    }
    .epro-seo-text h2 {
        font-size: clamp(20px, 3vw, 26px);
        font-weight: 700;
        color: #fff;
        margin-bottom: 16px;
        text-align: center;
    }
    .epro-seo-text p {
        font-size: 14.5px;
        line-height: 1.75;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 14px;
        text-align: center;
    }
    .epro-seo-text p:last-child {
        margin-bottom: 0;
    }