/* Add custom CSS styles below */
/* Add custom CSS styles below */
/* المكان المخصص للتعديل فقط */
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

* {
    transition: 0.3s;
}

section:first-of-type {
    margin: 0;
}
section {
    opacity: 0;
    transform: translateY(50px); /* Slide up effect */
    transition: opacity 1s ease, transform 1s ease;
}

section.visible {
    opacity: 1;
    transform: translateY(0);
}
/*.navbar-brand img {
    animation: logoAnimation 3s infinite;
}*/

body.dark-mode *,
.dark-mode div * {
    color: #52554D;
    border-color: rgb(42 42 42);
}

body.dark-mode {
    .banner--fixed img {
        background: transparent !important;
        background-color: white;
        background-image: url(https://f.top4top.io/p_32689nles1.png);
    }

    & .banner--fixed img {

        background-color: white !important;
        background-image: url(https://f.top4top.io/p_32689nles1.png) !important;
    }

    & .flex-col {

        background-image: url(https://iili.io/2eRSUs1.jpg);
    }

    .flex-col 
    {background: transparent;
    background-image: url(https://iili.io/2eRSUs1.jpg);
}

.flex-col {
    background-attachment: fixed;
    background-color: white;
    background-image: url(https://iili.io/2eRSUs1.jpg);
}

.top-navbar {
    background: transparent;
}
}

.mm-ocd__content {
    background: rgba(0, 0, 0, 0.8);
}

.dark-mode .main-menu li>a {
    background: transparent !important;
}

::before,
::after {
    --tw-content: '';
}

.banner--fixed img {
    background: transparent;

}

/*.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: antiquewhite;}*/

.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
}



.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: transparent !important;
    margin: -23px;
    border: none;
}

s-product-card-wishlist-btn i {
    color: red !important;
}

.main-nav-container {
    padding: 0 2rem;
    background-color: transparent;
}

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

.main-menu li {
    position: relative;
}

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

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

.main-menu li:hover a span {
    text-shadow: 3px 3px 5px #8079ad;
}


@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;    /* اللون الأساسي للخط */
}

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

/* تعريف الحركة */
@keyframes logoAnimation {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    25% {
        transform: scale(1.1) rotate(5deg);
        opacity: 0.9;
    }

    50% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    75% {
        transform: scale(1.1) rotate(-5deg);
        opacity: 0.9;
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

/* تأثير hover */
.s-button-element:not(:disabled):not([loading]):hover {
    background-color: #8079ad;
    /* اللون عند التمرير */
    transform: scale(1.1);
    /* تكبير الزر */
}

[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(--screen-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
}

@media (max-width: 650px) {
    ul.main-menu.mm-spn--open {
        margin-top: 100px;
    }
}

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

@media only screen and (max-width: 1024px) {
    .mm-ocd__content {
        overflow-y: auto;
        min-width: 100% !important;
    }
}

salla-add-product-button salla-button .s-button-element {}

@media only screen and (max-width: 1024px) {

    .mm-spn li a,
    .mm-spn li>span {
        padding: 18px;
        display: flex;
        gap: 1rem;
        margin: 7px;
        text-align: center;
        align-items: center;
    }
}



@media only screen and (max-width: 1024px) {
    .mm-spn li a span {
        padding: 0;
        font-size: 18px;
        color: #D9CA9C;
    }
}

.sicon-cancel::before {
    content: "\ea47";
    color: red;
    text-shadow: 1px 1px 3px black;
    font-size: 25px;
}

@media(min-width:991px) {
    .mm-spn.mm-spn--navbar ul {
        top: calc(50px + 1px);
        top: calc(var(--mm-spn-item-height) + 80px);
    }
}

@media(min-width:650px) {
    .mm-spn.mm-spn--navbar ul {
        top: calc(50px + 1px);
        top: calc(var(--mm-spn-item-height) + 100px);
    }
}

.btn--close-sm {
    background-color: transparent;
}

/* تأثيرات الرسوم المتحركة - خلفية متدرجة */
.s-button-element:not(:disabled):not([loading]):hover {
    background: linear-gradient(149deg, rgba(106, 117, 101, 1) 0%, rgba(244, 234, 235, 1) 100%);
    background-size: 200% 200%;
    animation: move-bg 1.5s ease infinite;
}

@keyframes move-bg {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: antiquewhite;
}*/

:root {
    --screen-logo: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/EZrnQK/jdz6qzOIxOsvrlIPYfTmaZcXunW40pzY9xc8AQlJ.png);
    --main-color: #88ab8d;
    --infinte-color: #b0a187;
    --main-text-color: #8b610f;
    --main-text-color2: 000;
    --main-text-color-dark: #b0a187;
    --color-main: ##8b610f;
    --color-main-d: #916715;
    --color-main-l: #8b610f;
    --color-main-reverse: #ab812f;
    --color-text: #5a5a5a;
    --color-text-reverse: #fffffb;
    --color-title: #5e3400;
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    --logo: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/wWpWnN/X5rifbRI6qRaxZweuodSnpxgEDJRxHdrXwAALEeV.png);
    --prodCard-width: 280px;
    --prodCard-width-sm: 220px;
    --prodCard-height: 210px;
    --prodCard-height-sm: 180px;
    --prodCard-background: #88ab8d;
    --prodCard-text: #000;
    --prodCard-price: tomato;
    --prodCard-btn-width: 120px;
    --prodCard-btn-background: #332e20;
    --prodCard-btn-color: #fff;
    --prodCard-btnHoverBg: tomato;
    --prodCard-btnHoverColor: #fff;
    --prodCard-img-background: #462e16;
    --prodCard-img-width: 135px;
    --prodCard-img-width-sm: 116px;
    --prodCard-img-height: 170px;
    --prodCard-img-height-sm: 150px;
    --prodCard-btn-wishList-bg: tomato;
    --prodCard-btn-wishList-color: #fff;
}

.navbar-brand img {
    max-height: 60px !important;
}

.top-navbar salla-contacts {
    display: none;
}

.s-search-icon svg {
    height: 1rem;
    width: 1rem;
    fill: #fff;
}


@media (min-width: 1280px) {
    .container {
        max-width: 1500px;
    }
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
}

.s-search-input-wrapper input {
    background: #b0a187 !important;
        background: black !important;
    color: #606060;
    box-shadow: #D9CA9C 0px 2px 6px 0px;
}

.s-search-input-wrapper input::placeholder {
    color: #fff;
}

#mobile-menu {
    background-color: var(-second-color);
    color: #fff;
}

section:nth-of-type(2) {
    width: 100%;
}

@media (min-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        margin-left: 1rem;
        margin-right: 1rem;
        width: 100%;
    }

    section:nth-of-type(2) {
        width: 100%;
        margin: auto;
        padding-top: 0rem !important;

        .container {
            max-width: 1500px !important;
        }

        &.s-block {
            margin-top: 1.5rem !important;
            max-width: 1500px;
        }
    }
}

.banner--fixed img {
    border-radius: 0 !important;
}

.s-slider-block__title {
    max-width: 1500px;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    color: #52554D;
}

.top-navbar .s-search-input {
    border-style: none;
    background-color: #b0a187;
    color: white;
}

.top-navbar {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    background-color: transparent;
}

/* المكان المخصص للتعديل فقط */
body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: linear-gradient(149deg, rgba(106, 117, 101, 1) 0%, rgba(244, 234, 235, 1) 100%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(40px);
    background:
        url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/EZrnQK/jdz6qzOIxOsvrlIPYfTmaZcXunW40pzY9xc8AQlJ.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    animation-name: fade-in;
    animation-duration: 1.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);
    }
}


  .article
  {
   background-color: #F1F4ED;
  padding: 5px;
  margin: 5px;
  text-align: center;
  }
  
