.navbar-brand img {
  max-height: 90px !important; /* اتحكم في الطول */
  width: auto !important; /* العرض يتظبط تلقائي */
  height: auto !important; /* يمنع التمط */
  display: block !important;
  object-fit: contain  !important;
}
.top-navbar,button#darkModeToggle,[alt="cart banner"],[alt="cart banner"] {
  display: none;
}

.inner {
  background: #1ca2c7 !important;
}

.main_banner .object-cover {
  -o-object-fit: fill;
  object-fit: fill;
}
section:nth-child(1 of .main_banner) .grid-cols-2 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

section:nth-child(1 of .main_banner)
  .slider_content.flex.flex-col.justify-center.items-start.col-span-1.md\:col-span-2.p-2.my-5.md\:mt-0.gap-y-3.lg\:mr-28.ltr\:ml-7.ltr\:md\:ml-16.ltr\:lg\:ml-28 {
  width: 50%;
  margin-right: auto;
}

.category_section > div > div {
  flex-wrap: nowrap !important;
}
.category_section > div > div {
  justify-content: center !important;
  gap: 3rem;
}

.footer-is-light .store-footer,
.footer-is-light .store-footer > div > div {
  background-color: #022c38 !important;
}

@media (max-width: 768px) {
  .feature_section .grid-cols-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  section:nth-child(2 of .main_banner) h2 {
    line-height: 1.5;
    font-size: 1rem !important;
  }
}