/* Add custom CSS styles below */ 
@media (min-width: 768px) {
    #S_universal_slider-0 .universal-slider__slide {
        height: 100vh ! IMPORTANT;
    }
}
body#app {
    background: #fff !important;
}
.footer-is-light .store-footer {
    background: #fff !important;
}
html.light {
    --header-bg-color: #654832;
}
.top-navbar, .main-nav-container {
    background: #654832 !important;
}
.top-navbar *, .main-nav-container * {
    color: #fff;
}
.store-footer>svg {
    color: #654832;
}
.store-footer__inner {
    background: #654832 !important;
}
footer .md\:flex.items-center.justify-between.py-1.text-center {
    background: #654832 !important;
}
[data-section=products-slider] .button.hover-filled-slide-left:before {
    opacity: 0;
}