.sicon-user-circle:before {
    content: "\f078";
}

..banner-entry {
      height: 100px;
      } 
      
      
.gap-3 {
          grid-template-columns: repeat(5,minmax(0,1fr));
}
@media screen and (max-width: 768px){
.gap-3 {
          grid-template-columns: repeat(2,minmax(0,1fr));
}}


.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1;
}
.two-row .banner-entry:first-child {
    height: 100px;
}
/* Mobile responsive prouduct slider */
 .s-products-slider-card {
    width:56.2% !important;
    }
    .has-overlay.with-hover:after {
        opacity: 0 !important;
}
product-price {
    font-family: DINNextLTArabic-Regular;
    color: #ff4500;
    align-items: center;
}

/* Transpearent BG for Silder */
.s-block--hero-slider .swiper-slide .swiper-lazy:after {
    
    background-color: rgb(0 0 0 / 0%);
    }
    
 /* Responsive slider */
 @media screen and (max-width: 768px){
.s-block--hero-slider .swiper-slide {
    height: 18rem !important;
}
}

@media screen and (max-width: 640px){
    .s-block--hero-slider .swiper-slide {

    height: 10rem !important;
    }
}
.min-h-\[300px\] {
    min-height: 80%;
    
    }/* Add custom CSS styles below */