/* Add custom CSS styles below */ 
body#app {
    background-color:#FAF1E8;
}
section{
    margin-bottom:50px;
}
section.s-block--photos-slider .swiper{
    padding:0;
}
section.s-block--photos-slider .swiper .swiper-slide{
    padding:0;
    width:100%;
}
section.s-block.s-block--photos-slider {
    margin-top:0;
}
section.s-block--photos-slider  button.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    visibility:hidden;
}
@media(min-width:768px){
   .s-block--banners > .grid {
        grid-template-columns:repeat(4, minmax(0, 1fr));
    } 
}
@media(max-width:768px){
    .s-block--banners > .grid {
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    .s-block--banners > .grid a.banner-entry {
        height:150px;
    }
}
 .s-block--banners .grid .banner-entry {
    background-color:transparent !important;
}
/*-------footer--------*/
.store-footer__inner {
    background-color: #A5644A !important;
    color:white !important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #A5644A !important;
    margin: 0;
    max-width: 100% !important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center p{
    color:white;
}

.s-block--best-offers.container .s-products-slider-card {
    height:400px !important;
    padding:0;
}
.s-block--best-offers.container .s-product-card-entry{
   background-color:#faf1e8;
}
.s-block--best-offers.container button{
   background-color:#A5644A;
   color:white;
}
.s-block--best-offers.container .s-products-slider-card{
    box-shadow:3px 3px 9px #00000036 !important;
    border-radius:20px;
}
.s-block--best-offers.container .swiper-wrapper.s-slider-swiper-wrapper {
    padding:20px !important;
}