header.sticky {
    border-radius: 0px 0px 60px 60px
}

.salla-theme_1 header.site-header .logo-wrapper .logo img {
    max-height: 60px;
}

.sicon-cart:before {
    content: "\f291";
    font-family: fontawesome, sallaicons !important;
}

.banner-entry {
    min-height: 50px;
}


.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: 626px;
        background-size: 200%;
    }

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

}

@media(max-width:768px) {
    .banner-entry {
        height: 500px;
        background-size: 175%;
    }
}

@media (min-width: 768px) {
    .two-row .banner-entry:first-child {
        height: 500px;
    }
}

.banner-entry:hover {
    transform: scale(1.1);
}

/* to change background color*/
.flex-col {
    background-attachment: fixed;
    background-color: white;
   /* background-image: url(https://iili.io/2eRSUs1.jpg);*/
}

.banner-entry {
    background-color: transparent;

}



@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.75rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.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(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
        color: #F1F2F0;
        border-radius: 11px !important;
        margin: 4px;
    }

    html {
        scroll-behavior: smooth;
    }

    .jWcIXO {
        width: 60px !important;
        height: 60px !important;
        box-shadow: var(--main-color) 0px 0px 5px 5px !important;
    }

    .fXBuHm {
        font-family: unset !important;
        font-size: 20px !important;
    }

    @keyframes tournemoi {
        0% {
            transform: rotate(-5deg);
        }

        50% {
            transform: rotate(5deg);
        }

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

    .product:hover {
        animation: tournemoi 2s ease;
    }

    .product-add {
        background: var(--main-color);
        color: white;
    }

    .sub-nav .sub-nav-content {
        background: var(--main-color);
    }

    .sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories li a {
        font-size: 15px !important;
        min-height: 40px;
        padding: 5px 15px !important;
        color: white;
    }

    .sub-nav .main-menu li.sub-menu-header.categories-holder>span {
        border-top: 5px solid #fff;
        display: block;
        font-weight: 400;
        padding: 5px 15px !important;
        width: 100%;
        color: white;
        font-weight: bold;
        text-align: center;
    }

    .price-after {
        color: #ffffff !important;
    }

    .price-before {
        color: #000 !important;
        order: 1;
        padding: 0 10px 0 0;
        text-decoration: line-through;
    }

    footer .store-certificate img {
        max-height: 46px;
        max-width: 64px;
    }

    .salla-theme_4 .product .product-footer {
        margin: 5px 0 0 !important;
        background: var(--main-color);
        border-radius: 14px !important;
    }

    .salla-theme_4 .product-footer .product-add {
        border-radius: 0;
        border-radius: 25px !important;
    }

    .store-contact a {
        color: #fff;
    }

    .footer-links a {
        color: #fff !important;
    }

    .banner img {
        border-radius: 25px !important
    }

    .footer-title span {
        font-size: 17px !important;
        color: white;
        font-weight: bold;
    }

    .feature-item__content {
        border-radius: 40px;
    }

    .fa-heart:before {
        content: "\f004";
        color: #4d4d4d;
    }

    .sub-nav-content.is-active .main-menu>li>a {
        color: #ffffff;
    }

    .s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 2rem;
        display: none;
    }

    .main-menu li:not(.sub-menu-header) .sicon-cart:before {
        color: #4d4d4d;
    }

    .icon-credit-card2:before {
        color: #4d4d4d !important;
    }

    .sicon-heart:before {
        color: #4d4d4d !important;
    }

    .sicon-bullhorn:before {
        color: #4d4d4d !important;
    }

    .sicon-star:before {
        color: #4d4d4d !important;
    }

    .list--product-fields li.form-group--price>div .price-before {
        color: #000 !important;
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        left: 0;
        padding: 0;
        position: absolute;
        transform: translateY(-10px);
        white-space: nowrap;
    }

  
