:root {
    --main-color: #F2A900;
    --second-color:#0056A0;
    --three-color:#000;
    --body-color:#9477ac;
    --logo:url('https://cdn.salla.sa/form-builder/PJiNmEC2W29FZpOpBSANZFFN7maQpvERP3yPYwmV.png');
}
 
 
 body {
  background: linear-gradient(
    to bottom,
    #F2A900 0%,
    #0056A0  25%,
    #F2A900  50%,
    #0056A0  75%,
    #F2A900 100%
  );


  background-size: 200% 200%;
  font-family: 'Tajawal', sans-serif;
  font-weight: 700;
  color: #000;
}

@keyframes glowShift {
  0% { background-position: 0% 100%; }
  50% { background-position: 100% 0%; }
  100% { background-position: 0% 100%; }
}


.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;
    background: transparent !important; 
}

.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);
}


.slide--cat-entry {
background: transparent !important; 
color: var(--three-color);
}

.slide--cat-entry:hover {
color: var(--main-color);
}






.flex-col{
    color:  var(--main-color);
}
.s-contacts-icon svg , .flex-col{
    color:  var(--second-color);
}

.s-slider-block__display-all , .s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *){
color : #000 ; 
 font-size: x-large;
}


.s-slider-block__display-all, 
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *)  ,.s-block__title h2 {
    padding: 8px 16px;
    border: 2px solid var(--main-color); 
    border-radius: 12px;
    background: rgba(var(--second-color-rgb), 0.3);
    color: #fff; 
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

 .sm\:p-1 {
 background: var(--main-color) ; 
 }

.lazy__bg.loaded {
    background-size: contain;
}

.s-block--features__item p {
color : #fff ;
}

.swiper .swiper-wrapper a img{
width: 100%;
height: 100%;
}

.s-button-element:not(:disabled):not([loading]), .s-add-product-button-main .s-add-product-button-mini-checkout{
color :  var(--main-color);
}



.s-button-element:not(:disabled):not([loading]):hover {
color: var(--three-color)!important; 
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
color: var(--second-color);
}

.s-product-options-wrapper ,.p-5 {
background: #fff !important;
}



/* Container */
.alzaiem-copy-rights {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
}

.alzaiem-footer-link {
    display: inline-block;
    background: linear-gradient(135deg, var(--main-color), var(--second-color));
    background-size: 200% 200%;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 50px;
    opacity: 0.95;
    text-decoration: none;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    animation: gradientMove 4s ease infinite, pulse 2s infinite ease-in-out;
}


.alzaiem-footer-link:hover {
    transform: scale(1.05);
}


@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.15);
    }
    50% {
        transform: scale(1.03);
        box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.1);
    }
}






        .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; 
            width: 100%;
            height: 100%;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

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




.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: var(--second-color);
}







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);
    }
}
/----------------------------------------------------/

























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


 .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);
    }
}


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








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

/-------------------------------------------------------------------------/
.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;
}
/-------------------------------------------------------------- -----------/
/----------------------------------------------------/








/----------------------------------------------------/
/--------- 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;
} 

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










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


.s-block__title .right-side {
    flex: 1;
    text-align: center;
    font-weight: bold;
    width: fit-content;
    font-size: 500px !important;
    font-family: sans-serif !important;
    color: var(--main-color)
    }
.s-slider-block__title-right {
    flex: 1;
    text-align: center;
    font-weight: bold;
    width: fit-content;
    font-size: 500px !important;
    font-family: sans-serif;
    color: var(--main-color)
}


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

     
        
    
.s-button-element:not(:disabled):not([loading]) {

    background: #fff;
    border: var(--main-color) solid 2px;
    color: var(--three-color) !important ;
} 
        
        
.s-button-element:not(:disabled):not([loading]):hover {

    background: var(--main-color);
    border: var(--main-color) solid 2px;
    color:  var(--three-color) !important ;
} 
.s-product-card-price {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    background: var(--main-color);
    padding: 10px;
    border-radius: 14%;
    color: white;
}
 
    .p-5 {
    padding: 1.25rem;
    background: var(--second-color);
    border: var(--main-color) solid 2px

}
.s-quantity-input-button {
    width: 2.75rem;
    fill: #9ca3af;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    background: var(--main-color);
}  

