/* Alghamdi Card - Xena Live Pro Style */

body,
main,
.s-block {
  background: #050806 !important;
  color: #ffffff !important;
}

/* الهيدر */
header,
.store-header,
.main-nav-container,
.top-navbar {
  background: #030503 !important;
  border-bottom: 1px solid rgba(124,255,0,.35) !important;
  box-shadow: 0 0 18px rgba(124,255,0,.15) !important;
}

/* عناوين الأقسام */
.s-block__title h2 {
  color: #ffffff !important;
  font-weight: 900 !important;
  text-shadow: 0 0 12px rgba(124,255,0,.45) !important;
}

/* بطاقات المنتجات */
.s-product-card,
.s-product-card-entry,
.product-card {
  background: linear-gradient(180deg,#101a12,#070b08) !important;
  border: 1px solid rgba(124,255,0,.45) !important;
  border-radius: 18px !important;
  box-shadow: 0 0 18px rgba(124,255,0,.18) !important;
  overflow: hidden !important;
  transition: .25s ease !important;
}

.s-product-card:hover,
.s-product-card-entry:hover,
.product-card:hover {
  transform: translateY(-4px) !important;
  border-color: #7CFF00 !important;
  box-shadow: 0 0 30px rgba(124,255,0,.38) !important;
}

/* صور المنتجات */
.s-product-card-image img,
.product-card img {
  border-radius: 14px !important;
  transition: .25s ease !important;
}

.s-product-card:hover img {
  transform: scale(1.03) !important;
}

/* اسم المنتج */
.s-product-card-content-title a,
.s-product-card-content-title {
  color: #ffffff !important;
  font-weight: 800 !important;
}

/* السعر */
.s-product-card-price,
.product-price,
.price {
  color: #7CFF00 !important;
  font-weight: 900 !important;
  text-shadow: 0 0 8px rgba(124,255,0,.45) !important;
}

/* الأزرار */
.s-button-primary,
.s-button-btn,
.btn-primary,
button[type="submit"],
.s-product-card-content-footer button {
  background: linear-gradient(135deg,#7CFF00,#16a34a) !important;
  color: #031005 !important;
  border: 0 !important;
  border-radius: 14px !important;
  font-weight: 900 !important;
  box-shadow: 0 0 16px rgba(124,255,0,.35) !important;
}

.s-button-primary:hover,
.s-button-btn:hover,
.btn-primary:hover,
button[type="submit"]:hover {
  filter: brightness(1.1) !important;
  box-shadow: 0 0 24px rgba(124,255,0,.55) !important;
}

/* البحث والحقول */
input,
textarea,
select,
.s-search-input {
  background: #0b120d !important;
  color: #ffffff !important;
  border: 1px solid rgba(124,255,0,.35) !important;
  border-radius: 12px !important;
}

/* السلة والنوافذ */
.s-cart-summary-wrapper,
.cart-item,
.s-modal-wrapper,
.s-drawer-body {
  background: #081008 !important;
  color: #ffffff !important;
  border-color: rgba(124,255,0,.25) !important;
}

/* الفوتر */
footer,
.store-footer {
  background: #030503 !important;
  color: #dfffe0 !important;
  border-top: 1px solid rgba(124,255,0,.35) !important;
}

footer a,
.store-footer a {
  color: #7CFF00 !important;
}

/* الجوال */
@media (max-width: 768px) {
  .s-product-card,
  .s-product-card-entry {
    border-radius: 14px !important;
  }

  .s-block__title h2 {
    font-size: 22px !important;
  }

  .s-button-primary,
  .s-button-btn {
    border-radius: 12px !important;
  }
}