/* ====== Global ====== */
html,body{background:#fff!important;color:#222}
.main-content,.section,.container,.content,.page-wrapper,.site-wrapper{background:transparent!important}
.card,.product,.category-card{background:#fff!important}

/* ====== Footer ====== */
footer{background:#000!important;color:#fff!important;padding:40px 20px}
footer *{background:transparent!important}
footer .container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:30px}
footer .footer-col{flex:1;min-width:200px}
footer h3,footer h4{margin-bottom:15px;font-size:18px}
footer a{color:#ccc;text-decoration:none;display:block;margin-bottom:8px;transition:.3s}
footer a:hover{color:#fff}

/* ====== Logo ====== */
.footer-logo{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px}
.footer-logo img{max-width:120px!important;height:auto;display:block;margin:0 auto}

/* ====== Mobile ====== */
@media(max-width:768px){
footer .container{flex-direction:column;align-items:center;text-align:center}
footer .footer-col{width:100%}
.footer-logo img{max-width:100px!important}
}


/* منع السحب يمين وشمال */
html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

/* منع أي عنصر يخرج برا الشاشة */
* {
  box-sizing: border-box;
}

/* الصور والبنرات */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}