:root {
    --main-color: #000;
    --second-color:#fff;
    --three-color:#B692C2 ;
    --body-color:#fafafa;
    --logo:url('https://cdn.salla.sa/DGBmVy/jFvzpiViXGKX3ZQFGvcsfeWqknBTOjJiGzw1SBMr.png');
}
 



  .app-inner {
background: #f8f8f8!important;
} 

[class*=" sicon-"], [class^=sicon-] {
color:#000 !important;
}


.main-menu li>a:hover {
color:var(--main-color) !important;

}



.mm-spn.mm-spn--navbar ul  {
background: #02ba6c ;
}

.mm-spn.mm-spn--navbar.mm-spn--main a  {
background: #02ba6c !important;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre ,.mm-spn li a span  {
color:var(--main-color) !important;
}


.swiper .swiper-wrapper a img {
width: 100% !important;
height: 100% !important ;
border-radius: 5% !important;
}



/*    لون مميزات المتجر */ 


 .s-block--features__item {
background: var(--main-color);
}
.s-block--features__item .feature-icon {
background: #2d3553;
}
.s-block--features__item p , .s-block--features__item h2{
    color: #fff !important;
}






body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
     background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: var(--logo);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    animation-name: fade-in;
    animation-duration: 2.5s;
    transform: scale(0);
    border: none;
}


@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}
/----------------------------------------------------/











/----------------------------------------------------/

*/ قائمة العناصر */
.banner-entry {
    perspective: 1000px;
    transition: transform 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045), 
                box-shadow 0.6s ease, 
                opacity 0.5s ease, 
                background-color 0.6s ease;
}

.banner-entry:hover {
    transform: rotateX(15deg) rotateY(-15deg) translateY(-20px) scale(1.15);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    opacity: 1;
    background-color: #f0f0f0; /* تغيير اللون لإضافة تأثير مرئي جذاب */
    filter: brightness(1.2);
}

/* إضافة تأثير نابض */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.banner-entry:hover {
    animation: pulse 1s infinite alternate;
}

s-menu-footer-list {
    gap: 0px;
    display: flex;
    flex-direction: column;
}

.s-advertisement-content  {
    background: var(--second-color);
}
/----------------------------------------------------/















/----------------------------------------------------/

/*    انميشن لمميزات المتجر */ 
 .s-block--features__item {
    display: inline-block;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background-color 0.4s ease-in-out;
    padding: 10px;
    border-radius: 8px; /* حواف ناعمة */
    background-color: #e0171d; /* اللون الأساسي */
    animation: pulse 1.5s infinite; /* تأثير النبض فقط في الحالة العادية */
}

.s-block--features__item:hover {
    transform: scale(0.92); /* تصغير الحجم عند التحويم */
    box-shadow: 0 0 20px rgba(0, 150, 255, 0.7), 0 0 40px rgba(0, 150, 255, 0.5);
    background-color: #8fbccf; /* تغيير اللون عند التحويم إلى لون أفتح من الأساسي */
    animation: pulse 1.5s infinite, sway 1.5s infinite; /* تأثير النبض والتارجح عند التحويم */
}

/* تأثير النبض */
@keyframes pulse {
    0% {
        transform: scale(0.95); /* حجم أصغر بقليل */
        box-shadow: 0 0 20px rgba(0, 150, 255, 0.7), 0 0 40px rgba(0, 150, 255, 0.5);
    }
    50% {
        transform: scale(0.92); /* تصغير الحجم في منتصف النبض */
        box-shadow: 0 0 25px rgba(0, 150, 255, 0.8), 0 0 50px rgba(0, 150, 255, 0.6);
    }
    100% {
        transform: scale(0.95); /* العودة للحجم الأصلي */
        box-shadow: 0 0 20px rgba(0, 150, 255, 0.7), 0 0 40px rgba(0, 150, 255, 0.5);
    }
}

/* تأثير التارجح */
@keyframes sway {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: rotate(2deg);
    }
    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/----------------------------------------------------/








/----------------------------------------------------/

/----------start slider جعل الصور المتحركة تاخذ المساحة كاملة -----------/
.s-block--photos-slider {
    margin-top: 0 !important;
}

.swiper {
    padding-left: 0 !important;
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 1.1rem;
    margin-right: 0.5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
/----------end slider -----------/
/----------------------------------------------------/








/----------------------------------------------------/
/--------- start nav------------/
.main-nav-container.fixed-header .inner {
    transform: translate3d(0, 0, 0);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  

}
.bg-inherit {
    background-color: inherit;
    transform: translate3d(0, 0, 0);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);


}
.bg-inherit:hover {
    background-color: inherit;
    transform: translate3d(0, 0, 0);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
 
}

