/* حاوية النص والزر */
.hero-bottom-text .advanced-slider__caption__inner__content {
  position: absolute !important;
  left: 50% !important;
  top: 88% !important;
  transform: translate(-50%, -50%) !important;
  width: 100% !important;
  text-align: center !important;
  z-index: 10 !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}

/* العنوان الرئيسي */
.hero-bottom-text .advanced-slider__caption__inner__content__heading {
  font-size: clamp(20px, 2.4vw, 27px) !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  margin: 0 0 8px 0 !important;
  color: #111 !important;
  text-align: center !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: unset !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

/* الوصف الفرعي */
.hero-bottom-text .advanced-slider__caption__inner__content__text {
  font-size: clamp(14px, 1.8vw, 20px) !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  color: #111 !important;
  text-align: center !important;
  position: relative !important;
  top: 2px !important;
}

/* الزر */
.hero-bottom-text .advanced-slider__caption__inner__content__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: clamp(400px, 72%, 400px) !important;
  min-width: 170px !important;
  margin: 17px auto 0 !important;
  position: relative !important;
  top: 0 !important;
  padding: clamp(10px, 1.2vw, 12px) 0 !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
}

/* نص الزر */
.hero-bottom-text .advanced-slider__caption__inner__content__button span {
  font-size: clamp(16px, 1.9vw, 19px) !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px !important;
}

/* =========================
   Hafeef Trust Strip
   تحويل مزايا الثقة إلى شكل عامودي خفيف
   ========================= */

.hafeef-trust-strip {
  margin: 14px 0 10px !important;
}

/* الشبكة الأساسية */
.hafeef-trust-strip > .grid,
.hafeef-trust-strip .grid[data-length="3"] {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

/* تابلت وآيباد */
@media (min-width: 769px) and (max-width: 1199px) {
  .hafeef-trust-strip {
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 14px auto !important;
    width: 100% !important;
    max-width: 720px !important;
  }

  .hafeef-trust-strip > .grid,
  .hafeef-trust-strip .grid[data-length="3"] {
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 auto !important;
  }

  .hafeef-trust-strip .s-block--enhanced-features__item {
    width: 100% !important;
  }
}

/* دسكتوب كبير فقط */
@media (min-width: 1200px) {
  .hafeef-trust-strip {
    position: relative !important;
    left: -260px !important;
  }

  .hafeef-trust-strip > .grid,
  .hafeef-trust-strip .grid[data-length="3"] {
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto !important;
  }
}
  .hafeef-trust-strip > .grid,
  .hafeef-trust-strip .grid[data-length="3"] {
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 auto !important;
  }

  .hafeef-trust-strip .s-block--enhanced-features__item {
    width: 100% !important;
  }
}
/* دسكتوب كبير فقط */
@media (min-width: 1200px) {
  .hafeef-trust-strip {
    position: relative !important;
    left: -260px !important;
  }

  .hafeef-trust-strip > .grid,
  .hafeef-trust-strip .grid[data-length="3"] {
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto !important;
  }
}
/* كل عنصر */
.hafeef-trust-strip .s-block--enhanced-features__item {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  background: #fff !important;
  border: 1px solid #e9edf2 !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  min-height: auto !important;
  box-shadow: none !important;
  overflow: hidden !important;
  text-align: right !important;
}

/* نشيل تأثيرات الخطوط المتحركة المزعجة */
.hafeef-trust-strip .s-block--enhanced-features__item > .absolute {
  display: none !important;
}

