/* تكبير اللوجو في ثيم ملاك */
.store-header .navbar-brand img {
    max-height: 90px !important; /* زودي أو قللي القيمة حسب الحجم اللي تحبيه */
    height: auto !important;
    width: auto !important;
}
.banner-entry{
    width: 42vw;
    min-height: 100px;
}
.lazy__bg{
    background-size: 100% 100%;
     background-size: contain!important;
     background-repeat:no-repeat!important;

}    
.gap-3{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  
}
@media only screen and (max-width: 600px) {
.banner-entry{
    height:auto;
}
}
@media (min-width: 768px) {
  .two-row .banner-entry:first-child {
    height: 200px !important;
  }
}
}
.s-block--features__item {
background-color: var(--third-color)!important; }
.s-block--features__item p {
color: black ;}
.text-with-border span {
color : white ;
 }
 @media (max-width: 480px) {
  .gap-3 {
    gap: 0.6rem;
  }
}