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

:root {
    --navBgColor: #e5057f;
    --navBgColor-Transparent: #e5057f99;
        --navFontColor: #fff;
    --main-color: #000;
    --bodyBgColor: #edf1fd;
    --footerBG: #650137;
    --cartBg: #edf1fd;
    --cartTextColor: #000;
    --cartButton: #e5057f;
    --cartButtonText: #fff;
    --color-primary: #fff;
    --color-primary-dark: #152523;
    --color-primary-light: #a2c3b3;
    --color-primary-reverse: #eee;
    --f-h: white;
    --1: var(--footerBG);
    --2: #31564e;
    --logo: url("https://cdn.salla.sa/RAVGAj/1yJsDT0SOPN4PmfuRhnvmCCtEkS8AiTSv2ISZB9n.png");
    --footerMask: #9a503d;
    /* --footerImgBg: url("https://cdn.salla.sa/form-builder/gEbVSLXEdjJ4TVJNmSUF4jWQfeJaoI7n3hZ3DODk.jpg"); */
    --logoFooterBg: #e5057f;
}


body {
    /* background: linear-gradient(to right, #b887a4, #d7b6a2) !important; */
    background: var(--bodyBgColor) !important;
    background-attachment: fixed;

}

.s-product-card-sale-price h4,
.s-product-card-sale-price span{
  color: #fff !important;
}
.s-product-card-sale-price{
  background: #e7057d;
  padding: 5px 10px;
  border-radius: 20px;
}
.text-base{
  color: #fff;
  background: #650137;
}
.s-button-element{
  background: #650137;
}
/* #app .app-inner {
    background: url('https://cdn.salla.sa/form-builder/Ix9AhLNhvGEnkprfaanBqNBbH7AjFmHDRONBsYHJ.jpg') !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    ;
} */

.cart-item {
    background-color: var(--footerBG) !important
}

* {

    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
}


:root {
    --logoBg: var(--navBgColor);
}

/* اراء العملاء  */
.s-reviews-testimonial{
 background: var(--navBgColor) !important;
border-radius: 10px;
}
.s-reviews-testimonial__text{
  color:  var(--navFontColor) !important;
}
/* شاشة البداية */


.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-in-out;
    z-index: 9999;
    /* filter: brightness(0) invert(0); */
}

.start_logo {
    width: 60%;
    margin: auto;
    height: 100%;
    font-size: 2rem;
    font-weight: bold;
    opacity: 0;
    position: relative;
    animation: fadeIn 1.5s forwards;
}

.start_logo::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease-in-out;
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 1024px) {
    #mobile-menu .main-menu {
        background: var(--navBgColor);
        color: var(--navFontColor);
    }
}


@media (max-width: 640px) {
    .is-sticky-product-bar .sticky-product-bar {
        position: relative;
    }
}

#product-filter {
    color: #17bcff;
}

/* IF NAVBAR IS LIGHT  */
/* .navbar-brand {
    filter: brightness(0) invert(0);
} */
/* ------------- عنوان المنتجات المتحركة ----------- */
.s-slider-block__title .s-slider-block__title-right h2 {
    display: none;
    font-size: 22px;
    font-weight: bold;
    color: var(--navFontColor);
    background: linear-gradient(to right, var(--navBgColor), #000);
    padding: 10px 20px;
    border-radius: 12px 0 0 12px;
    text-align: right;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;

    /* انيميشن الدخول من اليمين */
    animation: slideInRight 1s ease forwards;
    opacity: 0;
    transform: translateX(100px);
}

/* لمعة تمر على النص */
.s-slider-block__title .s-slider-block__title-right h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shimmer 2.5s infinite;
}

