/* Add custom CSS styles below */ 
.product-card__addToCart__btn salla-button button {
    background: rgb(127 68 46);
    color: #fff;
    border-RADIUS: 10PX;
}

.product-card__title a {
  font-size:12px;
  
}
/* إجبار اسم المنتج على سطر واحد */
.product-card__title a {
     /* لا يسمح بتقسيم النص */
     overflow: hidden;/* إخفاء النص الزائد */
    text-overflow: ellipsis; /* إضافة ... إذا كان النص طويلًا جدًا */
}

/* ضمان أن السعر يظهر على نفس السطر */
.product-card__price rtl:space-x-reverse space-x-1 {
    display: inline-block; /* يظهر كعنصر على نفس السطر */
    margin-top: 0; / إزالة أي مسافات إضافية فو
    }
  ////////

/*.main-menu li
{
color:#f7d5d2!important;

}*/
main-menu li:hover
{
color:#f7d5d2!important;
}
.flex.items-center a:hover {
   color:#f7d5d2!important;
}
.flex.items-center a:active {
   color:#f7d5d2!important;
}


.product-card__promotion {
  
    top: 0rem;
    left: 25%;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
        font-size: 0.55rem;

   }
.product-card__content{background: #e8d0ce; 
       border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.index .product-card__subtitle {display:none;}

/*.main-image {
    filter: brightness(80%); 
            padding: 1rem;
    border-radius: 30px;

}*/


body.products-has-border .product-card { border: 1px solid var(--product-border-color); border-top-left-radius: 20px; border-bottom-right-radius: 20px; }

.sicon-add:before {
    content: "\e921";
}
product-card__content-wrapper{ height: 70px; }

.product-card__title a {
    font-size: 12px;
    font-weight: bold;
}