/* Add custom CSS styles below */ 

/* المكان المخصص للتعديل فقط */
@import url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/pQpyaK/PjXQcoYbc5Kn7EhwCpM6MquQO0Jeewqbc6tMYhvZ.png);
.navbar-brand img{
  animation: logoAnimation 3s infinite;
}
.s-button-primary {
  border-width: 1px;
  border-color: #414042;
  border-color: var(--color-main-d);
  background-color: var(--bg-gray);
  color: var(--color-primary-reverse);
}
.s-button-primary:hover {
  background-color: var(--bg-gray);
}
.s-button-btn{background-color:background: rgb(62,88,121);
background: radial-gradient(circle, rgba(62,88,121,1) 68%, rgba(188,137,114,1) 100%);;}
:root {
  --screen-logo: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/pQpyaK/PjXQcoYbc5Kn7EhwCpM6MquQO0Jeewqbc6tMYhvZ.png);
 --main-color:#dac9bd;
    --infinte-color: red;
    --main-text-color: #8b610f;
    --main-text-color2: #512700;
    --main-text-color-dark: #ab812f;
    --color-main: #ab812f;
    --color-main-d: #916715;
    --color-main-l: #d1a755;
    --color-main-reverse: #ab812f;
    --color-text: #5a5a5a;
    --color-text-reverse: #fffffb;
    --color-title: #5e3400;
    --logo: url(https://www.nb-kme.com);
  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/pQpyaK/PjXQcoYbc5Kn7EhwCpM6MquQO0Jeewqbc6tMYhvZ.png)

}
img{
max-width: 110%;
}

main-menu li::after {
  content: '';
  position: absolute;
bottom: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--main-color); /* اللون الأساسي للخط */
}
.main-nav-container.fixed-pinned .main-menu > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
}
.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 #606060;
}


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

.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: #606060; /* اللون عند التمرير */
  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(--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;
  }
}
.mm-ocd__content {
background: #606060;
}
@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;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--light {
    color: var(--three-color);
    background-color: #606060;
  }
}
@media only screen and (max-width: 1024px) {
  .mm-spn li a span {
    padding: 0;
    font-size: 15px;
    text-shadow: 3px 3px 5px #606060;
  }
}

.sicon-cancel::before {
    content: "\f072";
    color: var(--main-color);
    border: none
}

@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(353deg, rgba(210,0,98,1) 10%, rgba(199,230,253,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%;
  }
}

.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: var(--main-color) !important;
  color: #606060;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 5px 15px;
}
.s-search-input-wrapper input::placeholder {
  color: #fff;
}
#mobile-menu {
  background-color:background: rgb(177,117,88);
background: linear-gradient(351deg, rgba(177,117,88,1) 14%, rgba(218,201,189,1) 42%, rgba(255,255,255,1) 100%);;
}
section:nth-of-type(2),
section:nth-of-type(3),
section:nth-of-type(4),
section:nth-of-type(5),
section:nth-of-type(6),
section:nth-of-type(7),
section:nth-of-type(8),
section:nth-of-type(9),
section:nth-of-type(10),
section:nth-of-type(11),
section:nth-of-type(12),
section:nth-of-type(13),
section:nth-of-type(14),
section:nth-of-type(15),
section:nth-of-type(16),
section:nth-of-type(17) {
  width: 100vw;
}
@media (min-width: 1024px) {
  salla-slider.photos-slider .swiper-slide {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
  }
  section:nth-of-type(2),
  section:nth-of-type(3),
  section:nth-of-type(4),
  section:nth-of-type(5),
  section:nth-of-type(6),
  section:nth-of-type(7),
  section:nth-of-type(8),
  section:nth-of-type(9),
  section:nth-of-type(10),
  section:nth-of-type(11),
  section:nth-of-type(12),
  section:nth-of-type(13),
  section:nth-of-type(14),
  section:nth-of-type(15),
  section:nth-of-type(16),
  section:nth-of-type(17) {
    width: 100vw;
    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: black;
}
.top-navbar .s-search-input {
  border-style: none;
  background-color: rgba(229, 231, 235, 0.5);
  color: white;
}
/* المكان المخصص للتعديل فقط */
body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
     background: linear-gradient(353deg, rgba(210,0,98,1) 10%, rgba(199,230,253,1) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background:
    url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/pQpyaK/PjXQcoYbc5Kn7EhwCpM6MquQO0Jeewqbc6tMYhvZ.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    animation-name: fade-in;
    animation-duration: 0.6s;
    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);
    }
  }

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

.main-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding: 0 0 50px;
    /* background: var(--main-color); */
}

.product {
    border-radius: 15px;
    border: 0.5px solid var(--main-color);
    box-shadow: 0 0 0 0 rgba(0,0,0,.2), 0 0 13px 0 rgba(0,0,0,.1);
}

.category-featured :hover {
    animation: zoomsvp 2s ease;
}

@keyframes zoomsvp {
    0% {
        transform: scale(0.8);
        ; }

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

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

.product.cover>:first-child .img-cont img {
    border-radius: 15px;
}

.salla-theme_4 .testimonials-item {
    margin: 0 10px!important;
    background: linear-gradient(90deg, var(--main-color) 0%, var(--main-text-color) 100%);
    color: white;
    border-radius: 40px;
}

.testimonials-item img {
    width: 50px;
    height: 50px;
    margin-left: 0.5rem;
    border-radius: 40px;
}

.product-price {
    color: #ffffff;
}

.testimonials-item cite {
    color: #ffffff;
    font-style: normal;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 2rem;
  color: white;
}
.section-products .container {
    padding-top: 1.5rem;
    background: transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0 px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.1);
    border: transparent;
}

