/* Elegance V3 - Dark Theme بدون المربع الأسود */

*{
  box-sizing:border-box;
}

/* خلفية الموقع الأساسية */
html,
body{
  background:#000 !important;
  color:#fff !important;
  margin:0;
  padding:0;
}

/* الأقسام الرئيسية فقط */
header,
footer,
section,
main{
  background:#000 !important;
  color:#fff !important;
}

/* الكروت والمنتجات */
.product,
.product-card,
.card,
.item,
.box{
  background:#111 !important;
  color:#fff !important;
  border:1px solid #222 !important;
  border-radius:16px !important;
}

/* النصوص */
h1,h2,h3,h4,h5,h6,
p,span,li,a,label,strong,b{
  color:#fff !important;
  font-weight:700 !important;
}

/* الأزرار */
button,
.btn{
  background:#111 !important;
  color:#fff !important;
  border:1px solid #444 !important;
  border-radius:10px !important;
}

/* الحقول */
input,
textarea,
select{
  background:#111 !important;
  color:#fff !important;
  border:1px solid #444 !important;
}

/* الوصف والتبويبات */
.description,
.product-description,
.tab-pane,
.tabs{
  background:#000 !important;
  color:#fff !important;
}

/* إزالة الخلفيات البيضاء فقط */
.bg-white,
.bg-light,
.white{
  background:#000 !important;
  color:#fff !important;
}

/* مهم جداً */
/* حذف أي طبقة سوداء تغطي الصفحة */
.overlay,
.preloader,
.loader,
.loading,
.modal-backdrop,
.offcanvas-backdrop{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
}

/* لا تعدل أي div ثابت حتى لا يظهر مربع أسود */
div[style*="position: fixed"]{
  background:transparent !important;
}

/* الصور */
img{
  border-radius:12px;
}
