/* إخفاء زر الإيميل في الهيدر */
a[href^="mailto:"] {
  display: none !important;
}

:root {
  /* اللون الأساسي للأزرار */
  --color-primary: #030303 !important;
  --color-primary-dark: #0f1d5a !important;
  --color-primary-light: #3d58c2 !important;

  /* نص الأزرار */
  --color-primary-contrast: #ffffff !important;

  /* أزرار ثانوية */
  --color-secondary: #ffffff !important;
  --color-secondary-contrast: #111111 !important;

  /* إزالة البهتان */
  --btn-opacity: 1 !important;
}


.s-product-card,
.product-card,
.product,
.store-product {
  box-shadow:
    0 4px 10px rgba(0,0,0,0.05),
    0 12px 28px rgba(0,0,0,0.08),
    0 30px 60px rgba(0,0,0,0.06);
}


.s-product-card,
.product-card,
.product,
.store-product {
  transition: all 0.18s ease !important;
}

/* عند الضغط */
.s-product-card:active,
.product-card:active,
.product:active,
.store-product:active {
  transform: scale(0.96) !important;
}

/* عند المرور */
.s-product-card:hover,
.product-card:hover,
.product:hover,
.store-product:hover {
  transform: translateY(-5px) scale(1.01) !important;
}

button[aria-label*="wishlist"],
button[aria-label*="quick"],
button[aria-label*="favorite"],
button[aria-label*="view"] {
  display: none !important;
}

iframe[src*="tamara"],
iframe[src*="tabby"],
[class*="tamara"],
[class*="tabby"],
[id*="tamara"],
[id*="tabby"] {
  display: none !important;
}




/* تخفيف المساحة حول ويدجت التقسيط في صفحة المنتج */
.product-page iframe,
.product-form iframe,
.s-product-form iframe {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: 100% !important;
}

/* تقليل فراغ الحاوية التي تأتي بعد السعر */
.product-page .product-form > div,
.product-page .s-product-form > div {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}