body {
    background-image: url();
    background-repeat: 
    background-position: center center;
    background-size: cover;
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: rgba(239, 68, 68, 1) !important;
    color: #000000;
}

.footer-is-light .store-footer {
    background-color: rgba(239, 68, 68, 1) !important;
    padding-right: 10px;
}
.s-button-btn:hover {
    background-color: #ff0000 !important;
}