/* Header */
.navbar-brand img {
    max-height: 8rem;
    max-width: 130px;
    width: unset !important;
    height: unset !important;
}
#mainnav .container > div {
    padding-block: 6px;
}

section:last-of-type {
  margin-block: 2rem !important;
}

/* Mobile Main Banner */
@media (max-width: 576px) {
    section.osh-main-banner .self-center > .h-full {
        height: 90%; 
    }
    section.osh-main-banner a:nth-child(2) {
        font-size: 16px;
    }
}

/* Footer */
.store-footer img[alt="الوان النبراس"] {
  display: none;
}