/* يرجع للخط الافتراضي للنظام */
* {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}


body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

/* خلفية */
body::before {
  animation: snowFall 18s linear infinite;

  background-image:
    radial-gradient(3px 3px at 15% 15%, rgba(71, 87, 214, 0.9) 50%, transparent),
    radial-gradient(2px 2px at 30% 60%, rgba(71, 87, 214, 0.8) 50%, transparent),
    radial-gradient(3px 3px at 50% 20%, rgba(71, 87, 214, 0.7) 50%, transparent),
    radial-gradient(2px 2px at 70% 40%, rgba(71, 87, 214, 0.8) 50%, transparent),
    radial-gradient(3px 3px at 85% 80%, rgba(71, 87, 214, 0.8) 50%, transparent),
    radial-gradient(2px 2px at 10% 90%, rgba(71, 87, 214, 0.6) 50%, transparent);

  background-size: 300px 300px;
  background-repeat: repeat;
  opacity: 0.7;
}

/* أمامي */
body::after {
  animation: snowFall 10s linear infinite;

  background-image:
    radial-gradient(4px 4px at 25% 25%, rgba(71, 87, 214, 0.9) 50%, transparent),
    radial-gradient(5px 5px at 60% 50%, rgba(71, 87, 214, 0.8) 50%, transparent),
    radial-gradient(4px 4px at 80% 10%, rgba(71, 87, 214, 0.8) 50%, transparent);

  background-size: 400px 400px;
  background-repeat: repeat;
  opacity: 0.5;
}

/* حركة */
@keyframes snowFall {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}




.s-angel--divider .vertical-lines {
    background-color: #3c458b !important;
}







@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.da-cp {
  font-weight: 700 !important;
  font-size: 18px;

  background: linear-gradient(
    90deg,
    #5365f3 0%,
    #ffffff 50%,
    #5365f3 100%
  );

  background-size: 200% auto;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: shine 2.5s linear infinite;
}



/* الزر */
.s-block__display-all {
  background: #5365f3;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 999px; /* دائري */
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* هوفر */
.s-block__display-all:hover {
  background: #3f51e0;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(83, 101, 243, 0.4);
}












/* الكارد كامل */
.s-product-card-entry {
  border-radius: 16px !important;
  overflow: hidden;
  background: #0f172a;
  transition: 0.3s;
  border: 1px solid rgba(255,255,255,0.05);
}

/* تأثير hover */
.s-product-card-entry:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
  border-color: #5365f3;
}

/* الصورة */
.s-product-card-image {
  overflow: hidden;
}

.s-product-card-image img {
  transition: 0.4s;
}

.s-product-card-entry:hover img {
  transform: scale(1.08);
}

/* المحتوى */
.s-product-card-content {
  padding: 12px;
}

/* التصنيف */
.s-product-card-category {
  background: rgba(83,101,243,0.15);
  color: #5365f3;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
}

/* العنوان */
.s-product-card-content-title a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s;
}

.s-product-card-content-title a:hover {
  color: #5365f3 !important;
}

/* السعر */
.s-product-card-price {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

/* زر السلة */
.s-product-card-content-footer .s-button-element {
  background: #5365f3 !important;
  color: #fff !important;
  border-radius: 10px;
  border: none !important;
  transition: 0.3s;
}

/* هوفر الزر */
.s-product-card-content-footer .s-button-element:hover {
  background: #3f51e0 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(83,101,243,0.4);
}

/* زر القلب */
.s-product-card-wishlist {
  backdrop-filter: blur(6px);
  background: rgba(0,0,0,0.4) !important;
  border-radius: 50%;
}

/* تحسين المسافات */
.s-product-card-content-main {
  margin-bottom: 8px;
}

/* يخفي border الغبي اللي يجي inline */
.s-product-card-entry[style] {
  border-color: transparent !important;
}









/* الخلفية الجديدة */
.store-footer {
  background: linear-gradient(135deg, #5365f3, #3f51e0);
  color: #fff;
}

/* نخلي كل شي أبيض */
.store-footer,
.store-footer a,
.store-footer p {
  color: #fff !important;
}

/* تحسين الأقسام */
.footer-middle > div {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(6px);
}

/* 📱 ترتيب الجوال */
@media (max-width: 768px) {

  /* كل قسم تحت بعض */
  .footer-middle {
    flex-direction: column !important;
    gap: 20px;
  }

  /* كل بلوك ياخذ عرض كامل */
  .footer-middle > div {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
  }

  /* وسط النصوص */
  .footer-middle,
  .footer-middle * {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }

  /* الروابط تصير مرتبة */
  .footer-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  /* زر التواصل */
  .s-contacts-list {
    flex-direction: row !important;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  /* زر العودة */
  .to-top {
    margin-bottom: 10px;
  }

  /* الدفع */
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .s-payments-list {
    justify-content: center;
  }

  /* الشعار */
  .logo-footer {
    justify-content: center;
  }

}