/* Desconto por marca — vitrine / PDP / carrosséis */
.label-product.label_brand {
  background: #02aff1;
  min-width: 58px;
  padding: 0 9px;
  box-shadow: 0 2px 6px rgba(2, 175, 241, 0.35);
}

.label-product.label_brand span {
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.label_new + .label_brand,
.label_new + .label_sale {
  left: 70px;
}

.brand-discount-caption {
  margin: 4px 0 0;
  padding: 0;
  color: #02aff1;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.list-style .brand-discount-caption {
  text-align: left;
}

.price-box.is-brand-discount {
  position: relative;
}

.brand-discount-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 10px 14px;
  background: linear-gradient(90deg, #02aff1 0%, #028fc7 100%);
  color: #fff;
  max-width: 100%;
}

.brand-discount-banner__pct {
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.brand-discount-banner__txt {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.price-box.is-brand-discount .special-price .price {
  color: #02aff1;
  font-size: 28px;
  font-weight: 700;
}

.price-box.is-brand-discount .old-price .price {
  color: #999;
  text-decoration: line-through;
  font-size: 15px;
}

@media (max-width: 767px) {
  .brand-discount-banner {
    padding: 8px 12px;
    gap: 8px;
  }
  .brand-discount-banner__pct {
    font-size: 18px;
  }
  .brand-discount-banner__txt {
    font-size: 11px;
  }
}
