/* 1. إعدادات السلايدر الرئيسي (البانر العلوي) */
.universal-slider__content-inner h2 { visibility: hidden; }
.universal-slider__content-inner a.inline-flex {
    background: transparent !important; border: 3px solid currentColor !important;
    font-family: "Ngetic Modern Regular", sans-serif !important; font-size: 22px !important;
    width: 180px !important; height: 50px !important; margin-top: 35px !important;
}

@media (max-width: 767px) {
    .universal-slider__slide { min-height: 85vh !important; display: flex !important; align-items: center !important; }
    .universal-slider__media img { transform: scale(2.0) !important; object-fit: contain !important; }
    .universal-slider__content-inner { transform: scale(1.4) !important; transform-origin: left center !important; }
    .universal-slider__content-inner a.inline-flex { width: 90px !important; height: 20px !important; font-size: 12px !important; margin-top: 0 !important; border-width: 1px !important; }
}

/* 2. تخصيص كروت المنتجات (الألوان والتنسيق) */
body, #main-content, .app-inner { background-color: #fffbf8 !important; }
header, .inner.bg-inherit.w-full { background-color: #FDF7F0 !important; }
custom-salla-product-card, .s-product-card { background-color: #FDF7F0 !important; border-radius: 12px !important; overflow: hidden !important; }
.s-product-card-image { box-shadow: 0 6px 15px rgba(0,0,0,0.7) !important; margin-bottom: 10px; }

/* 3. العناوين والأسعار (في سطر واحد) */
.s-product-card-content { display: grid !important; grid-template-columns: 1fr auto !important; align-items: center !important; padding: 5px 12px 10px !important; }
.s-product-card-content-main { text-align: right !important; }
.s-product-card-content-title a { font-size: 1.125rem !important; font-weight: 900 !important; line-height: 0.9 !important; }
.s-product-card-price { font-size: 1.25rem !important; font-weight: 900 !important; }*

/* تنسيق روابط التصنيفات */
a span {
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: bold;
}


h4.s-product-card-price {
  color: var(--color-primary) !important;
}

.s-menu-footer-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

.s-menu-footer-item {
    display: block !important;
    width: 100% !important;
    text-align: right !important;
    font-weight: bold !important; /* جعل الخط عريضاً */
}
/* دفع السعر بالكامل لأقصى يسار البطاقة */
.s-product-card-content-sub {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
}

/* تنسيق السعر: الرقم أولاً ثم الريال على يساره */
h4.s-product-card-price {
    display: flex !important;
    flex-direction: row !important; /* الرقم ثم العملة */
    align-items: center !important;
    gap: 5px !important; /* المسافة بين الرقم والكلمة */
    margin-right: auto !important; /* لضمان التمركز يساراً في المتجر العربي */
    margin-left: 0 !important;
}

/* التأكد من أن أيقونة الريال تظهر بعد الرقم (على اليسار) */
h4.s-product-card-price i.sicon-sar {
    order: 2 !important;
}

@media (max-width: 768px) {
    .swiper-wrapper.s-slider-swiper-wrapper {
        gap: 12px !important;
    }
    .s-products-slider-card.swiper-slide {
        margin-inline-end: 12px !important;
    }
}
/* إخفاء الرابط والحاوية الخاصة به */
p.text-gray-400.mb-2\.5.md\:mb-0 {
    display: none !important;
}