/* ===== ELZ STORE FULL THEME FIX ===== */

:root {
  --elz-bg: #050505;
  --elz-card: #0b0b0b;
  --elz-card-soft: #120407;
  --elz-red: #9f1029;
  --elz-red-hover: #b81735;
  --elz-border: rgba(184, 15, 47, .55);
  --elz-text: #ffffff;
  --elz-muted: #c9c9c9;
}

/* خلفية المتجر */
body,
main,
section,
.store-home {
  background: var(--elz-bg) !important;
  color: var(--elz-text) !important;
}

/* النصوص العامة */
h1, h2, h3, h4, h5, h6,
p, span, a, label {
  color: inherit;
}

/* بطاقات المنتجات */
.s-product-card-entry {
  background: linear-gradient(180deg, var(--elz-card-soft), var(--elz-card)) !important;
  border: 1px solid var(--elz-border) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 0 14px rgba(184,15,47,.18) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

/* حركة البطاقة */
.s-product-card-entry:hover {
  transform: translateY(-6px) scale(1.01) !important;
  border-color: rgba(216, 27, 63, .85) !important;
  box-shadow: 0 14px 32px rgba(0,0,0,.55), 0 0 22px rgba(184,15,47,.26) !important;
}

/* صورة المنتج */
.s-product-card-image {
  background: linear-gradient(180deg, #160508, #080808) !important;
  padding: 8px !important;
}

.s-product-card-image img {
  border-radius: 14px !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform .35s ease !important;
}

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

/* محتوى البطاقة */
.s-product-card-content {
  background: transparent !important;
  padding: 10px !important;
}

/* اسم المنتج */
.s-product-card-content-title,
.s-product-card-content-title a {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

/* التصنيف */
.s-product-card-content-subtitle,
.s-product-card-content-category {
  background: rgba(159,16,41,.18) !important;
  border: 1px solid rgba(184,15,47,.35) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 3px 8px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  width: fit-content !important;
}

/* السعر */
.s-product-card-price,
.price,
.total {
  color: #fff !important;
  font-weight: 900 !important;
}

/* زر أضف للسلة داخل البطاقة */
.s-product-card-entry button,
.s-product-card-entry .s-button-btn {
  background: #9f1029 !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
  transition: .25s ease !important;
}

.s-product-card-entry button:hover,
.s-product-card-entry .s-button-btn:hover {
  background: #b81735 !important;
  color: #fff !important;
  transform: scale(1.02) !important;
}

/* النص والأيقونات داخل الأزرار */
.s-product-card-entry button *,
.s-product-card-entry .s-button-btn *,
button *,
.s-button-btn * {
  color: #fff !important;
  fill: #fff !important;
  opacity: 1 !important;
}

/* أزرار المتجر العامة */
button,
.s-button-btn,
.btn,
[type="button"],
[type="submit"] {
  background-color: #9f1029 !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.18) !important;
}

/* أزرار الكمية */
.s-quantity-input-button,
.s-quantity-input-increase-button,
.s-quantity-input-decrease-button {
  background: #8f0f25 !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.25) !important;
}

/* رقم الكمية */
.s-quantity-input-input {
  background: #0b0b0b !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.25) !important;
}

/* الحقول */
input,
textarea,
select {
  background: #090909 !important;
  color: #fff !important;
  border: 1px solid var(--elz-border) !important;
}

input::placeholder,
textarea::placeholder {
  color: #aaa !important;
  /* شريط الشراء السفلي */
.s-sticky-product-bar,
.sticky-product-bar,
.product-sticky-bar,
[class*="sticky"] {
  background: #0b0b0b !important;
  border-top: 1px solid rgba(160,16,41,.45) !important;
}

/* أزرار الشريط */
.s-sticky-product-bar button,
.sticky-product-bar button,
.product-sticky-bar button,
.s-add-product-button-main,
.s-button-primary {
  background: #9f1029 !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  border-radius: 8px !important;
}

/* زر اشتري الآن */
.s-button-primary,
.s-fast-checkout-button {
  background: transparent !important;
  color: #fff !important;
}

/* الكمية */
.s-quantity-input-container,
.s-quantity-input-input,
.s-quantity-input-button {
  background: #111 !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.35) !important;
}
}