@keyframes shimmer {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ---------------------------- */



/* hidden phone number  */
.s-contacts-item .unicode {
    display: none
}

/* IF NAVBAR IS is dark  */
.sicon-menu {
    color: white;
}

.s-slider-block__title-right h2 {
    color: var(--main-color);
}

.app-inner section:nth-of-type(1) {
    margin-top: 0 !important;
}

/* الأقسام  */
/* .app-inner section:nth-of-type(3) .slide--cat-entry{
    background: #016a70!important;
       animation: rotate-small 2.5s infinite ease-in-out;
    transition: .1s ease-in-out;

  } 
.app-inner section:nth-of-type(2) .slide--cat-entry h2,
.app-inner section:nth-of-type(2) .slide--cat-entry i
{
  color:#000;
  font-size: 20px !important;
  font-style: italic;
} 
.app-inner section:nth-of-type(2) .slide--cat-entry .sicon-ellipsis-filled{
  display:none !important;
} 
*/

@keyframes rotate-small {
    0% {
        transform: rotate(0deg) translate(0);
    }

    25% {
        transform: rotate(1deg) translate(3px, 3px);
        /* Slight right rotation */
    }

    50% {
        transform: rotate(0deg) translate(0, 0);
        /* Back to original */
    }

    75% {
        transform: rotate(-1deg) translate(3px, -3px);
        /* Slight left rotation */
    }

    100% {
        transform: rotate(0deg);
        /* Back to original */
    }
}

/* صور متحركة  */
/* .app-inner section:nth-of-type(3) .swiper .swiper-slide {
    width: 30%;
    background-color: #00000030;
    border: 2px dashed #000;
    border-radius: 20px;
    animation: rotate-small 2.5s infinite ease-in-out;
    transition: all .3s ease-in-out;
}  */

.app-inner section:nth-of-type(3) .swiper .swiper-slide:hover {
    border-style: solid;
}

@keyframes rotate-small {
    0% {
        transform: rotate(0deg) translate(0);
    }

    25% {
        transform: rotate(1deg) translate(3px, 3px);
        /* Slight right rotation */
    }

    50% {
        transform: rotate(0deg) translate(0, 0);
        /* Back to original */
    }

    75% {
        transform: rotate(-1deg) translate(3px, -3px);
        /* Slight left rotation */
    }

    100% {
        transform: rotate(0deg);
        /* Back to original */
    }
}

/* phone num  */
.s-contacts-list #contact-slot:nth-child(2) {
    display: none;
}


.s-product-card-entry .sicon-sar {
    color: #fff !important;
}

.s-cart-summary-content .sicon-sar {
    color: var(--navFontColor) !important;
}

#mainnav .sicon-sar {
    color: #00a600 !important;
}

.main-menu li.root-level>a {
    font-weight: 700;
    font-size: 16px;
    color: var(--navFontColor) !important;
}



.box::after {
    content: '';
    position: absolute;
    inset: 10px;
    background-color: var(--second-color);
    border-radius: 16px;
    z-index: 1;
}


@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* product card  --------------------------------------------- */


/* ---------------------------------------------------- */

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

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

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: tomato !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button span {
    color: #fff;
}








.s-menu-topnav-item {
    color: var(--main-color)
}


/* ticker2 */

.scrolling-text {
    background: rgba(255, 255, 255, 0.1);
    /* شفافية واضحة */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    /* حد خفيف يوحي بالزجاج */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    /* ظل ناعم */
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 40px;
    color: #fff;
    /* أبيض واضح فوق الزجاج */
    display: flex;
    align-items: center;
    margin-top: -20px;
    padding: 0 1rem;
    border-radius: 10px;
    font-family: inherit;
}

.scrolling-text .text-container {
    display: flex;
    gap: 2rem;
    animation: tickerScroll 65s linear infinite;
    min-width: 200%;
}

.scrolling-text .text-container span {
    display: inline-block;
    font-size: 1rem;
    white-space: nowrap;
    color: var(--main-color);
    /* أبيض مع شفافية خفيفة لتناسق الزجاج */
}

/* ----------- */


.ticker-wrapper {
    width: 100%;
    background-color: var(--navBgColor);
    color: var(--navFontColor);
    overflow: hidden;
    padding: 10px 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
    /* Ensure it appears above other elements */
    position: relative;
}

/* Ticker */
.ticker {
    display: flex;
    width: 100%;
    animation: tickerScroll 65s linear infinite;
}

.ticker-item {
    white-space: nowrap;
    padding: 0 30px;
    font-size: 1.5em;
    font-family: Arial, sans-serif;
}

/* Adjust font size for smaller screens */
@media (max-width: 768px) {
    .ticker-item {
        font-size: 1.2em;
        padding: 0 20px;
    }
}

/* Keyframes */
@keyframes tickerScroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}




@media (min-width: 1200px) {
    salla-slider#slider-with-bg-3 {
        margin-left: 0px !important;
    }
}





.bg-gray-50 {
    background-color: #fff !important
}

.s-slider-block__title {
    margin-bottom: 0 !important;
}

.header-btn__icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 25%/50%;
    border-width: 1px;
    border-color: var(--navFontColor);
    color: var(--navFontColor);
    font-size: 20px
}

.mainnav .inner {
    height: 100%;
}



