/* Header */
.mobile-menu.mm-spn {
    background: #fff9fb;
}
.navbar-brand img {
    width: 200px !important;
    height: unset !important;
    max-width: unset !important;
    max-height: unset !important;
}

/* osh-main-banner */
.osh-main-banner .leading-relaxed > a:first-child {
    padding-inline: 3rem
}
.osh-main-banner .leading-relaxed > a:nth-child(2) {
    font-size: 18px;
}

/* products */
div:has( > .s-products-slider-card) {
    gap: 0.8rem;
}

.s-block--best-offers {
    margin-block: 3rem;
}
section.s-block.s-block--fixed-banner.wide-placeholder img {
    background-color: transparent;
}

/* Main Banner 2 */
.osh-sales .vid-wrapper::after {
    content: unset;
}
.osh-sales .place-items-center.max-w-full {
    right: 5%;
    transform: translate(0, -50%);
    align-items: start;
}
.osh-sales h1 {
    max-width: 500px;
    font-weight: normal;
    line-height: 5rem;
    text-align: start
}

/* osh_best_offer */
.osh_best_offer {
    background-color: #efe9ed;
}
.osh_best_offer .bg-black\/55 {
    background-color: unset;
}

/* footer */
.footer-is-light .store-footer .store-footer__inner {
    background-color: #613857;
}
.store-footer .s-menu-footer-list a, .store-footer .container p:nth-of-type(2), .store-footer h3, .store-footer s-menu-footer-list,
.store-footer .s-contacts-list svg, .store-footer .s-contacts-list .unicode {
    color: #fff !important;
}
.store-footer a {
    line-height: 24px;
}

/* Responsiveness */
@media (max-width: 576px) {
    .osh-main-banner .wrapper {
        padding-top: 4rem;
    }
    .categories a {
        width: 120px;
        height: 120px;
    }
}