@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@500;600;700;800&display=swap');

h1, h2, h3, h4 {
  font-family: 'Alexandria', sans-serif !important;
}
/* CTA Button - اشترِ الآن */
a[href*="checkout"],
button,
.btn,
.salla-button {
  font-size: 22px !important;          /* تكبير الخط */
  font-weight: 700 !important;
  padding: 16px 36px !important;       /* تكبير الزر */
  border-radius: 14px !important;      /* حواف ناعمة */
  background: linear-gradient(135deg, #00bfa6, #00a08a) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 25px rgba(0, 191, 166, 0.35) !important;
  transition: all 0.3s ease-in-out;
}

/* Hover Effect */
a[href*="checkout"]:hover,
button:hover,
.btn:hover,
.salla-button:hover {
  transform: scale(1.05);
  box-shadow: 0 14px 35px rgba(0, 191, 166, 0.5) !important;
}