/* Header */
#mainnav {
    height: unset !important;
}
.navbar-brand img {
    max-height: 8rem;
    width: 150px !important;
    height: 150px !important;
}
.s-cart-summary-total,
.sicon-sar,
#mainnav .search_ic path {
    color: #fff !important;
    stroke: #fff;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 94px;
}
.my-header .fixed-pinned.animated.fixed-header .not-inner {
    background-color: var(--color-primary);
}
@media (min-width: 576px) {
    .navbar-brand img {
        max-width: 200px;
    }
}
@media (max-width: 768px) {
    a.mburger {
        width: 70px;
        flex: unset;
    }
    .navbar-brand img {
        margin-inline: auto;
    }
}

/* .osh-main-banner */
.osh-main-banner .wrapper > div {
    gap: 2rem;
}
section.osh-main-banner .block.button {
    margin-top: 0;
}
/* 1 */
section:nth-child(1 of .osh-main-banner) .wrapper {
    justify-content: end;
}
section:nth-child(1 of .osh-main-banner) div:has( > .block.button ) {
    align-items: center;
}
/* 2 */
section:nth-child(2 of .osh-main-banner) .wrapper {
    justify-content: start;
}
section:nth-child(2 of .osh-main-banner) a:nth-child(2) {
    display: none;
}
@media (min-width: 576px) {
    .osh-main-banner .wrapper a:nth-child(1) {
        font-size: 52px;
    }
    .osh-main-banner .wrapper a:nth-child(2) {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
    }
}
/* Mobile */
@media (max-width: 576px) {
    /* 1 */
    section:nth-child(1 of .osh-main-banner) .wrapper > div {
        background-image: linear-gradient(0deg, #ffffffcc , transparent);
        padding-top: 15%;
    }
    section:nth-child(1 of .osh-main-banner) .wrapper a {
        text-align: center;
    }
    section:nth-child(1 of .osh-main-banner) .wrapper a:nth-child(1) {
        font-size: 30px;
    }
    section:nth-child(1 of .osh-main-banner) .wrapper a:nth-child(2) {
        font-size: 16px;
    }
    section:nth-child(1 of .osh-main-banner) .wrapper a.button {
        font-size: 13px;
        padding: 8px 24px;
    }
    /* 2 */
    section:nth-child(2 of .osh-main-banner) .wrapper {
        height: 230px;
    }
    section:nth-child(2 of .osh-main-banner) .wrapper > div {
        justify-content: start;
    }
    section:nth-child(2 of .osh-main-banner) .wrapper a {
        max-width: 200px;
    }
    section:nth-child(2 of .osh-main-banner) .wrapper a.button {
        font-size: 13px;
        padding: 8px 24px;
    }
}

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

/* testimonial */
section.osh-testimonial div:has( > img[alt="testimonial"] ) {
    display: none;
}
section.osh-testimonial div:has( > img[alt="avatar"] ) {
    width: 3rem;
    height: 3rem;
}

/* Footer */
.store-footer .s-social-link {
    background-color: transparent !important;
}

/* Mobile */
@media (max-width: 768px) {
    /* osh-main-banner */
    .osh-main-banner-0 .wrapper {
        background-position: 80%;
        height: 400px;
        position: relative;
    }
    .osh-main-banner-0 .wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(0deg, #00000099, transparent);
    }
    .osh-main-banner .wrapper > div {
        align-items: center;
        justify-content: center;
        z-index: 9;
    }
    .osh-main-banner .wrapper > div > div:last-child {
        display: none;
    }

    /* about-us */
    section.about-us p:last-child {
        font-size: 14px;
    }

    /* categories */
    section.categories .group {
        min-height: unset;
    }
    section.categories .osh_card {
        flex-basis: 40%;
        transform: unset !important;
    }
    section.categories .osh_card a {
        width: 120px !important;
        height: 120px !important;
    }
}

/* testimonial */
section.osh-testimonial .swiper-wrapper > div {
    border: 1px solid #fff;
}