/* Add custom CSS styles below */ 

/* CHÈRE ONE - تحسينات آمنة */

/* تحسين زر صفحة المنتج فقط */
.product-form .s-button-primary,
.product-form button[type="submit"] {
    border-radius: 8px !important;
    font-weight: 600 !important;
    min-height: 48px !important;
    padding: 14px 24px !important;
    white-space: nowrap !important;
}

/* CHÈRE ONE - تعديل زر الواتساب في الجوال */
@media (max-width: 768px) {
  [class*="whatsapp"],
  [href*="whatsapp"],
  [href*="wa.me"] {
    transform: scale(0.82) !important;
    bottom: 118px !important;
    right: 14px !important;
    z-index: 999 !important;
  }
}

/* إخفاء الشريط الإعلاني من الصفحة الرئيسية فقط */
body.index .chere-top-trust-bar,
body.home .chere-top-trust-bar,
body[class*="home"] .chere-top-trust-bar {
  display: none !important;
}