@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;600&display=swap");

body.index #main-content,
body.index #main-content button {
  font-family: "Tajawal", Arial, sans-serif !important;
}

/* ===== كروت اليوم الوطني ===== */

body.index custom-salla-product-card.product-entry {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(185, 88, 54, 0.14) !important;
  border-radius: 18px !important;
  background: #fff8f4 !important;
  box-shadow: 0 7px 20px rgba(42, 36, 34, 0.07) !important;
}

/* الصورة كاملة حتى حواف الكارت */
body.index custom-salla-product-card > .product-entry__image {
  position: relative !important;
  flex: none !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 17px 17px 0 0 !important;
  background: #dca98a !important;
}

body.index custom-salla-product-card > .product-entry__image > a,
body.index custom-salla-product-card > .product-entry__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

body.index custom-salla-product-card > .product-entry__image img {
  object-fit: cover !important;
  object-position: center center !important;
}

/* إلغاء كل التقييمات نهائيًا */
body.index custom-salla-product-card .s-product-card-rating,
body.index custom-salla-product-card .brh-rating-pill {
  display: none !important;
}

/* إلغاء تاج سلة الأصلي */
body.index custom-salla-product-card .f_promotion-title {
  display: none !important;
}

/* تاج موحد: عروض اليوم الوطني */
body.index custom-salla-product-card .brh-national-tag {
  position: absolute !important;
  top: 11px !important;
  right: auto !important;
  left: 11px !important;
  z-index: 10 !important;

  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 4px 10px !important;

  border-radius: 999px !important;
  background: #a94767 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 9px rgba(42, 36, 34, 0.16) !important;

  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

/* الاسم */
body.index custom-salla-product-card > .f_product-footer {
  flex: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 12px 14px 0 !important;
}

/* إخفاء إثيوبي / كولومبي وأي وصف إضافي */
body.index custom-salla-product-card .f_product-footer > div:first-child > :not(.product-entry__title) {
  display: none !important;
}

body.index custom-salla-product-card .product-entry__title {
  margin: 0 !important;
  color: #2a2422 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

/* السعر */
body.index custom-salla-product-card > .px-\[7\%\] {
  padding: 5px 14px 10px !important;
}

body.index custom-salla-product-card .f_price-container h4 {
  margin: 0 !important;
  color: #2a2422 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}

/* زر السلة يرجع للبيج */
body.index custom-salla-product-card > .f_btn-container {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 14px 14px !important;
}

body.index custom-salla-product-card salla-add-product-button {
  flex: 1 !important;
}

body.index custom-salla-product-card salla-add-product-button button {
  min-height: 42px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffd4bd !important;
  color: #2a2422 !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

/* موبايل */
@media (max-width: 700px) {
  body.index custom-salla-product-card.product-entry {
    border-radius: 15px !important;
  }

  body.index custom-salla-product-card > .product-entry__image {
    border-radius: 14px 14px 0 0 !important;
  }

  body.index custom-salla-product-card .brh-national-tag {
    top: 8px !important;
    left: 8px !important;
    min-height: 26px !important;
    padding: 4px 9px !important;
    font-size: 10px !important;
  }

  body.index custom-salla-product-card > .f_product-footer {
    padding: 10px 11px 0 !important;
  }

  body.index custom-salla-product-card .product-entry__title {
    font-size: 14px !important;
  }

  body.index custom-salla-product-card > .px-\[7\%\] {
    padding: 4px 11px 9px !important;
  }

  body.index custom-salla-product-card .f_price-container h4 {
    font-size: 19px !important;
  }

  body.index custom-salla-product-card > .f_btn-container {
    padding: 0 11px 11px !important;
  }

  body.index custom-salla-product-card salla-add-product-button button {
    min-height: 40px !important;
  }
}