/* Add custom CSS styles below */ 
@media (max-width: 767px) {
  .product-card .total-price {
    font-size: 18px !important; /* تكبير حجم الخط */
    font-weight: 800 !important; /* جعل الخط أثقل */
    line-height: 1.2 !important; /* تحسين تباعد الأسطر */
  }
}
@media (max-width: 767px) {
  .product-card span.before-price {
    text-decoration: none !important; /* إزالة خط الشطب */
    opacity: 0.7; /* جعل السعر القديم باهتاً قليلاً */
    font-size: 12px; /* تصغير حجم الخط قليلاً ليتناسب مع العبارة */
  }

  .product-card span.before-price::before {
    content: "بدلاً من "; /* إضافة العبارة قبل السعر */
  }
}
@media (max-width: 767px) {
  .selia-bottom-nav-search {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .product-index .products-index nav.breadcrumbs {
    padding: 0 !important; /* إزالة الحشوة العلوية والسفلية */
  }
}
@media (max-width: 767px) {
  .product-single nav.breadcrumbs {
    padding: 0 !important; /* إزالة الحشوة العلوية والسفلية */
  }
}
@media (max-width: 767px) {
  .product-single div.product-single__info {
    margin-top: 0 !important; /* تقليل الهامش العلوي بشكل ملحوظ */
  }
}
@media (max-width: 767px) {
  .store-header .header-btn .header-btn__icon.sicon-user {
    display: none !important;
  }
}