.product__description a {
  --tw-text-opacity: 1;
  color: rgb(29, 78, 216);
  color: #F1F4ED;
}
    .sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories li {
        border-bottom: transparent;
    }

    .sub-nav .main-menu li.sub-menu-header.categories-holder {
        background-color: transparent;
        padding: 0 !important;
        border: transparent;
    }

    .offers-link {
        color: #ffffff !important;
        background: white;
        border-radius: 11px !important;
    }
}




.social__item a {
    display: block;
    width: 36px;
    height: 36px;
    color: rgb(255 255 255);
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    border: 1px solid rgb(255 255 255);
    font-size: 18px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.footer-main {
    background: linear-gradient(149deg, rgba(106, 117, 101, 1) 0%, rgba(244, 234, 235, 1) 100%);
    color: white;
}

.feature-item__icon {
    background: linear-gradient(90deg, var(--main-color) 0%, var(--main-text-color) 100%);
}

.unicode {
    color: black;
}

.footer-sub img {
    width: auto;
    max-width: 87px;
    height: auto;
    max-height: 42px;
}

@keyframes pulsate-bck {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.footer-main p {
    background: var(--color-text);
    padding: 10px;
    padding-top: 10px;
    padding-right: 5rem;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 5rem;
    position: relative;
    border-radius: 20px;
}

.footer-main p::before {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' data-name='Isolation Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.63 30.64'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m25.75,0H4.88C2.18,0,0,2.19,0,4.88v20.87c0,2.7,2.18,4.89,4.88,4.89h20.87c2.7,0,4.88-2.19,4.88-4.89V4.88c0-2.69-2.18-4.88-4.88-4.88Zm-13.31,21.74l-8.16-6.8,2.56-3.07,5.62,4.68,11.36-9.29,2.53,3.1-13.91,11.38Z'/%3E%3C/svg%3E");
    font-size: 3rem;
    position: absolute;
    right: 0.8rem;
    top: 57px;
    top: calc(54% - 2.5rem);
    height: 15px;
    width: 35px;
}

.social__item a {
    border-color: var(--main-color);
    border: 1px solid var(--main-color) !important;
    background: var(--color-bg);
}

body.salla-theme_4 .section-header .section--title span {
    position: relative;
    right: 3px;
    /* top: 15px; */
    color: var(--color-bg) !important;
    padding: 8px 10px 8px 10px;
    font-weight: 800 !important;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0 2px 5px -3px rgb(0 0 0 / 61%);
    font-size: .9rem !important;
    border-radius: 7px !important;
    padding: 11px 19px 11px 19px;
    color: #fff !important;
}

.products-listing.eq-height .slick-track .slick-slide:hover {
    transform: translateY(-10px) !important;
    transition: all .3s ease !important;
}

.site-header,
.main-slider img,
body.salla-theme_4 .section-header .section--title span,
body>section.u-white.py-4>div>div:before,
.a2a_kit.a2a_kit_size_32.a2a_default_style,
body>section.py-5.text-center>div>div.section-header:before {
    background: linear-gradient(to left, var(--main-color), var(--main-color)) !important;
}

.leading-6 {
    color: #040404;
}

.store-footer a {
    color: #040404;
}

.slick-list.draggable {
    border-radius: 0 0 42px 42px;
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
}

.sub-nav__close svg {
    fill: var(--main-color)
}



.dark-mode .s-filters-widget-container,
body.dark-mode .slide--cat-entry,
body.dark-mode .s-product-card-entry,
body.dark-mode .s-block--features__item,
.dark-mode .brand-item,
.dark-mode .s-reviews-testimonial,
.dark-mode .store-footer {
    color: #fff !important;
    background-color: rgb(32 32 32);
}

.dark-mode .form-input,
.dark-mode .s-price-range-number-input,
.dark-mode .bg-gray-100,
.dark-mode .s-modal-body {
    color: #fff !important;
    border-color: rgb(42 42 42);
    background-color: rgb(42 42 42);
}

.dark-mode .s-button-primary-outline {
    background-color: rgb(42 42 42);
}

.dark-mode .store-footer__inner,
.dark-mode .s-button-light-outline,
.dark-mode .s-login-modal-input {
    background-color: rgb(42 42 42) !important;
    color: #fff;
}

.dark-mode .s-modal-close {
    background-color: transparent !important;
}

@media only screen and (min-width: 1024px) {
    .dark-mode .main-menu li>a {
        background-color: rgb(32 32 32);
    }

    .dark-mode .main-menu .has-children li a:hover,
    .dark-mode .main-menu .has-children .has-children:hover>a {
        color: #f7eeff;
        color: var(--color-primary);
        background-color: rgb(55 55 55);
    }
}

.dark-mode .s-modal-body * {
    color: #f7eeff !important;
}

.dark-mode {
    --color-primary: #d41454;
    --color-primary-dark: #d41454;
    --color-primary-light: #2aa9c0;
    --color-primary-reverse: #ccffff;
}





.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #8079ad;
    background-color: #8079ad, #8079ad;
    --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: #8079ad;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
  
}


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

.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 110px;
    width: 140px;
    margin: auto auto 20px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/EZrnQK/jdz6qzOIxOsvrlIPYfTmaZcXunW40pzY9xc8AQlJ.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
   animation: logoAnimation 3s infinite;
}



