/* Add custom CSS styles below */ 
/* شاشة اللودينج */
body.index::before {
  content: "";
  position: fixed;
  inset: 0;
  background: #e6d3c7 url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/mQmoqq/stores/logos/BDzWI3kEp8V9aSiK9VZHwCeywtzQHw5stcvW78nJ.png") no-repeat center center;
  background-size: 200px auto; /* حجم الشعار */
  z-index: 99999;
  animation: hideLoader 1s ease forwards;
  animation-delay: 2s; /* مدة ظهور اللودر (2 ثانية) */
}

/* أنيميشن الإخفاء */
@keyframes hideLoader {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
body {
    background-color: #fff9f7 !important;
   
}

.s-product-card-entry {
    border: 1px solid #eee;
    border-radius: 20px;
}

.footer-is-light .store-footer .store-footer__inner {

    background-color: #e6d3c7 !important;
}
.store-footer *{
color:#111;
}

.s-button-btn {
    background: #e99884;
    border: none;
    color: #fff;
}

.main-nav-container{
 background-color: #e6d3c7 !important;
}
.main-menu li>a:hover{
color:#b39b62 !important;
}

.s-contacts-icon , .s-social-link a{
 background:#fff ;
    border: none;
    color: #c4ae82;
}


.s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button {
    display: none;
}


.s-block--hero-slider .swiper-slide .overlay-bg:after {
   background-color: rgb(222 113 79 / 52%);
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image{
background-color: #fff;
    padding: 7px;
    overflow: hidden;
}

.s-product-card-image img {
    border-radius: 9px;
}
.header-btn i , .header-btn__icon{
background-color: #fff;
 color: #c4ae82;
    border-radius: 9px;
}

.navbar-brand img {
    max-height: 6rem;
   }
   
   .s-slider-nav-arrow {
    background: #e6d3c7;
  border:none !important;
}
.s-slider-block__title h2 , .s-block__title h2{
    font-size: 23px;
    color: #c6b187;
}