 
.tokens-store > .row {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  gap: 0;
}

 
.tokens-store > .row > [class*='col-'] {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  padding-left: 5px;
  padding-right: 5px;
}

 
.tokens-store .tm-card {
  width: 100%;
  min-height: auto;
  height: 100%;
}

 
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+5),
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+5) ~ [class*='col-'] {
  /* Títulos */
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+5) .tm-title,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+5) ~ [class*='col-'] .tm-title {
  font-size: 14px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+5) .tm-tokens,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+5) ~ [class*='col-'] .tm-tokens {
  font-size: 24px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+5) .tm-cta,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+5) ~ [class*='col-'] .tm-cta {
  padding: 6px 14px;
  font-size: 13px;
  margin: 5px 10px 10px;
}

/* Para 7-8 items */
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) .tm-title,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) ~ [class*='col-'] .tm-title {
  font-size: 12px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) .tm-tokens,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) ~ [class*='col-'] .tm-tokens {
  font-size: 20px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) .tm-tokens small,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) ~ [class*='col-'] .tm-tokens small {
  font-size: 10px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) .tm-desc,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) ~ [class*='col-'] .tm-desc {
  font-size: 11px;
  min-height: 15px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) .tm-price .current,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) ~ [class*='col-'] .tm-price .current {
  font-size: 16px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) .tm-price .old,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) ~ [class*='col-'] .tm-price .old {
  font-size: 11px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) .tm-cta,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) ~ [class*='col-'] .tm-cta {
  padding: 5px 10px;
  font-size: 11px;
  margin: 5px 8px 8px;
  border-radius: 20px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) .tm-cta i,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) ~ [class*='col-'] .tm-cta i {
  font-size: 11px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) .tm-head,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) ~ [class*='col-'] .tm-head {
  padding: 10px 12px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) .tm-body,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) ~ [class*='col-'] .tm-body {
  padding: 8px 12px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) .tm-footer,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+7) ~ [class*='col-'] .tm-footer {
  font-size: 10px;
  padding: 6px 10px;
}

/* Para 9+ items */
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+9) .tm-title,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+9) ~ [class*='col-'] .tm-title {
  font-size: 11px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+9) .tm-tokens,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+9) ~ [class*='col-'] .tm-tokens {
  font-size: 18px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+9) .tm-cta,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+9) ~ [class*='col-'] .tm-cta {
  padding: 4px 8px;
  font-size: 10px;
  margin: 4px 6px 6px;
  white-space: nowrap;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+9) .tm-desc,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+9) ~ [class*='col-'] .tm-desc {
  font-size: 10px;
  margin-bottom: 4px;
}

.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+9) .tm-price .current,
.tokens-store > .row > [class*='col-']:first-child:nth-last-child(n+9) ~ [class*='col-'] .tm-price .current {
  font-size: 14px;
}

 
.tokens-store .tm-badge {
  font-size: clamp(10px, 1vw, 12px);
  line-height: clamp(20px, 2vw, 24px);
  width: clamp(100px, 10vw, 120px);
}

 
.tokens-store .tm-cta {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-height: 28px;
}

 
.tm-coupon-wrapper {
  font-size: clamp(10px, 1vw, 13px);
}

.tm-coupon-wrapper .form-control,
.tm-coupon-wrapper .btn {
  font-size: clamp(10px, 1vw, 13px);
  padding: clamp(4px, 0.5vw, 6px) clamp(6px, 0.8vw, 10px);
}

 
@media (max-width: 768px) {
  .tokens-store > .row {
    flex-wrap: wrap;
  }
  
  .tokens-store > .row > [class*='col-'] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
 
  .tokens-store .tm-title {
    font-size: 16px !important;
  }
  
  .tokens-store .tm-tokens {
    font-size: 28px !important;
  }
  
  .tokens-store .tm-cta {
    padding: 7px 17px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 576px) {
  .tokens-store > .row > [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}    