section.s-block.s-block--fixed-banner.wide-placeholder .container{
        max-width: 100%;
        padding: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0 !important;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
        margin-bottom: 4rem;
}
.store-footer__inner {
        background-color: #a46c34;
}
.store-footer {
        margin-top: 0;
        background-color: #9c622d;
}
.copyright-text p {
    color: rgb(255 255 255);
}
img.s-product-card-image-contain.lazy.loaded {
    background-color: white;
}
p.s-product-card-content-subtitle.opacity-80 {
    color: #991b1b;
}
@media(max-width : 760px){
.store-footer__inner {
    text-align: center;
}
.store-footer a {
    transition-duration: 150ms;
    display: flex
;
    justify-content: center;
}
.s-social-list {
    justify-content: center;
}
}