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

/* Main Banner */
@media (max-width: 576px) {
    section.landing-page-first-banner picture img {
        object-position: 75%;
    }
    section.landing-page-first-banner h1 {
        font-size: 34px;
        margin-top: 2rem;
    }
    section:nth-child(2 of .landing-page-first-banner) .txt {
        background-image: linear-gradient(0deg, #ffffff55 70%, transparent)
    }
}

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

/* osh-testimonial */
section.osh-testimonial div.rounded-xl:has( > img ) {
    display: none;
}

/* cart */
.cart #cart-submit button {
    color: #fff;
}

/* footer */
salla-trust-badges {
    margin-top: 20px !important;
    display: block;
}