.s-product-options-wrapper {
    margin-bottom: 1.25rem;
    display: block;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1.25rem;
    background: var(--second-color);
}

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

        
*/  ---------------------------------------------------- */ 
.s-products-slider-card {
    transition: transform 0.1s ease-in-out, box-shadow 0.3s ease;
}

.s-products-slider-card:hover {
    border: 2px solid red;
    animation: glow 1s infinite alternate, shake-animation 0.3s ease-in-out;
}

@keyframes glow {
    from { box-shadow: 0 0 10px red; }
    to { box-shadow: 0 0 20px red; }
}

@keyframes shake-animation {
    0% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
    75% { transform: translateX(-3px); }
    100% { transform: translateX(0); }
}        



 */  التحول لدائرة */ 

img.lazy.loaded {
    transition: border-radius 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease !important; 
    border-radius: 20px !important;
}

img.lazy.loaded:hover {
    border-radius: 50% !important; 
    transform: scale(1.05) !important; 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2) !important; /* ---------------------------------------------------- */
    filter: brightness(1.1) !important; 
}



/* ---------------------------------------------------- */
.s-product-card-image img.loaded {
    display: block; /* Ensure the image is displayed */
    width: 100%; /* Adjust as needed */
    height: auto; /* Adjust as needed */
    animation: smooth-animation 6s ease-in-out infinite;
}

@keyframes smooth-animation {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.95;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/----------------------------------------------------/








       
        
        






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

.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%;
}

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







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

.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: 15%;
    transform: translateY(-50%);
    opacity: 0.85;
    z-index: 0;
    animation: footerMove 3s ease-in-out infinite; /* إضافة الحركة */
}

@keyframes footerMove {
    0% {
        transform: translateY(-50%) translateX(0);
    }
    50% {
        transform: translateY(-60%) translateX(5px); /* تحرك للأعلى ولليمين */
    }
    100% {
        transform: translateY(-50%) translateX(0);
    }
}


  
.footer-is-light .store-footer .store-footer__inner {
    position: relative; /* Ensure this element is the reference for positioning */
    overflow: hidden; /* Hide overflow to ensure the logo does not appear outside its container */
    padding-top: 120px; /* Adjust padding to ensure there's space at the top for the logo */
}

.footer-is-light .store-footer .store-footer__inner:before {
    content: "";
    display: block;
    height: 110px;
    width: 140px;
    background-image:var(--logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute; /* Positioning the logo absolutely within its container */
    top: 0; /* Align the logo to the top of the container */
    left: -15%; /* Start position: off-screen to the left */
    animation: swoop-snake 20s ease-in-out infinite; /* Slow, snakelike motion */
}

@keyframes swoop-snake {
    0% {
        left: -15%; /* Start off-screen to the left */
        transform: translateY(0); /* No vertical movement */
    }
    25% {
        left: 25%; /* Move to the center with some vertical movement */
        transform: translateY(-15px); /* Move up */
    }
    50% {
        left: 50%; /* Center of the container */
        transform: translateY(0); /* Move back to the baseline */
    }
    75% {
        left: 75%; /* Move towards the right */
        transform: translateY(15px); /* Move down */
    }
    100% {
        left: 110%; /* End off-screen to the right */
        transform: translateY(0); /* Move back to the baseline */
    }
    125% {
        left: 110%; /* Keep off-screen to the right */
        transform: translateY(0); /* Maintain baseline */
    }
    150% {
        left: -15%; /* Move back off-screen to the left */
        transform: translateY(0); /* Maintain baseline */
    }
    





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