/* Add custom CSS styles below */

/* =========================
   تخفيف تغميق الصور
========================= */

img[src*="salla.network"] {
  opacity: 0.9 !important;
  mix-blend-mode: normal !important;
}

/* =========================
   تخفيف طبقة التدرج
========================= */

.bg-gradient-to-t {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.7),
    transparent
  ) !important;
}

/* =========================
   استهداف سكشن الفيديو فقط
========================= */

.nova-video-text-photo .absolute.inset-0.z-10 {
  background: linear-gradient(
    to top,
    rgba(5, 5, 5, 0.6) 0%,
    rgba(5, 5, 5, 0.7) 50%,
    rgba(5, 5, 5, 0.4) 100%
  ) !important;
}

/* =========================
   إخفاء السعر وزر السلة
========================= */

.index .s-product-card-price,
.index salla-add-product-button,
.index .s-product-card-content-footer,
.index .s-button-element,
.index .s-button-wrap {
    display: none !important;
}

/* =========================
   إلغاء تأثير صورة العرض
========================= */

/* ضبط صورة المدونة كاملة بدون قص */

img.h-80.object-cover {
    object-fit: contain !important;
    height: auto !important;
    max-height: 500px !important;
    background: transparent !important;
}


/* إخفاء العنصر الفارغ */

.border.border-white\/10.p-4.rounded-xl.flex.items-center.gap-3.w-full.sm\:w-auto {
    display: none !important;
}

.s-social-list .s-social-icon svg,
.s-social-list .s-social-icon svg path{
    fill: #000 !important;
    color: #000 !important;
}