/*.store-footer::after {
    content: "برمجة وتطوير ADFAZ";
    top: 0;
    font-size: 16px;
    opacity: .8;
    text-align: center;
    font-family: Edu VIC WA NT Beginner, cursive;
    font-weight: 600;
    width: 100%;
    display: inline-block;
        color: black;
   /* background: linear-gradient(149deg, #88ab8d 0%, #b0a187 100%);
    background: rgb(212, 20, 84);
    border: 3px solid black;
    border-radius: 20px;
    box-shadow: 0 0 10px #8079ad;
    padding: 10px;
animation: logoAnimation 3s infinite;
}*/
.footer-is-light .store-footer .contact-social {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, 1);
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  border: none;
}
store-footer .contact-social {
  margin-top:0;
  border-top-width:none;
  border-color: none;
  padding-top:0;
}
::-webkit-scrollbar-track-piece {
    background-color: #64765b;
    -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical {
    height: 200px;
    background-color: #64765b;
    -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #64765b;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 200px;
    background-color: #64765b;
    -webkit-border-radius: 0;
}

/* شريط طرق الدفع والشحن */

header.store-header:before {
    content: '';
    background: url(https://iili.io/dPw3oqg.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: #000;
    background-position: center;
    margin-bottom: 16px;
    z-index: 9999999999999999;
    color: black;
}

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

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

    100% {
        background-position-x: 0
    }
}
.s-contacts-icon:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.625rem;
  animation: logoAnimation 3s infinite;
}
@media(max-width: 767px) {
.store-footer h3 {
   
    width: 95%;
}
.store-footer__inner * {
    justify-content: center;
    align-items: center;
    text-align: center;
}
    header.store-header:before {
        background-size: 180%;
        height: 39px;
        background-position: center;
        margin-bottom: -2px
    }
}

