body {
  background: url(https://i.imgur.com/3LIam06.png);
}

/* تغيير ألوان وأسلوب الأيقونات */
.slide--cat-entry i {
    display: none; /* إخفاء الأيقونات الأصلية */
        border: none;

}

.slide--cat-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    border: none;
}

.slide--cat-entry:hover {
border-radius: 8px;
box-shadow: 0px 0px 0px 5px rgba(66, 68, 90, 0.11);
    transform: scale(1.05);
}

/* إضافة أيقونات بديلة */
.slide--cat-entry::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}


/* تحسين مظهر النص */
.slide--cat-entry h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

/* تحسين مظهر السلايدر */
.s-slider-container {
    padding: 10px;
}

.s-slider-prev, .s-slider-next {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.s-slider-prev:hover, .s-slider-next:hover {
    background: rgba(0, 0, 0, 0.3);
}




.s-block--features__item {
transition: 0.3s;
}

.s-block--features__item:hover {
border-radius: 8px;
box-shadow: 0px 0px 0px 5px rgba(66, 68, 90, 0.11);
    transform: scale(1.05);
}














/* تغيير لون أزرار السلايدر */
.s-slider-prev,
.s-slider-next {
    background-color: #714f46 !important; /* لون الخلفية */
    border-radius: 50%; /* جعلها دائرية */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: none;
}

/* تغيير لون الأيقونات داخل الأزرار */
.s-slider-button-icon svg {
    fill: white !important; /* جعل الأيقونة بيضاء */
    width: 24px;
    height: 24px;
}

/* تغيير اللون عند التمرير */
.s-slider-prev:hover,
.s-slider-next:hover {
    background-color: #754f46!important; /* لون أغمق عند التمرير */
}










/* شاشة التحميل */
#custom-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* خلفية شبه شفافة */
    backdrop-filter: blur(25px); /* تأثير التمويه */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* لضمان الظهور فوق كل العناصر */
    transition: opacity 0.5s ease-in-out;
}

/* الشعار */
#custom-preloader img {
    width: 150px; /* يمكنك تعديل الحجم */
    height: 150px;
    border-radius: 100%; /* جعله دائري بالكامل */
    animation: fadeIn 1s ease-in-out;
}

/* تأثير الإخفاء */
.hidden {
    opacity: 0;
    pointer-events: none;
}

/* تأثير الظهور */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}















body {
    background-color: #fff;
}

.top-navbar .s-search-input {
    background-color: rgb(241 230 208);
}

.main-nav-container {
box-shadow: 0px 6px 0px -5px rgba(0, 0, 0, 0.15);
}

.navbar-brand img {
border-radius: 50px;
}

.navbar-brand img {
    animation: pulse 2s infinite; /* اسم الحركة */
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1); /* الحجم الطبيعي */
    }
    50% {
        transform: scale(1.1); /* تكبير خفيف */
    }
}


.s-cart-summary-wrapper {
background-color: #714f46;

padding: 4px 16px;
border-radius: 12px;
}

.s-cart-summary-count {
background: #3bcede;
}

.header-btn {
background-color: #714f46;
padding: 4px 5px;
border-radius: 12px;

}

.header-btn__icon {
border:none;
border-width: 20px;
color:  #fff;
}

.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgb(255 255 255);
}




/* تلوين الخلفية والرابط */
.main-menu li a {
    padding: 10px 12px; /* مسافات داخلية */
    border-radius: 8px; /* زوايا مستديرة */
    font-weight: bold; /* نص عريض */
    text-decoration: none; /* إزالة التسطير */
    display: inline-block; /* لتجنب تشوه التصميم */
    transition: all 0.3s ease; /* انتقال سلس */
}

/* التأثير عند التمرير بالفأرة */
.main-menu li a:hover {
    background-color: #e29a33; /* لون أغمق للتفاعل */
    color: #ffffff; /* لون النص عند التفاعل */
    transform: scale(1.05); /* تكبير العنصر قليلاً */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* تأثير الظل */
}


