section.products-banner {
    background: url('https://maricarschocolatecakes.com/wp-content/themes/maricarschocolatecakes/assets/images/shop/products-bg.jpg') no-repeat center center;
    position: relative;
    color: #fff;
    background-size: cover;
    padding: 650px 0 0;
}

section.products-banner .our-products-top-content {
    position: absolute;
    top: 50%;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
}

section.products-banner .our-products-top-content p {
    color: #fff;
}


section.our-products {
    padding-bottom: 20px;
    background-color: #FFFBEE;
}


section.our-products .card-body-buttons.d-flex {
    justify-content: space-between;
}

section.our-products .card{
    margin-bottom: 25px;
}

section.our-products .card,
section.our-products .card-image {
    height: 100%;
    width: 95%;
    border: none;
    background: #FFFBEE;
    margin: 0 auto 50px;
}

section.our-products .col-lg-3.col-md-4.col-sm-12 {
    padding: 0 20px 60px;
}

section.our-products .our-products-top-content {
    width: 63%;
    margin: auto;
}

section.our-products h2 {
    color: #231914;
}

section.our-products p.cake-sale {
    margin: 0 !important;
    color: #fff !important;
}

section.our-products .product--sale {
    background: red;
    width: fit-content;
    border-radius: 35%;
    padding: 10px;
    position: absolute;
    top: 1%;
    left: 3%;
}

section.our-products h3 {
    font-size: 28px !important;
    font-weight: 700;
    min-height: 75px;
    margin: 0;
    color: #231914;
    line-height: 35px;
    margin-bottom: 25px;
}

section.our-products .content-height p:first-child {
    display: none;
}

section.our-products .card img.cakes-image {
    margin-bottom: 20px;
    height: 350px;
    object-fit: cover;
    background: linear-gradient(180deg, rgba(219,182,102,1) 0%, rgba(165,133,79,1) 52%, rgba(67,51,36,1) 100%);
    border-radius: 20px;
}

section.our-products .card-content img {
    background: none;
}

section.our-products .card .card-img img {
    width: 100%;
    /* background: linear-gradient(180deg, #E5C06C, #3B2D21); */
    height: 375px;
    border-radius: 20px;
    margin-bottom: 20px;
    object-fit: cover;
}

section.our-products span.woocommerce-Price-amount.amount {
    font-weight: 700;
}

section.our-products span.woocommerce-Price-currencySymbol {
    font-weight: 700;
    font-family: 'Segoe UI', sans-serif;
}

section.our-products .card-content p {
    margin-bottom: 20px;
}

section.our-products .card-content {
    padding: 0 5px;
}

section.our-products .content-height {
    min-height: 175px;
    margin-bottom: 25px;
}

section.our-products ul.d-flex {
    list-style: none;
    padding-left: 15px;
}

section.our-products li {
    margin-right: 40px;
}

section.our-products li a {
    text-decoration: none;
    color: #403F3F;
    font-size: 20px;
    font-family: 'Segoe UI';
    line-height: 27px;
}

section.our-products li a.active-cat-color {
    color: #231914 !important;
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 19px;
    font-weight: 700;
}

.single-product .add_to_cart_button {
    pointer-events: none;
    opacity: 0.5;
}

/* Disable quantity input */
.single-product .quantity input[type="number"] {
    pointer-events: none;
    opacity: 0.5;
}

@media (max-width: 1730px) {
    section.our-products .card-body-buttons.d-flex {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 1720px) {
    .col-xl-3.col-lg-4.col-md-6.col-sm-12 {
        width: 33% !important;
    }

    section.our-products h3 {
        min-height: 75px;
    }
}

@media all and (max-width:1650px){
    section.our-products .content-height {
        min-height: 175px;
    }
}

@media (max-width: 1510px) {
    .single--price.d-flex {
        gap: 10px !important;
    }
}



@media (max-width: 1460px) {
    .single--price.d-flex {
        gap: 10px !important;
    }
}

@media (max-width: 1425px) {
    .single--price.d-flex p {
        font-size: 18px !important;
    }

    p.out-of-stock {
        font-size: 18px !important;
    }
}

@media all and (max-width:1366px){
    .woocommerce .single__product-related ul.products {
        display: flex;
        justify-content: space-evenly;
    }
    section.our-products .content-height {
        min-height: 175px;
    }
    .woocommerce ul.products li.product {
        width: 30% !important;
        margin: 25px 10px !important;
        clear: none !important;
    }

}

@media (max-width: 1199px) {
    section.our-products .content-height {
        min-height: 145px;
    }
}

@media (max-width: 1082px) {
    .col-xl-3.col-lg-4.col-md-6.col-sm-12 {
        width: 43% !important;
    }

    section.our-products .row {
        justify-content: center;
    }
}

@media (max-width: 992px) {
    section.products-banner {
        padding: 500px 0 100px !important;
    }

    section.products-banner h1 {
        margin-top: 110px;
    }
}

@media all and (max-width:991px){
    .products.columns-4{
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce ul.products li.product {
        width: 46% !important;
        margin: 25px 10px !important;
        float:unset!important;
        max-width: 46%!important;
    }
    section.our-products .content-height {
        min-height: 135px!important;
    }
    section.our-products .card .card-content h3 {
        min-height: 110px;
    }
}
@media all and (max-width:767px){
    .woocommerce ul.products li.product {
        width: 100% !important;
        margin: 25px 10px !important;
        float: unset !important;
        max-width: 100% !important;
    }
    section.our-products .content-height {
        height: unset !important;
    }
    section.our-products .card .card-content h3 {
        min-height: unset;
    }

    .col-xl-3.col-lg-4.col-md-6.col-sm-12 {
        width: 100% !important;
    }

    section.our-products .card .card-img img {
        object-fit: contain;
    }
}