/* Header */
#mainnav {
    height: unset !important;
}
.navbar-brand img {
    max-height: 8rem;
    width: 150px !important;
    height: 150px !important;
}
@media (min-width: 576px) {
    .navbar-brand img {
        max-width: 200px;
    }
}

/* .osh-main-banner */
.osh-main-banner .wrapper > div {
    gap: 2rem;
}
.osh-main-banner-0 {
    margin-top: 2rem !important;
}

/* 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;
}

/** Edits **/
#contact-slot path {
    fill: #fff !important;
    stroke: #fff !important;
}
body:not(.index) .my-header {
    position: static;
}
body.product-index .custom-index .container > .flex {
    margin-top: 1rem;
}
/* Hide Mobile Number - footer */
.store-footer #contact-slot:nth-child(2) {
    display: none;
}
#contact-slot:first-child {
    display: none;
}