.gs-product-card__installment,
.gs-product-detail__installment {
  margin-top: 0.35rem;
  font-size: 0.75rem;
  line-height: 1.35;
  color: var(--gs-gray-dark, #64646d);
}

.gs-product-card__installment a,
.gs-product-detail__installment a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, currentColor 35%, transparent);
}

.gs-product-card__installment a:hover,
.gs-product-detail__installment a:hover {
  color: var(--gs-blue, #1428a0);
  border-bottom-color: currentColor;
}

.checkout-installment-panel {
  margin: 0.5rem 0 0 1.75rem;
  min-width: 0;
  max-width: 100%;
}

.checkout-installment-panel__label {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gs-gray-dark, #64646d);
}

.credit-term-scroller {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  padding: 0.15rem 0 0.35rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}

.credit-term-btn {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  min-width: 5.5rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.65rem;
  background: #fff;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.15s, background 0.15s;
}

.credit-term-btn.is-active {
  border-color: var(--gs-blue, #1428a0);
  background: color-mix(in srgb, var(--gs-blue, #1428a0) 8%, #fff);
}

.credit-term-btn__months {
  font-size: 0.8125rem;
  font-weight: 600;
}

.credit-term-btn__price {
  font-size: 0.75rem;
  opacity: 0.85;
  white-space: nowrap;
}

.credit-term-disclaimer {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  opacity: 0.72;
  line-height: 1.35;
}
