:root {
    --main-color: #fffdf3;
    --second-color: #ffb200;
    --third-color: #640d5f;
    --image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/KjnAmB/35BFvHIFvQoJOUj9noXb8vQGgWs1IfFe8xg2T7cQ.png); /* LOGO  لوجو */
}

:root {
  --prodCard-width: 280px;
  --prodCard-width-sm: 220px;

  --prodCard-height: 210px;
  --prodCard-height-sm: 180px;
  --prodCard-background:#640d5f;
  --prodCard-text: #ffb200;
  --prodCard-price: #000;
  --prodCard-btn-width: 120px;
  --prodCard-btn-background: #ffb200;
  --prodCard-btn-color: #000;
  --prodCard-btnHoverBg: #fff;
  --prodCard-btnHoverColor: #fff;
  --prodCard-img-background: #569787;
  --prodCard-img-width: 135px;
  --prodCard-img-width-sm: 115px;
  --prodCard-img-height: 170px;
  --prodCard-img-height-sm: 150px;
  --prodCard-btn-wishList-bg: tomato;
  --prodCard-btn-wishList-color: #fff;

}body:not(.product-index):not(.product-single):after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999999;
    background: #fffdf3 var(--image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 250px;
    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)
    }

    85% {
        opacity: .5;
        transform: scale(1)
    }

    99% {
        opacity: .1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.1)
    }
}
/*                    Header Section    هيدر                      */
.bg-inherit {
    background-color: inherit;
    background: unset;
    margin: 2rem auto; /* Fly  طيران */
    border-radius: 20px;
    width: 95%;/* Header Width  عرض الهيدر */
    box-shadow: 0px 0px 50px #000;
} .main-nav-container.fixed-header .inner {
    width: 95%;
} .top-navbar {
    display: flex;
    min-height: 48px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background: unset;
} .top-navbar .s-search-input { /* Search  سيرش */
    border-style: none;
    background-color: rgba(229,231,235,.5);
    box-shadow: 3px 3px 10px #000;
    width: 15.5%;
} .top-navbar .s-search-input:hover {
    width: 100%;
    box-shadow: 0px 0px 0;
} .s-contacts-topnav-link:last-child:where([dir=rtl],[dir=rtl] *) {
    border-width: 0;
    padding-left: 0;
    color: var(--second-color)
} .s-contacts-topnav-link:hover {
    border-width: 0;
    padding-left: 0;
    color: var(--third-color)
} .sicon-user-circle {
    content: "\f072";
    color: var(--third-color);
    border: none
} .sicon-user-circle:hover {
    content: "\f072";
    color: var(--second-color)
} .header-btn__icon.icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: 9px;
    margin-right: 0;
    margin-right: initial;
    color: var(--third-color)!important;
    border: none
} .header-btn__icon.icon:hover {
    margin-left: 9px;
    margin-right: 0;
    margin-right: initial;
    color: var(--second-color)!important
} .sicon-shopping-bag:before {
    content: "\e906"
} .sicon-user-circle:before {
    content: "\f077"
} .s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #000;
    color: rgba(0,0,0,var(--tw-text-opacity));
    color: var(--third-color)
} .sicon-menu {
    content: "\ed7f";
    color: var(--third-color)
} .sicon-menu:hover {
    content: "\ed7f";
    color: var(--second-color)
} .s-contacts-topnav-link:where([dir=rtl],[dir=rtl] *) {
    border-left-width: 1px;
    color: var(--second-color);
    display: none;
} .s-contacts-topnav-link:hover {
    border-left-width: 0px;
    color: var(--second-color)
} .topnav-link-item:last-child:where([dir=rtl],[dir=rtl] *) {
    border-width: 0;
    padding-left: 0;
    color: var(--third-color)
} .topnav-link-item.right-side:first-child:where([dir=rtl],[dir=rtl] *) {
    padding-right: 0;
    color: var(--third-color)
} .s-search-icon svg {
    height: 1rem;
    width: 1rem;
    fill: var(--second-color)
} .main-menu>li>a[href*=offer] {
    --tw-text-opacity: 1;
    color: #991b1b;
    color: var(--third-color)
} .main-nav-container {
    min-height: 70px;
    background: transparent!important;
} .mm-spn.mm-spn--navbar ul {
    top: calc(50px + 1px);
    top: calc(var(--mm-spn-item-height) + 1px);
    background: #fffdf3;
    color: var(--second-color)
} .text-gray-500:hover {
    margin-right: 2rem;
    color: var(--third-color)
} .s-cart-summary-count {
    top: -.125rem;
    --tw-bg-opacity: 1;
    background-color: var(--second-color)
} @media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color:var(--third-color)
    }
    .main-menu li.root-level>a:hover {
        color:var(--second-color);
        transform: scale(1.2);
    }
} @media(min-width: 1024px) {
    .main-nav-container {
        min-height:100px;
        background: var(--second-color)
    }
} @media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--navbar.mm-spn--main:where([dir=rtl],[dir=rtl] *):after {
        padding-right:.75rem;
        background: #fff!important;
        color: var(--third-color)
        }
        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: 28px;
    display: block;
    background-color:#640d5f;
    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 only screen and (max-width: 600px) {
.banner-entry{
     height: auto;
 
}
    }
    .mm-spn li a span{
        color: var(--second-color)
    }
}
/*                    Banners Section    البنارات                 */
.banner-entry {
    width: 50%;
    height: 25rem;
    background: unset;
} .lazy__bg {
    background-size: contain!important;
    background-repeat: no-repeat!important;
} .lazy__bg:hover {
    transform: scale(1.05);
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
} .gap-3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
} .s-slider-block__display-all {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: var(--second-color);
    margin-right:1rem;
} .s-slider-block__display-all:hover {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: var(--second-color)
} .s-slider-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: var(--second-color);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
} .s-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--third-color);
    background: var(--second-color);
    padding: 10px;
    border-radius: 32px
} .banner--fixed img {
    display: block;
    width: 100%;
    border-radius: .375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    background: 0 0;
} .s-products-list-vertical-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem !important;
}
@media only screen and (max-width: 600px) {
    .banner-entry {
        height:9rem;
    }
    .lazy__bg {
        height:9rem;
    }
    #welcomePopup{
      padding: 25rem 0 0 0;
      width: 100vw;
      height: 100vh;
    } #welcomePopup img {
      padding: 0 0 0 15%;
    }.s-products-list-vertical-cards {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
 }
}
@media(min-width: 768px) {
    .two-row .banner-entry:first-child {
        height:auto!important
    }
}
/*           product card   كارد المنتجات                     */
.salla-add-product-button salla-button .s-button-element i{
color: #d8e1eca1;
}

