.s-button-primary-outline {
  background: linear-gradient(to right, #428bca, #5cb85c);
  color: #fff;
}

section.s-block.s-block--fixed-banner.wide-placeholder {
  padding: 0;
  margin-top: 0;
  margin-bottom: 5px;
}

section.s-block.s-block--fixed-banner.wide-placeholder .banner--fixed img {
  width: 100% !important;
  height: auto;
}

.s-block--features{
  padding-bottom: 2rem;
}
.s-product-card-promotion-title {
    background-color: #f5f5f5; 
    color: black;
}


@media only screen and (max-width: 767px) { 
    #best-offers-1-slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(150px, 1fr));
        grid-template-rows: repeat(2, 1fr); 
        gap: 5px; 
        width:100% !important;
    }
}

salla-slider[type]:not(.hydrated)>div:where([dir=rtl],[dir=rtl] *), salla-slider[type]:not(.hydrated) .swiper>div>div:where([dir=rtl],[dir=rtl] *), .carousel-slider .swiper:where([dir=rtl],[dir=rtl] *){
    padding-left: 0 !important;
}


#btn-show-more {
            font-size: 18px; 
            color:#991b1b;
            
            background-color: #fff;
            border-radius: 8px; 
            padding: 10px 10px;
            display: inline-block;
        }