:root{
  --green:#0f512f;
  --green-dark:#0b3f25;
  --green-soft:#e8f0e9;
  --cream:#fbf8f2;
  --paper:#fff;
  --line:#ded8cc;
  --line-soft:#ece7de;
  --text:#203226;
  --muted:#68766b;
  --shadow:0 12px 35px rgba(31,49,37,.07);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
button{cursor:pointer}
svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.page-shell{width:min(1720px,calc(100vw - 64px));margin:0 auto}
.exclusive-bar{height:34px;display:flex;align-items:center;background:linear-gradient(90deg,#0a4327,#0e5a34,#0a4327);color:#fff;text-align:center;font-size:14px;font-weight:700;letter-spacing:.01em}
.site-header{height:82px;display:grid;grid-template-columns:290px 1fr auto;align-items:center;gap:24px}
.wordmark{font-family:"Cormorant Garamond",Georgia,serif;font-size:44px;font-weight:600;line-height:1;color:var(--green-dark);white-space:nowrap}
.wordmark span{font-size:18px;vertical-align:top;margin-left:2px}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:34px;white-space:nowrap;font-size:14px}
.desktop-nav a{position:relative;padding:31px 0 25px}
.desktop-nav a.active{font-weight:700}
.desktop-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--green)}
.header-tools{display:flex;align-items:center;gap:14px}
.profile-button{display:flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;background:#fff;border:0;border-radius:999px;color:var(--text)}
.profile-avatar{width:42px;height:42px;padding:9px;border:1px solid #cfd8d0;border-radius:50%;color:#5d6b61}
.profile-button span:last-child{display:flex;flex-direction:column;align-items:flex-start;line-height:1.25}
.profile-button small{font-size:12px}
.profile-button strong{font-size:13px}
.header-icon{position:relative;width:34px;height:34px;padding:6px;border:0;background:transparent;color:var(--green-dark)}
.cart-icon span{position:absolute;right:-4px;top:-4px;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;font-size:11px;font-weight:800}
.hero-banner{display:block;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:var(--cream)}
.hero-banner img{display:block;width:100%;height:auto;max-height:385px;object-fit:cover}
.utility-row{display:grid;grid-template-columns:400px 1fr;gap:16px;margin:16px 0}
.welcome-card,.shortcut-grid,.catalog-panel,.order-summary{border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(31,49,37,.04)}
.welcome-card{position:relative;display:flex;align-items:center;gap:18px;min-height:92px;padding:16px 22px;overflow:hidden}
.welcome-seal{width:62px;height:62px;padding:10px;border:1px solid #cfd8d0;border-radius:50%;color:#527356;background:#fbfdfb}
.welcome-card h2{margin:0 0 3px;font-family:"Cormorant Garamond",Georgia,serif;font-size:29px;line-height:1;color:var(--green-dark)}
.welcome-card p{margin:0;font-size:12px;line-height:1.45;color:#28352c}
.welcome-leaf{position:absolute;right:18px;bottom:7px;font-size:42px;color:#cfddcf}
.shortcut-grid{display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;min-height:92px}
.shortcut-grid button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:0;border-right:1px solid var(--line-soft);background:#fff;color:var(--green-dark)}
.shortcut-grid button:last-child{border-right:0}
.shortcut-grid button span{font-size:25px;line-height:1}
.shortcut-grid button strong{font-size:12px;line-height:1.2}
.commerce-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;align-items:start}
.catalog-panel{padding:12px 14px 14px;min-width:0}
.catalog-heading-row h2,.products-title-row h2,.summary-title h2{font-family:"Cormorant Garamond",Georgia,serif;color:var(--green-dark)}
.catalog-heading-row h2{margin:0 0 8px;font-size:25px}
.category-pills{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.category-pills button{height:31px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#2e3b32;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 14px}
.category-pills button.active{background:linear-gradient(90deg,#0d482a,#14633a);border-color:var(--green);color:#fff;font-weight:700}
.products-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:8px 0 8px}
.products-title-row h2{margin:0;font-size:25px}
.products-actions{display:flex;align-items:center;gap:12px}
.search-control{display:flex;align-items:center;gap:6px;width:190px;height:31px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#778279}
.search-control input{width:100%;border:0;outline:0;background:transparent;font-size:11px;color:var(--text)}
#show-all-button{border:0;background:transparent;color:var(--green);font-size:11px;font-weight:800}
.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.product-card{display:flex;flex-direction:column;min-width:0;min-height:286px;padding:8px;border:1px solid var(--line-soft);border-radius:12px;background:#fff;box-shadow:0 3px 12px rgba(31,49,37,.025)}
.product-image{height:112px;display:flex;align-items:center;justify-content:center;margin-bottom:7px;border-radius:9px;background:#fff;overflow:hidden}
.product-image img{display:block;width:100%;height:100%;object-fit:contain}
.product-card h3{min-height:34px;margin:0 0 6px;font-size:11px;line-height:1.1;color:#18271d}
.price-caption{font-size:9px;color:#657168;line-height:1.15}
.suggested-price{font-size:10px;color:#2f3b32;margin-bottom:3px}
.exclusive-price{font-size:18px;line-height:1;color:var(--green);font-weight:800;margin:2px 0 3px}
.economy{font-size:9px;color:#497055;margin-bottom:7px}
.card-controls{display:grid;grid-template-columns:62px 1fr;gap:7px;margin-top:auto}
.quantity-control{height:28px;display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;border:1px solid var(--line);border-radius:7px;overflow:hidden}
.quantity-control button{height:100%;border:0;background:#fff;color:var(--green-dark);font-weight:700}
.quantity-control span{text-align:center;font-size:11px;font-weight:700}
.add-button{height:28px;border:0;border-radius:7px;background:linear-gradient(90deg,#0e4a2b,#146338);color:#fff;font-size:9px;font-weight:800}
.order-summary{padding:18px 18px 20px;position:sticky;top:12px}
.summary-title{display:flex;align-items:center;gap:10px;margin-bottom:22px}
.summary-title span{font-size:22px;color:#75917a}
.summary-title h2{margin:0;font-size:28px;line-height:1}
.summary-line{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px}
.summary-line strong{color:#263229}
.remaining-label{margin:9px 0 8px;font-size:9px;color:#56645a}
.progress{height:7px;border-radius:999px;background:#e5e8e2;overflow:hidden}
.progress span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#176638,#2e814d)}
.summary-separator{height:1px;background:var(--line-soft);margin:22px 0 17px}
.subtotal-line{font-size:11px;margin-bottom:14px}
.subtotal-line strong{font-size:13px}
.checkout-button,.cart-button{width:100%;height:42px;border-radius:8px;font-weight:800}
.checkout-button{display:flex;align-items:center;justify-content:center;gap:25px;border:0;background:linear-gradient(90deg,#0e4a2b,#146338);color:#fff}
.checkout-button:disabled{opacity:.55;cursor:not-allowed}
.cart-button{margin-top:10px;border:1px solid #73917a;background:#fff;color:var(--green-dark)}
.benefits-list{display:grid;gap:18px;margin-top:22px}
.benefits-list article{display:flex;align-items:center;gap:12px}
.benefit-icon{display:grid;place-items:center;width:28px;height:28px;color:var(--green);font-size:22px}
.benefits-list div{display:flex;flex-direction:column;gap:2px}
.benefits-list strong{font-size:13px;color:var(--green-dark)}
.benefits-list small{font-size:10px;color:#667269}
.values-strip{margin-top:20px;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:linear-gradient(90deg,#faf7f1,#fff,#faf7f1)}
.values-grid{min-height:76px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:28px}
.values-grid article{display:flex;align-items:center;justify-content:center;gap:12px}
.values-grid article>span{font-size:30px;color:#7a9b7e}
.values-grid article div{display:flex;flex-direction:column}
.values-grid strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:18px;color:#27452f}
.values-grid small{font-size:10px;color:#6a766d}
.site-footer{padding:24px 0 12px;background:#fff}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:60px}
.footer-brand .wordmark{font-size:42px}
.site-footer h3{margin:0 0 8px;font-size:10px;color:#24452e}
.site-footer a{display:block;margin-bottom:6px;font-size:10px;color:#4f5e53}
.social-row{display:flex;gap:12px;color:var(--green);font-size:22px;font-weight:800}
.copyright{text-align:center;margin-top:16px;color:#9aa19b;font-size:9px}
.empty-state{grid-column:1/-1;padding:30px;text-align:center;border:1px dashed var(--line);border-radius:12px;color:var(--muted)}
@media (max-width:1450px){.page-shell{width:min(1380px,calc(100vw - 48px))}.site-header{grid-template-columns:250px 1fr auto}.desktop-nav{gap:23px}.wordmark{font-size:39px}.product-grid{gap:9px}.product-card{padding:7px}.commerce-layout{grid-template-columns:minmax(0,1fr) 315px}}
@media (max-width:1180px){.site-header{height:auto;grid-template-columns:1fr auto;padding:18px 0}.desktop-nav{grid-column:1/-1;grid-row:2;justify-content:flex-start;overflow:auto}.utility-row,.commerce-layout{grid-template-columns:1fr}.order-summary{position:static}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(3,1fr)}.hero-banner img{min-height:260px;object-fit:cover}}
@media (max-width:760px){.page-shell{width:calc(100vw - 24px)}.site-header{grid-template-columns:1fr}.header-tools{justify-content:flex-start}.desktop-nav{gap:18px}.utility-row{grid-template-columns:1fr}.shortcut-grid{grid-template-columns:repeat(2,1fr)}.category-pills{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.values-grid,.footer-grid{grid-template-columns:1fr}.hero-banner img{min-height:210px}.search-control{display:none}}

/* ==================================================================
   VERDE_BRASIL_LOJA_IDENTIDADE_OFICIAL_V1_1
   Identidade oficial baseada na página institucional de revendedores
   ================================================================== */

:root {
  --green: #2d6b4f;
  --green-dark: #1a3a2a;
  --green-deeper: #102d1f;
  --green-soft: #e8f2ec;

  --cream: #f5f9f7;
  --paper: #ffffff;

  --gold: #c9a96e;
  --gold-light: #dfc89e;
  --copper: #b87d5a;

  --line: rgba(26, 58, 42, 0.16);
  --line-soft: rgba(26, 58, 42, 0.09);

  --text: #1a2e24;
  --muted: #5e7568;

  --shadow: 0 14px 38px rgba(26, 58, 42, 0.09);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(
      circle at 50% 0,
      rgba(201, 169, 110, 0.08),
      transparent 25rem
    ),
    linear-gradient(
      180deg,
      #fffefb 0,
      #ffffff 34rem
    );

  color: var(--text);
  font-family: "Outfit", Arial, Helvetica, sans-serif;
}

.exclusive-bar {
  background:
    linear-gradient(
      90deg,
      #102d1f,
      #1a3a2a 48%,
      #102d1f
    );

  border-bottom:
    1px solid rgba(201, 169, 110, 0.32);

  color: #ffffff;
}

.site-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: rgba(26, 58, 42, 0.10);
}

.brand-logo-link,
.footer-brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand-logo-header {
  width: 205px;
  max-width: 100%;
  height: auto;
}

.desktop-nav a {
  color: #263b2f;
  font-family: "Outfit", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.desktop-nav a:hover {
  color: var(--green);
}

.profile-button {
  font-family: "Outfit", Arial, Helvetica, sans-serif;
}

.hero-banner {
  border-color: rgba(201, 169, 110, 0.28);

  box-shadow:
    0 18px 45px rgba(26, 58, 42, 0.12),
    0 0 0 1px rgba(201, 169, 110, 0.06);
}

.welcome-card,
.shortcut-grid,
.catalog-panel,
.order-summary {
  border-color: rgba(26, 58, 42, 0.14);
  box-shadow: 0 10px 28px rgba(26, 58, 42, 0.06);
}

.welcome-card h2,
.catalog-heading-row h2,
.products-title-row h2,
.summary-title h2 {
  color: var(--green-dark);
}

.shortcut-grid button {
  color: var(--green-dark);
}

.shortcut-grid button:hover {
  background:
    linear-gradient(
      180deg,
      rgba(232, 242, 236, 0.65),
      rgba(255, 255, 255, 0.95)
    );
}

.category-pills button.active,
.add-button,
.checkout-button {
  background:
    linear-gradient(
      135deg,
      var(--green),
      var(--green-dark)
    );
}

.category-pills button.active {
  border-color: var(--green-dark);
}

.product-card {
  border-color: rgba(26, 58, 42, 0.10);

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.product-card:hover {
  border-color: rgba(201, 169, 110, 0.48);
  box-shadow: 0 16px 38px rgba(26, 58, 42, 0.11);
  transform: translateY(-2px);
}

.progress span {
  background:
    linear-gradient(
      90deg,
      var(--green),
      #5a8f7b
    );
}

.benefits-list article {
  align-items: flex-start;
}

.benefits-list strong {
  color: var(--green-dark);
}

.benefits-list small {
  display: block;
  line-height: 1.35;
}

.values-strip {
  border-color: rgba(201, 169, 110, 0.26);

  background:
    linear-gradient(
      90deg,
      #f5f9f7,
      #fffdf8,
      #f5f9f7
    );
}

.values-grid article > span {
  color: var(--gold);
}

.values-grid strong {
  color: var(--green-dark);
}

.site-footer {
  padding-top: 38px;

  background:
    radial-gradient(
      circle at 15% 0,
      rgba(201, 169, 110, 0.11),
      transparent 22rem
    ),
    linear-gradient(
      145deg,
      #102d1f,
      #08150e
    );

  border-top:
    1px solid rgba(201, 169, 110, 0.28);

  color: rgba(255, 255, 255, 0.72);
}

.brand-logo-footer {
  width: 210px;
  max-width: 100%;
  height: auto;
}

.footer-brand-description {
  max-width: 310px;
  margin: 18px 0 12px;

  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.65;
}

.footer-address {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-style: normal;
  line-height: 1.55;
}

.site-footer h3 {
  color: var(--gold-light);
  letter-spacing: 0.08em;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.64);
}

.site-footer a:hover {
  color: var(--gold-light);
}

.copyright {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.40);
}

.copyright a {
  display: inline;
  color: rgba(201, 169, 110, 0.70);
}

.copyright-separator {
  display: inline-block;
  margin: 0 6px;
  color: rgba(201, 169, 110, 0.50);
}

@media (max-width: 1180px) {
  .brand-logo-header {
    width: 190px;
  }
}

@media (max-width: 760px) {
  .brand-logo-header {
    width: 175px;
  }

  .brand-logo-footer {
    width: 190px;
  }

  .footer-brand-description {
    max-width: none;
  }

  .copyright-separator {
    display: none;
  }

  .copyright a {
    display: block;
    margin-top: 5px;
  }
}

/* ==================================================================
   VERDE_BRASIL_LOJA_DENSIDADE_DESKTOP_V2
   Desktop premium compacto.
   Hero reduzido proporcionalmente, sem recorte da arte.
   ================================================================== */

@media (min-width: 1181px) {

  /* Barra superior */
  .exclusive-bar {
    height: 24px;
    font-size: 11px;
  }

  /* Cabeçalho mais enxuto */
  .site-header {
    height: 58px;
    grid-template-columns: 185px 1fr auto;
    gap: 16px;
  }

  .brand-logo-header {
    width: 155px;
  }

  .desktop-nav {
    gap: 18px;
    font-size: 12px;
  }

  .desktop-nav a {
    padding: 19px 0 16px;
  }

  .desktop-nav a.active::after {
    bottom: 10px;
  }

  .header-tools {
    gap: 8px;
  }

  .profile-button {
    gap: 7px;
    padding: 3px 8px 3px 3px;
  }

  .profile-avatar {
    width: 32px;
    height: 32px;
    padding: 7px;
  }

  .profile-button small {
    font-size: 10px;
  }

  .profile-button strong {
    font-size: 11px;
  }

  .header-icon {
    width: 28px;
    height: 28px;
    padding: 5px;
  }

  .cart-icon span {
    width: 18px;
    height: 18px;
    right: -3px;
    top: -3px;
    font-size: 9px;
  }

  /*
   * HERO
   *
   * Não usamos mais altura fixa.
   * A arte completa permanece visível e é reduzida
   * proporcionalmente pela largura.
   */
  .hero-banner {
    width: 100%;
    margin: 8px auto 0;
    border-radius: 18px;
  }

  .hero-banner img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
    object-position: center center;
  }

  /* Boas-vindas + atalhos */
  .utility-row {
    width: min(100%, 1180px);
    grid-template-columns: 300px 1fr;
    gap: 10px;
    margin: 8px auto 10px;
  }

  .welcome-card,
  .shortcut-grid {
    min-height: 64px;
  }

  .welcome-card {
    gap: 10px;
    padding: 8px 12px;
  }

  .welcome-seal {
    width: 42px;
    height: 42px;
    padding: 7px;
  }

  .welcome-card h2 {
    margin-bottom: 2px;
    font-size: 21px;
  }

  .welcome-card p {
    font-size: 10px;
    line-height: 1.28;
  }

  .welcome-leaf {
    right: 10px;
    bottom: 4px;
    font-size: 28px;
  }

  .shortcut-grid button {
    gap: 3px;
  }

  .shortcut-grid button span {
    font-size: 18px;
  }

  .shortcut-grid button strong {
    font-size: 10px;
    line-height: 1.1;
  }
}

/* ==================================================================
   VERDE_BRASIL_CARRINHO_FUNCIONAL_V1
   Carrinho lateral funcional.
   Não altera hero, catálogo ou identidade visual principal.
   ================================================================== */

.vb-cart-lock {
  overflow: hidden;
}

.vb-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(13, 38, 25, .38);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.vb-cart-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.vb-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: min(430px, 100vw);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: -20px 0 55px rgba(20, 45, 31, .18);
  transform: translateX(102%);
  transition: transform .25s ease;
}

.vb-cart-drawer.is-open {
  transform: translateX(0);
}

.vb-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(26, 58, 42, .12);
}

.vb-cart-head-title {
  min-width: 0;
}

.vb-cart-head small {
  display: block;
  margin-bottom: 3px;
  color: #607065;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vb-cart-head h2 {
  margin: 0;
  color: var(--green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.vb-cart-close {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(26, 58, 42, .16);
  border-radius: 50%;
  background: #fff;
  color: var(--green-dark);
  font-size: 24px;
  line-height: 1;
}

.vb-cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 14px 20px 20px;
}

.vb-cart-empty {
  padding: 58px 18px;
  text-align: center;
  color: #627067;
}

.vb-cart-empty strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
}

.vb-cart-line {
  display: grid;
  grid-template-columns: 72px minmax(0,1fr);
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(26, 58, 42, .10);
}

.vb-cart-line-image {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: #faf8f3;
}

.vb-cart-line-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vb-cart-line-info {
  min-width: 0;
}

.vb-cart-line-info h3 {
  margin: 0 0 4px;
  color: #1b2f22;
  font-size: 13px;
  line-height: 1.25;
}

.vb-cart-line-price {
  margin: 0 0 9px;
  color: #667369;
  font-size: 11px;
}

.vb-cart-line-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.vb-cart-qty {
  display: inline-grid;
  grid-template-columns: 30px 36px 30px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(26, 58, 42, .17);
  border-radius: 999px;
}

.vb-cart-qty button {
  height: 30px;
  border: 0;
  background: #fff;
  color: var(--green-dark);
  font-size: 17px;
}

.vb-cart-qty span {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.vb-cart-line-total {
  white-space: nowrap;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.vb-cart-remove {
  margin-top: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8b5d55;
  font-size: 10px;
  text-decoration: underline;
}

.vb-cart-footer {
  padding: 16px 20px 20px;
  border-top: 1px solid rgba(26, 58, 42, .12);
  background: #fff;
}

.vb-cart-progress-row,
.vb-cart-subtotal-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.vb-cart-progress-row {
  margin-bottom: 7px;
  color: #647168;
  font-size: 11px;
}

.vb-cart-progress {
  height: 7px;
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #e8ebe7;
}

.vb-cart-progress > span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--green);
  transition: width .2s ease;
}

.vb-cart-subtotal-row {
  align-items: end;
  margin-bottom: 14px;
}

.vb-cart-subtotal-row span {
  color: #59675d;
  font-size: 12px;
}

.vb-cart-subtotal-row strong {
  color: var(--green-dark);
  font-size: 21px;
}

.vb-cart-status {
  margin: -4px 0 14px;
  padding: 9px 11px;
  border-radius: 10px;
  background: #f7f5ef;
  color: #536157;
  font-size: 11px;
  line-height: 1.35;
}

.vb-cart-status.is-ready {
  background: #edf6ef;
  color: #174b2b;
}

.vb-cart-actions {
  display: grid;
  gap: 8px;
}

.vb-cart-primary,
.vb-cart-secondary {
  min-height: 44px;
  border-radius: 10px;
  font-weight: 700;
}

.vb-cart-primary {
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
}

.vb-cart-primary:disabled {
  cursor: not-allowed;
  border-color: #a8b5ac;
  background: #a8b5ac;
  opacity: .78;
}

.vb-cart-secondary {
  border: 1px solid rgba(26, 58, 42, .30);
  background: #fff;
  color: var(--green-dark);
}

.vb-cart-clear {
  display: block;
  margin: 12px auto 0;
  padding: 2px 4px;
  border: 0;
  background: transparent;
  color: #83756c;
  font-size: 10px;
  text-decoration: underline;
}

@media (max-width: 520px) {
  .vb-cart-drawer {
    width: 100vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vb-cart-overlay,
  .vb-cart-drawer,
  .vb-cart-progress > span {
    transition: none;
  }
}

/* ==================================================================
   VERDE_BRASIL_CHECKOUT_ENTREGA_V1
   Dados da revendedora + endereço de entrega.
   ================================================================== */

.vb-checkout-overlay {
  position: fixed;
  inset: 0;
  z-index: 10008;
  background: rgba(13, 38, 25, .40);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.vb-checkout-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.vb-checkout-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10009;
  width: min(560px, 100vw);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: -20px 0 60px rgba(20, 45, 31, .20);
  transform: translateX(102%);
  transition: transform .25s ease;
}

.vb-checkout-drawer.is-open {
  transform: translateX(0);
}

.vb-checkout-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 19px 22px;
  border-bottom: 1px solid rgba(26, 58, 42, .12);
}

.vb-checkout-step {
  display: inline-block;
  margin-bottom: 3px;
  color: #627168;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.vb-checkout-head h2 {
  margin: 0;
  color: var(--green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  line-height: 1;
}

.vb-checkout-close {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(26, 58, 42, .17);
  border-radius: 50%;
  background: #fff;
  color: var(--green-dark);
  font-size: 24px;
  line-height: 1;
}

.vb-checkout-scroll {
  flex: 1;
  overflow-y: auto;
  padding: 18px 22px 24px;
}

.vb-checkout-order-strip {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 13px 15px;
  border: 1px solid rgba(26, 58, 42, .12);
  border-radius: 13px;
  background: #f8f7f2;
}

.vb-checkout-order-strip span {
  color: #657269;
  font-size: 11px;
}

.vb-checkout-order-strip strong {
  color: var(--green-dark);
  font-size: 14px;
}

.vb-checkout-section {
  margin-bottom: 21px;
}

.vb-checkout-section-title {
  margin: 0 0 11px;
  color: var(--green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  line-height: 1.05;
}

.vb-checkout-section-subtitle {
  margin: -5px 0 12px;
  color: #69776d;
  font-size: 11px;
  line-height: 1.45;
}

.vb-checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.vb-checkout-field {
  min-width: 0;
}

.vb-checkout-field.is-full {
  grid-column: 1 / -1;
}

.vb-checkout-field label {
  display: block;
  margin: 0 0 5px;
  color: #394a3e;
  font-size: 10px;
  font-weight: 700;
}

.vb-checkout-field input {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid rgba(26, 58, 42, .18);
  border-radius: 10px;
  outline: 0;
  background: #fff;
  padding: 0 11px;
  color: #203027;
  font-size: 12px;
}

.vb-checkout-field input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(23, 94, 55, .08);
}

.vb-checkout-field input.is-invalid {
  border-color: #b65d50;
  background: #fffafa;
}

.vb-checkout-error {
  min-height: 14px;
  margin-top: 4px;
  color: #a44f43;
  font-size: 9px;
  line-height: 1.25;
}

.vb-checkout-info {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f4f7f3;
  color: #506057;
  font-size: 10px;
  line-height: 1.45;
}

.vb-checkout-info strong {
  color: var(--green-dark);
}

.vb-checkout-footer {
  padding: 14px 22px 19px;
  border-top: 1px solid rgba(26, 58, 42, .12);
  background: #fff;
}

.vb-checkout-save {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--green);
  border-radius: 11px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
}

.vb-checkout-back {
  display: block;
  margin: 9px auto 0;
  padding: 5px 8px;
  border: 0;
  background: transparent;
  color: #59685e;
  font-size: 10px;
  text-decoration: underline;
}

.vb-checkout-success {
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 30px;
  text-align: center;
}

.vb-checkout-success-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #eaf5ed;
  color: var(--green);
  font-size: 29px;
  font-weight: 800;
}

.vb-checkout-success h3 {
  margin: 0 0 8px;
  color: var(--green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
}

.vb-checkout-success p {
  max-width: 380px;
  margin: 0 auto 18px;
  color: #657269;
  font-size: 12px;
  line-height: 1.55;
}

.vb-checkout-success button {
  min-width: 180px;
  min-height: 42px;
  border: 1px solid rgba(26, 58, 42, .28);
  border-radius: 10px;
  background: #fff;
  color: var(--green-dark);
  font-weight: 700;
}

@media (max-width: 620px) {
  .vb-checkout-drawer {
    width: 100vw;
  }

  .vb-checkout-grid {
    grid-template-columns: 1fr;
  }

  .vb-checkout-field.is-full {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vb-checkout-overlay,
  .vb-checkout-drawer {
    transition: none;
  }
}

/* ==================================================================
   VERDE_BRASIL_CHECKOUT_PAGAMENTO_REVISAO_V1
   PIX / cartão até 6x + revisão final.
   ================================================================== */

.vb-payment-intro {
  margin: 0 0 16px;
  color: #657269;
  font-size: 11px;
  line-height: 1.5;
}

.vb-payment-options {
  display: grid;
  gap: 11px;
}

.vb-payment-option {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  border: 1px solid rgba(26,58,42,.16);
  border-radius: 14px;
  background: #fff;
  color: #203027;
  text-align: left;
  transition:
    border-color .16s ease,
    background .16s ease,
    box-shadow .16s ease;
}

.vb-payment-option:hover {
  border-color: rgba(20,88,51,.38);
}

.vb-payment-option.is-selected {
  border-color: var(--green);
  background: #f4faf6;
  box-shadow: 0 0 0 3px rgba(20,88,51,.07);
}

.vb-payment-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f2f5f1;
  color: var(--green-dark);
  font-size: 20px;
  font-weight: 800;
}

.vb-payment-option.is-selected .vb-payment-icon {
  background: #e4f2e8;
}

.vb-payment-copy strong {
  display: block;
  margin-bottom: 3px;
  color: var(--green-dark);
  font-size: 13px;
}

.vb-payment-copy small {
  display: block;
  color: #69776d;
  font-size: 10px;
  line-height: 1.4;
}

.vb-payment-check {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid #adb8b0;
  border-radius: 50%;
  color: transparent;
  font-size: 11px;
  font-weight: 900;
}

.vb-payment-option.is-selected .vb-payment-check {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.vb-installments {
  display: none;
  margin-top: 12px;
  padding: 13px;
  border-radius: 12px;
  background: #f8f7f2;
}

.vb-installments.is-visible {
  display: block;
}

.vb-installments label {
  display: block;
  margin-bottom: 6px;
  color: #394a3e;
  font-size: 10px;
  font-weight: 700;
}

.vb-installments select {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid rgba(26,58,42,.18);
  border-radius: 10px;
  outline: 0;
  background: #fff;
  padding: 0 11px;
  color: #203027;
  font: inherit;
  font-size: 12px;
}

.vb-payment-warning {
  min-height: 15px;
  margin: 8px 0 0;
  color: #a44f43;
  font-size: 10px;
}

.vb-step-actions {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.vb-step-primary,
.vb-step-secondary {
  min-height: 45px;
  border-radius: 11px;
  font-weight: 800;
}

.vb-step-primary {
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
}

.vb-step-secondary {
  border: 1px solid rgba(26,58,42,.24);
  background: #fff;
  color: var(--green-dark);
}

.vb-review-block {
  margin-bottom: 13px;
  padding: 14px;
  border: 1px solid rgba(26,58,42,.12);
  border-radius: 13px;
  background: #fff;
}

.vb-review-block h3 {
  margin: 0 0 9px;
  color: var(--green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
}

.vb-review-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 5px 0;
  color: #526158;
  font-size: 11px;
  line-height: 1.4;
}

.vb-review-line strong {
  color: #223329;
  text-align: right;
}

.vb-review-address {
  color: #526158;
  font-size: 11px;
  line-height: 1.55;
}

.vb-review-products {
  display: grid;
  gap: 9px;
}

.vb-review-product {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr) auto;
  align-items: center;
  gap: 9px;
}

.vb-review-product-image {
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 8px;
  background: #f8f7f2;
}

.vb-review-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.vb-review-product-name {
  color: #26362c;
  font-size: 10px;
  line-height: 1.3;
}

.vb-review-product-name strong {
  display: block;
  color: var(--green-dark);
}

.vb-review-product-total {
  white-space: nowrap;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
}

.vb-review-grand-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-top: 4px;
  padding: 15px;
  border-radius: 13px;
  background: #edf6ef;
}

.vb-review-grand-total span {
  color: #496052;
  font-size: 11px;
}

.vb-review-grand-total strong {
  color: var(--green-dark);
  font-size: 22px;
}

.vb-homologation-note {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff8e9;
  color: #6e5a34;
  font-size: 10px;
  line-height: 1.45;
}

.vb-order-reference {
  display: inline-block;
  margin: 6px 0 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #edf6ef;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}

@media (prefers-reduced-motion: reduce) {
  .vb-payment-option {
    transition: none;
  }
}
