@charset "UTF-8";
.installment-card__payments {
  width: 308px;
  height: auto;
  bottom: -36px;
  margin-top: -36px;
}
.installment-card__payments:after, .installment-card__payments:before {
  content: "";
  position: absolute;
  top: 40px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--white);
  z-index: 4;
}
.installment-card__payments:after {
  left: -8px;
}
.installment-card__payments:before {
  right: -8px;
}
.installment-card__payments .divider {
  border-top: 1px dashed var(--white);
  opacity: 0.2;
}
@media (max-width: 991px) {
  .installment-card__payments {
    width: 100%;
    height: auto;
  }
}
.installment-card__payments-mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 16px;
  opacity: 0.3;
  background: var(--primary);
  z-index: 1;
}
.installment-card__percent-box {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
}
.installment-card__image {
  width: 100%;
  height: 120px;
}
.installment-card .card-progress {
  height: 4px;
}

/* ---------------------------------------------------------------
   FOX: طباعة كارت خطة التقسيط
   الكارت ده جزء من مسار الشراء، وكان مكتوب كله بمقاسات تسميات:
   العنوان ١٦، الشرح ١٢ رمادي فاتح، والمميزات ١٤ رمادي فاتح. يعني
   الحاجات اللي بتطمّن العميل (بدون فوائد، بدون أوراق) كانت أقل حاجة
   واضحة في الكارت.
   ------------------------------------------------------------- */
.installment-card {
  /* الموبايل: الكارت البنفسجي كان بيطلع بالسالب ٣٦ فبيركب على اللي فوقه */
}
.installment-card h4 {
  font-size: 19px !important;
  line-height: 1.45;
  color: var(--black);
}
@media (max-width: 991px) {
  .installment-card h4 {
    font-size: 17px !important;
  }
}
.installment-card > .flex-1 > p {
  font-size: 15px !important;
  line-height: 1.8;
  color: var(--gray-500);
  margin-top: 8px !important;
}
@media (min-width: 992px) {
  .installment-card > .flex-1 {
    align-self: center;
  }
}
.installment-card span.font-14 {
  font-size: 15px !important;
  line-height: 1.7;
  color: var(--black) !important;
}
.installment-card__payments .font-24 {
  font-size: 34px !important;
  line-height: 1.2;
}
.installment-card__payments .font-12 {
  font-size: 13px !important;
}
@media (max-width: 991px) {
  .installment-card {
    margin-bottom: 32px;
  }
  .installment-card__payments {
    bottom: 0;
    margin-top: 8px;
  }
}
