/* Add custom CSS styles below */ 
#mobile-menu{
  background-color: #860f37 !important;
  color: white !important;
}
.main-menu{
  justify-content: center !important;
  padding-top: 14px !important;
}
.main-menu li.root-level > a {
  padding-bottom: 14px !important;
}
.main-nav-container .inner .container div{
   display: flex !important;
   flex-wrap: wrap !important;
}
.top-navbar{
  display: none !important;
}
.main-nav-container .inner .container div .header-search{
  padding-inline: 50px;
  padding-top: 13px;
}
.main-nav-container .inner .container div div:nth-child(2){
  order: 2 !important;
}
.s-trust-badges-wrapper{
   display: none !important;
}
.store-footer__inner .container div:first-child{
     /* display: none !important; */
}
.copied-img{
  order: -1 !important;
}
.store-footer__inner{
  background-color: #860f37 !important;
  color: white !important;
}
.s-block--banners div:nth-child(2){
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.two-row .banner-entry:first-child{
   height: 200px !important; 
}
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *){
  padding-left: 1rem !important;   
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}
.s-block--features__item p{
  display: none !important;
}
.s-block--features__item h2{
  color: #860f37 !important;
}
.s-block--testimonials{
  background-color: #ebd6dd !important;
  padding: 75px !important;
}
.s-block--features__item .feature-icon{
  background-color: transparent !important;
}

@media(max-width: 900px){
  .main-nav-container .inner .container div .header-search{
    padding-inline: 10px !important;
    padding-top: 10px !important;
    width: 100% !important;
    order: 3 !important;
  }
  
  .s-block--testimonials{
    padding: 10px !important; 
  }
  
  .copied-img{
    max-width: 120px !important;
  }
}

.header-search salla-search,
.header-search salla-search .s-search-modal,
.header-search salla-search .s-search-container,
.header-search salla-search .s-search-input-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

.s-search-results{
  display: flex !important;
  flex-direction: column !important;
}

.s-search-product{
  padding: 0 !important;
}

.store-footer__inner .container >div:first-child{
  display: none !important;
}
.footer-logo{
  display: flex;
    flex-direction: column;
    align-items: center;
    order: -1;
}
.banner-entry.square-photos{
    background-color: transparent !important;
}

.s-block.s-block--photos-slider  .swiper-slide {
  flex-basis: 35% !important;
  max-width: 35% !important;
}