/* Product Card Button */

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    transition: width 500ms ease 0s;
    padding: 7px;
    border-radius: 25px;
    font-size: revert;
  margin: 10px;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    width: 90%;
}



.btn--outline-primary {
  border-width: 1px;
  border-color: #414042;
  border-color: var(--color-primary);
  color: #414042;
  color: #F1F4ED;
  background-color: #D9CA9C;
}
.no-content-placeholder p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107, 114, 128);
  color: #D9CA9C;
}
.no-content-placeholder .icon {
  margin-bottom: 1rem;
  display: flex;
  height: 8rem;
  width: 8rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243, 244, 246);
  background-color: #D9CA9C;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, 1);
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover * {
    color: white;
}

.product-card {
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    /* يجعل الحدود شفافة */
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.product-card:hover {
    border-color: #8079ad;
    /* لون الإطار عند التحويم */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* إضافة تأثير ظل */
}

.product-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #8079ad;
    /* لون الإطار المتحرك */
    transform: scale(1.2);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    z-index: -1;
    /* يجعل الإطار خلف العنصر */
}

.product-card:hover::before {
    transform: scale(1);
    opacity: 1;
}

/*-----*/
@media (max-width: 768px) {
    .banner-entry {
        height: 500px;
        background-size: 116%;
    }
}

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

