/* Add custom CSS styles below */ 
/* تلوين أيقونة العربة بيضاء وتوسيطها في الشريط السفلي */
.sticky-product-bar__btn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: white !important;
}

.sticky-product-bar__btn svg,
.sticky-product-bar__btn i,
.sticky-product-bar__btn img {
  color: white !important;
  fill: white !important;
  stroke: white !important;
  margin: 0 auto !important;
  filter: brightness(0) invert(1);
}

.sticky-product-bar__btn::part(button) {
  color: white !important;
  fill: white !important;
  justify-content: center !important;
}

#cart-submit button {
  font-size: 16px !important;
  font-weight: bold !important;
}

#coupon-btn button {
  font-size: 16px !important;
  font-weight: bold !important;
}


.tab-trigger button {
  font-size: 15px !important;
  font-weight: bold !important;
}

salla-add-product-button button {
  font-size: 13px !important;
  font-weight: bold !important;
}

.s-product-card-content-title a {
  font-size: 11px !important;
  line-height: 1.5rem !important;
}

/* تكبير خط أزرار البانرات */
.s-block a.bg-primary,
.s-banners a.bg-primary,
[class*="banner"] a.bg-primary {
  font-size: 14px !important;
}

/* وصف البانر */
.s-block p.text-xxs {
  font-size: 13px !important;
  line-height: 1.6 !important;
}