.s-product-card-entry {
  position: relative;
  width: var(--prodCard-width);
  height: var(--prodCard-height);
  border-radius: 2px !important;
  background: var(--prodCard-background)!important;
  transition: all .2s ease-in-out;
}

.s-product-card-entry:hover {
 background: var(--prodCard-background)!important;
  border: 2px solid #fff;;
}
.s-product-card-content-title a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: #ffb200;
}

.s-product-card-entry:hover .s-product-card-content-title a {
  color: #fff!important;
}

.s-product-card-image {
  position: absolute;
  right: 60%;
  top: 50%;
  transform: translateY(-50%) !important;
  width: var(--prodCard-img-width) !important;
  height: var(--prodCard-img-height) !important;
  border-radius: 2px !important;
  background: var(--prodCard-img-background);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5),
    0 5px 8px rgba(0, 0, 0, 0.3);
  /* More prominent shadow for light background */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.s-product-card-image:hover {
  transform: translateY(-10px);
  /* Slight lift on hover */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3),
    0 4px 8px rgba(0, 0, 0, 0.2);
  /* Stronger shadow on hover */
}

.s-product-card-image a img {
  width: 100%;
  /* Ensure image fits the card */
  border-radius: 8px;
  /* Match card's corners */
  display: block;
  /* Ensures no extra spacing */
}

.s-product-card-content {
  width: 65%;
  height: 100%;
}

.s-product-card-content-sub {
  color: var(--prodCard-price);
}

salla-add-product-button {
  width: var(--prodCard-btn-width) !important;
}

salla-add-product-button salla-button .s-button-element i {
  font-size: 14px;
  color: #e38e48;
}

salla-add-product-button salla-button .s-button-element {
  background: var(--prodCard-btn-background);
  color: var(--prodCard-btn-color);
  border: none;
  border-radius: 5px;
  font-size: 10px;
}

salla-add-product-button salla-button .s-button-element:hover {
  background-color: var(--prodCard-btnHoverBg);
  color: var(--prodCard-text);
}

custom-salla-product-card {
  margin: auto !important
}



.s-product-card-wishlist-btn button {
  background: var(--prodCard-btn-wishList-bg);
  color: var(--prodCard-btn-wishList-color);
}

@media only screen and (max-width: 722px) {
  .s-product-card-entry {
    width: var(--prodCard-width-sm);
    height: var(--prodCard-height-sm);
  }

  .s-product-card-image {
    width: var(--prodCard-img-width-sm) !important;
    height: var(--prodCard-img-height-sm) !important;
  }

  salla-add-product-button salla-button .s-button-element {
    width: 80px;
    height: 39px;
    padding: 5px;
    font-size: 8px;
  }

}

