/* Add custom CSS styles below */ 
.s-product-card-promotion-title {
  background-color: #A32F6E !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 5px 9px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  max-width: 90% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
/* زر إضافة للسلة داخل كروت المنتجات فقط */
.s-product-card-content-footer .s-button-primary-outline,
.s-product-card-content-footer .s-button-btn {
  background-color: #A32F6E !important;
  border-color: #A32F6E !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  height: 40px !important;
}

/* لون الأيقونة داخل زر السلة */
.s-product-card-content-footer .s-button-btn svg,
.s-product-card-content-footer .s-button-btn i {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* عند مرور الماوس */
.s-product-card-content-footer .s-button-primary-outline:hover,
.s-product-card-content-footer .s-button-btn:hover {
  background-color: #8C489B !important;
  border-color: #8C489B !important;
  color: #ffffff !important;
}