/* Add custom CSS styles below */


/* إخفاء نسبة الخصم - VENOS */
.discount-amount{ display:none !important; }


/* السعر بعد الخصم بجانب القديم + أحمر - VENOS */
.price_is_on_sale{ flex-direction:row !important; align-items:center !important; gap:10px !important; flex-wrap:wrap; }
.price_is_on_sale .total-price{ color:#dc2626 !important; }


/* مسافات كرت المنتج - VENOS */
.product-entry__content div.mt-auto:has(.price-wrapper){ margin-top:5px !important; }
.product-entry__content .add-to-cart-conatiner{ margin-top:12px !important; }


/* إخفاء زر المفضلة (القلب) - VENOS */
.btn--wishlist{ display:none !important; }


/* زر أضف للسلة مفرّغ (يشمل السلايدر) - VENOS */
.btn--add-to-cart--full .s-button-element,
.btn--add-to-cart--full:not(:has(.s-button-element)){ background:#fff !important; color:#000 !important; border:1.5px solid #000 !important; }
.btn--add-to-cart--full .s-button-element:hover,
.btn--add-to-cart--full:not(:has(.s-button-element)):hover{ background:#000 !important; color:#fff !important; border-color:#000 !important; }


/* تصغير صور سلايدر المنتجات (الأكثر مبيعاً) - VENOS */
.s-block--products-slider .product-entry__image-wrap,
.s-block--products-slider .product-entry__image,
.s-block--products-slider .product-entry__image-main{ max-height:200px !important; }
.s-block--products-slider .product-entry__image-main img{ max-height:200px !important; object-fit:contain !important; }

/* شعار تابي مطابق لتنسيق روز - VENOS */
.s-payments-list-item:has(img[alt="tabby_installment"]){
  border-radius:12px !important;
}
.s-payments-list-item img[alt="tabby_installment"]{
  display:block !important;
  width:40px !important;
  height:auto !important;
  object-fit:contain !important;
  }