:root{
  --main:#5B4636;
  --secondary:#C7D4C0;
  --bg:#F7F3EE;
  --bg-soft:#F2ECE5;
  --text:#2D241D;
  --text-light:#6D6258;
  --border:#DED3C7;
  --white:#fff;
}

*{
  box-sizing:border-box;
}

body,
.main-content,
.s-block,
footer{
  background:var(--bg)!important;
  color:var(--text);
}

h1,h2,h3,h4,h5,h6{
  color:var(--main)!important;
  font-weight:700;
}

p{
  color:var(--text-light);
  line-height:1.8;
}

/* الناف بار */
.main-navbar{
  background:rgba(247,243,238,.96)!important;
  border-bottom:1px solid #E7DDD3;
  min-height:70px;
}

.main-navbar img{
  height:48px;
}

.main-navbar .s-search-input{
  background:#fff!important;
  border:1px solid #E5DACE!important;
  border-radius:14px;
}

/* عناوين الأقسام */
.s-slider-block__title h2{
  color:var(--main)!important;
  font-size:26px!important;
  font-weight:700!important;
}

.s-slider-block__display-all{
  color:var(--main)!important;
}

/* كروت المنتجات */
.product-card{
  background:#EFE7DE!important;
  border:1px solid #E1D5C9;
  border-radius:24px;
  overflow:hidden;
  padding:12px;
  transition:.25s ease;
  box-shadow:0 6px 18px rgba(91,70,54,.06);
}

.product-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 25px rgba(91,70,54,.10);
}

.product-card-content-media{
  background:#FAF7F3;
  border-radius:18px;
  padding:14px;
  overflow:hidden;
}

.product-card-content-media img{
  max-width:100%;
  height:auto;
}

.product-card-content-meta-title h4{
  color:#2D241D!important;
  font-size:15px;
  line-height:1.7;
  font-weight:600;
}

.product-card-content-meta-pricing-current,
.product-card-content-meta-pricing-current-discounted{
  color:var(--main)!important;
  font-size:20px;
  font-weight:700;
}

/* الأزرار */
.s-button-primary,
button.s-button-element,
.product-card .s-button-primary{
  background:var(--main)!important;
  border:1px solid var(--main)!important;
  color:#fff!important;
  border-radius:14px;
  font-weight:600;
  box-shadow:none!important;
}

.s-button-primary:hover,
button.s-button-element:hover,
.product-card .s-button-primary:hover{
  background:#8A715D!important;
  border-color:#8A715D!important;
  color:#fff!important;
}

/* المميزات */
.store-features-style-1-content-single{
  background:#fff;
  border-radius:20px;
  padding:22px 16px;
  border:1px solid #EEE2D7;
}

/* الفوتر */
footer,
.store-footer{
  background:var(--bg-soft)!important;
  color:var(--text)!important;
  border-top:1px solid var(--border)!important;
}

.store-footer__inner{
  background:var(--bg-soft)!important;
  padding-top:40px!important;
  padding-bottom:35px!important;
}

footer p,
footer a,
.store-footer p,
.store-footer span,
.store-footer li,
.store-footer a{
  color:var(--text-light)!important;
  line-height:1.8;
}

footer a:hover,
.store-footer a:hover{
  color:var(--main)!important;
}

/* وصف المنتجات */
#more-content,
.product-detials__description,
.article--main{
  line-height:1.8!important;
  color:#1A1511!important;
  padding:15px 0!important;
}

#more-content h1,
.product-detials__description h1,
.article--main h1{
  color:#3D332A!important;
  font-size:23px!important;
  font-weight:800!important;
  margin:28px 0 16px!important;
  border-right:4px solid #788970!important;
  padding-right:12px!important;
}

#more-content h2,
.product-detials__description h2,
.article--main h2{
  color:#3D332A!important;
  font-size:20px!important;
  font-weight:700!important;
  margin:24px 0 14px!important;
  border-right:3px solid #8A715D!important;
  padding-right:10px!important;
}

#more-content h3,
.product-detials__description h3,
.article--main h3{
  color:var(--main)!important;
  font-size:18px!important;
  font-weight:700!important;
}

#more-content p,
.product-detials__description p,
.article--main p{
  color:#1A1511!important;
  font-size:16px!important;
  line-height:1.8!important;
  margin-bottom:16px!important;
}

#more-content ul,
.product-detials__description ul,
.article--main ul{
  padding-right:20px!important;
  margin:18px 0!important;
}

#more-content li,
.product-detials__description li,
.article--main li{
  color:#1A1511!important;
  font-size:15.5px!important;
  margin-bottom:10px!important;
}

/* الصور داخل الوصف */
#more-content img,
.product-detials__description img,
.article--main img{
  max-width:100%!important;
  height:auto!important;
  border-radius:10px!important;
  display:block!important;
  margin:22px auto!important;
}

/* الجوال */
@media(max-width:768px){
  .main-navbar{
    min-height:62px;
  }

  .main-navbar img{
    height:40px;
  }

  .s-slider-block__title h2{
    font-size:21px!important;
  }

  .product-card{
    border-radius:18px;
    padding:9px;
  }

  .product-card-content-media{
    border-radius:15px;
    padding:10px;
  }

  .product-card-content-meta-title h4{
    font-size:13px;
  }

  .product-card-content-meta-pricing-current,
  .product-card-content-meta-pricing-current-discounted{
    font-size:18px;
  }

  .product-card .s-button-primary{
    height:42px;
    font-size:13px;
  }

  .store-features-style-1-content-single{
    padding:15px 10px;
  }

  #more-content h1,
  .product-detials__description h1,
  .article--main h1{
    font-size:20px!important;
  }

  #more-content h2,
  .product-detials__description h2,
  .article--main h2{
    font-size:18px!important;
  }

  #more-content p,
  .product-detials__description p,
  .article--main p{
    font-size:15px!important;
  }
}