@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .75rem;
        font-size: .875rem;
        line-height: 1.25rem;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-duration: 300ms;
        color: var(--main-color);
    }
}
@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--navbar.mm-spn--main:where([dir=rtl],[dir=rtl] *):after {
        padding-right: .75rem;
        background: var(--second-color);
    }
}
@media only screen and (min-width: 1024px) {
    .main-menu li>a:hover {
        display: flex;
        align-items: center;
        justify-content: space-between;
    
        font-size: .875rem;
        line-height: 1.25rem;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-duration: 300ms;
        color: var(--second-color);
    }
}
.mm-spn.mm-spn--navbar.mm-spn--main a {
    cursor: default;
    background: var(--main-color);
    color: white;
}
.mm-spn.mm-spn--navbar.mm-spn--main a:hover {
    cursor: default;
    background: var(--main-color);
    color: var(--second-color);
}
.mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
    background: var(--main-color);
}
[class*=" sicon-"], [class^=sicon-] {
    font-family: sallaicons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: var(--second-color);
    -moz-osx-font-smoothing: grayscale;
}

.sicon-shopping-bag:before , .sicon-user-circle:before{
color:var(--main-color) !important;
} 

/----------end nav-----------/
/----------------------------------------------------/









   
/----------------يييي------------------------------------/        
        /*








/----------------------------------------------------/
        .whatsapp-me {
            position: fixed;
            bottom: 10px;
            right: 15px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0px 0px 10px 2px rgba(37, 211, 102, 0.5); /* Green shadow */
            animation: float 3s ease-in-out infinite; /* Animation to move up and down */
        }

        .whatsapp-me div {
            background-color: #25D366; /* WhatsApp green color */
            width: 100%;
            height: 100%;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .whatsapp-me img {
            width: 30px;
            height: 30px;
        }
/----------------------------------------------------/        
        
        






/----------------------------------------------------/
/---------------------- تحريك البانر العريض ----------/

.banner--fixed img {
    display: block;

}

@keyframes gentle-bounce {
    0% {
        transform: translateY(0); /* Initial position */
    }
    50% {
        transform: translateY(-5px); /* Slight upward movement */
    }
    100% {
        transform: translateY(0); /* Return to initial position */
    }
}

.banner--fixed img {
    display: block; /* Ensure the image is treated as a block element */
    transition: all 0.8s ease-in-out;
    border: 5px solid transparent; /* Adjust border width and color */
    border-radius: 8px; /* Optional: Rounded corners */
}

.banner--fixed img:hover {
    transform: scale(1.02); /* Slightly scales up on hover */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow on hover */
    /* Changes border color on hover */
}



/* جدبد شفافيه البنر العريض */
.banner--fixed img{
border-radius:30px;
}
.store-footer::after{
content:"
";
top:0;
color:var(--maincolor)!important;
font-size:16px;
opacity:0.5;

}

.banner--fixed img{
width : 100 % ;
background: transparent;
border-radius:0%;
}

/----------------------------------------------------/







/----------------------------------------------------/
/----------------------end product الفوتر الجديد----------/

.footer-is-light .store-footer .store-footer__inner {
    background-color: var(--main-color);
    padding: 30px;
    border: none;
    font-size: 20px;
    text-align: center;
    border-radius: 19%; 
}
.s-comments-product {
    margin-bottom: 1rem;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: var(--main-color);
}

.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    background: black;
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    --tw-text-opacity: 1;  
    background-image: linear-gradient(120deg, var(--second-color), var(--main-color));
}





.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    transform: translate3d(0, 0, 0);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    transform: translate3d(0, 0, 0);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border-radius: 10%;
    color: white;

}



.store-footer h3 {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    background: var(--main-color);
    padding: 5px;
    border-radius: 8%;
    text-align: center;
}
.s-contacts-icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: .625rem;
    color: var(--second-color);
}
.store-footer h3 {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    background: var(--main-color);
    padding: 5px;
    border-radius: 8%;
    text-align: center;
    width: 100%;
}

.footer-is-light .store-footer {
    background-image: linear-gradient(135deg, var(--second-color), var(--main-color));
    color: #fff; /* لون النص ليكون واضحاً مع التدرج */
    padding: 30px;
    border-radius: 20px;
}





    


/* الشعار الثابت في يسار الفوتر */
.footer-is-light .store-footer .store-footer__inner:after {
    content: "";
    display: block;
    height: 110px;
    width: 140px;
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    position: absolute;
    top: 50%;
    left:5%; /* يسار الفوتر */
    transform: translateY(-50%);
    opacity: 0.85;
    z-index: 0;
}


/* الإضافات فقط: عكس تموضع الشعار حسب اتجاه الصفحة */
html[dir="rtl"] .footer-is-light .store-footer .store-footer__inner:after {
  left: 5%;
  right: auto;
}

html[dir="ltr"] .footer-is-light .store-footer .store-footer__inner:after {
  right: 5%;
  left: auto;
}


/* تصغير الشعار في الجوال */
@media (max-width: 768px) {
  .footer-is-light .store-footer .store-footer__inner:after {
    height: 80px;
    width: 100px;
  }
}


.footer-is-light .store-footer {
    background: #fff;
  ;
}

.leading-6 , .store-footer a , .s-contacts-icon svg {
color:var(--main-color)!important;
}

.store-footer h3 {
color:var(--second-color)!important;

}
/----------------------end footer----------/

/----------------------------------------------------//* Add custom CSS styles below // Add custom CSS styles below */