/**
 * produto.css — BomVendedor.com.br
 * Versão: FINAL — paleta âmbar/laranja, zero azul
 * Cobre: produto.php (V21) + oferta.php
 */

/* ============================================================
   PRODUTO — PAGE V21
   ============================================================ */
.bv-product-page--v21 {
    padding: 18px 0 56px;
}
.bv-product-page--v21 .bv-product-shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Breadcrumb */
.bv-product-page--v21 .bv-product-breadcrumb {
    display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
    margin-bottom: 16px; color: #a89890; font-size: 0.8125rem;
}
.bv-product-page--v21 .bv-product-breadcrumb a { color: #7a6b63; text-decoration: none; transition: color 0.18s; }
.bv-product-page--v21 .bv-product-breadcrumb a:hover { color: #ea580c; }

/* Flash messages */
.bv-product-page--v21 .bv-product-flash {
    margin-bottom: 16px; border-radius: 14px; padding: 13px 16px;
    font-size: 0.875rem; font-weight: 700; border: 1px solid transparent;
}
.bv-product-page--v21 .bv-product-flash--success { background: #d1fae5; border-color: #a7f3d0; color: #059669; }
.bv-product-page--v21 .bv-product-flash--info    { background: #fff3e8; border-color: #ffe8cc; color: #ea580c; }
.bv-product-page--v21 .bv-product-flash--error   { background: #fee2e2; border-color: #fecaca; color: #dc2626; }

/* ============================================================
   HERO V21 — layout 2 colunas
   ============================================================ */
.bv-product-hero-v21 {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
    padding: 20px;
    border: 1px solid #e8e0d8;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 8px 32px rgba(26,22,20,0.08);
    margin-bottom: 24px;
}

/* Coluna de mídia */
.bv-product-hero-v21__media-column {
    display: grid;
    grid-template-rows: 1fr 160px;
    gap: 12px;
}
.bv-product-media-panel,
.bv-product-media-support {
    border-radius: 18px;
    border: 1px solid #e8e0d8;
    background: #faf8f5;
    overflow: hidden;
}
.bv-product-media-panel {
    display: flex; align-items: center; justify-content: center;
    min-height: 280px; padding: 16px;
}
.bv-product-media-panel img {
    max-width: 100%; max-height: 280px; object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(26,22,20,0.10));
}
.bv-product-media-support {
    display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.bv-product-media-support img { width: 100%; height: 100%; object-fit: contain; }
.bv-product-media-support__placeholder {
    display: flex; align-items: center; justify-content: center;
    width: 100%; height: 100%; color: #a89890; font-size: 0.8rem; text-align: center; padding: 12px;
}

/* Coluna de conteúdo */
.bv-product-hero-v21__content-column {
    display: flex; flex-direction: column; gap: 12px; min-width: 0;
}

/* Heading */
.bv-product-heading { display: flex; flex-direction: column; gap: 8px; }
.bv-product-heading__brand-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.bv-product-heading__title {
    margin: 0; color: #1a1614;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    line-height: 1.15; letter-spacing: -0.025em; font-weight: 900;
}
.bv-product-heading__model {
    font-size: 0.875rem; color: #7a6b63; line-height: 1.5;
}
.bv-product-heading__summary {
    font-size: 0.9rem; color: #4a3f38; line-height: 1.65;
}
.bv-product-heading__bullets {
    padding: 0; margin: 0; list-style: none; display: flex; flex-direction: column; gap: 5px;
}
.bv-product-heading__bullets li {
    font-size: 0.875rem; color: #4a3f38; line-height: 1.55;
    padding-left: 20px; position: relative;
}
.bv-product-heading__bullets li::before {
    content: '✓'; position: absolute; left: 0;
    color: #059669; font-weight: 900; font-size: 0.8rem;
}

/* Commerce grid */
.bv-product-commerce-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 14px; align-items: start;
    margin-top: 4px;
}

/* Price card */
.bv-product-price-card,
.bv-product-utility-card,
.bv-product-alert-strip,
.bv-product-card {
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e8e0d8;
    box-shadow: 0 4px 16px rgba(26,22,20,0.06);
}
.bv-product-price-card {
    padding: 20px;
}
.bv-product-price-card__value {
    font-size: clamp(2rem, 3vw, 2.75rem);
    font-weight: 900; color: #ea580c;
    letter-spacing: -0.04em; line-height: 1;
    margin-bottom: 4px;
}
.bv-product-price-card__old {
    font-size: 0.9rem; color: #a89890; text-decoration: line-through;
    font-weight: 600; margin-bottom: 4px;
}
.bv-product-price-card__economy {
    font-size: 0.875rem; font-weight: 800; color: #059669; margin-bottom: 16px;
}

/* Botão principal */
.bv-product-main-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; min-height: 52px; padding: 0 20px;
    border-radius: 14px; border: 0;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #ffffff; font-size: 0.9375rem; font-weight: 900;
    letter-spacing: -0.01em; cursor: pointer; text-decoration: none;
    box-shadow: 0 6px 20px rgba(249,115,22,0.35);
    transition: all 0.18s ease;
    margin-bottom: 10px;
}
.bv-product-main-btn:hover {
    background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(249,115,22,0.45);
}
.bv-product-main-btn--secondary {
    background: #fff3e8;
    color: #ea580c;
    border: 1.5px solid #ffe8cc;
    box-shadow: none;
}
.bv-product-main-btn--secondary:hover {
    background: #ffe8cc;
    box-shadow: none;
}
.bv-product-main-btn--secondary.is-active {
    background: #ffe8cc;
    border-color: #f97316;
}
.bv-product-main-btn--alert {
    background: #ffffff;
    color: #7a6b63;
    border: 1.5px solid #e8e0d8;
    box-shadow: none;
}
.bv-product-main-btn--alert:hover {
    border-color: #f97316;
    color: #ea580c;
    background: #fff3e8;
    box-shadow: none;
}
.bv-product-main-btn--icon svg { width: 18px; height: 18px; flex-shrink: 0; }

/* Support / links */
.bv-product-price-card__support {
    margin-top: 12px; display: flex; flex-direction: column; gap: 4px;
}
.bv-product-price-card__links {
    display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; align-items: center;
}
.bv-product-price-card__links a,
.bv-product-inline-link {
    font-size: 0.8125rem; font-weight: 700; color: #ea580c;
    text-decoration: none; transition: color 0.18s;
}
.bv-product-price-card__links a:hover,
.bv-product-inline-link:hover { color: #f97316; text-decoration: underline; }

/* Utility card (badges, compartilhamento) */
.bv-product-utility-card {
    padding: 16px; display: flex; flex-direction: column; gap: 14px;
}

/* Badges / chips row */
.bv-product-utility-card__badges,
.bv-product-hero__badges,
.bv-product-offer-row__chips {
    display: flex; flex-wrap: wrap; gap: 8px;
}

/* Chips produto */
.bv-product-chip {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 28px; padding: 0 10px; border-radius: 999px;
    font-size: 0.75rem; font-weight: 800; white-space: nowrap;
    border: 1px solid transparent;
}
.bv-product-chip--neutral { background: #faf8f5; color: #7a6b63; border-color: #e8e0d8; }
.bv-product-chip--soft    { background: #fff3e8; color: #ea580c; border-color: #ffe8cc; }
.bv-product-chip--blue,
.bv-product-chip--primary { background: #fff3e8; color: #ea580c; border-color: #ffe8cc; }
.bv-product-chip--green,
.bv-product-chip--success { background: #d1fae5; color: #059669; border-color: #a7f3d0; }
.bv-product-chip--orange,
.bv-product-chip--warning { background: #fff3e8; color: #ea580c; border-color: #ffe8cc; }
.bv-product-chip--gold    { background: #fef3c7; color: #b45309; border-color: #fde68a; }
.bv-product-chip--red     { background: #fee2e2; color: #dc2626; border-color: #fecaca; }

/* Store chip */
.bv-product-store-chip {
    width: 54px; height: 54px; flex: 0 0 54px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 14px; background: #ffffff;
    border: 1px solid #e8e0d8; overflow: hidden;
    box-shadow: 0 4px 12px rgba(26,22,20,0.06);
}
.bv-product-store-chip img { width: 80%; height: 80%; object-fit: contain; }

/* Compartilhar */
.bv-product-share { }
.bv-product-share__title {
    font-size: 0.8125rem; font-weight: 800; color: #4a3f38; margin-bottom: 10px;
}
.bv-product-share__grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
}
.bv-product-share__btn {
    display: inline-flex; align-items: center; gap: 8px; min-height: 42px;
    padding: 0 12px; border: 1px solid #e8e0d8; border-radius: 12px;
    background: #ffffff; font-size: 0.8125rem; font-weight: 700; color: #4a3f38;
    transition: all 0.18s; text-decoration: none; cursor: pointer;
}
.bv-product-share__btn:hover { border-color: #f97316; color: #ea580c; background: #fff3e8; }
.bv-product-share__icon { width: 20px; height: 20px; flex: 0 0 auto; }
.bv-product-share__icon img { width: 100%; height: 100%; object-fit: contain; }
.bv-product-share__label { font-size: 0.8125rem; font-weight: 700; }

/* Alert strip */
.bv-product-alert-strip { padding: 18px; }
.bv-product-alert-strip__head { margin-bottom: 12px; }
.bv-product-alert-strip__head strong { font-size: 0.9rem; font-weight: 800; color: #1a1614; display: block; margin-bottom: 4px; }
.bv-product-alert-strip__head p { font-size: 0.8125rem; color: #7a6b63; margin: 0; line-height: 1.55; }
.bv-product-alert-strip__form { display: flex; flex-direction: column; gap: 10px; }
.bv-product-alert-strip__field input {
    width: 100%; height: 44px; padding: 0 14px;
    border: 1.5px solid #e8e0d8; border-radius: 12px;
    background: #faf8f5; color: #1a1614; font-size: 0.9rem;
    outline: none; transition: all 0.18s;
}
.bv-product-alert-strip__field input:focus { border-color: #f97316; background: #fff; box-shadow: 0 0 0 3px #fff3e8; }
.bv-product-alert-strip__meta { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.bv-product-alert-strip__meta span { font-size: 0.75rem; color: #a89890; }
.bv-product-alert-strip__actions { display: flex; gap: 8px; flex-wrap: wrap; }
.bv-product-inline-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    min-height: 40px; padding: 0 16px; border-radius: 999px;
    font-size: 0.8125rem; font-weight: 800; cursor: pointer; border: 0;
    transition: all 0.18s; text-decoration: none;
}
.bv-product-inline-btn--primary {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #fff; box-shadow: 0 4px 14px rgba(249,115,22,0.3);
}
.bv-product-inline-btn--primary:hover { transform: translateY(-1px); }
.bv-product-inline-btn--ghost { background: #fff; border: 1.5px solid #e8e0d8; color: #7a6b63; }
.bv-product-inline-btn--ghost:hover { border-color: #f97316; color: #ea580c; background: #fff3e8; }

/* ============================================================
   SEÇÃO DE CONTEÚDO ABAIXO DO HERO
   ============================================================ */
.bv-product-card { padding: 22px; margin-top: 16px; }
.bv-product-card h2 { font-size: 1.05rem; font-weight: 800; color: #1a1614; margin: 0 0 14px; }
.bv-product-card p  { font-size: 0.9375rem; color: #4a3f38; line-height: 1.75; margin: 0 0 12px; }
.bv-product-card p:last-child { margin: 0; }

/* Seção SEO keywords */
.bv-product-seo-keywords {
    padding: 16px 20px; background: #faf8f5; border: 1px solid #e8e0d8;
    border-radius: 14px; margin-top: 16px;
}
.bv-product-seo-keywords__label { font-size: 0.75rem; font-weight: 700; color: #a89890; margin-bottom: 6px; }
.bv-product-seo-keywords p { font-size: 0.78rem; color: #a89890; line-height: 1.6; margin: 0; }

/* ============================================================
   LISTA DE OFERTAS DO PRODUTO
   ============================================================ */
.bv-product-offers-head {
    display: flex; align-items: flex-end; justify-content: space-between;
    gap: 12px; flex-wrap: wrap; margin-bottom: 16px; margin-top: 24px;
}
.bv-product-offers-head h2 { font-size: 1.15rem; font-weight: 900; color: #1a1614; margin: 0 0 4px; }
.bv-product-offers-head p  { font-size: 0.875rem; color: #7a6b63; margin: 0; }
.bv-product-offers-head__badge {
    display: inline-flex; align-items: center; padding: 5px 14px;
    border-radius: 999px; background: #fff3e8; border: 1px solid #ffe8cc;
    color: #ea580c; font-size: 0.8rem; font-weight: 800;
}

.bv-product-offers-list { display: flex; flex-direction: column; gap: 10px; }

.bv-product-offer-row {
    display: grid; grid-template-columns: 100px 1fr auto;
    gap: 16px; align-items: center;
    padding: 18px 20px;
    border-radius: 18px; background: #ffffff;
    border: 1px solid #e8e0d8;
    box-shadow: 0 2px 8px rgba(26,22,20,0.04);
    transition: all 0.18s;
}
.bv-product-offer-row:hover { border-color: #ffe8cc; box-shadow: 0 6px 20px rgba(26,22,20,0.08); }
.bv-product-offer-row.is-best-offer { border-color: #f97316; background: linear-gradient(135deg, #fff9f5 0%, #fff 100%); }

.bv-product-offer-row__left { display: flex; flex-direction: column; gap: 8px; }
.bv-product-offer-row__logo {
    width: 80px; height: 44px; display: flex; align-items: center; justify-content: center;
    border-radius: 10px; background: #faf8f5; border: 1px solid #e8e0d8;
    overflow: hidden; padding: 6px;
}
.bv-product-offer-row__logo img { width: 100%; height: 100%; object-fit: contain; }
.bv-product-offer-row__chips { display: flex; flex-wrap: wrap; gap: 6px; }

.bv-product-offer-row__content { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.bv-product-offer-row__content h3 { font-size: 0.9375rem; font-weight: 800; color: #1a1614; margin: 0; }
.bv-product-offer-row__content p  { font-size: 0.8125rem; color: #7a6b63; margin: 0; line-height: 1.5; }

.bv-product-offer-row__right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.bv-product-offer-row__price {
    font-size: 1.5rem; font-weight: 900; color: #ea580c;
    letter-spacing: -0.03em; line-height: 1;
}
.bv-product-offer-row__old-price {
    font-size: 0.8125rem; color: #a89890; text-decoration: line-through; font-weight: 600;
}
.bv-product-offer-row__btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    min-height: 42px; padding: 0 20px; border-radius: 12px; border: 0; cursor: pointer;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #fff; font-size: 0.875rem; font-weight: 900;
    box-shadow: 0 4px 14px rgba(249,115,22,0.28); transition: all 0.18s; text-decoration: none;
    white-space: nowrap;
}
.bv-product-offer-row__btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(249,115,22,0.4); }
.bv-product-offer-row__btn.is-best { box-shadow: 0 6px 18px rgba(249,115,22,0.35); }

/* Vazio */
.bv-product-empty {
    padding: 40px 24px; text-align: center; color: #a89890;
    border: 1px dashed #e8e0d8; border-radius: 18px;
}

/* ============================================================
   OFERTA.PHP — bv-offer-* (classes do servidor atual)
   ============================================================ */
.bv-offer-page { width: 100%; padding: 24px 0 56px; }
.bv-offer-shell { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.bv-offer-breadcrumb {
    display: flex; flex-wrap: wrap; align-items: center;
    gap: 6px; margin-bottom: 18px; color: #a89890; font-size: 0.8125rem;
}
.bv-offer-breadcrumb a { color: #7a6b63; transition: color 0.18s; }
.bv-offer-breadcrumb a:hover { color: #ea580c; }

/* Hero da oferta */
.bv-offer-card,
.bv-offer-hero {
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e8e0d8;
    box-shadow: 0 8px 32px rgba(26,22,20,0.08);
}
.bv-offer-hero {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 24px; padding: 24px;
    margin-bottom: 24px; overflow: hidden;
}

/* Mídia */
.bv-offer-hero__media {
    position: relative; display: flex; align-items: center; justify-content: center;
    min-height: 380px; padding: 24px; border-radius: 18px;
    background: #faf8f5;
    border: 1px solid #e8e0d8; overflow: hidden;
}
.bv-offer-hero__media img {
    width: 100%; max-width: 300px; max-height: 320px; object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(26,22,20,0.12));
}

/* Conteúdo */
.bv-offer-hero__content {
    display: flex; flex-direction: column; min-width: 0;
    padding: 4px 0;
}
.bv-offer-hero__brand-row {
    display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px;
}
.bv-offer-hero__content h1 {
    margin: 0 0 12px; color: #1a1614;
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    line-height: 1.1; letter-spacing: -0.03em; font-weight: 900;
}

/* Grid interno: preço | loja+share */
.bv-offer-hero__main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 16px; align-items: start; margin-top: 8px;
}
.bv-offer-hero__offer-block,
.bv-offer-hero__side-block {
    min-width: 0; border-radius: 18px;
    background: #faf8f5; border: 1px solid #e8e0d8;
    box-shadow: 0 2px 10px rgba(26,22,20,0.04);
}
.bv-offer-hero__offer-block { padding: 20px; }
.bv-offer-hero__side-block  { padding: 16px; }

/* Preço */
.bv-offer-hero__price {
    margin-bottom: 4px; color: #ea580c;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1; letter-spacing: -0.04em; font-weight: 900;
}
.bv-offer-hero__old-price {
    margin-bottom: 4px; color: #a89890; font-size: 0.9375rem;
    text-decoration: line-through; font-weight: 600;
}
.bv-offer-hero__economy {
    margin-bottom: 18px; color: #059669; font-size: 0.9375rem;
    font-weight: 800; line-height: 1.5;
}
.bv-offer-hero__muted {
    color: #7a6b63; font-size: 0.9rem; line-height: 1.65;
}

/* BOTÃO PRINCIPAL DA OFERTA */
.bv-offer-main-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 100%; min-height: 52px; padding: 0 24px;
    border-radius: 14px; border: 0;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #ffffff; font-size: 1rem; font-weight: 900;
    letter-spacing: -0.01em; cursor: pointer; text-decoration: none;
    box-shadow: 0 6px 20px rgba(249,115,22,0.35);
    transition: all 0.18s ease;
    margin-bottom: 10px;
}
.bv-offer-main-btn:hover {
    background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(249,115,22,0.45);
}

/* Store chip */
.bv-offer-store-chip {
    width: 60px; height: 60px; flex: 0 0 60px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 14px; background: #ffffff; border: 1px solid #e8e0d8;
    overflow: hidden; box-shadow: 0 4px 12px rgba(26,22,20,0.06);
}
.bv-offer-store-chip img { width: 80%; height: 80%; object-fit: contain; }

/* Badges */
.bv-offer-hero__badges {
    display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px;
}

/* Chips da oferta */
.bv-offer-chip {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 28px; padding: 0 10px; border-radius: 999px;
    font-size: 0.75rem; font-weight: 800; white-space: nowrap; border: 1px solid transparent;
}
.bv-offer-chip--neutral { background: #faf8f5; border-color: #e8e0d8; color: #7a6b63; }
.bv-offer-chip--green   { background: #d1fae5; color: #059669; border-color: #a7f3d0; }
.bv-offer-chip--blue    { background: #fff3e8; color: #ea580c; border-color: #ffe8cc; }
.bv-offer-chip--gold    { background: #fef3c7; color: #b45309; border-color: #fde68a; }
.bv-offer-chip--orange  { background: #fff3e8; color: #ea580c; border-color: #ffe8cc; }

/* Compartilhar */
.bv-offer-share { margin-top: 4px; }
.bv-offer-share__title { margin-bottom: 10px; color: #4a3f38; font-size: 0.8125rem; font-weight: 800; }
.bv-offer-share__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.bv-offer-share__btn {
    display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 12px;
    border: 1px solid #e8e0d8; border-radius: 12px; background: #ffffff;
    font-size: 0.8rem; font-weight: 700; color: #4a3f38; text-decoration: none;
    transition: all 0.18s; cursor: pointer;
}
.bv-offer-share__btn:hover { border-color: #f97316; color: #ea580c; background: #fff3e8; }
.bv-offer-share__icon { width: 20px; height: 20px; flex: 0 0 auto; display: flex; align-items: center; }
.bv-offer-share__icon img { width: 100%; height: 100%; object-fit: contain; }
.bv-offer-share__label { font-size: 0.8rem; font-weight: 700; }

/* Conteúdo da oferta (sobre o produto) */
.bv-offer-content-block {
    background: #ffffff; border: 1px solid #e8e0d8;
    border-radius: 20px; padding: 24px; margin-top: 20px;
    box-shadow: 0 2px 8px rgba(26,22,20,0.04);
}
.bv-offer-content-block h2 { font-size: 1.05rem; font-weight: 800; color: #1a1614; margin: 0 0 14px; }
.bv-offer-content-block ul { padding-left: 20px; margin: 0 0 14px; display: flex; flex-direction: column; gap: 5px; }
.bv-offer-content-block li { font-size: 0.9375rem; color: #4a3f38; line-height: 1.65; }
.bv-offer-content-block p  { font-size: 0.9375rem; color: #4a3f38; line-height: 1.75; margin: 0 0 10px; }

/* View more link */
.bv-offer-view-more {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.875rem; font-weight: 700; color: #ea580c;
    text-decoration: none; margin-top: 12px; padding-top: 14px;
    border-top: 1px solid #e8e0d8; width: 100%; justify-content: center;
    transition: color 0.18s;
}
.bv-offer-view-more:hover { color: #f97316; }

/* Nota afiliado */
.bv-offer-affiliate-note {
    font-size: 0.78rem; color: #a89890; text-align: center;
    margin-top: 24px; line-height: 1.65;
}

/* Responsivo produto/oferta */
@media (max-width: 1024px) {
    .bv-product-hero-v21 { grid-template-columns: 260px 1fr; }
    .bv-product-commerce-grid { grid-template-columns: 1fr; }
    .bv-offer-hero { grid-template-columns: 280px 1fr; }
    .bv-offer-hero__main-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .bv-product-hero-v21 { grid-template-columns: 1fr; }
    .bv-product-hero-v21__media-column { grid-template-rows: auto; }
    .bv-product-media-support { display: none; }
    .bv-offer-hero { grid-template-columns: 1fr; padding: 18px; }
    .bv-offer-hero__media { min-height: 260px; }
    .bv-product-offer-row { grid-template-columns: 80px 1fr auto; gap: 12px; padding: 14px; }
    .bv-product-share__grid { grid-template-columns: repeat(2, 1fr); }
    .bv-offer-share__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .bv-product-offer-row { grid-template-columns: 1fr; }
    .bv-product-offer-row__right { align-items: flex-start; }
    .bv-product-offer-row__btn { width: 100%; }
}
