/* Bundle vindimas — queijo + vinho */

.qvb-page {
  --qvb-ink: #2a1810;
  --qvb-muted: #5a4033;
  --qvb-cream: #f6e4c0;
  --qvb-wine: #5c1a1c;
  --qvb-wine-deep: #3d1012;
  background: #f7efe4;
}

.qvb-hero {
  background:
    linear-gradient(180deg, rgba(42, 16, 14, 0.55) 0%, rgba(42, 16, 14, 0.72) 100%),
    url("/loja/newsletters/2026-09-nw1/hero.jpg") center / cover no-repeat;
  color: #fff;
  padding: 3rem 1.25rem 2.6rem;
  text-align: center;
}

.qvb-hero__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.qvb-hero h1 {
  font-size: clamp(1.7rem, 4.5vw, 2.6rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.12;
  margin: 0 0 0.75rem;
}

.qvb-hero p {
  margin: 0 auto;
  max-width: 34rem;
  font-size: 1.02rem;
  line-height: 1.5;
  color: #fff4e8;
}

.qvb-bundle {
  max-width: 880px;
  margin: -1.6rem auto 0;
  padding: 0 1rem 3.5rem;
  position: relative;
  z-index: 1;
}

.qvb-card {
  background: #fff8ec;
  border: 1px solid #ecd7b0;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(42, 24, 16, 0.1);
  padding: 1.6rem 1.25rem 1.4rem;
}

.qvb-card__head {
  text-align: center;
  margin-bottom: 1.2rem;
}

.qvb-card__head h2 {
  margin: 0 0 0.45rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--qvb-ink);
}

.qvb-card__head p {
  margin: 0;
  color: var(--qvb-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.qvb-items {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.75rem;
  align-items: stretch;
}

.qvb-item {
  background: #fff;
  border-radius: 16px;
  padding: 1rem 0.85rem 1.1rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: block;
  border: 1px solid #f0e2c8;
}

.qvb-item:hover {
  border-color: #d8b98a;
}

.qvb-item img {
  width: 100%;
  max-width: 180px;
  height: 180px;
  object-fit: contain;
  display: block;
  margin: 0 auto 0.7rem;
}

.qvb-item__brand {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--qvb-muted);
}

.qvb-item__name {
  display: block;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.3;
  margin: 0.25rem 0 0.4rem;
  color: var(--qvb-ink);
}

.qvb-item__price {
  font-weight: 800;
  color: var(--qvb-wine);
}

.qvb-plus {
  align-self: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--qvb-cream);
  color: var(--qvb-wine);
  font-weight: 800;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qvb-foot {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.qvb-total {
  color: var(--qvb-ink);
  font-size: 0.95rem;
}

.qvb-total strong {
  display: block;
  font-size: 1.35rem;
  margin-top: 0.15rem;
}

.qvb-add {
  background: var(--qvb-wine);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0.95rem 1.4rem;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  font-family: inherit;
}

.qvb-add:hover {
  background: var(--qvb-wine-deep);
}

.qvb-add:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.qvb-more {
  text-align: center;
  margin-top: 1.4rem;
}

.qvb-more a {
  color: var(--qvb-wine);
  font-weight: 700;
  font-size: 0.92rem;
}

.qvb-err,
.qvb-loading {
  text-align: center;
  color: var(--qvb-muted);
  padding: 1.5rem 0;
}

@media (max-width: 680px) {
  .qvb-items {
    grid-template-columns: 1fr;
  }
  .qvb-plus {
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .qvb-foot {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}
