.footer-products-section {
    background-color: #fbf8ed;
    padding: 60px 0 40px;
    border-top: 1px solid #eee;
    border-bottom: 3px solid #a2864f;
}

footer .footer-products-section {
    background: #CA2942;
    background-image: linear-gradient(to right, #ca2942, #c2263f, #ba243c, #b32139, #ab1f36, #a51b41, #9d1b4b, #931e54, #7e2b67, #643673, #463e76, #284271);
    border-top: 0;
    border-bottom: 0;
}

footer .footer-products-section .section-title {
    color: #fff;
}

footer .footer-products-section .section-title::after {
    background-color: #fff;
}

footer .footer-product-links li a {
    color: #fff;
}

footer .footer-product-links li a:hover {
    color: #ccc;
    text-decoration: underline;
}

.footer-products-section .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.footer-products-section .section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #bca07d;
}

.footer-product-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-product-links li {
    margin-bottom: 10px;
}

.footer-product-links li a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 1.5;
}

.footer-product-links li a:hover {
    color: #bca07d;
    padding-left: 5px;
}

@media (max-width: 767px) {
    .footer-products-section {
        padding: 40px 0 30px;
    }

    .footer-products-section .col-sm-6 {
        margin-bottom: 20px;
    }

    .footer-products-section .section-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
}
