/* هوفر - بس بالديسكتوب (أجهزة فيها ماوس) */
@media (hover: hover) {
  button[product-status="sale"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }
}


/* ضغط - بالجوال والديسكتوب */
button[product-status="sale"]:active {
  transform: scale(0.96) !important;
  transition: transform 0.2s ease !important;
}


[data-selia="home-fixed-products-title"] {
    --color-primary: #15803d !important;
}

.home-block-title h2.text-3xl.font-bold.tracking-tight.text-store-text-primary {
    --color-primary: #15803d !important;
}


/* القائمة الرئيسية - أبيض بالديسكتوب، هوفر أخضر غامق بدل الذهبي (≥1024px) */
@media (min-width: 1024px) {
  .main-menu a {
    transition: color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: inset 0 -2px 0 0 transparent;
    color: #ffffff !important;
  }

  .main-menu a:hover {
    color: #0F6B4E !important;
    box-shadow: inset 0 -2px 0 0 #0F6B4E;
  }
}

/* ===== إصلاح لف القائمة الرئيسية لسطرين ===== */
@media (min-width: 1024px) {
  .main-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    justify-content: center !important;
    gap: 0.75rem !important;
  }

  .main-menu li {
    flex-shrink: 0 !important;
  }

  .main-menu a {
    white-space: nowrap !important;
    font-size: 0.85rem !important;
  }
}

/* رابط عروض اليوم الوطني - أخضر ومكبّر (بكل الشاشات، جوال وديسكتوب) */
a[aria-label*="اليوم الوطني"] {
  color: #0F6B4E !important;
  font-size: 1rem !important;
}

a[aria-label*="اليوم الوطني"]:hover {
  color: #0a5c47