/* Add custom CSS styles below */ 
.promotion-badge {
  box-shadow: none !important;
  border: none !important;
}
.promotion-badge.has-discount {
  background-color: #FCF6E5 !important; /* سكري */
  color: #000000 !important;            /* أسود */
}
.offers-link {
  display: none !important;
}
/* تعريف خط Exmouth */
@font-face {
  font-family: 'exmouth';
  src: url('https://cdn.salla.sa/themes/custom_fonts/1958051824/1765163280.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* تكبير اسم المتجر */
h2.text-xl.md\:text-3xl.font-bold {
  font-family: 'exmouth', serif !important;
  font-weight: normal !important;
  font-size: 2.6rem;      /* كبره/صغره حسب ذوقك */
  line-height: 1.1;
}

/* 1) إخفاء اسم المتجر النصّي */
h2.text-xl.md\:text-3xl.font-bold {
  display: none !important;
}

/* 2) خلي الحاوية flex تسمح بتوسيط العنصر */
div.flex.items-center {
  width: 100% !important;
}

/* 3) وسّط رابط اللوقو نفسه + الغِ زحزحة RTL/LTR */
div.flex.items-center > a.inline-block.flex-shrink-0 {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 4) كسر قيود حجم الصورة (inline style) وتثبيت 150px */
div.flex.items-center > a.inline-block.flex-shrink-0 > img {
  max-width: 150px !important;
  max-height: 150px !important;

  /* أهم سطرين لكسر max-height:40px */
  width: 150px !important;
  height: auto !important;

  object-fit: contain !important;
}

/* إخفاء زر "المتجر" في القائمة */
a.store-link {
  display: none !important;
}

/* اخفاء زر الساندوتش في كل الأحجام */
header .mburger{
  display:none !important;
}

@media (max-width: 768px) {

  /* إظهار زر اللغة الذي أضفناه للجوال */
  .mobile-localization-btn {
    display: list-item !important;
  }

  .mobile-localization-btn .header-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* تأكيد أن أي زر لغة داخل الهيدر يظهر */
  header .header-btns-list .lang-item {
    display: list-item !important;
  }
}