/* Header */
#mainnav {
    height: unset !important;
}
#mainnav path {
    stroke: #000;
}
.navbar-brand img {
    max-height: 7rem;
    width: 150px !important;
    height: 150px !important;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 110px;
}
@media (min-width: 576px) {
    .navbar-brand img {
        max-width: 180px;
    }
}
@media (max-width: 992px) {
    .store-header {
        position: static;
    }
}

/* .osh-main-banner */
.osh-main-banner .wrapper > div {
    gap: 2rem;
}

/* categories */
.categories .osh_card:first-child h4 {
    font-size: 15px;
}

/* products */
.s-block--best-offers .swiper-wrapper {
    gap: 1rem;
}
.s-block--best-offers {
  margin-block: 2rem;
}

/* osh_best_offer */
.osh_best_offer .bg-black\/55 {
    background-color: transparent;
}
.osh_best_offer .s-count-down-item-value {
    background-color: #111 !important;
}

/* Footer */
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
    background-image: linear-gradient(90deg, #314E52, #ECE3D6) !important;
}