/* Add custom CSS styles below */ 
@media (min-width: 480px) {
    .banner-entry
 {
        padding: 9rem;
    }
}


@media (max-width: 768px) {
  /* البانرين جنب بعض */
  .s-block--banners .grid {
    display: flex !important;
    gap: 8px;
  }

  .s-block--banners .grid > div {
    width: 200px !important;
  }

  /* الصورة نفسها */
  .s-block--banners img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}
@media (max-width: 768px) {
    .s-block--banners .grid > div {
        width: 100% !important;
        height: 82px;
    }
}
.text-primary {
    color: black;
}
.link--primary{
    color: black;
}
.s-add-product-button-mini-checkout-content:where([dir=rtl],[dir=rtl] *)
 {
    flex-direction: row-reverse;
    color: black;
}