/* Add custom CSS styles below */ 
.footer-is-light .store-footer .store-footer__inner {
  
    background-color: rgb(243 244 246 / 0%);
}
/* ✅ تعطيل الخلفية الأصلية الافتراضية من سلة */
.store-footer__inner {
  background: transparent !important;
  background-color: transparent !important;
  --tw-bg-opacity: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center {
  display: none !important;
}
.topnav-is-dark .top-navbar {
  --tw-bg-opacity: 1;
  background-color: #d4af37 !important; /* الذهبي الكلاسيكي */
  background-color: rgba(212, 175, 55, var(--tw-bg-opacity, 1)) !important;
  
  --tw-text-opacity: 1;
  color: #fff !important; /* النص أبيض للتباين الواضح */
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;

  transition: background-color 0.3s ease;
}

.social-links {
  margin-top: 18px !important;
  display: flex !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}

.social-links a img {
  width: 28px !important;
  height: 28px !important;
  filter: brightness(0) invert(1) !important; /* يخلي الأيقونات بيضاء */
  transition: transform 0.3s ease, opacity 0.3s ease !important;
}

.social-links a:hover img {
  transform: scale(1.15) !important;
  opacity: 0.9 !important;
}

/* للموبايل */
@media (max-width: 768px) {
  .social-links {
    justify-content: center !important;
  }
}