/* Increase header logo size */
.store-header__logo img,
.navbar-brand img {
    max-height: 85px;   /* جرّب 70–90 */
    width: auto;
}
/* إزالة المسافات من الـ grid container */
.s-block.s-block--banners.container .grid {
  gap: 0 !important;
}