@media (min-width: 991px) {
    .banner-entry {
        height: 620px;
        background-size: 130%;
    }
}

/*product card*/









#loader {
    position: relative;
}

@keyframes move-up {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

#mobile-menu .main-menu li a span {
    color: black;
}

#plane-container:not(.product-index):not(.product-single) {
    background: #8079ad;
    /* الخلفية الحمراء */
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    z-index: 9998;
    animation: move-up 3.5s ease-in forwards;
    /* حركة الصعود */
}

@media only screen and (max-width: 999px) {
    #welcomePopup {
        width: 100%;
        height: 100%;
        padding: 5rem 0;
        z-index: 200;
    }

    #welcomePopup img {
        margin: 0 5% 0 0;
        width: 155px;
        height: 247px;
        padding: 5rem 0;
    }
}

#welcomePopup {
    z-index: 200;
}

 
  .s-block--tabs-produtcs .tab-trigger.is-active button {
  border-color: background: #D9CA9C;;
  border-color: var(--color-primary);
  background-color: #b3b3b3;
  color: #ffff;
}


.sicon-shopping-bag:before {
    content: "\e901";
    text-align: center;
    border: 1px solid transparent;

}

.sicon-user-circle:before {
    content: "\f077";
    text-align: center;
    border: 1px solid transparent;
}

.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #000;
}

.sicon-menu::before {
    content: "\ed7f";
}

@media (min-width: 768px) {
    .s-block--banners .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        display: grid;
        background-color: transparent;
    }
}

@media (min-width: 640px) {
    .s-block--banners .two-row .banner-entry {

        background-color: transparent !important;
        background-size: 60%;
    }
}

@media (max-width: 768px) {
.grid.one-row.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
    .s-block--banners .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
       /* display: grid*/
        background-color: transparent;
    }

    .s-block--banners .two-row .banner-entry:first-child {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
     /*   display: grid;*/

        background-size: cover !important;
        height: 125px !important;
    }

    .s-block--banners .two-row .banner-entry:first-child {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      /*  display: grid;*/
        background-size: 170% !important;
    }
}

@media (min-width: 640px) {
    .s-block--banners .two-row .banner-entry:first-child {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      /*  display: grid;*/
        background-size: 125% !important;
    }
}



/*.s-block--banners .banner-entry {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: #8079ad, #8079ad;
    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, #8079ad;
    }
*/
    @media (min-width: 640px) {
        .sm\:gap-8 {
            gap: 0rem;
        }
    }

    @media(max-width:768px) {
        .two-row .banner-entry:first-child {
            padding: 0;
        }

       /* .s-block--banners .banner-entry {
            position: relative;
            height: 200px;
            overflow: hidden;
            border-radius: 0.375rem;
            --tw-bg-opacity: 1;
            background-color: #8079ad;
            background-color: transparent !important;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 0.75rem;
            text-align: center;
            --tw-text-opacity: 1;
            color: #8079ad;
            color: #8079ad;
        }
*/
        @media (max-width: 768px) {
            .banner-entry {
                height: 110px !important;
            }
        }

        .banner-entry {
            min-height: 50px;
        }
    }



  
    
    .banner-entry{
    /*min-height: 200px;*/

}

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

}     


}
@media only screen and (max-width: 600px) {
.banner-entry{
}
}
@media (min-width: 768px){
.two-row .banner-entry:first-child {
    height: auto !important;
}
}
@media (min-width: 991px) {
    .banner-entry {
        height: 320px;
        /*background-size: 130%;*/
    }
}
@media (min-width: 768px) {


}
section:nth-child(4) .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}