#ton-showcase .ton-showcase-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#ton-showcase .ton-showcase-track::-webkit-scrollbar {
  display: none;
}

#ton-showcase .ton-showcase-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 284px;
  max-width: 308px;
  flex-shrink: 0;
  height: auto;
}

/* Faixa fixa no topo: todas as maquininhas começam na mesma linha */
#ton-showcase .ton-showcase-item__machine {
  flex: 0 0 200px;
  height: 200px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: -68px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 0;
  pointer-events: none;
  overflow: visible;
}

#ton-showcase .ton-showcase-item__machine img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  object-position: bottom center;
}

/* Card branco: topo alinhado (após faixa fixa), base alinhada via stretch */
#ton-showcase .ton-showcase-card {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 560px;
  padding-top: 76px;
  overflow: visible;
  background-color: #fff;
}

#ton-showcase .ton-showcase-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 0 20px 20px;
  flex: 1 1 auto;
}

#ton-showcase .ton-showcase-card__title {
  width: 100%;
}

#ton-showcase .ton-showcase-card__discount {
  background-color: #e8f9c5;
  border-radius: 9999px;
  padding: 4px 12px;
  font-weight: 600;
}

#ton-showcase .ton-showcase-card__pricing {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

#ton-showcase .ton-showcase-card__installment {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
  line-height: 1;
}

#ton-showcase .ton-showcase-card__installment-value {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

#ton-showcase .ton-showcase-card__installment-cents {
  font-size: 1.25rem;
  font-weight: 700;
  vertical-align: super;
}

#ton-showcase .ton-showcase-card__frete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#ton-showcase .ton-showcase-card__cta {
  width: 100%;
  margin-top: auto;
}

#ton-showcase .ton-showcase-card__features {
  width: 100%;
  text-align: left;
  border-top: 1px solid #e6ecf2;
  padding-top: 12px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

#ton-showcase .ton-showcase-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

@media (min-width: 1024px) {
  #ton-showcase .ton-showcase-track {
    justify-content: center;
    overflow-x: visible;
  }
}

@media (max-width: 1023px) {
  #ton-showcase .ton-showcase-track {
    padding-left: 4px;
    padding-right: 4px;
  }
}
