html body {
    background-color: var(--site-background-color) !important
}

.template-product .bls__gallery-item .bls__responsive-image {
    border-radius: var(--border-radius-carousel) !important
}

.rmb__section-heading,
body .bls__section-header .bls__section-heading {
    color: #00c013;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    margin-top: 40px
}

@media screen and (max-width: 700px) {
    .row.row-cols-lg-4.gap-mobile {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    .row.row-cols-lg-4.gap-mobile>div {
        flex: 0 0 50%;
        margin-bottom: 35px
    }
    .rmb__section-heading {
        color: #00c013;
        font-family: Poppins;
        font-size: 22px;
        font-weight: 600;
        margin-top: 20px
    }
    .w-full.flex.flex-col .w-full.flex.gap-4.items-center.my-4 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start !important
    }
    .w-full.flex.flex-col .w-full.flex.gap-4.items-center.my-4 button {
        padding-left: 10px !important;
        padding-right: 10px !important;
        white-space: nowrap
    }
    .w-full.flex.flex-col .w-full.flex.gap-4.items-center.my-4 button svg {
        display: none
    }
}

/*# sourceMappingURL=/cdn/shop/t/10/assets/custom.css.map?v=84802483364326185841726616744 */