/* hideOnMobilePlugin */
div:has( > .hideOnMobilePlugin ):first-child {
    display: none;
}

.footer-is-light .store-footer {
    background-color: #323637;
}
.store-header, .store-header *, .store-header .marquee, .store-header .marquee *, .store-header .top-navbar, .store-header .top-navbar *, .store-header .main-nav-container, .store-header .main-nav-container *, .store-header .header-buttons *, .store-header .s-contacts *, .store-header .desktop-menu *, .store-header .main-menu *, .store-header .menu-item-link, .store-header .menu-item-link *, .store-header a, .store-header span, .store-header div, .store-header button, .store-header i:not(.sicon-flash) {
    background-color: #323637 !important;
    color: #fff !important;
}
.main_banner.animations-ready .swiper-slide-active .slider_content {
    width: 100%;
    justify-content: center;
    align-items: center;
}
.main_banner h2{
  width: 100% !important;
  text-align: center;
}
@media(min-width:768px){
  .lg\:mr-28 {
    margin-right: 0;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
  .slider-banner-main-5{
    height: 800px;
  }
  .slider-banner-main-5 img{
    object-fit: contain;
  }
}
.main_banner.animations-ready .swiper-slide-active .slider_image {
    display: none;
}
salla-slider.photos-slider .swiper-slide {
    margin-left: 1rem;
    margin-right: 2rem;
    width: 100%;
}
.s-slider-v-centered .s-slider-block__title-nav{
  display: none;
}

section:nth-child(1 of .s-block.s-block--photos-slider) {
    margin-top: 1%;
}
section:nth-child(1 of .s-block.s-block--photos-slider) .s-slider-container {
    max-width: 1280px;
    margin-inline: auto;
}
@media (max-width: 576px) {
    salla-slider.photos-slider .swiper-slide {
        margin-inline: 0;
    }
    section:nth-child(1 of .s-block.s-block--photos-slider) .s-slider-container {
        padding: 0;
    }
}