/* Add custom CSS styles below */ 
/* /* =========================
   الالوان الرئيسية
========================= */
:root{
  --bg-dark: #1C1109;
  --bg-card: #2A160C;
  --orange: #ff8a1c;
  --text-light: #ffffff;
}

/* =========================
   خلفية المتجر كاملة
========================= */
html,
body,
#app,
.store-body,
.main-content,
.app-content,
section,
.container,
.s-block,
.s-section{
    background: var(--bg-dark) !important;
}

/* =========================
   البطاقات / المنتجات / التقييمات
========================= */
.card,
.product,
.product-card,
.s-product-card-entry,
.s-product-card-vertical,
.s-product-card-content,
.testimonials,
.testimonial,
.testimonial-item,
.s-slider-block{
    background: var(--bg-card) !important;
    border: 1px solid #3b2417 !important;
    box-shadow: none !important;
}

/* =========================
   جميع العناوين برتقالي
========================= */
h1,h2,h3,h4,h5,h6,
.product-title,
.s-product-card-content-title,
.section-title,
a{
    color: var(--orange) !important;
}

/* =========================
   النصوص العادية
========================= */
p,
span,
small,
div,
label{
    color: var(--text-light) !important;
}

/* =========================
   زر اضافة للسلة
========================= */
.btn-primary,
.s-button-btn,
button,
button.btn--add-to-cart,
.s-product-card-btn{
    background: var(--orange) !important;
    border-color: var(--orange) !important;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 12px !important;
}

/* =========================
   الهيدر والفوتر
========================= */
header,
footer,
.navbar,
.top-navbar{
    background: #120b06 !important;
}

/* =========================
   النجوم بالتقييم
========================= */
.star-rating i,
.fa-star{
    color: #ffb300 !important;
}

/* =========================
   ازالة الخلفيات البيضاء نهائياً
========================= */
[style*="background: white"],
[style*="background-color: white"],
.bg-white{
    background: var(--bg-card) !important;
}
.sicon-quote-open{
	color: #1C1109 !important;
}
.s-block--testimonials header {
	background: transparent !important;
	border: none !important;
}
.product-fixed-bar{
	background: rgb(28 17 9) !important;
}
.s-quantity-input-input{
	background: transparent !important;
}
.product__description img{
	margin: auto !important;
}
.footer-is-light .store-footer__top,salla-slider.details-slider .s-slider-container,.s-product-card-image{
	background-color: transparent !important;
}
.s-product-card-vertical .s-product-card-wishlist-btn button{
	background-color: #ff8a1c  !important;
}
.s-product-card-wishlist-btn button:not(:hover){
	box-shadow:none !important;
}
.triangle-overlay:after{
  display: none;
}