/* الأيقونة */
.hafeef-trust-strip .feature-icon {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

.hafeef-trust-strip .feature-icon img {
  width: 50px !important;
  height: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
  object-fit: contain !important;
  display: block !important;
  opacity: 0.95 !important;
}

/* العنوان */
.hafeef-trust-strip .s-block--enhanced-features__item h2 {
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  color: #0b2d4d !important;
  flex: 1 1 auto !important;
}

/* الوصف الصغير ينحذف */
.hafeef-trust-strip .s-block--enhanced-features__item p {
  display: none !important;
}

/* موبايل */
@media (max-width: 768px) {
  .hafeef-trust-strip {
    margin: 12px 0 8px !important;
  }

  .hafeef-trust-strip .s-block--enhanced-features__item {
    padding: 11px 12px !important;
    gap: 9px !important;
    border-radius: 10px !important;
  }

  .hafeef-trust-strip .feature-icon img {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
}

.hafeef-trust-strip .s-block--enhanced-features__item h2 {
  font-size: 15px !important;
}
.hafeef-trust-strip .s-block--enhanced-features__item:first-child .feature-icon img {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
}
  .s-trust-badges-image {
  display: none !important;
}
  .s-trust-badges-content:has(.s-trust-badges-label),
.s-trust-badges-content:has(.s-trust-badges-number) {
  display: none !important;
}
  a.links-contact[href="tel:+966545843955"] {
  display: none !important;
}
  a.enhanced-contact-item[aria-label="الجوال"] {
  display: none !important;
}
  /* إخفاء كل وسائل الدفع والاعتماد أولاً */
.s-payments-list .s-payments-list-item {
  display: none !important;
}

/* إظهار المهم فقط */
.s-payments-list .s-payments-list-item:has(img[alt="mada"]),
.s-payments-list .s-payments-list-item:has(img[alt="credit_card"]),
.s-payments-list .s-payments-list-item:has(img[alt="apple_pay"]),
.s-payments-list .s-payments-list-item:has(img[alt="tabby_installment"]),
.s-payments-list .s-payments-list-item:has(img[alt="tamara_installment"]),
.s-payments-list .s-payments-list-item:has(img[alt="COD"]) {
  display: inline-flex !important;
}

/* لو تبي تخفف المسافات شوي */
.s-payments-list {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px !important;
}
  .container.md\:flex.items-center.justify-between.py-4.text-center {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}
.custom-cr-text {
  text-align: center !important;
  font-size: 13px !important;
  color: #6b6b6b !important;
  margin: 8px 0 4px !important;
}
.container.md\:flex.items-center.justify-between.py-4.text-center .s-payments-list-wrap {
  order: 1;
}

.container.md\:flex.items-center.justify-between.py-4.text-center .custom-cr-text {
  order: 2;
  font-size: 13px !important;
  color: #6b6b6b !important;
  text-align: center !important;
  margin-top: 4px !important;
  margin-bottom: 2px !important;
}

.container.md\:flex.items-center.justify-between.py-4.text-center .footer-rights {
  order: 3;
}

.container.md\:flex.items-center.justify-between.py-4.text-center .footer-rights p {
  margin: 0 !important;
}
  img.h-10[src=""] {
  display: none !important;
}

.hafeef-trust-strip {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
}
.hafeef-bundle-switcher {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}

/* الصورة لحالها فوق بدون كرت */
.hafeef-bundle-switcher__image-wrap {
  margin: 0 auto 14px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hafeef-bundle-switcher__image-wrap a {
  display: block;
  text-decoration: none;
}

.hafeef-bundle-switcher__image-wrap img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* الكرت السفلي فقط */
.hafeef-bundle-card {
  background: #fff;
  border: 1px solid #e8ebef;
  border-radius: 16px;
  padding: 18px 14px 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  min-height: 300px;
}

/* عنوان فوق الصورة */
.hafeef-bundle-switcher__top-title {
  margin: 0 0 22px !important;
  text-align: center !important;
  font-size: 22px !important;
  line-height: 1.6 !important;
  font-weight: 800 !important;
  color: #0b2d4d !important;
}

/* عنوان الكرت */
.hafeef-bundle-card__title {
  margin: 0 0 8px !important;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px !important;
  line-height: 1.7 !important;
  font-weight: 800 !important;
  color: #0b2d4d !important;
}

/* النجوم */
.hafeef-bundle-card__rating {
  margin: -8px 0 18px !important;
  font-size: 20px !important;
  line-height: 1 !important;
  letter-spacing: 2px !important;
  color: #f4b400 !important;
}

/* البوكسات */
.hafeef-bundle-card__options {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
}

/* ترتيب ثابت: يمين 15 - وسط 20 - يسار 25 */
.hafeef-bundle-card__options .bundle-option:nth-child(1) { order: 1; }
.hafeef-bundle-card__options .bundle-option:nth-child(2) { order: 2; }
.hafeef-bundle-card__options .bundle-option:nth-child(3) { order: 3; }

.bundle-option {
  flex: 1;
  position: relative;
  background: #fff;
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 1px #d9dee5;
  border-radius: 14px;
  padding: 15px 6px 11px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  min-height: 126px;
}

.bundle-option.active {
  border: 2px solid #0c6b4f;
  box-shadow: none;
  background: #f9fcfa;
}

.bundle-option__badge {
  position: absolute;
  top: -8px;
  right: 50%;
  transform: translateX(50%);
  background: #090b37;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  border-radius: 999px;
  padding: 3px 7px;
}

.bundle-option__qty {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #0b2d4d;
  margin-bottom: 13px;
  line-height: 1.2;
}

.bundle-option__price {
  display: block;
  font-size: 17px;
  font-weight: 900;
  color: #d63b2c;
  margin-bottom: 4px;
  line-height: 1.2;
}

.bundle-option__old-price {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #9aa3af;
  text-decoration: line-through;
  margin-bottom: 8px;
  line-height: 1.1;
  position: relative;
  top: -1px;
}

.bundle-option__desc {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  line-height: 1.1;
}

/* الزر */
.hafeef-bundle-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background: #090b37;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

/* الجوال */
@media (max-width: 768px) {
  .hafeef-bundle-switcher__top-title {
    font-size: 20px !important;
    margin-bottom: 18px !important;
  }

  .hafeef-bundle-switcher__image-wrap {
    margin-bottom: 12px !important;
    min-height: 240px;
  }

  .hafeef-bundle-switcher__image-wrap img {
    max-width: 300px;
  }

  .hafeef-bundle-card {
    padding: 16px 12px 12px;
    border-radius: 15px;
    min-height: 300px;
  }

  .hafeef-bundle-card__title {
    font-size: 16px !important;
    margin-bottom: 8px !important;
    min-height: 52px;
  }

  .hafeef-bundle-card__rating {
    font-size: 19px !important;
   margin: -16px 0 18px !important;
}

  .hafeef-bundle-card__options {
    gap: 8px;
    margin-bottom: 22px;
  }

  .bundle-option {
    min-height: 126px;
    padding: 15px 5px 11px;
    border-radius: 13px;
  }

  .bundle-option__badge {
    top: -8px;
    font-size: 10px;
    padding: 3px 7px;
    line-height: 1.1;
  }

  .bundle-option__qty {
    font-size: 16px;
  }

  .bundle-option__price {
    font-size: 18px;
  }

  .bundle-option__old-price {
    font-size: 11px;
  }

  .bundle-option__desc {
    font-size: 11px;
  }

  .hafeef-bundle-card__cta {
    height: 46px;
    font-size: 17px;
    border-radius: 11px;
  }
}
.home-block-line {
  width: 72px !important;
  border-width: 1px !important;
  opacity: 0.7 !important;
  margin-top: 8px !important;
  margin-bottom: 10px !important;
}

@media (min-width: 768px) {
  .grid.items-start.grid-cols-1.md\:grid-cols-2.gap-4 {
    grid-template-columns: 1fr !important;
    max-width: 760px !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 768px) {
  ol.flex.items-center.flex-wrap.text-sm {
    display: none !important;
  }
}