

section.our-products {
background-color: #FFFBEE;
}


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

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

section.our-products .card,
section.our-products .card-image {
    height: 100%;
    border: none;
    background: #FFFBEE;
}

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 h3 {
    font-size: 32px;
    font-weight: 700;
    height: 75px;
    margin: 0;
    color: #231914;
}

    section.our-products .card img.cakes-image {
    margin-bottom: 20px;
    height: 350px;
    object-fit: cover;
    background: gainsboro;
    border-radius: 20px;
}

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

section.our-products .card .card-img img {
    width: 100%;
    background: gainsboro;
    height: 320px;
    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 {
    height: 100px;
    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;
}

section.our-products .pagination.d-flex.align-items-center.justify-content-center {
    gap: 10px;
}

section.our-products .pagination.d-flex.align-items-center.justify-content-center span{
    color: #231914;
}

section.our-products a.page-numbers{
    text-decoration: none;
    color: #231914;
}

section.our-products span.page-numbers.current {
    color: #B5B5B5;
}

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

@media (max-width: 991px) {
    /* section.our-products .card {
        margin-bottom: 60px;
    } */
}