.categories-grid {
    display: block !important;
}
.categories-grid .category-card {
    width: 100% !important;
    margin-bottom: 15px;
/* تعديل أيقونة السلة في الهيدر */
.header-cart-icon {
    font-size: 22px !important;   /* حجم الأيقونة */
    margin-top: -6px !important;  /* رفع الأيقونة فوق */
    margin-right: 5px;            /* تقريبها من الشعار */
}

/* تعديل عداد السلة (الرقم الأحمر) */
.header-cart-count {
    background-color: #e74c3c !important; /* اللون الأحمر */
    font-size: 30px !important;           /* حجم الرقم */
    top: -8px !important;                 /* رفع الرقم فوق */
    right: -8px !important;               /* محاذاة يمين */
}.product-price {
    font-size: 18px;
    
    
    @media (max-width: 768px) {
  .product-title {
    font-size: 22px !important;
  }
  .product-price {
    font-size: 20px !important;
  }
  .product-description {
    font-size: 18px !important;
  }
@media (max-width: 768px) {
  .s-product-card-title {
    font-size: 18px !important;
  }
  .s-product-card-price {
    font-size: 16px !important;
  }
  .s-product-card {
    font-size: 14px !important;
  }
}



}