main-menu li::after {
    content: '';
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--navFontColor);
    /* اللون الأساسي للخط */
}

.main-nav-container.fixed-pinned .main-menu>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent;
}

/* if header is light  */
/* .navbar-brand {
    filter: brightness(0) invert(0);
} */

.main-menu li {
    position: relative;
}




.main-menu li:hover a span {
    text-shadow: 3px 3px 5px var(--navFontColor);
}


@keyframes move-light-left {
    0% {
        transform: translate(-50%, -50%);
        left: 0%
    }

    100% {
        transform: translate(-50%, -50%);
        left: 50%
    }
}




.main-menu {
    position: relative;
    padding-bottom: 10px;
}

/*الخط اللى تحت */
/* .main-menu::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--navFontColor);
} */
/* اللون الأساسي للخط */

ul.main-menu {
    margin-right: 20px !important;
}


.s-contacts-header {
    display: none;
}

#mainnav .inner {
    box-shadow: 0 10px 20px #ffffff50 !important;
    /* Amazing bottom shadow */
}



.s-quantity-input-input {
    color: #000;
}

h2.mb-4.text-lg.font-bold.leading-\[1\.2\] {
    text-align: center
}

.product__description.p-2.sm\:p-1.leading-7.mb-3 {
    color: var(--color-primary-reverse);
    margin-bottom: 1.25rem;
    background-color: var(--1);
    border-radius: 25px;
    padding: 20px;
    margin: 10px auto;
}

.product__description ul,
.product__description li {
    padding-right: 10px
}

.carousel-slider .swiper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

salla-slider.photos-slider .swiper {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

[dir=rtl] salla-slider[type]:not(.hydrated)>div,
[dir=rtl] salla-slider[type]:not(.hydrated) .swiper>div>div,
[dir=rtl] .carousel-slider .swiper {
    padding-left: 0
}





p.leading-6.mb-2.mt-4.sm\:mt-0 {
    margin-top: 30px
}

/* if the body bg is dark  */
/* .s-cart-summary-total,
.s-slider-block__display-all,
.s-slider-nav-arrow svg,
.s-menu-topnav-item,
.s-slider-block__title,
#page-main-title,
.s-breadcrumb-wrapper,
.main-content,
.main-content h1 {
    color: #fff !important;
} */


ul.hidden.lg\:flex.items-center.rtl\:pl-4.ltr\:pr-4.whitespace-nowrap {
    display: none
}

.hidden.lg\:flex.items-center {
    display: none
}

.btn--rounded-gray {
    background-color: rgb(255 255 255);
    box-shadow: 0 1px 5px 0 var(--1);
    border: 1px solid var(--1)
}


.main-menu li.root-level>a {
    font-size: 18px
}



span.s-cart-summary-count {
    background-color: var(--2);
    color: var(--1)
}


.store-footer {
    background: var(--footerBG) !important;
}

/* ------------------- foter bg --------------  */
/* .store-footer__inner {
    background-image: var(--footerImgBg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
        position: relative;
}
.store-footer__inner::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000095;
    z-index: -1;
} */

/* ------------------------------- */
.footer-is-light .store-footer .store-footer__inner {
    border-bottom-color: var(--2) !important;
    color: var(--footerTextColor);
}

section.cart-item.bg-white.p-5.xs\:p-7.rounded-md.mb-5.relative {
    --tw-shadow: 5px 10px 30px #2B2D340D;
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, 5px 10px 30px #2b2d340d;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 var(--2)0), var(--tw-ring-shadow, 0 0 var(--2)0), var(--tw-shadow);
    background-color: #fff;
    border: 1px solid var(--2)45
}

.footer-is-light .store-footer .contact-social {
    border-color: var(--2) !important
}

.main-menu {
    margin-right: 10rem !important
}

@media(max-width: 650px) {
    .s-search-input {
        background-color: #fff !important;
        box-shadow: 0 1px 5px 0 var(--1);
        border: 1px solid var(--1) !important;
        width: 80% !important
    }

}

i.sicon-twitter {
    padding-right: 6px
}

i.sicon-snapchat {
    padding-right: 8px
}

i.sicon-instagram {
    padding-right: 8px
}

.s-slider-block__title {
    margin-right: 5px
}

h2.mb-4.text-lg.font-bold.leading-\[1\.2\] {
    background: var(--2);
    border-radius: 2rem 0 0 1rem;
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-right: 15px
}




@media(min-width: 1200px) {


    .s-block--slider-with-bg .slider-bg {
        height: 360px !important
    }

    h3.text-lg.font-bold.leading-12 {
        border-radius: 2rem 2rem 1rem 1rem !important;
        padding-right: 40px !important;
        margin-left: 540px !important;
        margin-right: 560px !important;
        padding-left: 25px
    }

    .s-block__title {
        margin-bottom: 2rem;
        padding-right: 560px
    }

    .s-block__title h2 {
        position: relative;
        line-height: 1.2;
        background: var(--2);
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-right: 40px;
        border-radius: 2rem 2rem 1rem 1rem !important;
        padding-bottom: 10px;
        padding-left: 35px
    }

    .s-products-list-horizontal-cards {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }


    .s-products-list-wrapper.s-products-list-horizontal-cards {
        width: 50%
    }

    .s-products-list-wrapper.s-products-list-horizontal-cards {
        margin-right: 300px
    }

    h2.mb-4.text-lg.font-bold.leading-\[1\.2\] {
        background: var(--2);
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 30px;
        border-radius: 2rem 2rem 1rem 1rem !important;
        margin-right: 560px;
        margin-bottom: 30px
    }

    [dir=ltr] .s-slider-block__title h2 {
        padding-left: 1rem !important
    }

    salla-slider#slider-with-bg-3 {
        margin-left: 150px
    }

    #slider-with-bg-2 {}

    salla-slider#slider-with-bg-1 {
        margin-left: 140px
    }

    .s-slider-block__title-right {
        margin-left: 275px
    }

    h2.mb-4.text-lg.font-bold.leading-\[1\.2\] {
        margin-left: 20px
    }

    .sicon-snapchat:before {
        margin-left: 7px
    }

    .sicon-twitter:before {
        margin-left: 7px
    }

    .sicon-instagram:before {
        margin-left: 7px
    }
}

