/* develope By Package +201002241591  3lwaaa@gmail.com - https://wa.me/201002241591 */
:root {
    --primary-gold: #c5a059;
    --dark-bg: #1a1a1a;
    --soft-shadow: 0 10px 30px rgba(0,0,0,0.08);
    --gold-gradient: linear-gradient(45deg,#c5a059,#e2c275)
}

header#main-header {
    background: rgba(255,255,255,0.8)!important;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(197,160,89,0.2);
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.4s ease
}

.s-product-card-vertical {
    border: none!important;
    border-radius: 20px!important;
    overflow: hidden;
    background: #fff!important;
    box-shadow: var(--soft-shadow);
    transition: transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275),box-shadow 0.4s ease!important
}

.s-product-card-vertical:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(197,160,89,0.15)
}

.s-product-card-image img {
    transition: transform 0.6s ease!important
}

.s-product-card-vertical:hover .s-product-card-image img {
    transform: scale(1.1)
}

.s-button-primary,.s-add-product-button {
    background: var(--gold-gradient)!important;
    border: none!important;
    border-radius: 50px!important;
    font-weight: 600!important;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(197,160,89,0.4)!important;
    transition: all 0.3s ease!important;
    position: relative;
    overflow: hidden
}

.s-button-primary:hover {
    box-shadow: 0 8px 25px rgba(197,160,89,0.6)!important;
    transform: scale(1.03)
}

.s-slider-container,.s-block-banner img {
    
    box-shadow: var(--soft-shadow)
}

footer {
    background: var(--dark-bg)!important;
    color: #fff!important;
    padding-top: 50px!important;
    border-top: 4px solid var(--primary-gold)
}

footer a {
    transition: color 0.3s ease
}

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

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.s-product-card-vertical {
    animation: fadeInUp 0.6s ease backwards
}

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

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: var(--primary-gold);
    border-radius: 10px
}

a.flex.items-center.m-0.logo-footer.in-view {
    filter: invert(1)
}

.store-footer h3 {
    color: var(--primary-gold)
}

.s-social-link a,.s-contacts-item {
    background-color: var(--primary-gold)
}

footer.store-footer {
    border-radius: 20px 20px 0 0;
    /* margin: 15px; */
    background-color: var(--1);
    background: linear-gradient(134deg ,transparent -1041%,#292929 83% ,#fff 200%),url(https://cdn.salla.sa/form-builder/kW2IG8yY17w9F8vq50CMfMdhWBcbQhSoDRWGaK99.jpg)0rem 0rem/545%no-repeat!important;
}

footer.store-footer {
    border-radius: 20px;
    margin: 15px;
}

.store-footer__inner {
    background: transparent;
}

@media (max-width: 600px) {
    footer.store-footer {
        padding-bottom: 50px;
    }
}

footer.store-footer * {
    text-align: center;
    justify-content: center;
}

.store-footer__inner {
    border-top: 5px solid #828282;
    border-radius: 24px;
    /*     text-align: center; */
    justify-content: center;
}

/* تصميم الحاوية الرئيسية للبار */
.custom-horizontal-bar {
    background: #ffffff;
    /* لون الخلفية */
    border-bottom: 0px solid #f0f0f0;
    padding: 10px 0;
    position: sticky;
    top: 116px;
    /* يعتمد على ارتفاع الهيدر عندك */
    z-index: 2;
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); */
}

/* حاوية التمرير الأفقي للجوال */
.nav-scroll-container {
    display: flex;
    justify-content: center;
    /* توسيط الروابط في الكمبيوتر */
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    gap: 20px;
    padding: 0 15px;
    scrollbar-width: none;
    /* إخفاء شريط التمرير لـ فايرفوكس */
}

/* إخفاء شريط التمرير لـ كروم وسفاري */
.nav-scroll-container::-webkit-scrollbar {
    display: none;
}

/* تصميم الرابط الواحد */
.horizontal-nav-item {
    text-decoration: none !important;
    color: #333 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

/* حركات العناوين داخل الروابط */
.horizontal-nav-item .menu_title {
    margin: 0;
    font-size: inherit;
    display: inline-block;
}

/* تأثير عند المرور بالماوس أو الرابط النشط */
.horizontal-nav-item:hover {
    color: #000 !important;
    background: #f5f5f5;
    transform: translateY(-1px);
}

/* تنسيق خاص للجوال لضمان التمرير بسلاسة */
@media (max-width: 768px) {
    .nav-scroll-container {
        justify-content: flex-start;
        /* الروابط تبدأ من اليمين في الجوال */
    }

    .custom-horizontal-bar {
        top: 50px;
        /* تعديل الارتفاع للجوال */
        display: none;
    }

    .horizontal-nav-item {
        font-size: 13px;
        background: #f9f9f9;
        /* تمييز الروابط كأزرار في الجوال */
        border: 1px solid #eee;
    }
}