/*
Theme Name: GiftCard Brasil
Theme URI: https://gifcardsof.shop
Author: GiftCard Brasil
Description: Loja digital de gift cards e recargas — entrega imediata. Design confiável e clean.
Version: 1.0
License: Proprietary
Text Domain: gcbrasil
*/

/* ============================================================
   GiftCard Brasil — Design System
   Aesthetic: trusted digital storefront (light, editorial, calm)
   ============================================================ */
:root {
  /* Colors */
  --bg:        #FBFAF6;   /* warm off-white */
  --surface:   #FFFFFF;
  --ink:       #10171F;   /* deep navy ink */
  --ink-soft:  #55606E;
  --ink-faint: #8A93A0;
  --line:      #EAE6DC;   /* warm hairline */
  --line-2:    #F1EEE6;
  --brand:     #E11B27;   /* UniTV red */
  --brand-ink: #A9121C;   /* deep red (hover) */
  --brand-50:  #FDEBEC;   /* light red tint */
  --brand-100: #F6C9CC;
  --gold:      #C8892A;   /* rare warm accent */
  --danger:    #C0392B;

  /* Type */
  --display: 'Bricolage Grotesque', Georgia, serif;
  --body: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Space / radius */
  --container: 1160px;
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --shadow: 0 1px 2px rgba(16,23,31,.04), 0 12px 32px -12px rgba(16,23,31,.12);
  --shadow-lg: 0 24px 60px -20px rgba(16,23,31,.22);
}

* , *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--display); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; color: var(--ink); }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }

.wrap { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.eyebrow { font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--brand-ink); }
.muted { color: var(--ink-soft); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: .55em; font-family: var(--body); font-weight: 700; font-size: 1rem; border-radius: 999px; padding: 14px 26px; cursor: pointer; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 24px -10px var(--brand); }
.btn-primary:hover { background: var(--brand-ink); transform: translateY(-2px); box-shadow: 0 16px 30px -12px var(--brand); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-wa { background: #1FA855; color:#fff; }
.btn-wa:hover { background:#178a45; transform: translateY(-2px); }

/* ============================================================
   Announcement + Header
   ============================================================ */
.topbar { background: linear-gradient(90deg, var(--brand-ink), var(--brand)); color: #fff; font-size: .82rem; letter-spacing:.01em; }
.topbar .wrap { display:flex; align-items:center; justify-content:center; gap:26px; height: 38px; text-align:center; }
.topbar b { color:#fff; }
.topbar span { display:inline-flex; align-items:center; gap:7px; }
.topbar .dot { width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.7); }

.site-head { position: sticky; top: 0; z-index: 50; background: rgba(251,250,246,.86); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--line); }
.site-head .wrap { display: flex; align-items: center; gap: 28px; height: 76px; }
.brand { display:flex; align-items:center; gap:10px; font-family: var(--display); font-weight:700; font-size:1.32rem; letter-spacing:-.03em; }
.brand-mark { width:34px; height:34px; border-radius:10px; background: linear-gradient(145deg,var(--brand),var(--brand-ink)); display:grid; place-items:center; color:#fff; font-family:var(--display); font-size:1.05rem; box-shadow: 0 6px 14px -6px var(--brand); }
.brand b { color: var(--brand-ink); font-weight:700; }
.nav { display:flex; gap:6px; margin-left: 8px; }
.nav a { padding: 9px 14px; border-radius: 10px; font-weight:600; font-size:.96rem; color: var(--ink-soft); transition: color .15s, background .15s; }
.nav a:hover { color: var(--ink); background: var(--line-2); }
.head-actions { margin-left:auto; display:flex; align-items:center; gap:8px; }
.icon-btn { position:relative; display:grid; place-items:center; width:44px; height:44px; border-radius:12px; color:var(--ink); border:1px solid transparent; transition:.15s; }
.icon-btn:hover { background: var(--line-2); }
.cart-count { position:absolute; top:5px; right:5px; min-width:18px; height:18px; padding:0 4px; border-radius:9px; background:var(--brand); color:#fff; font-size:.68rem; font-weight:800; display:grid; place-items:center; }
.burger { display:none; }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; padding: 74px 0 60px; overflow:hidden; }
.hero::before { /* soft mesh */ content:""; position:absolute; inset:0; background:
   radial-gradient(60% 60% at 88% 8%, rgba(225,27,39,.10), transparent 60%),
   radial-gradient(50% 50% at 6% 90%, rgba(200,137,42,.06), transparent 60%);
   pointer-events:none; }
.hero .wrap { position:relative; display:grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items:center; }
.hero h1 { font-size: clamp(2.5rem, 5.2vw, 3.8rem); margin: 18px 0 18px; }
.hero h1 em { font-style: normal; color: var(--brand-ink); position:relative; }
.hero h1 em::after { content:""; position:absolute; left:0; right:0; bottom:.06em; height:.14em; background: var(--brand-100); z-index:-1; border-radius:4px; }
.hero p.lead { font-size: 1.16rem; color: var(--ink-soft); max-width: 33ch; margin-bottom: 28px; }
.hero-cta { display:flex; gap:12px; flex-wrap:wrap; align-items:center; }
.hero-note { margin-top:22px; display:flex; gap:20px; flex-wrap:wrap; }
.hero-note div { display:flex; align-items:center; gap:9px; font-size:.92rem; color:var(--ink-soft); font-weight:600; }
.hero-note svg { color: var(--brand); flex-shrink:0; }

/* Hero visual card */
.hero-card { position:relative; background: var(--surface); border:1px solid var(--line); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-lg); transform: rotate(1.4deg); }
.hero-card .hc-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
.hero-card .hc-badge { background:var(--brand-50); color:var(--brand-ink); font-size:.74rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; padding:6px 12px; border-radius:999px; }
.hero-card img { border-radius: var(--r); border:1px solid var(--line-2); background: var(--bg); }
.hero-card .hc-row { display:flex; align-items:center; justify-content:space-between; margin-top:18px; }
.hero-card .hc-price { font-family:var(--display); font-size:1.7rem; color:var(--ink); }
.hero-float { position:absolute; background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:11px 15px; box-shadow: var(--shadow); font-weight:700; font-size:.86rem; display:flex; align-items:center; gap:9px; }
.hero-float.f1 { top:-16px; left:-26px; transform: rotate(-4deg); }
.hero-float.f2 { bottom:-18px; right:-14px; transform: rotate(3deg); }
.hero-float .tick { width:22px;height:22px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center; }

/* ============================================================
   Trust strip
   ============================================================ */
.trust { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background: var(--surface); }
.trust .wrap { display:grid; grid-template-columns: repeat(4,1fr); }
.trust .t { display:flex; align-items:center; gap:14px; padding:24px 20px; border-right:1px solid var(--line-2); }
.trust .t:last-child { border-right:none; }
.trust .t-ic { width:42px; height:42px; border-radius:12px; background:var(--brand-50); color:var(--brand-ink); display:grid; place-items:center; flex-shrink:0; }
.trust .t b { display:block; font-size:.98rem; }
.trust .t span { font-size:.84rem; color:var(--ink-soft); }

/* ============================================================
   Section shell
   ============================================================ */
.section { padding: 80px 0; }
.sec-head { max-width: 640px; margin: 0 auto 46px; text-align:center; }
.sec-head h2 { font-size: clamp(2rem, 4vw, 2.7rem); margin: 12px 0 12px; }
.sec-head p { color: var(--ink-soft); font-size:1.06rem; }

/* Products */
.prod-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.pcard { background:var(--surface); border:1px solid var(--line); border-radius: var(--r-lg); padding:16px; display:flex; flex-direction:column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s; }
.pcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--brand-100); }
.pcard-img { background: var(--bg); border:1px solid var(--line-2); border-radius: var(--r); padding:14px; margin-bottom:16px; aspect-ratio: 3/3.4; display:grid; place-items:center; }
.pcard-img img { max-height: 100%; width:auto; border-radius:10px; }
.pcard h3 { font-size:1.12rem; margin-bottom: 6px; }
.pcard .pc-tag { font-size:.76rem; font-weight:800; letter-spacing:.05em; text-transform:uppercase; color:var(--brand-ink); background:var(--brand-50); align-self:flex-start; padding:4px 10px; border-radius:999px; margin-bottom:12px; }
.pcard ul { list-style:none; margin:8px 0 16px; display:flex; flex-direction:column; gap:6px; }
.pcard ul li { font-size:.9rem; color:var(--ink-soft); display:flex; align-items:center; gap:8px; }
.pcard ul li svg { color:var(--brand); flex-shrink:0; }
.pcard .pc-price { margin-top:auto; font-family:var(--display); font-size:1.5rem; color:var(--ink); margin-bottom:14px; }
.pcard .pc-price small { display:block; font-family:var(--body); font-size:.8rem; font-weight:600; color:var(--ink-faint); }
.pcard .btn { justify-content:center; width:100%; }

/* How it works */
.steps { display:grid; grid-template-columns: repeat(4,1fr); gap:22px; counter-reset: st; }
.step { position:relative; background:var(--surface); border:1px solid var(--line); border-radius:var(--r-lg); padding:30px 24px; }
.step .num { font-family:var(--display); font-size:2.4rem; color:var(--brand-100); line-height:1; margin-bottom:14px; }
.step h3 { font-size:1.14rem; margin-bottom:8px; }
.step p { font-size:.94rem; color:var(--ink-soft); }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.faq details { background:var(--surface); border:1px solid var(--line); border-radius:var(--r); margin-bottom:12px; overflow:hidden; }
.faq summary { list-style:none; cursor:pointer; padding:20px 22px; font-family:var(--display); font-weight:700; font-size:1.06rem; display:flex; align-items:center; justify-content:space-between; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary .pm { width:26px;height:26px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--brand-ink);transition:.2s;flex-shrink:0; }
.faq details[open] summary .pm { background:var(--brand); color:#fff; border-color:var(--brand); transform: rotate(45deg); }
.faq .fa-body { padding: 0 22px 20px; color:var(--ink-soft); }

/* CTA band */
.cta-band { background: var(--ink); color:#fff; border-radius: var(--r-lg); padding: 56px; display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap; position:relative; overflow:hidden; }
.cta-band::after { content:""; position:absolute; right:-60px; top:-60px; width:280px; height:280px; border-radius:50%; background: radial-gradient(circle, rgba(14,143,107,.35), transparent 70%); }
.cta-band h2 { color:#fff; font-size:2.1rem; position:relative; }
.cta-band p { color: #B9C1CC; margin-top:8px; position:relative; }

/* ============================================================
   Footer
   ============================================================ */
.site-foot { background: var(--surface); border-top:1px solid var(--line); margin-top: 40px; }
.foot-pay { border-bottom:1px solid var(--line-2); }
.foot-pay .wrap { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:22px 24px; flex-wrap:wrap; }
.pay-badges { display:flex; gap:8px; align-items:center; flex-wrap:wrap; }
.pay-badges .pb { background:var(--bg); border:1px solid var(--line); border-radius:8px; padding:6px 11px; font-weight:800; font-size:.82rem; color:var(--ink); display:flex; align-items:center; gap:6px; }
.pay-badges .pb.pix { background: var(--brand); color:#fff; border-color:var(--brand); }
.foot-secure { display:flex; gap:18px; }
.foot-secure a { display:flex; align-items:center; gap:7px; font-size:.86rem; color:var(--ink-soft); font-weight:600; }
.foot-secure svg { color: var(--brand); }
.foot-main .wrap { display:grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap:36px; padding: 54px 24px; }
.foot-main h4 { font-family:var(--body); font-size:.82rem; text-transform:uppercase; letter-spacing:.12em; color:var(--ink-faint); margin-bottom:16px; }
.foot-main ul { list-style:none; display:flex; flex-direction:column; gap:11px; }
.foot-main a { color:var(--ink-soft); font-size:.95rem; }
.foot-main a:hover { color: var(--brand-ink); }
.foot-about p { color:var(--ink-soft); font-size:.95rem; margin:14px 0; max-width:34ch; }
.foot-bottom { border-top:1px solid var(--line-2); }
.foot-bottom .wrap { display:flex; align-items:center; justify-content:space-between; gap:14px; padding:22px 24px; flex-wrap:wrap; }
.foot-bottom p { font-size:.82rem; color:var(--ink-faint); }
.wa-float { position:fixed; right:22px; bottom:22px; z-index:60; width:60px; height:60px; border-radius:50%; background:#1FA855; color:#fff; display:grid; place-items:center; box-shadow: 0 14px 30px -8px rgba(31,168,85,.6); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }

/* ============================================================
   Reveal animation
   ============================================================ */
[data-rise] { opacity:0; transform: translateY(18px); }
.is-in [data-rise], [data-rise].in { opacity:1; transform:none; transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
[data-rise]:nth-child(2){transition-delay:.06s}[data-rise]:nth-child(3){transition-delay:.12s}[data-rise]:nth-child(4){transition-delay:.18s}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 960px){
  .hero .wrap { grid-template-columns:1fr; gap:40px; }
  .hero-card { max-width:380px; }
  .prod-grid, .steps { grid-template-columns: repeat(2,1fr); }
  .trust .wrap { grid-template-columns: repeat(2,1fr); }
  .trust .t:nth-child(2){border-right:none;}
  .foot-main .wrap { grid-template-columns: 1fr 1fr; gap:30px; }
}
@media (max-width: 640px){
  body { font-size:16px; }
  .nav, .head-actions .acc-txt { display:none; }
  .burger { display:grid; }
  .prod-grid, .steps, .trust .wrap { grid-template-columns: 1fr; }
  .trust .t { border-right:none; border-bottom:1px solid var(--line-2); }
  .cta-band { padding:34px; }
  .foot-main .wrap { grid-template-columns:1fr; }
  .section { padding:56px 0; }
}

/* ============================================================
   Mobile nav drawer
   ============================================================ */
@media (max-width: 640px){
  body.nav-open .nav { display:flex; position:fixed; top:114px; left:12px; right:12px; flex-direction:column; background:var(--surface); border:1px solid var(--line); border-radius:16px; padding:10px; gap:4px; box-shadow: var(--shadow-lg); z-index:55; }
  body.nav-open .nav a { padding:13px 14px; font-size:1rem; }
}

/* ============================================================
   Thank you box + WhatsApp popup + cookie
   ============================================================ */
.gcbr-ty { max-width:560px; margin:0 auto 26px; text-align:center; background:var(--brand-50); border:1px solid var(--brand-100); border-radius:var(--r-lg); padding:32px 26px; }
.gcbr-ty-ic { width:64px;height:64px;border-radius:50%;background:#fff;display:grid;place-items:center;margin:0 auto 14px;color:#1FA855;font-size:1.7rem;box-shadow:var(--shadow); }
.gcbr-ty h3 { color:var(--brand-ink); font-size:1.3rem; margin-bottom:8px; }
.gcbr-ty p { color:var(--ink-soft); margin-bottom:18px; }

.gcbr-wapop { position:fixed; right:22px; bottom:22px; z-index:70; width:330px; max-width:calc(100vw - 32px); background:var(--surface); border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow-lg); padding:22px 20px 20px; text-align:center; opacity:0; transform:translateY(16px); visibility:hidden; transition:.3s; }
.gcbr-wapop.show { opacity:1; transform:none; visibility:visible; }
.gcbr-wapop-x { position:absolute; top:8px; right:12px; background:none; border:none; font-size:1.5rem; color:var(--ink-faint); cursor:pointer; }
.gcbr-wapop-t { font-family:var(--display); font-size:1.1rem; font-weight:700; margin-bottom:4px; }
.gcbr-wapop-d { font-size:.9rem; color:var(--ink-soft); margin-bottom:14px; }
.gcbr-wapop .btn { width:100%; justify-content:center; }

.gcbr-cookie { position:fixed; left:16px; right:16px; bottom:16px; z-index:65; max-width:920px; margin:0 auto; background:var(--ink); color:#EDEFF2; border-radius:16px; padding:16px 20px; display:flex; align-items:center; justify-content:space-between; gap:18px; box-shadow:var(--shadow-lg); opacity:0; transform:translateY(16px); transition:.3s; flex-wrap:wrap; }
.gcbr-cookie.show { opacity:1; transform:none; }
.gcbr-cookie p { font-size:.9rem; margin:0; flex:1; min-width:240px; }
.gcbr-cookie a { color:#fff; text-decoration:underline; }

/* ============================================================
   WooCommerce base (cart / checkout / account styled)
   ============================================================ */
.wc-wrap { max-width:1000px; margin:0 auto; padding:56px 24px 80px; }
.woocommerce table.shop_table { border:1px solid var(--line); border-radius:var(--r); background:var(--surface); border-collapse:separate; border-spacing:0; overflow:hidden; }
.woocommerce table.shop_table th { background:var(--bg); color:var(--ink); font-family:var(--body); font-weight:700; padding:14px 16px; }
.woocommerce table.shop_table td { padding:14px 16px; border-top:1px solid var(--line-2); color:var(--ink-soft); }
.woocommerce a.button, .woocommerce button.button, .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce #place_order {
  background:var(--brand) !important; color:#fff !important; border-radius:999px !important; font-weight:700 !important; padding:13px 26px !important; border:none !important; font-family:var(--body) !important;
}
.woocommerce a.button:hover, .woocommerce #place_order:hover { background:var(--brand-ink) !important; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-checkout select, .select2-container .select2-selection {
  border:1.5px solid var(--line) !important; border-radius:12px !important; padding:12px 14px !important; min-height:48px !important; font-family:var(--body) !important; color:var(--ink) !important;
}
.woocommerce form .form-row label { font-weight:600; color:var(--ink); font-size:.9rem; }
.woocommerce-checkout #payment { background:var(--bg) !important; border:1px solid var(--line) !important; border-radius:var(--r) !important; }
.woocommerce-message, .woocommerce-info { border-top-color:var(--brand) !important; background:var(--brand-50); border-radius:12px; }
.woocommerce-message::before, .woocommerce-info::before { color:var(--brand) !important; }

/* Policy pages */
.policy { background:var(--bg); padding:56px 0 80px; }
.policy .card { max-width:820px; margin:0 auto; background:var(--surface); border:1px solid var(--line); border-radius:var(--r-lg); padding:44px 52px; }
.policy h1 { font-size:2.1rem; margin-bottom:6px; }
.policy .upd { color:var(--ink-faint); font-size:.85rem; margin-bottom:28px; }
.policy h2 { font-size:1.25rem; margin:30px 0 12px; }
.policy p, .policy li { color:var(--ink-soft); margin-bottom:12px; line-height:1.75; }
.policy ul, .policy ol { padding-left:22px; margin-bottom:14px; }
.policy a { color:var(--brand-ink); font-weight:600; text-decoration:underline; }
.policy strong { color:var(--ink); }
/* Contact form */
.cform { display:flex; flex-direction:column; gap:15px; max-width:540px; margin-top:10px; }
.cform label { font-weight:600; font-size:.88rem; margin-bottom:5px; display:block; color:var(--ink); }
.cform input, .cform textarea { width:100%; border:1.5px solid var(--line); border-radius:12px; padding:12px 14px; font-family:var(--body); font-size:1rem; color:var(--ink); background:var(--surface); }
.cform input:focus, .cform textarea:focus { outline:none; border-color:var(--brand); box-shadow:0 0 0 3px var(--brand-50); }
.calert { padding:12px 16px; border-radius:12px; font-weight:600; margin-bottom:10px; }
.calert.ok { background:var(--brand-50); color:var(--brand-ink); }
.calert.err { background:#fdecea; color:#b02a1c; }
@media (max-width:640px){ .policy .card { padding:28px 22px; } }

/* ============================================================
   Barra fixa de compra (celular) — didático p/ cliente leigo
   ============================================================ */
.pdp-bar { display:none; }
@media (max-width:640px){
  .pdp-bar { display:flex; align-items:center; justify-content:space-between; gap:12px; position:fixed; left:0; right:0; bottom:0; z-index:60; background:var(--surface); border-top:1px solid var(--line); padding:10px 14px; box-shadow:0 -6px 20px rgba(16,23,31,.10); }
  .pdp-bar-info { display:flex; flex-direction:column; line-height:1.15; min-width:0; }
  .pdp-bar-name { font-size:.74rem; color:var(--ink-soft); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:46vw; }
  .pdp-bar-price { font-family:var(--display); font-size:1.15rem; color:var(--brand-ink); font-weight:700; }
  .pdp-bar-price .amount, .pdp-bar-price bdi { font-size:inherit!important; color:inherit!important; font-weight:inherit!important; }
  .pdp-bar .btn { flex-shrink:0; padding:12px 30px; }
  .pdp { padding-bottom:82px; }
  .wa-float { bottom:90px; }
  .pdp-buy { font-size:1.05rem; }
}

/* ============================================================
   Loja (archive) + relacionados: grid limpo (mata o float do WC)
   ============================================================ */
.wc-wrap ul.products, .pdp-related ul.products {
  display:grid !important; grid-template-columns:repeat(3,1fr); gap:20px; list-style:none; padding:0; margin:24px 0 0;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { content:none !important; display:none !important; }
.wc-wrap ul.products li.product, .pdp-related ul.products li.product {
  float:none !important; width:auto !important; margin:0 !important; clear:none !important;
  background:var(--surface); border:1px solid var(--line); border-radius:var(--r-lg); padding:16px; text-align:center;
  display:flex; flex-direction:column;
}
.wc-wrap ul.products li.product img { border-radius:12px; margin:0 auto 12px; max-width:160px; }
.wc-wrap ul.products li.product .woocommerce-loop-product__title { font-size:1rem; font-weight:700; color:var(--ink); padding:6px 0; }
.wc-wrap ul.products li.product .price { color:var(--brand-ink); font-weight:800; display:block; margin:auto 0 12px; }
.wc-wrap ul.products li.product .button { width:100%; }
@media (max-width:640px){
  .wc-wrap ul.products, .pdp-related ul.products { grid-template-columns:repeat(2,1fr) !important; gap:12px; }
  .prod-grid { grid-template-columns:repeat(2,1fr) !important; gap:12px; }
  .pcard { padding:12px; }
  .pcard h3 { font-size:1rem; }
  .pcard-img { padding:10px; margin-bottom:12px; }
  .pcard ul { display:none; }
}

/* ============================================================
   MOBILE HARDENING (iPhone) — corrige overflow e simplifica
   ============================================================ */
@media (max-width:640px){
  /* topbar: 1 mensagem só, sem estourar */
  .topbar .wrap { gap:12px; font-size:.72rem; height:34px; }
  .topbar span:nth-child(2), .topbar span:nth-child(3){ display:none; }

  /* hero: card reto e centralizado, SEM os selos flutuantes (causavam overflow) */
  .hero { padding:34px 0 30px; }
  .hero-card { transform:none !important; margin:0 auto; max-width:100%; }
  .hero-float { display:none !important; }
  .hero h1 { font-size:2rem; margin:12px 0; }
  .hero p.lead { max-width:100%; font-size:1.05rem; }
  .hero-cta .btn { flex:1; justify-content:center; }

  /* produtos: 1 por linha, GRANDE e didático, 1 botão só */
  .prod-grid { grid-template-columns:1fr !important; gap:14px; }
  .pcard { padding:16px; }
  .pcard-img { padding:14px; }
  .pcard ul { display:flex !important; }
  .pcard h3 { font-size:1.15rem; }
  .pcard .btn-ghost { display:none; }           /* tira o "Ver" — 1 ação só */
  .pcard div[style*="display:flex"] .btn-primary { flex:1 1 100% !important; padding:15px; font-size:1.05rem; }

  /* barra fixa de compra: garante visível e clicável acima de tudo */
  .pdp-bar { z-index:9999 !important; }
  .pdp-bar .btn { padding:14px 32px; font-size:1.05rem; }

  /* garante que nada estoure a largura da tela */
  .wrap { padding:0 16px; }
  html, body { max-width:100%; overflow-x:hidden; }
}