.s-block--slider-with-bg .s-slider-block__title-left {
    display: none
}

.leading-12 {
    line-height: 2rem
}

h3.text-lg.font-bold.leading-12 {
    background: var(--2);
    border-radius: 2rem 0 0 1rem;
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
    padding-right: 10px;
    margin-left: 250px;
    margin-right: 5px
}

p.text-sm.mb-8.line-clamp-2.max-w-lg {
    display: none
}

.s-block--slider-with-bg .slider-bg {
    height: 320px
}

.s-block--slider-with-bg .slider-bg:before {
    display: none
}

.s-block--slider-with-bg {
    background-color: #fff
}






@media(max-width: 370px) {
    h3.text-lg.font-bold.leading-12 {
        background: var(--2);
        border-radius: 2rem 0 0 1rem;
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-right: 10px;
        margin-left: 200px;
        margin-right: 5px
    }
}

h2.text-lg.font-bold.text-gray-500.mb-8 {
    display: none
}

.product__description.p-2.sm\:p-1.leading-7.mb-3 {
    padding: 40px
}

@media(min-width: 1200px) {
    [dir=ltr] salla-slider#slider-with-bg-1 {
        margin-left: 140px
    }

    [dir=ltr] .s-slider-block__title-right {
        margin-left: 110px
    }

    [dir=ltr] salla-slider#slider-with-bg-3 {
        margin-left: 300px
    }

    [dir=ltr] salla-slider#slider-with-bg-4 {
        margin-left: 140px
    }

    [dir=ltr] h2.mb-4.text-lg.font-bold.leading-\[1\.2\] {
        margin-left: 550px
    }
}

@media(max-width: 650px) {
    [dir=ltr] i.sicon-snapchat {
        padding-left: 8px
    }

    [dir=ltr] i.sicon-twitter {
        padding-left: 8px
    }

    [dir=ltr] i.sicon-instagram {
        padding-left: 8px
    }

    [dir=ltr] h2.mb-4.text-lg.font-bold.leading-\[1\.2\] {
        background: var(--2);
        border-radius: 0 2rem 1rem 0;
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        margin-left: 15px
    }

    [dir=ltr] h3.text-lg.font-bold.leading-12 {
        background: var(--2);
        border-radius: 0 2rem 1rem 0;
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-left: 10px;
        padding-right: 20px;
        margin-left: 5px;
        margin-right: 200px
    }

    [dir=ltr] .s-slider-block__title h2 {
        background: var(--2);
        border-radius: 0 2rem 1rem 0;
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-bottom: 10px;
        padding-left: 10px
    }
}