/* تنسيق القائمة في الوضع المحمول */
@media (max-width: 768px) {
    .main-menu {
        flex-direction: column; /* عرض عمودي للعناصر */
        align-items: center; /* تمركز العناصر عموديًا */
    }
    .main-menu li {
        width: 100%; /* عرض العنصر بالكامل */
    }
}


















.banner--fixed img {
border-radius: 8px;
box-shadow: 5px 5px 0px 0px rgba(66, 68, 90, 0.07);
}


.object-contain {
border-radius: 8px;
box-shadow: 5px 5px 0px 0px rgba(66, 68, 90, 0.07);

}









.footer-is-light .store-footer .store-footer__inner {
    position: relative; /* لجعل الفوتر هو العنصر المرجعي */
    background: url('https://i.imgur.com/ElQZ2yZ.png') no-repeat center center; /* إضافة الصورة */
    background-size: cover; /* لضبط حجم الخلفية */
    z-index: 1; /* تحديد الأولوية */
}























/* تحسين شكل البطاقة */
.s-products-slider-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.s-products-slider-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* تحسين شكل الصورة */
.s-product-card-image {
    position: relative;
    overflow: hidden;
}

.s-product-card-image-cover {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.s-product-card-image:hover .s-product-card-image-cover {
    transform: scale(1.05);
}

/* تحسين زر الإعجاب */
.s-product-card-wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.s-product-card-wishlist-btn:hover {
    background-color: rgba(255, 255, 255, 1);
}

/* تحسين العنوان والسعر */
.s-product-card-content-title a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.s-product-card-content-title a:hover {
    color: #007bff;
}

.s-product-card-price {
    color: #e44d26;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

/* تحسين زر الإضافة للسلة */
.salla-add-product-button button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.salla-add-product-button button:hover {
    background-color: #007bff;
    color: #fff;
}
















/* إخفاء الأيقونات الأصلية */
.feature-icon i {
    display: none;
}

/* إضافة الصور كخلفية */
.feature-icon {
    width: 80px; /* عرض العنصر */
    height: 80px; /* ارتفاع العنصر */
    background-size: cover; /* تغطية المساحة بالصورة */
    background-position: center; /* توسيط الصورة */
    margin-bottom: 15px; /* تباعد بين الصورة والنص */
    border-radius: 50%; /* جعل الصورة دائرية */
    padding: 10px; /* تباعد داخلي */
    transition: transform 0.3s ease, border-color 0.3s ease; /* تأثيرات للصور */
}

/* إضافة صور مختلفة لكل عنصر */
.s-block--features__item:nth-child(1) .feature-icon {
    background-image: url('https://i.imgur.com/kG53MMG.gif'); /* صورة لطرق الدفع */
}

.s-block--features__item:nth-child(2) .feature-icon {
    background-image: url('https://i.imgur.com/wmeguVW.gif'); /* صورة للتوصيل السريع */
}

.s-block--features__item:nth-child(3) .feature-icon {
    background-image: url('https://i.imgur.com/kZhnzK1.gif'); /* صورة للجودة */
}

/* تحسين الشكل العام للقسم */
.s-block--features {
    padding: 40px 0;
}

.s-block--features__item {
    background: rgb(255 255 255 / 25%);
    backdrop-filter: blur(4px);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3sease-in-out;
}
.s-block--features__item:hover {
    transform: translateY(-5px); /* تحريك العنصر للأعلى عند التمرير */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* زيادة الظل عند التمرير */
    background-color: #f1f1f1; /* تغيير لون الخلفية عند التمرير */
}

.s-block--features__item h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.s-block--features__item p {
    font-size: 16px;
    color: #666;
}

/* تأثيرات للصور عند التمرير */
.s-block--features__item:hover .feature-icon {
    transform: scale(1.1); /* تكبير الصورة عند التمرير */
    border-color: #0056b3; /* تغيير لون الإطار عند التمرير */
}

/* تحسين تنسيق الشبكة */