/* Add custom CSS styles below */ 
/* 1. إخفاء الشريط بالكامل من جميع صفحات المتجر */
.selia-bottom-nav {
    display: none !important;
}

/* 2. إظهاره فقط وحصرياً في الصفحة الرئيسية */
.index .selia-bottom-nav {
    display: block !important;
}
@media (max-width: 640px) {
  .is-sticky-product-bar.has-bottom-nav.product-single .sticky-product-bar {
    bottom: 0px !important;
  }
}
@media (max-width: 640px) {
    .is-sticky-product-bar.has-bottom-nav.product-single .scroll-to-top, .is-sticky-product-bar.has-bottom-nav.product-single .wa-selia {
        bottom: 120px !important;
    }
}