@media(max-width: 318px) {
    h3.text-lg.font-bold.leading-12 {
        background: var(--2);
        border-radius: 2rem 0 0 1rem;
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-right: 10px;
        margin-left: 150px;
        margin-right: 5px
    }
}

@media(max-width: 270px) {
    h3.text-lg.font-bold.leading-12 {
        background: var(--2);
        border-radius: 2rem 0 0 1rem;
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-right: 10px;
        margin-left: 115px;
        margin-right: 5px
    }
}

@media(min-width: 640px) {
    .sm\:pt-20 {
        padding-top: 3rem
    }
}

@media(min-width: 1200px) {
    .s-slider-block__title {
        margin-right: 40px
    }
}

@media(min-width: 1200px) {
    [dir=ltr] .s-slider-block__title-right {
        margin-left: 40px
    }
}

/* --------   الخلفية المتحركة  ----------- */


body.dark {
    --color-primary-light: #ebd2ae;
    --color-primary-reverse: #eee;
    --f-h: white;
    --1: #000;
    --2: #000;

    .s-block,
    section#featured-products-style2-2,
    body.index,
    body.product-index,


    body.page-single {
        background-color: black;

        background-size: 1500px;
        background-repeat: repeat;
    }

    .swiper-slide {
        filter: drop-shadow(1px 0px 1px rgb(255, 255, 255));
    }

    .store-footer h3,
    .copyright-text p {
        background-color: #00000050 !important;
        color: #fff !important;
    }

    .features-section h2,
    #faq-section h2,
    #faq-section div h3,
    #faq-section div p,
    #faq-section * {
        color: #fff !important;
    }

    #faq-section h2 {
        border: 1px solid #fff;
    }




    footer.store-footer * {
        color: #fff;
        text-align: center;
    }


    p.text-gray-400.mb-2\.5.md\:mb-0 {
        color: #fff !important;
    }








    .s-menu-topnav-item {
        color: #fff !important;
    }

    .breadcrumbs * {
        color: #fff
    }

    .s-cart-summary-total,
    .s-slider-block__title,
    #page-main-title,
    .s-breadcrumb-wrapper,
    .main-content,
    .main-content h1 {
        color: #fff !important;
    }

    #page-main-title {
        color: #fff
    }

    .product-single .main-content * {
        color: #fff;
        background-color: #000 !important;
    }

    .s-comments {
        color: #fff;
        background-color: #000 !important;
    }

    /* to change background color*/
    .flex-col {

        background: #000 !important;
    }

    .banner-entry {
        background: #000 !important;
    }

    .banner--fixed img {
        background: #000 !important;
    }
}


* {
    transition: .5s !important;
}

@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}

@media(max-width: 767px) {
    header.store-header:before {
        background-size: 180%;
        height: 39px;
        background-position: center;
        margin-bottom: -2px
    }
}

/* body:not(.product-index):not(.product-single):after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background-color: var(--navBgColor) !important; */
/* اللون */
/* background-image: var(--logo); */
/* الصورة */
/* left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    animation: pulse-in-out 2.5s ease-in-out forwards, background-change 2s ease-in forwards;
    transform: scale(0);
    border: none;
} */

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

    25% {
        opacity: 1;
        transform: scale(1.1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1);
    }

    75% {
        opacity: 0.5;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(0.1);
    }
}

@keyframes background-change {
    0% {
        background-color: rgba(255, 255, 255, 0.1);
    }

    50% {
        background-color: rgba(255, 255, 255, 0.3);
    }

    100% {
        background-color: rgba(255, 255, 255, 0);
    }
}

.grid-cols-\[repeat\(2\,minmax\(0\,1fr\)\)\] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.s-block--features__item:first-child {
    grid-column: span 1 / span 1;
}

.s-block--features__item {
    background: #eee;
}

.app-inner section .container {
    padding: 0 !important;
    max-width: 100% !important;
}



/* to change background color*/
.flex-col {
    background: url();
    background-attachment: fixed;
    background: transparent !important;
}

.banner-entry {
    background: transparent !important;
}

.banner--fixed img {
    background: transparent !important;
}

.s-block--features__item {
    position: relative;
}

.sticky-product-bar {
    position: relative;
}

.main-menu .sub-menu {
    background-color: #000;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    z-index: 200000000000;
    position: absolute;
}

.main-menu .sub-menu ul li {
    border: 1px solid #fff;
}



.grid .banner-entry .lazy__bg {
    background-size: contain !important;
    ;
}

