@media(min-width:768px){
.navbar-brand img {
    height: 6rem !important;
}
}

custom-salla-product-card{
  position:relative !important;
}


/* .s-product-card-image ::after{
  content:url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=100,height=50,onerror=redirect,format=auto/RArQvP/wCEAb6aYOcNgzRMa5Y0GmAqarwqKfFUDxlXyRYFK.png);
  position:absolute;
  left:10px;
  top:10px
} */

.s-block--features .grid-cols-3 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.categories-2 {
  margin-top: -80px !important;
  z-index: 2;
}

@media (max-width: 768px) {
  .s-block--features .mob\:flex-col {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .s-block--features .mob\:flex-col > div {
    width: 110px;
  }
  .categories-2 {
    margin-top: -30px !important;
  }
}

.brands salla-slider .swiper-wrapper {
    padding-block: 1rem;
}

.s-block--testimonials .bg-white,
.s-angel-maps .bg-white,
.s-block--faqs .bg-gray-100 {
  background-color: var(--color-primary);
}

.s-block--testimonials h4 {
  display: none;
}

.s-block--testimonials :where(h4, p),
.s-angel-maps h3,
.s-block--faqs :where(label, p) {
  color: #fff !important;
}

.s-block--faqs .sicon-add:before {
  color: var(--color-primary);
}




/*pointer-events display  */
section.s-block.s-block--banners.brands.in-view{
pointer-events: none;
  
}
img.logo-light.foo{
      height: 6rem;
}