/* Add custom CSS styles below */ 
:root {
    --font-main: 'CAIRO';
    --color-primary: #ABCE9D;
    --bg-primary: #ffffff;
    --bg-secondary: #ffffff;
    --header-bg: #ffffff;
    --header-text-color: #111827;
    --store-text-primary: #000000;
    --store-text-secondary: #000000;
    --product-bg: #ffffff;
    --color-primary-dark: #587b4a;
    --color-primary-light: #abce9d;
    --color-primary-reverse: #547547;
  }
h2.advanced-slider__caption__inner__content__heading {
    COLOR: #FFF;
}
p.advanced-slider__caption__inner__content__text {
    COLOR: #FFF;
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem;
    BACKGROUND: #ABCE9D;
}

.s-block--enhanced-features__item {
    BACKGROUND: #abce9d;
}
.flex.flex-col.justify-between.h-full.w-full.p-\[1\.4rem\].bg-store-bg-secondary.rounded-md.shadow-\[rgba\(50\,_50\,_105\,_0\.15\)_0px_2px_5px_0px\,_rgba\(0\,_0\,_0\,_0\.05\)_0px_1px_1px_0px\] {
    BACKGROUND: #abce9d;
}

.store-footer__contacts-row {
    BACKGROUND: #abce9d ! IMPORTANT;
}