/* Swiper Slider gap */
@media only screen and (max-width:639px) {
  .swiper-wrapper {
    gap: 16px;
  }
}
@media only screen and (min-width:765px) {
  .swiper-wrapper {
    gap: 55px;
  }
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
  margin: 0px;
  color: #01214b;}
  }
  .lazy__bg:hover {
    transform: scale(1.05);
    transition: .9s;
}

/*             Scrollbar   سكرول بار          */
::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}::-webkit-scrollbar-thumb {
    background: var(--second-color); 
    border-radius: 10px;
} ::-webkit-scrollbar-thumb:hover {
    background: var(--second-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%; }
}
/*             Body         */
body {
  --tw-bg-opacity: 1;
  background-color: rgb(249, 250, 251);
  background-color: #fffdf3;
  }
  

/*                   مميزات المتجر                */
.s-block--features__item {
  display: flex;
  flex-grow: 1;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  border-radius: 999rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255);
  background-color: #fffdf3;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  }

.s-block--features__item:hover {
  transform: rotate(6deg); 
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2); 
}
 .s-block--features__item .feature-icon {
  margin-bottom: 0.75rem;
  display: flex;
  height: 5rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  background-color: #000;
  background-color: var(--second-color);
}
.s-block--features__item h2 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31, 41, 55);
  color: var(--second-color);
}
.s-block--features__item p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107, 114, 128);
  color: var(--second-color);
}
.chat-input {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 20px;
  margin-right: 3px;
  color: black;
  margin-left: 10px;
  width: 100%;
}
.s-payments-list > li:nth-of-type(6) ,
.s-payments-list > li:nth-of-type(7) {
display:none;
}

.cart-submit-wrap > * {
  margin-left: 80px;
  margin-right: 2px;
  flex-grow: 1;
}
.s-product-card-content-title a {
  display: -webkit-box;         
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1;        
  overflow: hidden;            
  text-overflow: ellipsis;      
  width: 100%;                  
}
.footer-is-light .store-footer {
  --tw-bg-opacity: 1;
  background-color: #ddd;
  background-color: #;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
/*                    Footer Section    فوتر                      */
.store-footer {
    background-color: var(--main-color) !important;
    padding: 30px;
    font-size: 14px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    text-align: center;
    border: 2px solid var(--second-color);
}

@media(max-width:600px){
.store-footer {

    border-top-left-radius: 50px;
    border-top-right-radius: 50px;

}

}


.footer-is-light .store-footer .store-footer__inner {
    background-color: transparent;
}



.store-footer__inner {
    background-color: transparent !important;
}

.store-footer__inner .flex {

    justify-content: center;
}

.store-footer__inner .max-w-sm {
    margin: auto;
}

.store-footer h3 {
    color: var(--second-color);
    font-size: 1.3rem;
    transition : .3s ;
}

.store-footer h3:hover {
    color: var(--second-color);
    opacity: 1;
    cursor: pointer;
}

.footer-list {
    color: var(--second-color);
}

.store-footer__inner .max-w-sm {
    color: var(--second-color);
}

.store-footer a {
    color: var(--second-color);
}

.store-footer i {
    color: var(--second-color);
    border-color: var(--second-color);
}

.store-footer__inner {
    text-align: center;
}


.store-footer::after {
    content: "برمجة و تطوير   اخاف ان اتسبب لاحد بان يكون 
 احداضحاياكم اعيدو المبلغ للمحفظه الترقيه عليكم ماهي علي ;
        top: 0px;
        font-size: 16px;
        opacity: 1 ;
        text-align: center;
        font-weight: bold;
        width: 100%;
        display: inline-block;
        color: var(--second-color) !important;
     }

.s-block--features__item {
transition : .3s 
}
.s-block--features__item:hover{

transform : scale(1.1);
 }


.s-block--features__item .feature-icon{
background-color:var(--second-color);

}

.s-block--features__item .feature-icon i{
  color:var(--second-color);
  
}

.text-primary{
   color:var(--second-color);
}

@media (max-width : 992px) {
    .store-footer a {
      
   justify-content : center ;
    
    
    }
    
     } 

  span.copyright-text {
     display: none;
  }

/* add logo to footer with animation*/

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

@keyframes logoScale {
    0% {
        transform :scale(1);
    }

    50% {
        transform :scale(1.2);
    }

    100% {
        transform :scale(1);
    }

}

@media (min-width:768px){
.s-payments-list-wrap {
    position: relative;
    left: -50%;
    transform: translateX(50%);
}
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
  color: #ffb200;
}
.s-block--features__item .feature-icon {
  background-color: #fdc9bc;
}
@media(min-width:991px) {
.main-nav-container.animated  .inner {
  position: fixed;
  top: -25px; 
}
}