/* Add custom CSS styles below */
body {
background-color: whitesmoke;
}

.s-button-element.s-button-btn.s-button-primary-outline {
  background: linear-gradient(90deg, #CD7B00 0%, #D4B78E 100%) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 0px 0px 10px 10px !important;
}

.s-button-element.s-button-btn.s-button-primary-outline:hover {
  background: linear-gradient(90deg, #D4B78E 0%, #CD7B00 100%) !important;
  color: #fff !important;
}

  .s-product-card-entry {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3) !important;
  }
  .s-product-card-content{
  padding: 0 !important;
  }
  @media(max-width: 767px){
  .footer-is-light .store-footer,
   .store-footer a,
  .s-social-list,
  .store-footer__inner {
  display: flex;
  flex-direction: inherit;
  align-items: center;
  justify-content: center;
  text-align: center;
    
  }
  .store-footer__inner .items-end {
  justify-content: center;
  }}
  
  
  .main-nav-container,
.footer-is-light .store-footer,
.copyright-text p,
.footer-is-light .store-footer .store-footer__inner,
 .s-user-menu-trigger  {
  background-color: #E6D3B9; /* الخلفية الفاتحة */
  color: #041E27; /* النصوص */
}

/* روابط */
.main-nav-container a,
.store-footer a {
  color: #041E27;
  font-weight: 600;
}

.main-nav-container a:hover,
.store-footer a:hover {
  color: #CD7B00; /* ذهبي عند المرور */
}

/* العناوين بالفوتر */
.store-footer h3 {
  color: #CD7B00;
}

/* ظل خفيف للهيدر */
.main-nav-container {
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.store-footer,
.store-footer__inner {
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
}
.store-footer__inner {
  padding-top: 1rem;
  padding-bottom: 0;
}

/* --- إدراج اللوقو أعلى الفوتر --- */
footer::before {
  content: "";
  display: flex;
  width: 100px;  /* عرض اللوقو */
  height: 100px;  /* ارتفاع اللوقو */
  margin: 0 auto 15px auto;
  background: url("https://cdn.salla.sa/NKqApe/zdLmWuDAsqDsbuQSWGDT7I2iZLUyE15Q7kawsnOv.png") no-repeat center;
  background-size: contain;
  
    position: relative;
}

.s-block__title h2::before,
.s-slider-block__title-right h2::before {
content: "";
border-right: 3px solid #CD7B00;
margin-left: 5px;
}
.s-product-card-content-title {
text-align: center;
    margin-top: 5px;
}
.s-product-card-content-sub {
justify-content: center;

}

#mainnav,
#mainnav > div {
border-radius: 0px 0px 30px 30px;
}
    
body {
  background-image: url("https://cdn.salla.sa/NKqApe/KPTq3kYX0v3fdNtq04q5Q1TU2pkbnPmtoEgGqxGa.jpg");
  background-repeat: repeat;
  background-attachment: fixed; 
  background-size: 300px 300px; 
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245,245,245,0.7);
  pointer-events: none;
  z-index: -6;
}