.sub-nav-header img {
    content: var(--logo);
    display: block;
    margin: 0 auto;
    width: 96px;
    height: 150px;
    border: 0px solid #fff;
    border-radius: 0%;
}

.sub-nav-header {
    background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/pQpyaK/PjXQcoYbc5Kn7EhwCpM6MquQO0Jeewqbc6tMYhvZ.png)
}

.testimonials-item p:after {
    content: "";
    position: absolute;
    right: 38px;
    bottom: -24px;
    border: 12px solid transparent;
    border-top-color: #ffffff;
    z-index: -1;
}

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

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

.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-form {
    padding: 1rem;
    background: var(--main-color);
    border: 1px solid #ddd;
    border-radius: 25px;
}

.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: rgba(255,255,255,.15)!important;
    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(353deg, rgba(210,0,98,1) 10%, rgba(199,230,253,1) 100%);
    border-radius: 60px 60px 0 0;
    color: white;
}

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


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

.slick-list.draggable {
    border-radius: 0 0 42px 42px;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 2rem;
  color: white;
  }
  
.sub-nav__close svg {
    fill: var(--main-color);
}
.flex-col {
  
    background-image: ;
    
}
section:first-of-type {
margin:0;
}
.banner img {
  border-radius: 0px !important;
 background: transparent;
}
body.dark-mode .bg-white,.dark-mode .s-comments-product,.dark-mode .tamara-product-widget, .dark-mode .spotii-wrapper,
.dark-mode #tabbyPromoWrapper {
    border-color: rgb(42 42 42)  !important;  background-color: rgb(32 32 32)  !important;
}

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


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


.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #606060;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(255, 244, 246, var(--tw-bg-opacity));
    transform: translate3d(0, 0, 0);
    background:linear-gradient(353deg, rgba(210,0,98,1) 10%, rgba(199,230,253,1) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid #606060;
    box-shadow: 0 8px 32px 0 #606060;
    border-radius: 10%;
    color: white;
}

.footer-is-light .store-footer .store-footer__inner {
  background: linear-gradient(135deg, var(--main-color), var(--secondary-color));
  background-size: 400% 400%;
  animation: gradientBackground 15s ease infinite;
  color: var(--text-color);
  padding: 40px; 
  border-radius: 20px; 
  box-shadow: 0 8px 16px var(--shadow-color); 
  overflow: hidden;
  background-image: background: rgb(215,196,182);
background: radial-gradient(circle, rgba(215,196,182,1) 68%, rgba(188,137,114,1) 100%);; 
}

/* Footer outer */
.footer-is-light .store-footer {
  background: linear-gradient(135deg, var(--tertiary-color), var(--secondary-color));
  color: var(--text-color);
  padding: 20px 25px;
  border-top: 3px solid var(--secondary-color);
  position: relative;
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 4px 12px var(--shadow-color);
}

/* Social media icons with animation and tooltip */
.footer-is-light .social-icons a {
  color: var(--text-color);
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-is-light .social-icons a:hover {
  color: var(--hover-color);
  transform: translateY(-5px);
}

.footer-is-light .social-icons a::after {
  background: rgba(0, 0, 0, 0.8);
  color: var(--text-color);
}

/* Footer links hover effect */
.footer-is-light .store-footer__links a {
  color: var(--text-color);
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.footer-is-light .store-footer__links a:hover {
  color: var(--hover-color);
  text-shadow: 0 0 5px var(--hover-color);
}

/* Neon text effect */
.footer-is-light .footer-title {
  color: var(--text-color);
  text-shadow: 
      0 0 5px var(--text-color), 
      0 0 10px var(--text-color), 
      0 0 20px var(--secondary-color), 
      0 0 30px var(--secondary-color), 
      0 0 40px var(--secondary-color), 
      0 0 50px var(--secondary-color), 
      0 0 60px var(--secondary-color);
}

/* Wave separator */
.footer-is-light .wave {
  background: var(--tertiary-color);
}

.copyright-text p {
 
  color: rgb(255 255 255);
}
/* Back-to-top button */
.back-to-top {
  background: var(--main-color);
  color: var(--text-color);
}

.back-to-top:hover {
  background: var(--hover-color);
}

/* Scrollbar */
.footer-is-light .store-footer::-webkit-scrollbar-track {
  background: var(--scrollbar-track-color);
}

.footer-is-light .store-footer::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border: 3px solid var(--scrollbar-track-color);
}
@keyframes moveUpDown {
  0%,100% {
      transform: translateY(0)
  }

  50% {
      transform: translateY(-10px)
  }
}
@keyframes bounceIcon {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-5px);
  }
}

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

.footer-is-light .store-footer .store-footer__inner {
  animation: gradientBackground 15s ease 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;
background: rgb(255,255,255);
background: linear-gradient(351deg, rgba(255,255,255,1) 0%, rgba(192,160,234,1) 24%, rgba(254,246,225,1) 100%, rgba(255,255,255,1) 100%);
     color:black; 
       border: 3px solid black; 
  border-radius: 20px; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  padding: 20px; 

    }
 
::-webkit-scrollbar-track-piece {
    background-color:#606060;
    -webkit-border-radius: 0;
}

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

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

::-webkit-scrollbar-thumb:horizontal {
    width: 200px;
    background-color: #606060;
    -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:#b17457;
    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
    }
}

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