/* Add custom CSS styles below */ 
/* .product-image:hover img {
    transform: none !important;
    scale: 1 !important;
} */

.product-image img {
    pointer-events: none;
}

/* back ground Card Mark Start */
/* الكارد الرئيسي */
.statistics-list__item {
    background: linear-gradient(145deg, #F2EDE4, #EDE6DB) !important;
    border: none !important;
    border-radius: 22px !important;
    position: relative;
    overflow: z-index;

    box-shadow: 
        0 6px 16px rgba(0,0,0,0.04),
        inset 0 0 0 1px rgba(255,255,255,0.5);

    transition: all 0.35s ease;
}
.statistics-slide {
    padding-bottom: 20px;
}
/* الهوفر */
.statistics-slide:hover .statistics-list__item {
    transform: translateY(-6px);
    box-shadow: 
        0 12px 24px rgba(0,0,0,0.06),
        inset 0 0 0 1px rgba(255,255,255,0.7);
}

/* الأيقونة (نفس الإحساس بالصورة) */
.statistics-list__item .img_cover {
    background-color: #F8F3E9 !important;
    padding: 12px;
    border-radius: 50%;
    transition: all 0.3s ease;

    box-shadow: 
        0 4px 10px rgba(0,0,0,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.6);
}

/* حركة الأيقونة */
.statistics-slide:hover .img_cover {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* العنوان */
.statistics-list__item strong {
    color: #000000 !important;
    font-weight: 700;
    font-size: 16px;
}

/* الوصف */
.statistics-list__item p {
    color: #6B5B4B !important;
    font-size: 13px;
}

/* الزخرفة (أعلى يمين) */
.statistics-list__item::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border: 2px solid #C3AC39;
    border-radius: 50%;
    opacity: 0.5;
}

/* الزخرفة (أسفل يسار) */
.statistics-list__item::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: -25px;
    width: 85px;
    height: 85px;
    border: 3px solid #C3AC39;
    border-radius: 50%;
    opacity: 0.2;
}

/* توسيط المحتوى */
.statistics-list__item .inner {
    justify-content: center;
    padding: 20px !important;
}

/*ُنهاية سلايدر المميز */
/*back ground Title privacy */
salla-breadcrumb {
    background-color: #DAB892 !important;
}

/* إيقاف هوفر الصور داخل التصنيفات فقط */
.itme-categories .itme-categories-image .lazy {
  transform: none !important;
  transition: none !important;
}

/* إلغاء تأثير hover بالكامل */
.itme-categories .group:hover .lazy {
  transform: none !important;
}

/* إلغاء أي دوران أو تكبير */
.itme-categories .group-hover\:scale-105,
.itme-categories .group-hover\:rotate-2 {
  transform: none !important;
}

/* إيقاف الأنيميشن العامة */
.itme-categories .saji_anime,
.itme-categories .reveal,
.itme-categories .slide--cat-entry {
  animation: none !important;
  transition: none !important;
}
/* إلغاء أي طبقة لمعة فوق الصورة */
.itme-categories .itme-categories-image::before,
.itme-categories .itme-categories-image::after {
  display: none !important;
  opacity: 0 !important;
}

/* في حال اللمعة جاية من عنصر داخلي */
.itme-categories .itme-categories-image .overlay,
.itme-categories .itme-categories-image .shine,
.itme-categories .itme-categories-image .glow {
  display: none !important;
  opacity: 0 !important;
}

/* إلغاء أي تغيير opacity عند hover */
.itme-categories .group:hover * {
  opacity: 1 !important;
}
/* جعل عنوان العرض عريض  */
.promotion-badge {
  font-weight: 900;
}