/* Add custom CSS styles below */ 
.main_banner {
    margin-bottom:20px;
}
@media(min-width:768px){
    .main_banner h2{
    font-size:25px !important;
    }
    #slider-5 h1{
    font-size:50px;
    width:400px;
    }
}
@media(max-width:768px){
  .main_banner h2{
    font-size:15px !important;
      width:200px;
}
}
#slider-5 .swiper-slide:nth-of-type(2) .txt.flex{
    align-items:end !important;
}
#slider-5 {
  margin: 40px 0;
}
footer.store-footer *{
    color:black;
}
@media(max-width:600px){
    section.main_banner ,
    section.main_banner img.w-full{
        height: 350px;
    }
    .RU_special_section--1 .special_category_banner  img{
    object-fit: contain;
}
}
button.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    background: #000;
}