.s-block--features__item::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 100%;
    background-color: #00000062;
    /* تم التصحيح هنا */
    top: 0;
    left: 0;
    transition: .3s ease-in-out;
}

.s-block--features__item:hover::before {
    width: 100%;
    height: 100%;
}

.s-block--features__item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: var(--1);
    position: absolute;
    bottom: 0;
    left: 0;

}

.s-block--features__item:hover::after {
    width: 100%;
}

.navbar-brand img {
    height: 0
}

.navbar-brand {
    background-image: var(--logo);
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
    height: 50px;
    width: 6.5vw;
    display: block;
    animation: heartbeat 2.5s ease-in-out infinite both;
}

#mainnav.fixed-header .navbar-brand {
    filter: none;
}


@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@media only screen and (max-width: 700px) {
    .navbar-brand {
        width: 20vw
    }
}

.mburger .sicon-menu {
    color: var(--navFontColor)
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 0
}

::-webkit-scrollbar-thumb:vertical {
    height: 200px;
    background-color: var(--2);
    -webkit-border-radius: 0
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: red
}

::-webkit-scrollbar-thumb:horizontal {
    width: 200px;
    background-color: rgba(125, 125, 125, .7);
    -webkit-border-radius: 0
}

html {
    scroll-behavior: smooth
}

#progress {
    position: fixed;
    bottom: 70px;
    left: 10px;
    height: 46px;
    width: 46px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    cursor: pointer;
    z-index: 999999999999999999999999;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

#progress-value {
    display: block !important;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-color: #fff;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    font-size: 24px;
    color: #001a2e
}



div#mainnav.bg-white {
    background: 0 0
}

.banner-entry {
    background: transparent !important;
}




/*.main-nav-container.fixed-pinned .inner {
    position: unset
}*/

.main-menu span {
    font-size: 15px
}

.s-product-card-rating {
    visibility: hidden
}

.main-nav-container {
    background: var(--navBgColor) !important;
}



span.s-cart-summary-count {
    background-color: #ffffff;
    color: black;
}

.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: var(--navFontColor) !important;
}

@media(min-width:991) {
    .top-navbar .s-search-input:hover {
        width: 100% !important;
    }
}


.top-navbar .s-search-input {
    transition: 0.5s;
}

.top-navbar .s-search-input:focus {
    width: 100% !important
}

@media only screen and (min-width: 1024px) {
    .main-menu>.has-children:hover>a {
        color: #414042;
        color: #ffffff;
    }
}

/*mobile*/

.mobile-menu {
    border-radius: 0px !important;
}

@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-right: 0;
    }
}

/*container*/
@media(min-width:1024px) {


    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}











.lazy__bg {
    background-size: 130% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}





@media(min-width:991px) {
    .banner-entry {
        height: 500px;
    }

    .lazy__bg {
        background-size: 150% auto !important;
    }

}


/* animations */
.store-footer {
    position: relative;
    overflow: hidden;
    background: white;
}

@media(min-width:991px) {
    .store-footer::before {
        height: 410px;
    }

    .container.grid.grid-col-1 {
        background: transparent;
    }
}

@media(max-width:768px) {
    .container.grid.grid-col-1 {}

    .lazy__bg {
        background-size: 100% 100%;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

}

@media(min-width:400px) {
    .store-footer::before {
        height: -72px;
    }

}



@keyframes wave-animation {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.banner--fixed img {
    background-color: transparent !important;
}









/*مشكلة الوان الخطوط   */

.product__description p {
    color: #fff !important
}

.content h1 {
    color: #000
}

.content p {
    color: #000
}

.popup-body p {
    color: #000
}

.font-medium {
    color: #000
}

.s-notifications-item-content-leading h4 {
    color: #000
}

.s-notifications-item-content-leading p {
    color: #000
}

@media (min-width: 640px) {
    .s-block {
        margin-top: 2rem;
    }
}

.s-user-menu-trigger {
    background-color: var(--1);
}

@media(min-width:991px) {
    .s-products-list-vertical-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.925rem .65rem;
    }
}

@media (max-width: 768px) {
    .lazy__bg {
        background-size: 190% !important;
        background-repeat: no-repeat !important;
    }
}



.banner-entry:hover {
    transform: translateY(-10px);
}

.s-block--photos-slider {
    margin-top: 0rem !important;
}

salla-slider.photos-slider .swiper-slide {
    border-radius: 0;
}



#mainnav.fixed-header {
    background: var(--navBgColor-Transparent) !important;


}





.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
    opacity: 1;
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    display: none;
}




