/* Add custom CSS styles below */ 
.bg-gray-50 {
    
    background-color: white;
}
body.index {
    background: #fff;
}
[dir=rtl] .s-slider-block__title h2 {
    color: white;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-right: 0rem !important;
}
.s-product-card-vertical {
    border: 2px solid #178fcd;
}
.s-button-primary-outline {
    color: #ffffff;
    background: var(--color-primary);
}

/* mover banner///////////////// */ 
  [dir=rtl] .carousel-slider .swiper {
    padding-left: 0rem !important;
}
salla-slider.photos-slider .swiper-slide {
    position: relative;
   margin: 0px !important;
    padding: 0px;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0rem;
}
.rounded-md {
    border-radius: 0rem !important;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    padding: 0px;
}
section:first-of-type.s-block.s-block--photos-slider {
    margin: 0px !important;
}

/* categoryyy//////////////// */ 
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8{
    display: flex;
    flex-wrap: wrap;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
 .banner--fixed img {
    background: #faebd700;
}   

.banner-entry {
    width: 30%;
    height: 300px !important;
    background: #f9fafb00;
}
    
/* Media Query for Mobile Devices */ 
 @media (max-width: 480px) { 
           .banner-entry {
    width: 30%;
     height: 130px !important;
         background: #f9fafb00;
    }
  } 
/* Media Query for low resolution  Tablets, Ipads */ 
       
@media (min-width: 481px) and (max-width: 767px) { 
 .banner-entry {
    width: 30%;
    height: 177px !important;
    background: #f9fafb00;
    }
 }
 section:has(.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8) {
    margin-top: 0 !important;
}