/* ==========================================
   ANDORA - DARK FOOTER
   إعادة تصميم الفوتر بالكامل
========================================== */

/* الفوتر الرئيسي */
footer,
.store-footer,
.s-footer,
.footer,
.store-footer__inner {
    background: #111111 !important;
    color: #ffffff !important;
    border-top: 1px solid rgba(212,175,55,.25);
}

/* جميع العناصر داخل الفوتر */
footer *,
.store-footer *,
.s-footer *,
.footer *,
.store-footer__inner *{
    color: #ffffff !important;
    background: transparent !important;
    border-color: rgba(255,255,255,.12) !important;
}



@media (max-width: 768px) {

  /* عرض بطاقات المنتجات داخل السلايدر */
  .s-products-slider-slider .swiper-slide {
    flex: 0 0 52%;
    max-width: 52%;
  }

  /* ارتفاع صور المنتجات */
  .s-product-card-fit-height .s-product-card-image {
    height: 11rem;
    max-height: 15rem;
    object-fit: cover;
  }
}


/* الحاويات الداخلية */
footer .container,
footer .row,
footer .col,
footer .grid,
.store-footer .container,
.store-footer .row,
.store-footer .col,
.store-footer .grid,
.s-footer .container,
.s-footer .row,
.s-footer .col,
.s-footer .grid{
    background: transparent !important;
}

/* العناوين */
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.store-footer h1,
.store-footer h2,
.store-footer h3,
.store-footer h4,
.store-footer h5,
.store-footer h6{
    color:#fff !important;
}

/* الروابط */
footer a,
.store-footer a,
.s-footer a,
.footer a{
    color:#ffffff !important;
    transition:.3s ease;
}

footer a:hover,
.store-footer a:hover,
.s-footer a:hover,
.footer a:hover{
    color:#d4af37 !important;
}

/* النصوص */
footer p,
footer span,
footer li,
footer strong,
footer small,
.store-footer p,
.store-footer span,
.store-footer li,
.store-footer strong,
.store-footer small{
    color:#ffffff !important;
}

/* الأيقونات */
footer svg,
footer i,
footer path,
.store-footer svg,
.store-footer i,
.store-footer path{
    fill:#ffffff !important;
    color:#ffffff !important;
}

footerل الإدخال */
footer input,
footer textarea,
footer select{
    background:#1a1a1a !important;
    color:#fff !important;
    border:1px solid rgba(255,255,255,.15) !important;
}

/* الأزرار */
footer button,
footer .btn{
    background:#d4af37 !important;
    color:#111 !important;
    border:none !important;
}

footer button:hover,
footer .btn:hover{
    background:#c39a24 !important;
}

/* إزالة أي خلفية بيضاء */
footer::before,
footer::after,
.store-footer::before,
.store-footer::after,
.s-footer::before,
.s-footer::after{
    display:none !important;
}

/* أي عنصر داخلي بخلفية بيضاء */
footer [style*="background"],
.store-footer [style*="background"]{
    background:transparent !important;
}


/* واتساب */
.whatsapp-btn,
.whatsapp-button{
    z-index:9999;
}