@keyframes fadeInZoom {
  0% { opacity: 0; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.2); }
}

body, html {
  background-color: #ffffff !important;
}
/* ✅ توسيط التصنيفات (أقسام المنتجات) */
.category-card,
.collection-item,
.section-category,
.category-grid .item {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

/* ✅ توسيط عنوان قسم التصنيفات */
.section-title,
.category-title,
.collection-title {
  text-align: center !important;
}

/* ✅ توسيط الفوتر بالكامل */
.footer {
  text-align: center !important;
}

.footer .container,
.footer .content,
.footer .footer-links,
.footer .social-icons {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
}