/* تغيير شكل أيقونة (إضافة للسلة) في بطاقات المنتجات + أزرار الأيقونة */
:where(salla-add-product-button, salla-product-card, .product-card, .product-single)
:where(i.sicon-add-to-cart, i[class*="sicon-"][class*="add-to-cart"], i[class*="sicon-"][class*="cart"]) {
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;      /* دائرة */
  background: #111827 !important;       /* لون الخلفية */
  color: #ffffff !important;            /* لون الأيقونة */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.14) !important;
  line-height: 1 !important;
}

/* تكبير/توحيد حجم رمز الأيقونة (لأن Salla Icons غالبًا ترسم بالـ ::before) */
:where(salla-add-product-button, salla-product-card, .product-card, .product-single)
:where(i.sicon-add-to-cart, i[class*="sicon-"][class*="add-to-cart"], i[class*="sicon-"][class*="cart"])::before{
  font-size: 18px !important;
}

/* حركة بسيطة عند المرور */
:where(salla-add-product-button, salla-product-card, .product-card, .product-single)
:where(i.sicon-add-to-cart, i[class*="sicon-"][class*="add-to-cart"], i[class*="sicon-"][class*="cart"]):hover{
  transform: translateY(-1px) !important;
}

/*
  custom hero image
*/
/* .main-nav-container {
  position: fixed;
  z-index: 9;
  width: 100%;
  background: transparent;
  box-shadow: none;
}

.main-nav-container.fixed-header {
  background: white;
  top: -60px;
} */

.top-navbar {
  display: none;
}

/* #main-content section:nth-child(1) {
  margin: 0;
}
#main-content section:nth-child(1) .container {
  padding: 0;
}
#main-content > div:nth-child(1) {
  margin-top: 80px;
}

.s-user-menu-trigger {
  background: transparent;
} */