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

:root {
    --navBgColor: #fff;
    --navFontColor: #000;
    --main-color: #000;
    --bodyBgColor: #fff;
    --footerBG: #5e3553;
    --color-primary: #010101;
    --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/mQGzWV/BqHxjccGRprqHXAriPxWg5T1NGog2Hz4wbrZ8fg5.png");
    --logoFooterBg: #fff;
}

.form-label{
  background-color:#6b4362;
  padding: 5px 10px;
  border-radius: 10px; 
  color: #fff; 
  }
  .starting-or-normal-price .total-price{
    background-color:#000;
  padding: 5px 10px;
    border-radius: 10px; 
  color: #fff; 
  }
body {
    /* background: linear-gradient(to right, #5347ac, #9084e0) !important; */
    background: var(--bodyBgColor);
    /* background-image: url("https://cdn.salla.sa/form-builder/rBNvmQtWd5y0v534xIxKlQYfdjhNr61VdMx5TSbQ.png"); */
    /* background-size: cover; */
}

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

/* شاشة البداية */


.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #49253f;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-in-out;
    z-index: 9999;
}

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

#mobile-menu .main-menu {
    background: var(--navBgColor);
    color: var(--navFontColor);
}

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

/* IF NAVBAR IS LIGHT  */
/* .navbar-brand {
    filter: brightness(0) invert(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(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;
}

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

.s-product-card-entry .sicon-sar {
    color: var(--main-color) !important;
}

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

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



.s-product-card-entry {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5), 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: .1s ease-in-out;
    margin: 10px 0;
    max-height: 450px;
    /* border: 2px solid #d4b278; */
}

.s-product-card-vertical {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;


    z-index: 1;
}

.s-product-card-vertical::before {
    content: '';
    position: absolute;
    width: 88%;
    height: 140%;
    background-color: #ffffff10;
    animation: animate 10s linear infinite;
    z-index: 0;
}


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



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

    background: var(--navBgColor);
    border: var(--main-color) solid 2px;
    color: var(--navFontColor);
}


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

    background: var(--navBgColor);
    border: var(--main-color) solid 2px;
    color: var(--navFontColor);
}

.s-product-card-price {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    background: var(--navBgColor);
    padding: 10px;
    border-radius: 14%;
    color: var(--navFontColor);
    opacity: .9;
}

.p-5 {
    padding: 1.25rem;
    background: var(--navFontColor);
    border: var(--navBgColor) 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(--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;
}

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

    .s-product-card-entry{
       background-color: #613657 !important;
    }





.s-menu-topnav-item {
    color: var(--main-color)
}
.s-product-card-content-title a{
  color:#fff
}

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

.app-inner section:first-of-type {
    margin-top: 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::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    /* يبدأ من اليمين */
    width: 10px;
    /* حجم الضوء الدائري */
    height: 10px;
    background: var(--navFontColor);
    /* لون الضوء */
    border-radius: 50%;
    /* يجعل الضوء دائريًا */
    box-shadow: 0 0 15px var(--btnHoverColor), 0 0 30px var(--btnHoverColor);
    opacity: 0;
    transform: translateX(0);
    transition: opacity 0.1s ease;
    /* تقليل الزمن لجعل الشفافية أسرع */
}

.main-menu li:hover::before {
    opacity: 1;
    animation: move-light-left 0.4s linear forwards;
    right: auto
}

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

.main-menu::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    /* يبدأ من اليمين */
    width: 10px;
    /* حجم الضوء الدائري */
    height: 10px;
    background: green;
    /* لون الضوء */
    border-radius: 50%;
    /* يجعل الضوء دائريًا */
    box-shadow: 0 0 15px green, 0 0 30px green;
    opacity: 0;
    transform: translateX(0);
    transition: opacity .1s ease;
    /* تقليل الزمن لجعل الشفافية أسرع */
}

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

#mainnav .inner {
    box-shadow: 0 10px 20px #000 !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-nav-arrow svg , .s-menu-topnav-item ,.s-slider-block__title , #page-main-title,.s-breadcrumb-wrapper,.main-content,.main-content h1 , .header-btn__icon {
    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)
}

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

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

.store-footer__inner {
    background-color: var(--footerBG-inner) !important;
}

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

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 {
        width: 100% !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
}

.s-slider-block__title h2 {
    background: var(--navBgColor);
    border-radius: 2rem 2rem 1rem 1rem;
    font-size: 20px !important;
    font-weight: 700;
    color: var(--navFontColor);
    padding-right: 30px;
    text-align: center;
    padding: 10px
}

@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: 650px) {
    ul.main-menu.mm-spn--open {
        margin-top: 100px
    }
}

.mm-spn.mm-spn--navbar ul:before {
    margin-top: 100px
}

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

    margin-left: 50px;
    margin-right: 50px;
    margin-top: 30px;
    margin-bottom: 11px
}

.mm-spn li {
    position: relative;
    background: inherit;
    cursor: pointer;
    color: var(--1);
    font-size: 18px;
    border-bottom: 1px solid var(--2)1c
}

.mm-ocd--open .mm-ocd__content {
    transform: translate3d(0, 0, 0);
    box-shadow: -4px 0 7px 0 rgb(0 0 0/26%);
    border-radius: 0 0 0 2rem
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
    border-radius: 2rem 0 0 2rem
}

.mm-ocd-opened .btn--close-sm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 99999999;
    border-radius: 15px 0 0 15px
}

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


    @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
    }

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


.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: cover;
 filter: brightness(0) invert(0);
    height: 50px;
    width: 6.5vw;
    display: block;
    animation: heartbeat 2.5s ease-in-out infinite both;
}



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



.s-button-primary-outline {
    fill: var(--color-primary);
    color: #fff
}

/*.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*/
[dir="rtl"] .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: var(--navBgColor);
    border-radius: 0;
}

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









.banner-entry {
    width: 42vw;
    min-height: 100px;
}


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


.gap-3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;

}

@media(max-width:768px) {
    .banner-entry {
        height: 230px !important;
    }
}

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

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

}

@media (min-width: 768px) {
    .two-row .banner-entry:first-child {
        height: 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;
    }

}

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

@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 {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.banner-entry:hover {
    transform: translateY(-10px);
}
button.s-fast-checkout-button.outline{
  background-color: #6b4362 !important;
  border: 1px solid var(--color-primary) !important;
  color: #fff !important;
}
.s-block--photos-slider {
    margin-top: 0rem !important;
}

salla-slider.photos-slider .swiper-slide {
    border-radius: 0;
}
.s-add-product-button-mini-checkout{
  background-color: #6b4362 !important;
  border-radius: 10px;
}








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

.s-product-card-content-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    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;
    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;
    }

    .s-product-card-content-title a {
        display: block;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 700;
        --tw-text-opacity: 1;
    }

    .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(0); */
}

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

    50% {
        margin-left: 300px;
    }

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

.store-footer h3 {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    background: var(--logoFooterBg);
    padding: 5px;
    color: var(--main-color);
    border-radius: 8%;
    text-align: center;
}

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


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

.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(--logoFooterBg);
    color: var(--main-color);
    padding: 8px;
    border-radius: 10px;
    font-weight: bold;
}