.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;
  }
}
/* تصغير زر الواتساب العائم */
.s-contacts-float,
.s-contacts-float .contact-button,
.s-contacts-float__item {
    transform: scale(0.75);
    transform-origin: bottom right;
}

}.s-block__title::after,
.s-block-title::after,
.section-title::after{
    content: "✦";
    display: block;
    color: #C9A227;
    font-size: 18px;
    margin-top: 10px;
}

.s-block__title .divider,
.s-block-title .divider,
.section-title .divider,
.s-block__title hr,
.s-block-title hr,
.section-title hr{
    display: none !important;
}