/* كود المنتهى للعطور - التنسيق الفخم الشامل */
ؤ

.s-product-card-content button:hover, 
[class*="add-to-cart"]:hover {
    box-shadow: 0 6px 20px rgba(184, 134, 11, 0.5) !important;
    transform: scale(1.02) !important;
}

/* 6. تنسيق العناوين والأسعار */
.s-product-card-title a {
    font-size: 1.1rem !important;
    color: var(--dark-grey) !important;
    font-weight: 700 !important;
}

.s-product-card-price {
    color: var(--primary-gold) !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
}

/* 7. تحسين الفوتر (التذييل) */
footer {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

footer a {
    color: #d1d1d1 !important;
}

footer a:hover {
    color: var(--primary-gold) !important;
}

/* 8. إخفاء العناصر غير الضرورية لزيادة النقاء البصري */
.s-verify-banner {
    display: none !important; /* إذا أردت إخفاء بنر التوثيق لزيادة الفخامة */
}

/* 9. تحسين شريط البحث */
.s-search-input {
    border-radius: 25px !important;
    border: 1px solid #e0e0e0 !important;
}
/* كود المنتهى للعطور - التنسيق الفخم الشامل */
ؤ
.s-product-card-content button:hover, 
[class*="add-to-cart"]:hover {
    box-shadow: 0 6px 20px rgba(184, 134, 11, 0.5) !important;
    transform: scale(1.02) !important;
}
/* 6. تنسيق العناوين والأسعار */
.s-product-card-title a {
    font-size: 1.1rem !important;
    color: var(--dark-grey) !important;
    font-weight: 700 !important;
}
.s-product-card-price {
    color: var(--primary-gold) !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
}
/* 7. تحسين الفوتر (التذييل) */
footer {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}
footer a {
    color: #d1d1d1 !important;
}
footer a:hover {
    color: var(--primary-gold) !important;
}
/* 8. إخفاء العناصر غير الضرورية لزيادة النقاء البصري */
.s-verify-banner {
    display: none !important; /* إذا أردت إخفاء بنر التوثيق لزيادة الفخامة */
}
/* 9. تحسين شريط البحث */
.s-search-input {
    border-radius: 25px !important;
    border: 1px solid #e0e0e0 !important;
}
/* 10. تأثيرات خاصة للأقسام */
.s-block__title h2 {
    position: relative;/* تنسيقات CSS مخصصة لمتجر عطور سلة */

/* الخطوط والألوان الأساسية */
body {
    font-family: 'Tajawal', sans-serif; /* يمكن استبداله بخط عربي فاخر */
    color: #333333;
    background-color: #f8f8f8;
}

/* الهيدر (شريط التنقل العلوي) */
.s-header {
    background-color: #ffffff; /* خلفية بيضاء أو لون كريمي */
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    padding: 15px 0;
}

.s-header .s-header-top .s-header-menu-btn {
    color: #555555;
}

.s-header .s-header-top .s-header-cart-btn {
    color: #555555;
}

/* الروابط في الهيدر */
.s-header .s-header-nav a {
    color: #555555;
    font-weight: 500;
    transition: color 0.3s ease;
}

.s-header .s-header-nav a:hover {
    color: #b8860b; /* لون ذهبي */
}

/* بطاقات المنتجات */
.s-product-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.s-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.s-product-card .s-product-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.s-product-card .s-product-card-price {
    font-size: 17px;
    color: #b8860b; /* لون ذهبي */
    font-weight: bold;
}

/* أزرار إضافة للسلة */
.btn-add-to-cart {
    background: linear-gradient(to right, #b8860b, #d4af37); /* تدرج ذهبي */
    border: none;
    border-radius: 25px;
    color: #ffffff !important;
    font-weight: bold;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

.btn-add-to-cart:hover {
    background: linear-gradient(to right, #d4af37, #b8860b);
    box-shadow: 0 5px 15px rgba(184, 134, 11, 0.4);
}

/* أقسام المتجر (مثل العود والعطور) */
.s-categories-list .s-category-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.07);
    transition: transform 0.3s ease;
}

.s-categories-list .s-category-item:hover {
    transform: scale(1.03);
}

.s-categories-list .s-category-item-title {
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/* الفوتر (تذييل الصفحة) */
.s-footer {
    background-color: #333333; /* لون رمادي داكن */
    color: #cccccc;
    padding: 40px 0;
    font-size: 14px;
}

.s-footer a {
    color: #cccccc;
    transition: color 0.3s ease;
}

.s-footer a:hover {
    color: #b8860b; /* لون ذهبي */
}

/* تحسينات عامة للمسافات */
.s-section-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
    text-align: center;
}

.s-section {
    padding: 40px 0;
}

/* تعديل أزرار السلايدر */
.s-slider-arrow {
    background-color: rgba(255,255,255,0.7) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
}

.s-slider-arrow:hover {
    background-color: rgba(255,255,255,0.9) !important;
}

.s-slider-arrow svg {
    fill: #333333;
}

/* تخصيص شريط البحث */
.s-search-input {
    border-radius: 20px;
    border: 1px solid #dddddd;
    padding: 8px 15px;
    transition: border-color 0.3s ease;
}

.s-search-input:focus {
    border-color: #b8860b;
    box-shadow: 0 0 5px rgba(184, 134, 11, 0.3);
}

/* تخصيص شريط التنبيهات (إن وجد) */
.s-alert-bar {
    background-color: #b8860b; /* لون ذهبي */
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
}
    display: inline-block;
    padding-bottom: 10px;
    color: var(--dark-grey);
}
.s-block__title h2::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background: var(--primary-gold);
    bottom: 0;
    right: 25%;
    border-radius: 2px;
}
/* 10. تأثيرات خاصة للأقسام */
.s-block__title h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: var(--dark-grey);
}

.s-block__title h2::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background: var(--primary-gold);
    bottom: 0;
    right: 25%;
    border-radius: 2px;
}