/* Add custom CSS styles below */ 
#best-offers-6-slider{
    background-color: #a1060b !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

#best-offers-6-slider .s-slider-block__title-right,
#best-offers-6-slider .s-slider-block__display-all{
    color: #fff !important;
}
section#best-offers-6-slider + section{
    margin-top: 0 !important
}
custom-salla-product-card{
    background: #fff !important;
    padding: 15px;
    border-radius: 10px;
  border:1px solid #a1060b ;

}
#fullscreen-banner-0{
  margin-top: 0 !important;
}

.navbar-brand img {
    max-height: 4.6rem !important;
}
@media (min-width: 640px) {
    .navbar-brand img {
        max-height: 4rem !important;
    }
}

.home-sec-1 h2,
.s-slider-block__title-right h2{
    background: linear-gradient(45deg, var(--gradient-second), var(--gradient-first)) !important;
    border-width: 0 !important;
    color: var(--gradient-text-color) !important;
    fill: var(--gradient-text-color) !important;
    padding: 10px
}

@media only screen and (max-width: 390px) {
    .header-logo-centered .navbar-brand img {
        max-height: 7rem !important;
        max-width: 150px;
    }
}