@media (max-width: 768px) {
    .lazy__bg {
        background-size: 170% !important;
        background-repeat: no-repeat !important;
    }
}

@media (min-width: 700px) {
    .lazy__bg {
        background-size: 153% !important;
        background-repeat: no-repeat !important;
    }
}

@media (min-width: 1200px) {
    .lazy__bg {
        background-size: 132% !important;
        background-repeat: no-repeat !important;
    }
}


[dir="rtl"] salla-slider[type]:not(.hydrated)>div,
[dir="rtl"] salla-slider[type]:not(.hydrated) .swiper>div>div,
[dir="rtl"] .carousel-slider .swiper {
    padding-left: 0;
    padding-bottom: 25px;
    padding-top: 25px;
}

body.dark {
    --color-primary-light: #ebd2ae;
    --color-primary-reverse: #eee;
    --f-h: white;
    --1: #000;
    --2: #000;

    footer.store-footer * {
        color: #fff;
        text-align: center;
    }

    .store-footer__inner {
        background: linear-gradient(90deg, #000 0%, #141414 100%) !important;
        color: white;
    }

    p.text-gray-400.mb-2\.5.md\: mb-0 {
        color: #fff !important;
    }

    @media only screen and (max-width: 1024px) {
        .mm-spn.mm-spn--light {
            color: #fff;
            background: #000;
        }

        .mm-spn.mm-spn--light * {
            color: #fff;
        }

        .mm-spn.mm-spn--navbar.mm-spn--main::after {
            padding-right: .75rem;
            content: "";
            text-align: center !important;
            display: block;
            height: 150px !important;
            background-image: var(--logo);
            background-size: contain !important;
            background-repeat: no-repeat !important;
            background-position: top center !important;
            margin-left: 0;
            margin-right: 0;
            margin-top: 0;
            margin-bottom: 0;
            background-color: #000 !important;
        }
    }

    .s-menu-topnav-item {
        color: #fff !important;
    }

    .breadcrumbs * {
        color: #fff
    }

    #page-main-title {
        color: #fff
    }

    .product-single .main-content * {
        color: #fff;
        background-color: #000 !important;
    }

    .s-comments {
        color: #fff;
        background-color: #000 !important;
    }

    /* to change background color*/
    .flex-col {
        background-color: #000 !important;
        background-color: rgba(0, 0, 0, 0);
        background-attachment: scroll;
        background-size: auto;
        background-attachment: fixed;
        background-size: cover;
    }

    .banner-entry {
        background: transparent !important;
    }

    .banner--fixed img {
        background: transparent !important;
    }



    .sm\: p-1 {
        padding: 0.25rem;
        color: #fff;
    }

    .font-bold {
        font-weight: 700;
        color: #F2E6D4;
    }
}

.store-footer {
    margin-top: 20px;
}

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

.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(--main-color), var(--second-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;

}


.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 110px;
    border-radius: 50%;
    width: 140px;
    margin: auto auto;
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: move 4s infinite;
    filter: brightness(0) invert(1);
    /* filter: brightness(0) invert(1); */
}

@keyframes move {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 300px;
    }

    100% {
        margin-left: 0px;
    }
}


.store-footer h3 {
    font-size: 18px;

    color: #fff;
    /* background: linear-gradient(to right, var(--logoFooterBg), #000); */
    background: var(--logoFooterBg);
    padding: 5px 10px;
    border-radius: 12px;

    position: relative;

    overflow: hidden;

    /* انيميشن الدخول من اليمين */
    animation: slideInRight 1s ease forwards;
    opacity: 0;
    transform: translateX(100px);
}


/* 
.store-footer__inner>.container>div a {
    display: none !important;
} */

.s-contacts-icon:where([dir=rtl], [dir=rtl] *) {
    margin-left: .625rem;
    color: var(--second-color);
}

.store-footer h3::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shimmer 2.5s infinite;
}

.sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: var(--bodyBgColor);
}

.s-contacts-icon:first-of-type {
    background: #00a600;
}


.s-contacts-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.copyright-text p {
    background: var(--navBgColor);
    color: var(--navFontColor);
    padding: 8px;
    border-radius: 10px;
    font-weight: bold;
}

header.store-header:before {
    content: '';
    background: url("https://i.ibb.co/Ny8tNMt/image.png");
    background-repeat-y: no-repeat;
    background-position-x: 0;
    animation: scrollBrands 2000s linear alternate both infinite;
    background-size: contain;
    height: 50px;
    display: block;
    background-color: var(--1);
    background-position: center;
    -bottom: 16px;
    z-index: 9999999999999999;
}

