/* Add custom CSS styles below */ 
/* LMAH - White & Gold Theme */
:root{
  --gold:#c9a24d;
  --black:#111;
  --soft:#faf7ef;
}

/* الهيدر */
.s-store-header,
.s-store-header-wrapper,
.store-header,
header{
  background:#fff !important;
  border-bottom:2px solid var(--gold) !important;
}

/* البنر والسلايدر */
.s-slider-block,
.s-slider-container,
.s-block,
section{
  border-radius:18px !important;
  overflow:hidden !important;
}

/* كروت المنتجات */
.s-product-card-entry,
.s-product-card,
.product-card,
.product-entry{
  border:1.5px solid var(--gold) !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 10px 25px rgba(201,162,77,.14) !important;
  overflow:hidden !important;
}

/* صورة المنتج */
.s-product-card-image,
.s-product-card-image img,
.product-card__image img{
  border-radius:16px !important;
  background:var(--soft) !important;
}

/* اسم المنتج */
.s-product-card-content-title,
.s-product-card-content-title a,
.product-card__title,
.product-entry__title{
  color:var(--black) !important;
  font-weight:800 !important;
}

/* السعر */
.s-product-card-price,
.s-product-card-sale-price,
.price{
  color:var(--gold) !important;
  font-weight:900 !important;
}

/* الأزرار */
.s-button-btn,
.s-button-primary,
button[type="submit"],
.add-to-cart,
.btn{
  background:var(--black) !important;
  color:#fff !important;
  border:1px solid var(--gold) !important;
  border-radius:14px !important;
}

/* الفوتر */
.store-footer,
.s-footer,
footer{
  background:#fff !important;
  border-top:2px solid var(--gold) !important;
}

/* الروابط */
a:hover{
  color:var(--gold) !important;
}
/* تأثير عند المرور على المنتج */
.s-product-card:hover,
.s-product-card-entry:hover{
    transform: translateY(-5px) !important;
    transition: .3s ease !important;
}

/* تكبير صورة المنتج عند المرور */
.s-product-card:hover img{
    transform: scale(1.05) !important;
    transition: .3s ease !important;
}
.s-announcement-bar{
    background:#C9A24D !important;
    color:#fff !important;
    font-weight:700 !important;
}