body, #main-content, .store-footer__inner, .footer-is-light .store-footer{
    background-color: #fff !important;
}
@media (min-width: 992px) {
  /*عرض البنرات*/

  .s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0;
  }

  .s-block--fixed-banner .banner,
  .s-block--fixed-banner img {
    width: 100%;
    display: block;
  }
}


/*بداية كود الاقسام*/
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    display: none;
}


.grid.two-row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
}

.grid.two-row > a,
.grid.two-row > .banner-entry {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;

}

.grid.two-row .lazy__bg {
    background-color: transparent !important;
}

/*جوال*/
@media (max-width: 768px) {
    .grid.two-row {
        margin-left: 3% !important;
        margin-right: 3% !important;
        gap: 10px !important; 
    }
}

/*pc*/

@media (min-width: 769px) {
    
    .grid.two-row {
        gap: 16px !important; 
    }

    .grid.two-row .banner-entry, 
    .grid.two-row .square-photos {
        aspect-ratio: 672 / 900 !important; 
        padding-bottom: 0 !important;        
        height: auto !important;
    }

    .grid.two-row .lazy__bg {
        background-size: cover !important; 
        height: 100% !important;
    }
}

/*نهاية كود الاقسام*/

/* بداية الفوتر */

.footer-is-light .store-footer .store-footer__inner{
border-top: 0.5px solid #7e1123;
}

@media (max-width: 768px) {
  .store-footer,
  .store-footer * {
    text-align: center !important;
  }
  .store-footer .grid {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .store-footer .grid > div {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .store-footer .flex {
    justify-content: center !important;
    align-items: center !important;
  }
  .s-social-list {
    justify-content: center !important;
  }

  .s-contacts-list {
    align-items: center !important;
  }

  .s-payments-list {
    justify-content: center !important;
    flex-wrap: wrap;
  }

  .rtl\:lg\:pl-20,
  .ltr\:lg\:pr-20,
  .rtl\:lg\:pr-20,
  .ltr\:lg\:pl-20 {
    padding: 0 !important;
  }
}
  .s-trust-badges-wrapper {
    display: none;
}
.saudiMade{
  width: 50%;
}
/* نهاية الفوتر */


/*temp for ratings*/
.rating-plus-store-reviews-badge{
  display: none !important;
}

/* تنسيق طرق الدفع */
salla-installment > .mb-5, 
#tabbyPromoWrapper, 
.s-installment-madfu-wrapper {
    background-color: #ffffff !important; 
    border: 1px solid #800000 !important;  
    border-radius: 8px !important;         
    padding: 12px !important;              
    margin-bottom: 15px !important;        
    display: block !important;
    transition: all 0.3s ease;           
}
.s-installment-madfu-content{
  padding: 15px;
  border: 1px solid lightgrey;
  border-radius: 8px !important;         

}
#tabbyPromo, .tamara-product-widget {
    border: none !important;
    padding: 0 !important;
}
/* نهاية تنسيق طرق الدفع */
/*temp for ratings*/
.rating-plus-store-reviews-badge{
  display: none !important;
}