@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}

@media(max-width: 767px) {
    header.store-header:before {
        background-size: 180%;
        height: 39px;
        background-position: center;
        margin-bottom: -2px
    }
}

#mainnav {
    z-index: 99999999999;
}

#mainnav.fixed-header .bg-inherit {
    background: #5a013130;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* fixed links  */
#mainnav.fixed-header .main-menu span,
#mainnav.fixed-header .header-btn__icon,
#mainnav.fixed-header .s-cart-summary-total {
    color: var(--main-color) !important;
}

.main-menu span {
    color: var(--navFontColor) !important;
}

.fixed-header .inner {
    top: 8px !important;
    border-radius: 24px !important;
    width: calc(100% - 14px) !important;
    margin: 0 7px;
}

#mobile-menu {
    z-index: 99999999999;
}

.mm-spn.mm-spn--light {
    color: #fff;
    background-color: #e9d7cf00;
}

[dir=rtl] .mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-right: .75rem;
    content: "";
    text-align: center !important;
    display: block;
    height: 60px !important;
    background-image: var(--logo);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    margin-bottom: 21px;
    color: #fff;
}

.fixed-header .main-menu li.root-level>a {
    color: #fff !important;
}


.mm-spn.mm-spn--navbar ul::before {
    content: "";
    display: block;
    position: fixed;
    top: inherit;
    z-index: 99999;
    width: 100%;
    border-top: none;
    opacity: .15;
}

.main-menu::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: var(--navBgColor);
    border-radius: 50%;
    opacity: 0;
    transform: translateX(0);
    transition: opacity 0.1s ease;
}

.main-menu li {
    position: relative;
    background-color: unset;
}

.mm-spn li a,
.mm-spn li>span {
    padding: 18px;
    display: flex;
    gap: 1rem;
    margin: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--navFontColor);
}



/* @media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 1;
    }

    section .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
        align-items: center;
    }
} */

/* section .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    align-items: center;
} */

.lazy__bg {
    background-size: contain !important;
    background-repeat: no-repeat;
}

.s-product-card-entry {
    transition: .1s ease-in-out;
    margin: 10px 0;
    max-height: 400px;
    background: var(--cartBg);
    color: var(--cartTextColor);
    border: 3px solid #39245b;
    border-radius: 10px;
    height: 396px;
    box-shadow: #00000035 4px 3px 0 1px, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;
}

@media (max-width: 769px) {
    .s-product-card-entry {
        height: 340px !important;
    }

    .s-product-card-content-title {
        font-size: 18px;
    }

}

.s-product-card-entry * {
    color: inherit !important;
    text-align: center !important;
}

.s-product-card-content-sub {
    width: fit-content;
    margin: 5px auto 10px;

}

.s-product-card-content {
    padding: 15px !important;
}


.s-product-card-content-title a {
    font-size: 18px;
    font-weight: 800;
    color: var(--cartTextColor) !important;
    line-height: 1.4 !important;
}

.s-product-card-price {
    font-size: 16px;
    font-weight: 700 !important;
    color: #fff !important;
    background: #d10571;
    padding: 6px 10px;
    border-radius: 10px;
}

.s-product-card-image-contain:hover {
    transform: scale(1.3);

}



.s-product-card-image {
    position: relative;
    /* مهم جدًا */
    overflow: hidden;
    /* عشان اللمعة ما تطلعش برا */
}

.s-product-card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.s-product-card-image:hover::after {
    animation: shimmer2 1s;
    opacity: 1;
}

@keyframes shimmer2 {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.s-product-card-content {
    position: relative !important;
}

.s-product-card-entry salla-add-product-button salla-button .s-button-element {
    width: 100% !important;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    border-radius: 0px;
    background: var(--cartButton);
    color: var(--cartButtonText) !important;
    opacity: 0;
    z-index: 1;
    transition: .3s ease-in-out;
}

salla-add-product-button salla-button .s-button-element::after {
    content: "";
    width: 0px;
    height: 100%;
    background-color: #00a600;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .2s ease-in-out;
}

salla-add-product-button salla-button .s-button-element:hover {
    color: #fff !important;
}

salla-add-product-button salla-button .s-button-element:hover:after {
    width: 100%;
}

.s-product-card-entry:hover salla-add-product-button salla-button .s-button-element {
    top: -40px;
    z-index: 10;
    opacity: 1;
}