.products-section {
    background-color: #ffffff;
    padding: 20px;
}

.products-section .card {
    position: relative;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 1px solid #B48B2E !important;
}



.products-section .product-divider {
    border: none;
    border-top: 2px solid #B48B2E;
    margin: 15px 0 -10px 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
}

.products-section .card img {
    height: 350px;
    object-fit: fill;
}
.products-section .card-body {
    padding-top: 15px;
}

.products-section .product-title {
    margin-bottom: 5px;
    text-align: start;
    color: #585B3E;
}

.products-section .card-text {
    font-size: 0.85rem;
    text-align: start;
}

.products-section .text-muted{
    color: #585B3E;
}
.products-section .price-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    border-top: 1px solid #B48B2E;
    border-right: 1px solid #B48B2E;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    margin: 0;
}
.products-section h1{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;

}
.products-section p{
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    color: rgba(49, 49, 49, 1);

}
@media (max-width: 576px) {
    .products-section .card img {
        height: 300px;
        object-fit: fill;
        width: 100%;
    }
    .products-section .card-body {
        padding-top: 10px;
    }
    .products-section .product-title {
        font-size: 0.9rem;
        text-align: center;
        margin-bottom: 5px;
    }
    .products-section .card-text {
        font-size: 0.8rem;
        text-align: center;
    }
    .products-section .text-muted {
        font-size: 0.75rem;
        color: #585B3E;
        text-align: center;
    }
    .products-section .price-tag {
        position: relative;
        bottom: unset;
        left: unset;
        padding: 5px 8px;
        font-size: 0.85rem;
        text-align: center;
        width: 100%;
        border-radius: 0;
        margin-top: 10px;
        border-top: 1px solid #B48B2E;

        border-right:0px;
    }
    .products-section .product-divider {
        margin: 5px 0;
        border-top: 1px solid #B48B2E;
    }
    .products-section  .btn-custom {
        width: 100%;
        margin-top: 10px;
    }
    .products-section   .product-divider {
        border-top: 1px solid #B48B2E;
        height: 1px;
        margin: 10px 0 -5px 0;
    }
}

@media (max-width: 480px) {
    .products-section .card img {
        height: 300px;
        object-fit: fill;
        width: 100%;
    }
    .products-section .card-body {
        padding-top: 8px;
    }
    .products-section .product-title {
        font-size: 0.85rem;
        text-align: center;
        margin-bottom: 5px;
    }
    .products-section .card-text {
        font-size: 0.75rem;
        text-align: center;
    }
    .products-section .text-muted {
        font-size: 0.7rem;
        color: #585B3E;
        text-align: center;
    }
    .products-section .price-tag {
        position: relative;
        bottom: unset;
        left: unset;
        padding: 4px 6px;
        font-size: 0.8rem;
        text-align: center;
        width: 100%;
        border-radius: 0;
        margin-top: 8px;
        border-top: 1px solid #B48B2E;

        border-right:0px;
    }
    .products-section .product-divider {
        margin: 5px 0;
        border-top: 1px solid #B48B2E;
    }
}

