#mc {
    padding: 50px 0;
}
#mc .row {
    justify-content: center;
}
#mc img {
    margin-bottom: 50px;
}
#mc .content h1 {
    color: #333;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}
#mc .content h2 {
    color: #333;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 40px 0 20px;
}
#mc .content h3 {
    color: #333;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 40px 0 20px;
}
#mc .content h4 {
    color: #333;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 40px 0 20px;
}
#mc .content h5 {
    color: #333;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 40px 0 20px;
}

#mc .content ul{
    margin: 0 0 20px;
    padding-left: 20px;
    
}

#backgroundContent {
    padding: 20px;
    background: #000;
}
#backgroundContent .wrap {
    background-size: cover;
    background-position: center;
    padding: 30px;
    border-radius: 20px;
    min-height: 570px;
    display: flex;
}
@media (max-width: 576px) {
    #backgroundContent .wrap {
        padding: 30px 15px;
    }
}
#backgroundContent .wrap .inner {
    border-radius: 5px;
    background: #FFF;
    padding: 75px;
    max-width: 600px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 991px) {
    #backgroundContent .wrap .inner {
        max-width: 100%;
        padding: 50px 15px;
    }
}
#backgroundContent .wrap .inner h2 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 30px;
}
#backgroundContent .wrap .inner p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}
#backgroundContent .wrap .inner .click {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}
#backgroundContent .wrap .inner .click .btn:first-of-type {
    margin-right: 10px;
}
@media (max-width: 695px) {
    #backgroundContent .wrap .inner .click .btn:first-of-type {
        margin: 0 0 10px;
    }
}

#backgroundContent .wrap .inner .click .btn{
    width: fit-content;
    min-width: 0;
}


.wc-block-grid__product .wc-block-grid__product-title{
    color: #333!important;
    font-family: Inter!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: normal!important;
    letter-spacing: 0.16px!important;
    margin-bottom: 20px!important;
    height: 40px!important;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
    text-decoration: none!important;
}

.wc-block-grid__product .wc-block-grid__product-price{
    color: #767676!important;
    font-family: Inter!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: normal!important;
    letter-spacing: 0.16px!important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
        display: flex!important;
    width: 227px!important;
    height: 47px!important;
    padding: 13px 22px!important;
    flex-direction: column!important;
    justify-content: center!important;
    align-items: center!important;
    gap: 10px!important;
    border-radius: 50px!important;
    background: #A0D46D!important;
    color: #010001!important;
    font-family: Inter!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: normal!important;
    border: 1px solid #A0D46D!important;
    width: fit-content!important;
    margin: 20px auto 0!important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
    background: #A0D46D;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover{
    color: #000;
}