/* Add custom CSS styles below */ 
.header_menu li a {
  font-size: 20px !important;
}

.header__menu {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

footer {
    padding: 18px 0 !important;
    margin-bottom: 0 !important;
}


salla-add-product-button {
    order: -1 !important;
    margin-bottom: 15px;
}
/* إخفاء زر "المزيد" بالاسم الصحيح */
#btn-show-more {
  display: none !important;
}

/* إظهار الوصف كاملاً */
.product-single-top-description {
  max-height: none !important;
  overflow: visible !important;
  height: auto !important;
}

/* إزالة أي تأثيرات تخفي النص */
.product-single-top-description .fade-out {
  background: none !important;
  opacity: 1 !important;
}

/* إخفاء زر "المزيد" */
#btn-show-more {
  display: none !important;
}

/* إظهار الوصف كاملاً بدون قيود الارتفاع */
.product-single-top-description {
  max-height: none !important;
  overflow: visible !important;
  height: auto !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
}

/* إزالة أي قيود على النص */
.product-single-top-description * {
  max-height: none !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;