/* Add custom CSS styles below */ 
.double-banner--1{
margin-top:2rem !important;
}
a[aria-label="التخفيضات"] {
  color: rgb(238,64,54);
}
.product-card--primary-buttons button{
border-radius: 25px;
}
.product-card__promotion{
    background-color: rgb(238,64,54) !important;
}
.s-slider-block__title,.s-slider-block__title-right{
border-bottom:none !important;
}
.s-slider-block__title h2{
font-size:1.25rem;
}
.s-block--best-offers .s-slider-block__title-left .s-slider-block__display-all, salla-products-slider .s-slider-block__title-left .s-slider-block__display-all{
border:none !important;
border-bottom:2px solid var(--product-border-color) !important;
 border-radius: 0 !important;
}
/* المنتجات المميزة
.s-block--tabs-produtcs div .tabs button {
    border: 2px solid  rgb(238,64,54) !important;
    color: rgb(238,64,54)!important;  
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
   background-color:rgb(238,64,54)!important;
    color: #fff !important;
    border: 2px solid  rgb(238,64,54) !important;
}

.s-block--tabs-produtcs .tabs {
border-bottom:none;
flex-wrap: wrap;      
gap: 1rem; 
}
.s-block--tabs-produtcs div .tabs button {
 width:10rem;
}

*/
@media (min-width: 768px) {
.product-card__promotion{
    border-radius: 0px 0px 0px 15px;
}
.product-card__promotion {
    left: auto !important;
    right: 0px;
    top: 0px;
}
.products-has-border .product-card{
    border: none !important;
}
}
@media (max-width: 768px){
.products-has-border .product-card{
    border: 2px solid var(--product-border-color) !important;
    border-radius:15px !important;
}
}