/** Shopify CDN: Minification failed

Line 229:0 Unexpected "}"

**/


:root {
  /* Color variables */

  /* Size variables */
--cradius: 20px;
  
  /* Spacing variables */

}
.m-product-card__name {
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: var(--font-stack-body) !important;
}
.m-product-tag:not(.hidden) {
    display: inline-flex
;
    background-color: #063803ba;
    color: #ffffff;
    font-weight: 500;
}
body .m-product-card__price .m-price__sale .m-price-item--sale {
    color: #e56137;
    font-size: 16px;
}

.m-cart__subtotal {
    margin-top: 8px;
    display: flex
;
    align-content: flex-end;
    align-items: flex-end;
}

.m-cart__subtotal--price {
    font-size: 26px;
    font-weight: 600;
}

.m-cart__subtotal--label {
    font-size: 18px;
    font-weight: 600;
}

s.m-price-item.m-price-item--regular, span.m-price-item.m-price-item--regular {
    font-size: 16px !important;
}

.m-product-media--item {
    position: relative;
    overflow: hidden;
    border-radius: var(--cradius)!important;
}

.c_light_background {
  background-color: #fdfffa;
}

.m-cart__total-savings--value {
    font-weight: 500;
    color: #e94949;
}

.m-price__sale .m-price-item--last {
    font-weight: 800;
    font-size: 24px;
}

s.m-price-item.m-price-item--regular {
    font-size: 24px;
    font-weight: 500 !important;
    color: #0e5e0a61;
}

span.m-product-tag.m-product-tag--sale {
    background-color: #ffe2fc !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #8c00a8 !important;
    padding: 5px 10px !important;
    border-radius: 100px !important;
}


.m-product-tax {
    display: none;
}


/* Product page */
@media screen and (max-width: 767px) {
    .m-product-form--input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0!important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 800;
    }
}
button#ProductSubmitButton-template--17562622034090__main {
    height: 60px!important;
    width: fit-content!important;
}
div#QuantityForm-template--17562622034090__main {
    display: flex
;
    flex-direction: row;
    column-gap: 20px;
    flex-wrap: nowrap;
}

.m-cart__discount--item {
    font-size: 12px;
    color: #52036b;
    background: #ff66f930;
    text-transform: uppercase;
    padding: 4px 13px;
    border-radius: 100px;
    gap: 6px;
}

label.m-product-option--label {
    display: none!important;
}

.m-cart-drawer-item .m-quantity {
min-height: 37px;
    height: 10px !important;
}
m-quantity-input.m-quantity {
    height: 60px!important;
}
.m-quantity {
    display: flex;
    border: 1px solid rgb(14 94 10 / 13%);
    border-radius: var(--inputs-radius);
    background: rgb(255 255 255)!important;
    color: #0E5E0A!important;
}

.form-field {;
   color: #0E5E0A!important;

}

    .m-product-form--input {
        width: 30%!important;

    }
.m-product-shipping {
    font-size: 14px;
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.m-button--primary, .shopify-payment-button__button.shopify-payment-button__button--unbranded, .spr-button.spr-button-primary {

    border-radius: 10px;
}

/* END Product page */

/* Kaching-bundles */


.kaching-bundles .kaching-bundles__bar-first-line {
}


span.kaching-bundles__bar-label {
    border-radius: 100px !important;
    font-size: 12px !important;
    font-family: var(--font-stack-body) !important;
    width: fit-content !important;
    text-transform: uppercase !important;
    line-height: 1;
    padding: 4px 8px 4px 8px !important;
}

.kaching-bundles .kaching-bundles__bar-wrapper {
    padding-left: 10px!important;
}

.kaching-bundles .kaching-bundles__bar-most-popular__content:before, .kaching-bundles .kaching-bundles__bar-most-popular__content:after {
    display: none!important;
}

.kaching-bundles .kaching-bundles__bar-most-popular__content {
    margin: 0 8px;
    padding: 6px 8px;
    border-radius: 100px!important;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: rgb(127 61 3)!important;
    background-color: rgb(255 225 183)!important;
}

.m-cart-drawer__title {
    font-size: 14px;
}

#sa-toast {
        background: #FF85F1;
            color: #000;
                position: fixed;
                    left: 50%;
                        bottom: 0;
                            width: 90%!important;
                                border-radius: 10px;
                                    transform: translate(-50%, -30px);
                                        font-size: 20px;
                                            padding: 16px 40px 16px 16px;
                                                z-index: 9999999999;
                                                    animation: slide-up 0.4s ease;
                                                    }
}


.m-cart-drawer__link-to-cart {
    display: none!important;
}

button#ProductSubmitButton-template--17562622034090__main {
    background-color: #0a4507;
    color: #ffffff;
}

.m-cart-addon {
    display: none!important;
}