: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;
  }
}


/* ============================================================
   PATCH_VERDE_LOJA_AJUSTES_UX_V1
   ============================================================ */


/* 2 + 3 — banner compacto, sem CTA/Ofertas */

.hero-banner.hero-banner-compact {
  min-height: 148px;
  height: auto;
  display: flex;
  align-items: center;
  padding: 24px 34px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 30%, rgba(111,151,108,.15), transparent 36%),
    linear-gradient(105deg,#faf7ee 0%,#f4f7ef 100%);
  box-shadow: 0 8px 24px rgba(31,49,37,.05);
}

.hero-compact-copy span {
  display: block;
  margin-bottom: 4px;
  color: #9a752a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
}

.hero-compact-copy h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--green-dark);
  font-size: 39px;
  line-height: 1;
  font-weight: 600;
}

.hero-compact-copy p {
  margin: 7px 0 0;
  color: #5c6e61;
  font-size: 13px;
}


/* 3 — agora existem somente 3 atalhos */

.shortcut-grid {
  grid-template-columns: repeat(3, 1fr);
}

.shortcut-grid button strong {
  font-size: 13px;
}


/* 5 — busca muito mais evidente */

.products-title-row {
  margin-top: 20px;
  align-items: flex-end;
}

.products-actions {
  flex: 1;
  justify-content: flex-end;
}

.search-control {
  width: min(100%, 520px);
  height: 46px;
  padding: 0 16px;
  gap: 10px;
  border: 2px solid rgba(20,99,56,.22);
  border-radius: 13px;
  box-shadow: 0 5px 18px rgba(27,70,42,.06);
  color: #41604b;
}

.search-control span {
  font-size: 20px;
}

.search-control input {
  font-size: 14px;
  font-weight: 500;
}

.search-control:focus-within {
  border-color: var(--green);
  box-shadow:
    0 0 0 3px rgba(20,99,56,.08),
    0 7px 20px rgba(27,70,42,.08);
}

#show-all-button {
  display: none !important;
}


/* 6 — categorias maiores e mais destacadas */

.catalog-heading-row h2 {
  margin-bottom: 12px;
  font-size: 29px;
}

.category-pills {
  gap: 11px;
}

.category-pills button {
  height: 43px;
  padding: 0 16px;
  border: 1.5px solid rgba(21,88,49,.20);
  border-radius: 12px;
  background: #fff;
  color: #274a34;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform .14s ease,
    border-color .14s ease,
    box-shadow .14s ease,
    background .14s ease;
}

.category-pills button:hover {
  transform: translateY(-1px);
  border-color: rgba(21,88,49,.42);
  background: #f7faf6;
  box-shadow: 0 5px 14px rgba(32,71,43,.07);
}

.category-pills button.active {
  background: linear-gradient(90deg,#0d482a,#17663b);
  border-color: #155f38;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 7px 16px rgba(15,83,46,.16);
}


/* 7 — resumo do pedido com leitura melhor */

.order-summary {
  padding: 22px 22px 24px;
}

.summary-title {
  margin-bottom: 25px;
}

.summary-title span {
  font-size: 26px;
}

.summary-title h2 {
  font-size: 31px;
}

.summary-line {
  font-size: 14px;
}

.summary-line strong {
  font-size: 15px;
}

.remaining-label {
  margin: 11px 0 10px;
  font-size: 12px;
  line-height: 1.4;
}

.progress {
  height: 9px;
}

.subtotal-line {
  margin-bottom: 17px;
  font-size: 14px;
}

.subtotal-line strong {
  font-size: 19px;
}

.checkout-button,
.cart-button {
  height: 46px;
  font-size: 14px;
}

.benefits-list {
  gap: 19px;
  margin-top: 24px;
}

.benefits-list strong {
  font-size: 14px;
}

.benefits-list small {
  font-size: 12px;
  line-height: 1.35;
}


/* 8 — rodapé agora possui somente 3 blocos além da marca */

.footer-grid {
  grid-template-columns: 1.5fr repeat(3, 1fr);
}


/* Responsivo */

@media (max-width: 1180px) {

  .hero-banner.hero-banner-compact {
    min-height: 130px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


@media (max-width: 760px) {

  .hero-banner.hero-banner-compact {
    min-height: 118px;
    padding: 20px 22px;
  }

  .hero-compact-copy h1 {
    font-size: 33px;
  }

  .hero-compact-copy p {
    font-size: 12px;
  }

  .products-title-row {
    align-items: stretch;
    flex-direction: column;
  }

  .products-actions {
    width: 100%;
  }

  .search-control {
    display: flex !important;
    width: 100%;
  }

  .category-pills {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-pills button {
    height: 44px;
    font-size: 12px;
  }

  .shortcut-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .footer-grid {
    grid-template-columns: 1fr;
  }

}


/* ============================================================
   FIM PATCH_VERDE_LOJA_AJUSTES_UX_V1
   ============================================================ */



/* ============================================================
   PATCH_VERDE_LOJA_HEADER_CATALOGO_V2
   Acabamento Hyperion + identidade Verde Brasil
   ============================================================ */


/* ------------------------------------------------------------
   FAIXA EXCLUSIVA
   ------------------------------------------------------------ */

.exclusive-bar {
  min-height: 27px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      #062d1c 0%,
      #0b4028 50%,
      #062d1c 100%
    );
  border-bottom:
    1px solid rgba(207, 170, 88, .28);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .02em;
}


/* ------------------------------------------------------------
   CABEÇALHO PRINCIPAL
   ------------------------------------------------------------ */

.site-header {
  min-height: 84px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-logo-header {
  width: 168px;
  max-width: 168px;
  height: auto;
}

.desktop-nav {
  gap: 22px;
}

.desktop-nav a {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  transition:
    color .16s ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: #b7903f;
  transition:
    left .16s ease,
    right .16s ease;
}

.desktop-nav a:hover::after {
  left: 0;
  right: 0;
}

.profile-button,
.header-icon,
.vb-auth-logout {
  transition:
    transform .15s ease,
    box-shadow .15s ease,
    border-color .15s ease;
}

.profile-button:hover,
.header-icon:hover,
.vb-auth-logout:hover {
  transform: translateY(-1px);
}


/* ------------------------------------------------------------
   BARRA DE TITULO / HERO COMPACTO PREMIUM
   ------------------------------------------------------------ */

.hero-banner.hero-banner-compact {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  min-height: 132px;
  height: auto;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto;

  align-items: center;

  gap: 28px;

  padding:
    22px 32px;

  border:
    1px solid rgba(190, 151, 69, .32);

  border-radius:
    22px;

  background:
    linear-gradient(
      112deg,
      #062d1c 0%,
      #0a4428 52%,
      #13563a 100%
    );

  box-shadow:
    0 18px 38px
    rgba(5, 43, 26, .16);
}


.hero-banner.hero-banner-compact::before {
  content: "";
  position: absolute;
  z-index: -1;

  width: 360px;
  height: 360px;

  right: 18%;
  top: -250px;

  border-radius: 50%;

  border:
    1px solid rgba(229, 207, 154, .16);
}


.hero-banner.hero-banner-compact::after {
  content: "";
  position: absolute;
  z-index: -1;

  width: 180px;
  height: 180px;

  right: -50px;
  bottom: -100px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(212, 182, 112, .14),
      transparent 70%
    );
}


.hero-compact-copy {
  min-width: 0;
}


.hero-kicker {
  display: inline-flex !important;
  align-items: center;

  margin-bottom: 6px !important;

  color: #dfc27d !important;

  font-size: 10px !important;
  font-weight: 700 !important;

  letter-spacing: .10em !important;
}


.hero-compact-copy h1 {
  margin: 0;

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  color: #fff;

  font-size: 38px;

  line-height: 1;

  font-weight: 600;

  letter-spacing: -.015em;
}


.hero-compact-copy p {
  max-width: 650px;

  margin:
    7px 0 0;

  color:
    rgba(255, 255, 255, .74);

  font-size: 13px;

  line-height: 1.45;
}


.hero-compact-stats {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(118px, 1fr));

  gap: 8px;
}


.hero-stat {
  min-width: 126px;

  padding:
    11px 13px;

  border:
    1px solid rgba(255, 255, 255, .14);

  border-radius:
    13px;

  background:
    rgba(255, 255, 255, .075);

  backdrop-filter:
    blur(8px);
}


.hero-stat small {
  display: block;

  margin-bottom:
    3px;

  color:
    rgba(255, 255, 255, .55);

  font-size:
    8px;

  font-weight:
    700;

  letter-spacing:
    .09em;
}


.hero-stat strong {
  display: block;

  color: #fff;

  font-size:
    12px;

  line-height:
    1.2;
}


.hero-stat-highlight {
  border-color:
    rgba(216, 184, 111, .35);

  background:
    rgba(190, 151, 69, .15);
}


.hero-stat-highlight strong {
  color:
    #f1d998;
}


/* ------------------------------------------------------------
   ATALHOS
   ------------------------------------------------------------ */

.utility-row {
  margin:
    14px 0;
}

.welcome-card,
.shortcut-grid {
  border-color:
    rgba(15, 76, 42, .10);

  box-shadow:
    0 8px 22px
    rgba(28, 58, 38, .045);
}


.shortcut-grid button {
  min-height: 88px;

  cursor: pointer;

  transition:
    background .15s ease,
    color .15s ease;
}


.shortcut-grid button:hover {
  background:
    #f5f8f4;

  color:
    #0e5631;
}


.shortcut-grid button span {
  color:
    #a78032;
}


/* ------------------------------------------------------------
   PAINEL DE CATÁLOGO
   ------------------------------------------------------------ */

.catalog-panel {
  padding:
    17px 17px 18px;

  border-color:
    rgba(15, 76, 42, .10);

  box-shadow:
    0 12px 30px
    rgba(27, 57, 37, .055);
}


.catalog-heading-row h2,
.products-title-row h2 {
  font-size:
    30px;
}


/* ------------------------------------------------------------
   CATEGORIAS:
   TODOS + 6 CATEGORIAS
   ------------------------------------------------------------ */

.category-pills {
  grid-template-columns:
    repeat(7, minmax(0, 1fr));

  gap:
    9px;
}


.category-pills button {
  position: relative;

  height:
    46px;

  padding:
    0 14px;

  border:
    1px solid rgba(16, 88, 48, .22);

  border-radius:
    12px;

  background:
    linear-gradient(
      180deg,
      #fff,
      #fbfcfa
    );

  color:
    #294d37;

  font-size:
    12px;

  font-weight:
    600;

  box-shadow:
    0 3px 9px
    rgba(32, 66, 42, .035);

  cursor:
    pointer;

  transition:
    transform .15s ease,
    border-color .15s ease,
    box-shadow .15s ease,
    background .15s ease;
}


.category-pills button:hover {
  transform:
    translateY(-2px);

  border-color:
    rgba(17, 94, 51, .46);

  box-shadow:
    0 8px 17px
    rgba(25, 68, 39, .09);
}


.category-pills button.active {
  border-color:
    #0d5b32;

  background:
    linear-gradient(
      110deg,
      #083c24,
      #12623a
    );

  color:
    #fff;

  box-shadow:
    0 9px 19px
    rgba(10, 75, 40, .20);
}


/* ------------------------------------------------------------
   PRODUTOS + BUSCA
   ------------------------------------------------------------ */

.products-title-row {
  display:
    grid;

  grid-template-columns:
    auto
    minmax(380px, 1fr);

  gap:
    28px;

  align-items:
    center;

  margin:
    23px 0 12px;
}


.products-actions {
  width:
    100%;

  justify-content:
    flex-end;
}


.search-control {
  width:
    min(100%, 650px);

  height:
    48px;

  padding:
    0 17px;

  border:
    1.5px solid rgba(12, 89, 47, .27);

  border-radius:
    13px;

  background:
    #fff;

  color:
    #2a5d3c;

  box-shadow:
    0 7px 20px
    rgba(25, 68, 39, .055);
}


.search-control span {
  font-size:
    20px;
}


.search-control input {
  font-size:
    14px;

  font-weight:
    500;
}


.search-control:focus-within {
  border-color:
    #0d6035;

  box-shadow:
    0 0 0 3px
    rgba(13, 96, 53, .08),
    0 9px 22px
    rgba(25, 68, 39, .075);
}


#show-all-button {
  display:
    none !important;
}


/* ------------------------------------------------------------
   GRID E CARDS
   ------------------------------------------------------------ */

.product-grid {
  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap:
    14px;
}


.product-card {
  overflow:
    hidden;

  border:
    1px solid rgba(17, 80, 44, .11);

  border-radius:
    16px;

  background:
    #fff;

  box-shadow:
    0 6px 16px
    rgba(30, 61, 39, .04);

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


.product-card:hover {
  transform:
    translateY(-3px);

  border-color:
    rgba(16, 93, 49, .24);

  box-shadow:
    0 14px 28px
    rgba(27, 66, 40, .09);
}


.product-image {
  overflow:
    hidden;

  border-radius:
    11px;

  background:
    linear-gradient(
      145deg,
      #fafbf8,
      #f4f6f1
    );
}


.product-card h3 {
  color:
    #183e2a;

  line-height:
    1.25;
}


.exclusive-price {
  color:
    #0b6736;
}


.add-button {
  border-radius:
    8px;

  background:
    linear-gradient(
      100deg,
      #0b4e2c,
      #15663b
    );

  box-shadow:
    0 5px 12px
    rgba(11, 78, 44, .13);
}


.add-button:hover {
  filter:
    brightness(1.06);
}


/* ------------------------------------------------------------
   RESUMO DO PEDIDO PREMIUM
   ------------------------------------------------------------ */

.order-summary {
  border:
    1px solid rgba(16, 80, 43, .12);

  box-shadow:
    0 14px 32px
    rgba(26, 60, 37, .07);
}


.summary-title {
  padding-bottom:
    15px;

  border-bottom:
    1px solid rgba(22, 75, 40, .08);
}


.summary-title h2 {
  font-size:
    31px;
}


.summary-line {
  font-size:
    14px;
}


.summary-line strong {
  font-size:
    15px;
}


.remaining-label {
  font-size:
    12px;
}


.subtotal-line {
  font-size:
    14px;
}


.subtotal-line strong {
  color:
    #0b4f2d;

  font-size:
    20px;
}


/* ------------------------------------------------------------
   RESPONSIVO
   ------------------------------------------------------------ */

@media (max-width: 1180px) {

  .hero-banner.hero-banner-compact {
    grid-template-columns:
      1fr;

    gap:
      16px;

    min-height:
      150px;
  }


  .hero-compact-stats {
    grid-template-columns:
      repeat(3, 1fr);
  }


  .category-pills {
    grid-template-columns:
      repeat(4, 1fr);
  }


  .product-grid {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
  }

}


@media (max-width: 760px) {

  .brand-logo-header {
    width:
      145px;

    max-width:
      145px;
  }


  .hero-banner.hero-banner-compact {
    padding:
      20px;

    border-radius:
      18px;
  }


  .hero-compact-copy h1 {
    font-size:
      33px;
  }


  .hero-compact-stats {
    grid-template-columns:
      1fr;
  }


  .hero-stat {
    min-width:
      0;
  }


  .category-pills {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .products-title-row {
    grid-template-columns:
      1fr;

    gap:
      10px;
  }


  .products-actions,
  .search-control {
    width:
      100%;
  }


  .product-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* ============================================================
   FIM PATCH_VERDE_LOJA_HEADER_CATALOGO_V2
   ============================================================ */



/* ============================================================
   PATCH_VERDE_LOJA_ACABAMENTO_HYPERION_V3
   ============================================================ */


/* ------------------------------------------------------------
   ATALHOS — SEM OLÁ DUPLICADO
   ------------------------------------------------------------ */

.utility-row {
  display: flex !important;
  justify-content: center;
  align-items: stretch;

  width: 100%;

  margin:
    15px auto 18px;
}


.welcome-card {
  display: none !important;
}


.shortcut-grid {
  width:
    min(100%, 920px);

  min-height:
    0;

  display:
    grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap:
    13px;

  overflow:
    visible;

  border:
    0 !important;

  background:
    transparent !important;

  box-shadow:
    none !important;
}


.shortcut-grid button {
  min-height:
    78px;

  display:
    flex;

  flex-direction:
    row;

  align-items:
    center;

  justify-content:
    center;

  gap:
    12px;

  padding:
    12px 18px;

  border:
    1px solid rgba(15, 77, 42, .14) !important;

  border-radius:
    16px;

  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f8faf7 100%
    ) !important;

  color:
    #183f2b;

  box-shadow:
    0 8px 22px
    rgba(19, 61, 35, .065);

  cursor:
    pointer;

  transition:
    transform .16s ease,
    box-shadow .16s ease,
    border-color .16s ease,
    background .16s ease;
}


.shortcut-grid button:hover {
  transform:
    translateY(-3px);

  border-color:
    rgba(184, 143, 58, .48) !important;

  background:
    linear-gradient(
      145deg,
      #fff 0%,
      #f3f8f3 100%
    ) !important;

  box-shadow:
    0 14px 28px
    rgba(16, 64, 35, .105);
}


.shortcut-grid button span {
  flex:
    0 0 auto;

  width:
    39px;

  height:
    39px;

  display:
    grid;

  place-items:
    center;

  border:
    1px solid rgba(181, 141, 61, .26);

  border-radius:
    12px;

  background:
    linear-gradient(
      145deg,
      #f7edd5,
      #fff9eb
    );

  color:
    #906a1d;

  font-size:
    20px;

  line-height:
    1;
}


.shortcut-grid button strong {
  font-size:
    13px;

  font-weight:
    700;

  line-height:
    1.25;

  letter-spacing:
    .01em;

  text-align:
    left;
}


/* ------------------------------------------------------------
   CARDS DE PRODUTO — ACABAMENTO HYPERION
   ------------------------------------------------------------ */

.product-card {
  position:
    relative;

  min-height:
    334px;

  padding:
    11px;

  border:
    1px solid rgba(13, 78, 41, .12);

  border-radius:
    17px;

  background:
    #fff;

  box-shadow:
    0 7px 20px
    rgba(25, 60, 37, .045);

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


.product-card::before {
  content:
    "";

  position:
    absolute;

  top:
    0;

  left:
    18px;

  right:
    18px;

  height:
    2px;

  border-radius:
    0 0 999px 999px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(182, 141, 57, .72),
      transparent
    );

  opacity:
    0;

  transition:
    opacity .17s ease;
}


.product-card:hover {
  transform:
    translateY(-4px);

  border-color:
    rgba(19, 93, 51, .24);

  box-shadow:
    0 16px 32px
    rgba(20, 66, 37, .10);
}


.product-card:hover::before {
  opacity:
    1;
}


.product-image {
  height:
    142px;

  margin-bottom:
    10px;

  padding:
    5px;

  border:
    1px solid rgba(20, 76, 42, .055);

  border-radius:
    12px;

  background:
    linear-gradient(
      145deg,
      #fbfcf9,
      #f4f7f2
    );
}


.product-card h3 {
  min-height:
    41px;

  margin:
    0 0 9px;

  color:
    #173d29;

  font-size:
    12.5px;

  font-weight:
    700;

  line-height:
    1.22;
}


.price-caption {
  font-size:
    9.5px;

  color:
    #7a887e;

  line-height:
    1.2;

  text-transform:
    uppercase;

  letter-spacing:
    .035em;
}


.suggested-price {
  margin:
    1px 0 5px;

  color:
    #506158;

  font-size:
    11.5px;
}


.exclusive-price {
  display:
    block;

  margin:
    2px 0 6px;

  color:
    #075b30;

  font-size:
    22px;

  font-weight:
    800;

  letter-spacing:
    -.025em;
}


.economy {
  align-self:
    flex-start;

  display:
    inline-flex;

  margin-bottom:
    10px;

  padding:
    4px 7px;

  border:
    1px solid rgba(22, 103, 57, .11);

  border-radius:
    999px;

  background:
    #f0f7f1;

  color:
    #27633e;

  font-size:
    9.5px;

  font-weight:
    600;
}


.card-controls {
  grid-template-columns:
    76px 1fr;

  gap:
    8px;
}


.quantity-control {
  height:
    34px;

  grid-template-columns:
    1fr 24px 1fr;

  border:
    1px solid rgba(14, 82, 43, .17);

  border-radius:
    9px;

  background:
    #fff;
}


.quantity-control button {
  color:
    #0d5b33;

  font-size:
    14px;

  cursor:
    pointer;
}


.quantity-control button:hover {
  background:
    #f1f7f2;
}


.quantity-control span {
  font-size:
    12px;
}


.add-button {
  height:
    34px;

  border-radius:
    9px;

  background:
    linear-gradient(
      100deg,
      #073e24,
      #0c6035
    );

  color:
    #fff;

  font-size:
    10.5px;

  font-weight:
    800;

  box-shadow:
    0 6px 14px
    rgba(7, 72, 37, .15);
}


/* ------------------------------------------------------------
   RESUMO DO PEDIDO — HYPERION
   ------------------------------------------------------------ */

.order-summary {
  overflow:
    hidden;

  padding:
    22px;

  border:
    1px solid rgba(13, 79, 42, .15);

  border-radius:
    20px;

  background:
    #fff;

  box-shadow:
    0 18px 38px
    rgba(19, 58, 34, .095);
}


.summary-title {
  position:
    relative;

  margin:
    -22px -22px 23px;

  padding:
    19px 21px;

  border:
    0;

  background:
    linear-gradient(
      110deg,
      #062f1d,
      #0b5130
    );

  box-shadow:
    inset 0 -1px 0
    rgba(212, 178, 98, .25);
}


.summary-title::after {
  content:
    "";

  position:
    absolute;

  right:
    18px;

  top:
    50%;

  width:
    44px;

  height:
    44px;

  transform:
    translateY(-50%);

  border:
    1px solid
    rgba(220, 190, 116, .18);

  border-radius:
    50%;
}


.summary-title span {
  position:
    relative;

  z-index:
    1;

  color:
    #dfc477;

  font-size:
    25px;
}


.summary-title h2 {
  position:
    relative;

  z-index:
    1;

  color:
    #fff;

  font-size:
    29px;

  letter-spacing:
    -.01em;
}


.summary-line {
  font-size:
    13.5px;

  color:
    #52645a;
}


.summary-line strong {
  color:
    #173c29;

  font-size:
    15px;
}


.remaining-label {
  margin:
    10px 0;

  color:
    #67776d;

  font-size:
    11.5px;

  line-height:
    1.4;
}


.progress {
  height:
    10px;

  border:
    1px solid
    rgba(15, 80, 43, .055);

  border-radius:
    999px;

  background:
    #e8eee9;

  box-shadow:
    inset 0 1px 3px
    rgba(32, 60, 40, .06);
}


.progress span {
  background:
    linear-gradient(
      90deg,
      #b38b39 0%,
      #23764a 35%,
      #0d5d33 100%
    );

  box-shadow:
    0 2px 5px
    rgba(12, 85, 45, .16);
}


.summary-separator {
  margin:
    20px 0 15px;

  border-color:
    rgba(16, 76, 42, .085);
}


.subtotal-line {
  margin-bottom:
    16px;

  padding:
    13px 14px;

  border:
    1px solid rgba(15, 81, 43, .09);

  border-radius:
    12px;

  background:
    linear-gradient(
      145deg,
      #f7faf7,
      #fbfcfa
    );

  font-size:
    13.5px;
}


.subtotal-line strong {
  color:
    #064f2a;

  font-size:
    21px;
}


.checkout-button {
  height:
    48px;

  border-radius:
    11px;

  background:
    linear-gradient(
      100deg,
      #063b23,
      #0c6136
    );

  box-shadow:
    0 8px 18px
    rgba(7, 72, 38, .17);

  font-size:
    13px;

  letter-spacing:
    .005em;
}


.cart-button {
  height:
    44px;

  margin-top:
    9px;

  border:
    1.5px solid rgba(10, 82, 42, .36);

  border-radius:
    11px;

  background:
    #fff;

  color:
    #0a4c2a;

  font-size:
    12.5px;

  transition:
    background .15s ease,
    border-color .15s ease;
}


.cart-button:hover {
  border-color:
    #0b6536;

  background:
    #f3f8f4;
}


.benefits-list {
  gap:
    9px;

  margin-top:
    18px;
}


.benefits-list article {
  padding:
    10px;

  border:
    1px solid rgba(14, 81, 42, .075);

  border-radius:
    11px;

  background:
    #fbfcfa;
}


.benefit-icon {
  flex:
    0 0 auto;

  width:
    31px;

  height:
    31px;

  border:
    1px solid rgba(184, 143, 58, .18);

  border-radius:
    9px;

  background:
    #faf4e5;

  color:
    #8f6b20;

  font-size:
    17px;
}


.benefits-list strong {
  font-size:
    12.5px;
}


.benefits-list small {
  font-size:
    10.5px;

  line-height:
    1.3;
}


/* ------------------------------------------------------------
   MINHA CONTA
   ------------------------------------------------------------ */

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


.vb-account-overlay {
  position:
    fixed;

  inset:
    0;

  z-index:
    100000;

  display:
    none;

  align-items:
    center;

  justify-content:
    center;

  padding:
    24px;

  background:
    rgba(5, 25, 15, .60);

  backdrop-filter:
    blur(7px);
}


.vb-account-overlay.is-open {
  display:
    flex;
}


.vb-account-modal {
  width:
    min(100%, 620px);

  overflow:
    hidden;

  border:
    1px solid rgba(203, 166, 82, .23);

  border-radius:
    22px;

  background:
    #fff;

  box-shadow:
    0 30px 80px
    rgba(0, 22, 11, .34);

  animation:
    vbAccountIn .18s ease-out;
}


@keyframes vbAccountIn {
  from {
    opacity:
      0;

    transform:
      translateY(12px) scale(.985);
  }

  to {
    opacity:
      1;

    transform:
      translateY(0) scale(1);
  }
}


.vb-account-head {
  position:
    relative;

  display:
    grid;

  grid-template-columns:
    auto 1fr auto;

  align-items:
    center;

  gap:
    14px;

  padding:
    22px 24px;

  background:
    linear-gradient(
      110deg,
      #062e1c,
      #0c5130
    );

  color:
    #fff;
}


.vb-account-head-icon {
  width:
    44px;

  height:
    44px;

  display:
    grid;

  place-items:
    center;

  border:
    1px solid
    rgba(222, 192, 118, .28);

  border-radius:
    13px;

  background:
    rgba(255, 255, 255, .07);

  color:
    #e5c879;

  font-size:
    22px;
}


.vb-account-head small {
  display:
    block;

  margin-bottom:
    3px;

  color:
    #ddc379;

  font-size:
    9px;

  font-weight:
    700;

  letter-spacing:
    .10em;
}


.vb-account-head h2 {
  margin:
    0;

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size:
    31px;

  line-height:
    1;

  font-weight:
    600;
}


.vb-account-head p {
  margin:
    5px 0 0;

  color:
    rgba(255, 255, 255, .69);

  font-size:
    11px;
}


.vb-account-close {
  width:
    38px;

  height:
    38px;

  border:
    1px solid
    rgba(255, 255, 255, .16);

  border-radius:
    11px;

  background:
    rgba(255, 255, 255, .07);

  color:
    #fff;

  font-size:
    24px;

  cursor:
    pointer;
}


.vb-account-content {
  display:
    grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap:
    11px;

  padding:
    22px 24px;
}


.vb-account-field {
  min-width:
    0;

  padding:
    13px 14px;

  border:
    1px solid rgba(16, 76, 42, .09);

  border-radius:
    12px;

  background:
    #fafcf9;
}


.vb-account-field small {
  display:
    block;

  margin-bottom:
    5px;

  color:
    #77877d;

  font-size:
    9px;

  font-weight:
    700;

  letter-spacing:
    .055em;

  text-transform:
    uppercase;
}


.vb-account-field strong {
  display:
    block;

  overflow-wrap:
    anywhere;

  color:
    #173c29;

  font-size:
    13px;

  font-weight:
    700;
}


.vb-account-field.is-empty strong {
  color:
    #9aa49d;

  font-weight:
    500;
}


.vb-account-field-status {
  grid-column:
    1 / -1;

  background:
    linear-gradient(
      145deg,
      #f1f8f3,
      #f8fbf8
    );
}


.vb-account-field-status strong {
  color:
    #0a6736;
}


.vb-account-footer {
  display:
    flex;

  align-items:
    center;

  justify-content:
    space-between;

  gap:
    20px;

  padding:
    15px 24px;

  border-top:
    1px solid rgba(19, 76, 41, .08);

  background:
    #f7f9f6;
}


.vb-account-footer span {
  max-width:
    390px;

  color:
    #6e7e74;

  font-size:
    10px;

  line-height:
    1.4;
}


.vb-account-footer button {
  min-width:
    90px;

  height:
    37px;

  border:
    0;

  border-radius:
    9px;

  background:
    #0a5130;

  color:
    #fff;

  font-weight:
    700;

  cursor:
    pointer;
}


/* ------------------------------------------------------------
   RODAPÉ — FONTES + ~30%
   ------------------------------------------------------------ */

.site-footer h3 {
  margin-bottom:
    10px;

  font-size:
    13px;
}


.site-footer a {
  margin-bottom:
    8px;

  font-size:
    13px;

  line-height:
    1.35;
}


.footer-brand-description {
  font-size:
    13px;

  line-height:
    1.5;
}


.footer-address {
  font-size:
    13px;

  line-height:
    1.5;
}


.social-row {
  gap:
    15px;

  font-size:
    28px;
}


.copyright {
  margin-top:
    20px;

  font-size:
    12px;

  line-height:
    1.45;
}


/* ------------------------------------------------------------
   RESPONSIVO
   ------------------------------------------------------------ */

@media (max-width: 900px) {

  .shortcut-grid {
    width:
      100%;
  }


  .product-card {
    min-height:
      325px;
  }


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


  .vb-account-field-status {
    grid-column:
      auto;
  }

}


@media (max-width: 760px) {

  .shortcut-grid {
    grid-template-columns:
      1fr;
  }


  .shortcut-grid button {
    justify-content:
      flex-start;

    min-height:
      67px;
  }


  .product-image {
    height:
      128px;
  }


  .vb-account-overlay {
    padding:
      12px;
  }


  .vb-account-head {
    padding:
      18px;
  }


  .vb-account-content {
    padding:
      17px;
  }


  .vb-account-footer {
    align-items:
      stretch;

    flex-direction:
      column;

    padding:
      15px 17px;
  }


  .vb-account-footer button {
    width:
      100%;
  }

}


/* ============================================================
   FIM PATCH_VERDE_LOJA_ACABAMENTO_HYPERION_V3
   ============================================================ */



/* ============================================================
   BEGIN PATCH_VERDE_LOJA_POLIMENTO_FINAL_V1
   ============================================================ */


/* ------------------------------------------------------------
   HEADER STICKY
   A faixa exclusiva superior rola normalmente.
   O cabeçalho branco permanece preso no topo.
   ------------------------------------------------------------ */

.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1500 !important;

  min-height: 74px !important;
  height: 74px !important;

  padding-top: 5px !important;
  padding-bottom: 5px !important;

  background:
    rgba(255, 255, 255, .965) !important;

  -webkit-backdrop-filter:
    blur(14px);

  backdrop-filter:
    blur(14px);

  box-shadow:
    0 9px 28px
    rgba(10, 50, 29, .09);

  transition:
    box-shadow .18s ease,
    background .18s ease;
}


/* Logo ligeiramente mais compacto dentro do sticky */

.brand-logo-header {
  max-height:
    60px !important;

  width:
    auto !important;
}


/* ------------------------------------------------------------
   CONTROLES DO CABEÇALHO
   ------------------------------------------------------------ */

.profile-button {
  min-height:
    44px !important;

  padding:
    5px 10px 5px 5px !important;

  border-radius:
    15px !important;
}


.profile-avatar {
  width:
    36px !important;

  height:
    36px !important;
}


.profile-button small {
  font-size:
    11px !important;
}


.profile-button strong {
  font-size:
    12px !important;
}


.header-icon,
.cart-icon {
  width:
    42px !important;

  height:
    42px !important;

  border-radius:
    13px !important;
}


.vb-auth-logout {
  min-width:
    58px !important;

  height:
    42px !important;

  padding:
    0 13px !important;

  border-radius:
    13px !important;

  font-size:
    12px !important;
}


/* ------------------------------------------------------------
   ATALHOS CENTRAIS
   ------------------------------------------------------------ */

.utility-row {
  margin:
    14px auto 18px !important;
}


.shortcut-grid {
  width:
    min(100%, 820px) !important;

  gap:
    11px !important;
}


.shortcut-grid button {
  min-height:
    72px !important;

  padding:
    9px 14px !important;

  gap:
    10px !important;

  border-radius:
    15px !important;
}


.shortcut-grid button span {
  width:
    35px !important;

  height:
    35px !important;

  border-radius:
    10px !important;

  font-size:
    18px !important;
}


.shortcut-grid button strong {
  font-size:
    14px !important;

  line-height:
    1.18 !important;
}


/* ------------------------------------------------------------
   IMAGEM DOS PRODUTOS
   A foto passa a preencher TODA a área reservada.
   Sem distorção: o corte é proporcional.
   ------------------------------------------------------------ */

.product-image {
  height:
    182px !important;

  padding:
    0 !important;

  overflow:
    hidden !important;

  border-radius:
    13px !important;

  background:
    #f4f6f2 !important;
}


.product-image img {
  display:
    block !important;

  width:
    100% !important;

  height:
    100% !important;

  max-width:
    none !important;

  object-fit:
    cover !important;

  object-position:
    center center !important;

  border-radius:
    inherit !important;

  transition:
    transform .22s ease !important;
}


.product-card:hover .product-image img {
  transform:
    scale(1.025);
}


/* Mantém proporção elegante do restante do card */

.product-card {
  min-height:
    374px !important;
}


.product-card h3 {
  min-height:
    42px !important;

  margin-top:
    2px !important;
}


/* ------------------------------------------------------------
   CHECKOUT / CARRINHO
   ------------------------------------------------------------ */

.checkout-button {
  height:
    50px !important;

  min-height:
    50px !important;

  border-radius:
    12px !important;

  font-size:
    14px !important;
}


.cart-button {
  height:
    44px !important;

  min-height:
    44px !important;

  border-radius:
    11px !important;

  font-size:
    13px !important;
}


/* ------------------------------------------------------------
   RESPONSIVO
   ------------------------------------------------------------ */

@media (max-width: 1180px) {

  .site-header {
    height:
      auto !important;

    min-height:
      72px !important;

    padding:
      10px 0 !important;
  }


  .product-image {
    height:
      170px !important;
  }

}


@media (max-width: 760px) {

  .site-header {
    top:
      0 !important;

    min-height:
      68px !important;

    max-height:
      none !important;
  }


  .shortcut-grid {
    width:
      100% !important;
  }


  .shortcut-grid button {
    min-height:
      65px !important;
  }


  .product-image {
    height:
      150px !important;
  }


  .product-card {
    min-height:
      335px !important;
  }

}


/* ============================================================
   END PATCH_VERDE_LOJA_POLIMENTO_FINAL_V1
   ============================================================ */



/* ============================================================
   BEGIN HOTFIX_VERDE_RESUMO_ABAIXO_HEADER_V2
   ============================================================ */

/*
   O header sticky possui 74px no desktop.
   Mantemos somente 10px de respiro.
*/

@media (min-width: 1181px) {

  .order-summary {
    position:
      sticky !important;

    top:
      84px !important;

    align-self:
      start !important;

    z-index:
      20 !important;
  }

}


/*
   Em telas menores o layout passa para uma coluna.
   Neste cenário não queremos o resumo preso.
*/

@media (max-width: 1180px) {

  .order-summary {
    position:
      static !important;

    top:
      auto !important;
  }

}

/* ============================================================
   END HOTFIX_VERDE_RESUMO_ABAIXO_HEADER_V2
   ============================================================ */



/* ============================================================
   BEGIN VERDE_BRASIL_FAVORITOS_V1
   ============================================================ */


/* ------------------------------------------------------------
   CORAÇÃO DO CABEÇALHO
   ------------------------------------------------------------ */

.favorite-icon {
  position:
    relative !important;
}


.vb-favorites-badge {
  position:
    absolute;

  top:
    -5px;

  right:
    -4px;

  min-width:
    20px;

  height:
    20px;

  display:
    grid;

  place-items:
    center;

  padding:
    0 5px;

  border:
    2px solid #fff;

  border-radius:
    999px;

  background:
    #0b6035;

  color:
    #fff;

  font-size:
    10px;

  line-height:
    1;

  font-weight:
    800;

  box-shadow:
    0 4px 10px
    rgba(8, 73, 39, .22);
}


.vb-favorites-badge[hidden] {
  display:
    none !important;
}


.favorite-icon.has-favorites svg {
  color:
    #0b6035;

  fill:
    rgba(11, 96, 53, .12);
}


/* ------------------------------------------------------------
   CORAÇÃO DOS CARDS
   ------------------------------------------------------------ */

.product-image {
  position:
    relative !important;
}


.product-favorite-button {
  position:
    absolute !important;

  top:
    10px !important;

  right:
    10px !important;

  z-index:
    5 !important;

  width:
    38px !important;

  height:
    38px !important;

  min-width:
    38px !important;

  min-height:
    38px !important;

  padding:
    0 !important;

  display:
    grid !important;

  place-items:
    center !important;

  border:
    1px solid
    rgba(14, 78, 42, .14) !important;

  border-radius:
    50% !important;

  background:
    rgba(255, 255, 255, .92) !important;

  -webkit-backdrop-filter:
    blur(8px);

  backdrop-filter:
    blur(8px);

  color:
    #174e31 !important;

  box-shadow:
    0 6px 16px
    rgba(11, 54, 30, .13) !important;

  font-size:
    23px !important;

  line-height:
    1 !important;

  cursor:
    pointer !important;

  transition:
    transform .15s ease,
    background .15s ease,
    color .15s ease,
    border-color .15s ease !important;
}


.product-favorite-button span {
  display:
    block;

  transform:
    translateY(-1px);
}


.product-favorite-button:hover {
  transform:
    scale(1.07);

  border-color:
    rgba(177, 137, 55, .42) !important;

  background:
    #fff !important;
}


.product-favorite-button.is-favorite {
  border-color:
    rgba(180, 140, 57, .48) !important;

  background:
    linear-gradient(
      145deg,
      #fff8e7,
      #f6ebcf
    ) !important;

  color:
    #9b741f !important;

  box-shadow:
    0 7px 18px
    rgba(147, 108, 31, .18) !important;
}


/* ------------------------------------------------------------
   DRAWER
   ------------------------------------------------------------ */

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


.vb-favorites-overlay {
  position:
    fixed;

  inset:
    0;

  z-index:
    7000;

  opacity:
    0;

  visibility:
    hidden;

  background:
    rgba(5, 29, 17, .50);

  -webkit-backdrop-filter:
    blur(4px);

  backdrop-filter:
    blur(4px);

  transition:
    opacity .18s ease,
    visibility .18s ease;
}


.vb-favorites-overlay.is-open {
  opacity:
    1;

  visibility:
    visible;
}


.vb-favorites-drawer {
  position:
    fixed;

  z-index:
    7010;

  top:
    0;

  right:
    0;

  width:
    min(455px, 94vw);

  height:
    100dvh;

  display:
    grid;

  grid-template-rows:
    auto minmax(0, 1fr) auto;

  border-left:
    1px solid
    rgba(190, 151, 68, .25);

  background:
    #fff;

  box-shadow:
    -24px 0 70px
    rgba(3, 31, 16, .24);

  transform:
    translateX(103%);

  visibility:
    hidden;

  transition:
    transform .22s ease,
    visibility .22s ease;
}


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

  visibility:
    visible;
}


/* ------------------------------------------------------------
   CABEÇALHO DO DRAWER
   ------------------------------------------------------------ */

.vb-favorites-head {
  display:
    grid;

  grid-template-columns:
    auto 1fr auto;

  gap:
    13px;

  align-items:
    center;

  padding:
    20px 20px 18px;

  background:
    linear-gradient(
      112deg,
      #062f1d 0%,
      #0b5531 100%
    );

  color:
    #fff;

  box-shadow:
    inset 0 -1px 0
    rgba(222, 190, 111, .25);
}


.vb-favorites-head-icon {
  width:
    43px;

  height:
    43px;

  display:
    grid;

  place-items:
    center;

  border:
    1px solid
    rgba(224, 194, 120, .30);

  border-radius:
    13px;

  background:
    rgba(255, 255, 255, .07);

  color:
    #e5ca86;

  font-size:
    22px;
}


.vb-favorites-head small {
  display:
    block;

  margin-bottom:
    2px;

  color:
    #e1c57e;

  font-size:
    8.5px;

  font-weight:
    800;

  letter-spacing:
    .11em;
}


.vb-favorites-head h2 {
  margin:
    0;

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size:
    31px;

  line-height:
    1;

  font-weight:
    600;
}


.vb-favorites-head p {
  margin:
    5px 0 0;

  color:
    rgba(255, 255, 255, .68);

  font-size:
    10.5px;

  line-height:
    1.3;
}


.vb-favorites-close {
  width:
    38px;

  height:
    38px;

  display:
    grid;

  place-items:
    center;

  padding:
    0;

  border:
    1px solid
    rgba(255, 255, 255, .16);

  border-radius:
    11px;

  background:
    rgba(255, 255, 255, .07);

  color:
    #fff;

  font-size:
    24px;

  cursor:
    pointer;
}


/* ------------------------------------------------------------
   CONTEÚDO
   ------------------------------------------------------------ */

.vb-favorites-body {
  overflow:
    auto;

  padding:
    16px;
}


.vb-favorites-line {
  display:
    grid;

  grid-template-columns:
    92px minmax(0, 1fr);

  gap:
    13px;

  margin-bottom:
    11px;

  padding:
    10px;

  border:
    1px solid
    rgba(14, 78, 42, .10);

  border-radius:
    15px;

  background:
    #fff;

  box-shadow:
    0 7px 18px
    rgba(18, 60, 36, .045);
}


.vb-favorites-line-image {
  width:
    92px;

  height:
    92px;

  overflow:
    hidden;

  border-radius:
    11px;

  background:
    #f4f6f2;
}


.vb-favorites-line-image img {
  width:
    100%;

  height:
    100%;

  display:
    block;

  object-fit:
    cover;

  object-position:
    center;
}


.vb-favorites-line-info {
  min-width:
    0;

  display:
    flex;

  flex-direction:
    column;
}


.vb-favorites-line-info h3 {
  margin:
    1px 0 7px;

  color:
    #163e29;

  font-size:
    13px;

  line-height:
    1.22;
}


.vb-favorites-line-info > span {
  color:
    #849088;

  font-size:
    8.5px;

  font-weight:
    700;

  letter-spacing:
    .045em;

  text-transform:
    uppercase;
}


.vb-favorites-line-info > strong {
  margin-top:
    1px;

  color:
    #075b30;

  font-size:
    17px;

  line-height:
    1.1;
}


.vb-favorites-in-cart {
  margin-top:
    4px;

  color:
    #44715a;

  font-size:
    9px;

  font-weight:
    600;
}


.vb-favorites-line-actions {
  display:
    grid;

  grid-template-columns:
    1fr auto;

  gap:
    7px;

  margin-top:
    auto;

  padding-top:
    9px;
}


.vb-favorites-add {
  min-height:
    34px;

  padding:
    0 10px;

  border:
    0;

  border-radius:
    9px;

  background:
    linear-gradient(
      100deg,
      #073d24,
      #0b6136
    );

  color:
    #fff;

  font-size:
    10px;

  font-weight:
    800;

  cursor:
    pointer;
}


.vb-favorites-remove {
  min-height:
    34px;

  padding:
    0 10px;

  border:
    1px solid
    rgba(13, 82, 43, .18);

  border-radius:
    9px;

  background:
    #fff;

  color:
    #476356;

  font-size:
    9.5px;

  font-weight:
    700;

  cursor:
    pointer;
}


/* ------------------------------------------------------------
   LISTA VAZIA
   ------------------------------------------------------------ */

.vb-favorites-empty {
  min-height:
    330px;

  display:
    flex;

  flex-direction:
    column;

  align-items:
    center;

  justify-content:
    center;

  padding:
    30px;

  text-align:
    center;
}


.vb-favorites-empty-icon {
  width:
    72px;

  height:
    72px;

  display:
    grid;

  place-items:
    center;

  margin-bottom:
    16px;

  border:
    1px solid
    rgba(179, 140, 58, .25);

  border-radius:
    50%;

  background:
    #fbf6e9;

  color:
    #a27a24;

  font-size:
    37px;
}


.vb-favorites-empty strong {
  color:
    #173d29;

  font-size:
    16px;
}


.vb-favorites-empty p {
  max-width:
    290px;

  margin:
    8px 0 0;

  color:
    #738077;

  font-size:
    11px;

  line-height:
    1.45;
}


/* ------------------------------------------------------------
   RODAPÉ DO DRAWER
   ------------------------------------------------------------ */

.vb-favorites-footer {
  display:
    flex;

  align-items:
    center;

  justify-content:
    space-between;

  gap:
    14px;

  padding:
    14px 17px;

  border-top:
    1px solid
    rgba(18, 75, 41, .08);

  background:
    #f7f9f6;
}


.vb-favorites-footer span {
  color:
    #66776c;

  font-size:
    11px;

  font-weight:
    700;
}


.vb-favorites-footer button {
  height:
    38px;

  padding:
    0 14px;

  border:
    0;

  border-radius:
    9px;

  background:
    #0a5230;

  color:
    #fff;

  font-size:
    10.5px;

  font-weight:
    800;

  cursor:
    pointer;
}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 600px) {

  .vb-favorites-drawer {
    width:
      100vw;
  }


  .vb-favorites-line {
    grid-template-columns:
      80px minmax(0, 1fr);
  }


  .vb-favorites-line-image {
    width:
      80px;

    height:
      80px;
  }


  .vb-favorites-line-actions {
    grid-template-columns:
      1fr;
  }


  .vb-favorites-footer {
    align-items:
      stretch;

    flex-direction:
      column;
  }


  .vb-favorites-footer button {
    width:
      100%;
  }

}


/* ============================================================
   END VERDE_BRASIL_FAVORITOS_V1
   ============================================================ */



/* ============================================================
   BEGIN PATCH_VERDE_HEADER_CATALOGO_MODAL_V1
   ============================================================ */


/* ------------------------------------------------------------
   BOTÃO CATÁLOGO NO MENU
   ------------------------------------------------------------ */

.desktop-nav .desktop-nav-action {
  position:
    relative;

  appearance:
    none;

  padding:
    0;

  border:
    0;

  outline:
    0;

  background:
    transparent;

  color:
    inherit;

  font:
    inherit;

  font-size:
    inherit;

  font-weight:
    600;

  line-height:
    inherit;

  white-space:
    nowrap;

  cursor:
    pointer;

  transition:
    color .16s ease;
}


.desktop-nav .desktop-nav-action::after {
  content:
    "";

  position:
    absolute;

  left:
    50%;

  right:
    50%;

  bottom:
    -8px;

  height:
    2px;

  border-radius:
    999px;

  background:
    #b7903f;

  transition:
    left .16s ease,
    right .16s ease;
}


.desktop-nav .desktop-nav-action:hover::after,
.desktop-nav .desktop-nav-action:focus-visible::after {
  left:
    0;

  right:
    0;
}


/* ------------------------------------------------------------
   SAIR DENTRO DE MINHA CONTA
   ------------------------------------------------------------ */

.vb-account-footer {
  display:
    grid !important;

  grid-template-columns:
    minmax(0, 1fr)
    auto
    auto !important;

  align-items:
    center !important;

  gap:
    10px !important;
}


.vb-account-footer .vb-account-logout {
  min-width:
    110px;

  height:
    37px;

  padding:
    0 13px;

  border:
    1px solid
    rgba(11, 81, 45, .22);

  border-radius:
    9px;

  background:
    #fff;

  color:
    #315d45;

  font-size:
    10.5px;

  font-weight:
    700;

  cursor:
    pointer;

  transition:
    border-color .15s ease,
    background .15s ease,
    color .15s ease;
}


.vb-account-footer .vb-account-logout:hover {
  border-color:
    rgba(122, 54, 42, .32);

  background:
    #fff8f6;

  color:
    #874535;
}


/* ------------------------------------------------------------
   CATÁLOGO FLUTUANTE
   ------------------------------------------------------------ */

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


.vb-catalog-overlay {
  position:
    fixed;

  inset:
    0;

  z-index:
    120000;

  opacity:
    0;

  visibility:
    hidden;

  background:
    rgba(3, 25, 14, .62);

  -webkit-backdrop-filter:
    blur(7px);

  backdrop-filter:
    blur(7px);

  transition:
    opacity .20s ease,
    visibility .20s ease;
}


.vb-catalog-overlay.is-open {
  opacity:
    1;

  visibility:
    visible;
}


.vb-catalog-modal {
  position:
    fixed;

  z-index:
    120010;

  top:
    50%;

  left:
    50%;

  width:
    min(94vw, 1600px);

  height:
    min(90vh, 920px);

  display:
    grid;

  grid-template-rows:
    auto minmax(0, 1fr);

  overflow:
    hidden;

  border:
    1px solid
    rgba(204, 170, 91, .28);

  border-radius:
    22px;

  background:
    #fff;

  box-shadow:
    0 36px 110px
    rgba(0, 21, 10, .42);

  opacity:
    0;

  visibility:
    hidden;

  transform:
    translate(-50%, -47%)
    scale(.985);

  transition:
    opacity .20s ease,
    transform .20s ease,
    visibility .20s ease;
}


.vb-catalog-modal.is-open {
  opacity:
    1;

  visibility:
    visible;

  transform:
    translate(-50%, -50%)
    scale(1);
}


/* CABEÇALHO */

.vb-catalog-head {
  display:
    grid;

  grid-template-columns:
    auto
    minmax(0, 1fr)
    auto;

  gap:
    14px;

  align-items:
    center;

  min-height:
    76px;

  padding:
    14px 18px;

  background:
    linear-gradient(
      110deg,
      #062e1c 0%,
      #0a4d2d 62%,
      #0f6037 100%
    );

  color:
    #fff;

  box-shadow:
    inset 0 -1px 0
    rgba(220, 189, 111, .24);
}


.vb-catalog-head-mark {
  width:
    44px;

  height:
    44px;

  display:
    grid;

  place-items:
    center;

  border:
    1px solid
    rgba(226, 197, 124, .30);

  border-radius:
    13px;

  background:
    rgba(255, 255, 255, .07);

  color:
    #e3c77d;

  font-size:
    21px;
}


.vb-catalog-head-copy {
  min-width:
    0;
}


.vb-catalog-head-copy small {
  display:
    block;

  margin-bottom:
    2px;

  color:
    #dfc47c;

  font-size:
    8.5px;

  font-weight:
    800;

  letter-spacing:
    .11em;
}


.vb-catalog-head-copy h2 {
  margin:
    0;

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size:
    29px;

  line-height:
    1;

  font-weight:
    600;
}


.vb-catalog-head-copy p {
  margin:
    4px 0 0;

  color:
    rgba(255, 255, 255, .67);

  font-size:
    10px;
}


.vb-catalog-head-actions {
  display:
    flex;

  align-items:
    center;

  gap:
    9px;
}


.vb-catalog-external {
  min-height:
    36px;

  display:
    inline-flex;

  align-items:
    center;

  justify-content:
    center;

  padding:
    0 13px;

  border:
    1px solid
    rgba(255, 255, 255, .17);

  border-radius:
    10px;

  background:
    rgba(255, 255, 255, .07);

  color:
    rgba(255, 255, 255, .86);

  font-size:
    9.5px;

  font-weight:
    700;

  text-decoration:
    none;
}


.vb-catalog-external:hover {
  background:
    rgba(255, 255, 255, .12);

  color:
    #fff;
}


.vb-catalog-close {
  width:
    38px;

  height:
    38px;

  display:
    grid;

  place-items:
    center;

  padding:
    0;

  border:
    1px solid
    rgba(255, 255, 255, .18);

  border-radius:
    10px;

  background:
    rgba(255, 255, 255, .08);

  color:
    #fff;

  font-size:
    25px;

  line-height:
    1;

  cursor:
    pointer;
}


/* CONTEÚDO */

.vb-catalog-body {
  position:
    relative;

  min-height:
    0;

  overflow:
    hidden;

  background:
    #f4f6f3;
}


.vb-catalog-frame {
  position:
    relative;

  z-index:
    2;

  width:
    100%;

  height:
    100%;

  display:
    block;

  border:
    0;

  background:
    #fff;

  opacity:
    0;

  transition:
    opacity .20s ease;
}


.vb-catalog-frame.is-loaded {
  opacity:
    1;
}


.vb-catalog-loading {
  position:
    absolute;

  z-index:
    1;

  inset:
    0;

  display:
    flex;

  flex-direction:
    column;

  align-items:
    center;

  justify-content:
    center;

  gap:
    12px;

  color:
    #527060;

  font-size:
    12px;

  font-weight:
    600;
}


.vb-catalog-loading[hidden] {
  display:
    none !important;
}


.vb-catalog-loading span {
  width:
    34px;

  height:
    34px;

  border:
    3px solid
    rgba(11, 87, 47, .14);

  border-top-color:
    #0b5730;

  border-radius:
    50%;

  animation:
    vbCatalogSpin .75s linear
    infinite;
}


@keyframes vbCatalogSpin {

  to {
    transform:
      rotate(360deg);
  }

}


/* ------------------------------------------------------------
   RESPONSIVO
   ------------------------------------------------------------ */

@media (max-width: 760px) {

  .vb-catalog-modal {
    width:
      100vw;

    height:
      100dvh;

    border:
      0;

    border-radius:
      0;
  }


  .vb-catalog-head {
    grid-template-columns:
      auto
      minmax(0, 1fr)
      auto;

    padding:
      12px;
  }


  .vb-catalog-head-mark {
    width:
      38px;

    height:
      38px;
  }


  .vb-catalog-head-copy h2 {
    font-size:
      25px;
  }


  .vb-catalog-head-copy p {
    display:
      none;
  }


  .vb-catalog-external {
    display:
      none;
  }


  .vb-account-footer {
    grid-template-columns:
      1fr !important;
  }


  .vb-account-footer .vb-account-logout,
  .vb-account-footer button {
    width:
      100% !important;
  }

}


/* ============================================================
   END PATCH_VERDE_HEADER_CATALOGO_MODAL_V1
   ============================================================ */



/* ============================================================
   BEGIN PATCH_VERDE_CATALOGO_ESTILO_PORTAL_V2
   ============================================================ */


/*
   O próprio iframe contém o visualizador oficial:
   CATÁLOGO 2026
   46 PÁGINAS
   ABRIR TELA CHEIA
   setas
   páginas duplas
   contador de páginas

   Portanto a Loja não cria uma segunda interface.
*/


/* ------------------------------------------------------------
   FUNDO
   ------------------------------------------------------------ */

.vb-catalog-overlay {
  z-index:
    130000 !important;

  background:
    rgba(0, 7, 4, .82) !important;

  -webkit-backdrop-filter:
    blur(7px) !important;

  backdrop-filter:
    blur(7px) !important;
}


/* ------------------------------------------------------------
   MODAL = VIEWPORT DO VISUALIZADOR
   ------------------------------------------------------------ */

.vb-catalog-modal {
  position:
    fixed !important;

  z-index:
    130010 !important;

  top:
    0 !important;

  right:
    0 !important;

  bottom:
    0 !important;

  left:
    0 !important;

  width:
    100vw !important;

  height:
    100dvh !important;

  max-width:
    none !important;

  max-height:
    none !important;

  display:
    block !important;

  overflow:
    hidden !important;

  border:
    0 !important;

  border-radius:
    0 !important;

  background:
    #020805 !important;

  box-shadow:
    none !important;

  opacity:
    0 !important;

  visibility:
    hidden !important;

  transform:
    scale(.992) !important;

  transition:
    opacity .18s ease,
    transform .18s ease,
    visibility .18s ease !important;
}


.vb-catalog-modal.is-open {
  opacity:
    1 !important;

  visibility:
    visible !important;

  transform:
    scale(1) !important;
}


/* ------------------------------------------------------------
   O HEADER QUE CRIAMOS ANTES DEIXA DE APARECER.
   Só preservamos o X da Loja sobre o X do catálogo.
   ------------------------------------------------------------ */

.vb-catalog-head {
  position:
    absolute !important;

  z-index:
    30 !important;

  inset:
    0 !important;

  display:
    block !important;

  min-height:
    0 !important;

  height:
    0 !important;

  padding:
    0 !important;

  border:
    0 !important;

  background:
    transparent !important;

  box-shadow:
    none !important;

  pointer-events:
    none !important;
}


.vb-catalog-head-mark,
.vb-catalog-head-copy,
.vb-catalog-external {
  display:
    none !important;
}


.vb-catalog-head-actions {
  position:
    absolute !important;

  top:
    48px !important;

  right:
    48px !important;

  display:
    block !important;

  pointer-events:
    none !important;
}


/*
   O X fica sobre a região do X do visualizador oficial.
   Assim o clique fecha o modal da Loja, e não navega o iframe.
*/

.vb-catalog-close {
  width:
    56px !important;

  height:
    56px !important;

  min-width:
    56px !important;

  min-height:
    56px !important;

  display:
    grid !important;

  place-items:
    center !important;

  padding:
    0 !important;

  border:
    1px solid
    rgba(213, 177, 96, .18) !important;

  border-radius:
    50% !important;

  background:
    rgba(5, 18, 11, .96) !important;

  color:
    #d8b36d !important;

  box-shadow:
    0 8px 24px
    rgba(0, 0, 0, .24) !important;

  font-size:
    28px !important;

  font-weight:
    400 !important;

  line-height:
    1 !important;

  cursor:
    pointer !important;

  pointer-events:
    auto !important;

  transition:
    transform .15s ease,
    background .15s ease,
    border-color .15s ease !important;
}


.vb-catalog-close:hover {
  transform:
    scale(1.05) !important;

  border-color:
    rgba(216, 179, 100, .38) !important;

  background:
    #08150e !important;
}


/* ------------------------------------------------------------
   IFRAME PREENCHE TUDO
   ------------------------------------------------------------ */

.vb-catalog-body {
  position:
    absolute !important;

  z-index:
    1 !important;

  inset:
    0 !important;

  width:
    100% !important;

  height:
    100% !important;

  min-width:
    0 !important;

  min-height:
    0 !important;

  overflow:
    hidden !important;

  background:
    #020805 !important;
}


.vb-catalog-frame {
  position:
    absolute !important;

  z-index:
    2 !important;

  inset:
    0 !important;

  width:
    100% !important;

  height:
    100% !important;

  min-width:
    100% !important;

  min-height:
    100% !important;

  display:
    block !important;

  border:
    0 !important;

  outline:
    0 !important;

  border-radius:
    0 !important;

  background:
    #020805 !important;
}


/* ------------------------------------------------------------
   LOADING NO MESMO PADRÃO ESCURO
   ------------------------------------------------------------ */

.vb-catalog-loading {
  z-index:
    3 !important;

  background:
    radial-gradient(
      circle at center,
      #17261d 0%,
      #07110b 65%,
      #020805 100%
    ) !important;

  color:
    #d6c28c !important;

  font-size:
    12px !important;

  letter-spacing:
    .025em !important;
}


.vb-catalog-loading span {
  width:
    38px !important;

  height:
    38px !important;

  border-color:
    rgba(213, 181, 105, .16) !important;

  border-top-color:
    #d2ad65 !important;
}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 760px) {

  .vb-catalog-head-actions {
    top:
      18px !important;

    right:
      18px !important;
  }


  .vb-catalog-close {
    width:
      46px !important;

    height:
      46px !important;

    min-width:
      46px !important;

    min-height:
      46px !important;

    font-size:
      24px !important;
  }

}


/* ============================================================
   END PATCH_VERDE_CATALOGO_ESTILO_PORTAL_V2
   ============================================================ */



/* ============================================================
   BEGIN PATCH_VERDE_CATALOGO_FLUTUANTE_SEGURO_V3_1
   ============================================================ */


/* FUNDO DA LOJA */

.vb-catalog-overlay {
  position:
    fixed !important;

  inset:
    0 !important;

  z-index:
    140000 !important;

  background:
    rgba(1, 11, 6, .74) !important;

  -webkit-backdrop-filter:
    blur(6px) !important;

  backdrop-filter:
    blur(6px) !important;
}


/* JANELA FLUTUANTE */

.vb-catalog-modal {
  position:
    fixed !important;

  z-index:
    140010 !important;

  top:
    50% !important;

  left:
    50% !important;

  right:
    auto !important;

  bottom:
    auto !important;

  width:
    min(94vw, 1720px) !important;

  height:
    min(90vh, 930px) !important;

  max-width:
    1720px !important;

  max-height:
    930px !important;

  display:
    block !important;

  overflow:
    hidden !important;

  border:
    1px solid
    rgba(198, 160, 76, .28) !important;

  border-radius:
    30px !important;

  background:
    #07110b !important;

  box-shadow:
    0 38px 110px
    rgba(0, 15, 7, .50) !important;

  opacity:
    0 !important;

  visibility:
    hidden !important;

  transform:
    translate(-50%, -48%)
    scale(.988) !important;

  transition:
    opacity .18s ease,
    transform .18s ease,
    visibility .18s ease !important;
}


.vb-catalog-modal.is-open {
  opacity:
    1 !important;

  visibility:
    visible !important;

  transform:
    translate(-50%, -50%)
    scale(1) !important;
}


/* CABEÇALHO EXTERNO ESCONDIDO */

.vb-catalog-head {
  position:
    absolute !important;

  z-index:
    50 !important;

  inset:
    0 !important;

  height:
    0 !important;

  min-height:
    0 !important;

  padding:
    0 !important;

  border:
    0 !important;

  background:
    transparent !important;

  box-shadow:
    none !important;

  pointer-events:
    none !important;
}


.vb-catalog-head-mark,
.vb-catalog-head-copy,
.vb-catalog-external {
  display:
    none !important;
}


/* X DA LOJA */

.vb-catalog-head-actions {
  position:
    absolute !important;

  top:
    8px !important;

  right:
    8px !important;

  width:
    100px !important;

  height:
    100px !important;

  display:
    grid !important;

  place-items:
    center !important;

  padding:
    0 !important;

  margin:
    0 !important;

  pointer-events:
    auto !important;
}


.vb-catalog-close {
  position:
    relative !important;

  z-index:
    60 !important;

  width:
    54px !important;

  height:
    54px !important;

  min-width:
    54px !important;

  min-height:
    54px !important;

  display:
    grid !important;

  place-items:
    center !important;

  padding:
    0 !important;

  border:
    1px solid
    rgba(212, 177, 95, .34) !important;

  border-radius:
    50% !important;

  background:
    rgba(5, 17, 10, .97) !important;

  color:
    #dab872 !important;

  box-shadow:
    0 8px 24px
    rgba(0, 0, 0, .30) !important;

  font-size:
    27px !important;

  line-height:
    1 !important;

  cursor:
    pointer !important;

  pointer-events:
    auto !important;
}


.vb-catalog-close:hover {
  transform:
    scale(1.05) !important;

  background:
    #0b1d13 !important;
}


/* IFRAME */

.vb-catalog-body {
  position:
    absolute !important;

  z-index:
    1 !important;

  inset:
    0 !important;

  width:
    100% !important;

  height:
    100% !important;

  overflow:
    hidden !important;

  border-radius:
    inherit !important;

  background:
    #07110b !important;
}


.vb-catalog-frame {
  position:
    absolute !important;

  z-index:
    2 !important;

  inset:
    0 !important;

  width:
    100% !important;

  height:
    100% !important;

  min-width:
    100% !important;

  min-height:
    100% !important;

  display:
    block !important;

  border:
    0 !important;

  outline:
    0 !important;

  border-radius:
    inherit !important;

  background:
    #07110b !important;
}


/* LOADING */

.vb-catalog-loading {
  position:
    absolute !important;

  z-index:
    3 !important;

  inset:
    0 !important;

  border-radius:
    inherit !important;

  background:
    radial-gradient(
      circle at center,
      #1a2b20 0%,
      #09140d 65%,
      #030805 100%
    ) !important;

  color:
    #d8bf84 !important;
}


/* MONITORES GRANDES */

@media (min-width: 1800px) {

  .vb-catalog-modal {
    width:
      min(94vw, 1760px) !important;

    height:
      min(91vh, 960px) !important;

    max-width:
      1760px !important;

    max-height:
      960px !important;
  }

}


/* TABLET */

@media (max-width: 900px) {

  .vb-catalog-modal {
    width:
      96vw !important;

    height:
      92vh !important;

    border-radius:
      22px !important;
  }


  .vb-catalog-head-actions {
    top:
      3px !important;

    right:
      3px !important;

    width:
      84px !important;

    height:
      84px !important;
  }


  .vb-catalog-close {
    width:
      47px !important;

    height:
      47px !important;

    min-width:
      47px !important;

    min-height:
      47px !important;

    font-size:
      24px !important;
  }

}


/* CELULAR */

@media (max-width: 600px) {

  .vb-catalog-modal {
    width:
      calc(100vw - 16px) !important;

    height:
      calc(100dvh - 24px) !important;

    border-radius:
      18px !important;
  }

}


/* ============================================================
   END PATCH_VERDE_CATALOGO_FLUTUANTE_SEGURO_V3_1
   ============================================================ */



/* ============================================================
   BEGIN HOTFIX_VERDE_CATALOGO_ALTURA_V4
   ============================================================ */


/*
   Mantém o aspecto de janela flutuante,
   mas aproveita praticamente toda a altura disponível.
*/

.vb-catalog-modal {
  height:
    calc(100dvh - 20px) !important;

  max-height:
    none !important;
}


/*
   Em monitores muito altos, não queremos que
   regras anteriores voltem a limitar a 960px.
*/

@media (min-width: 1800px) {

  .vb-catalog-modal {
    height:
      calc(100dvh - 20px) !important;

    max-height:
      none !important;
  }

}


/*
   Tablet: pequeno respiro externo.
*/

@media (max-width: 900px) {

  .vb-catalog-modal {
    height:
      calc(100dvh - 16px) !important;

    max-height:
      none !important;
  }

}


/*
   Celular: praticamente tela toda,
   mas ainda mantendo borda visível.
*/

@media (max-width: 600px) {

  .vb-catalog-modal {
    height:
      calc(100dvh - 12px) !important;

    max-height:
      none !important;
  }

}


/* ============================================================
   END HOTFIX_VERDE_CATALOGO_ALTURA_V4
   ============================================================ */



/* ============================================================
   BEGIN PATCH_VERDE_CATALOGO_NATIVO_PORTAL_V5_1
   ============================================================ */


.vb-native-catalog-lock {
  overflow:
    hidden !important;
}


/* OVERLAY */

.vb-native-catalog-overlay {
  position:
    fixed;

  inset:
    0;

  z-index:
    170000;

  opacity:
    0;

  visibility:
    hidden;

  background:
    rgba(0, 8, 4, .78);

  -webkit-backdrop-filter:
    blur(7px);

  backdrop-filter:
    blur(7px);

  transition:
    opacity .18s ease,
    visibility .18s ease;
}


.vb-native-catalog-overlay.is-open {
  opacity:
    1;

  visibility:
    visible;
}


/* MODAL */

.vb-native-catalog-modal {
  position:
    fixed;

  z-index:
    170010;

  top:
    50%;

  left:
    50%;

  width:
    min(94vw, 1760px);

  height:
    calc(100dvh - 28px);

  max-height:
    1000px;

  display:
    grid;

  grid-template-rows:
    82px
    minmax(0, 1fr)
    50px;

  overflow:
    hidden;

  border:
    1px solid
    rgba(202, 164, 77, .28);

  border-radius:
    31px;

  background:
    radial-gradient(
      circle at top right,
      #263126 0%,
      #132119 35%,
      #08170f 72%,
      #06120c 100%
    );

  box-shadow:
    0 40px 120px
    rgba(0, 14, 7, .52);

  opacity:
    0;

  visibility:
    hidden;

  transform:
    translate(-50%, -48%)
    scale(.99);

  transition:
    opacity .18s ease,
    visibility .18s ease,
    transform .18s ease;
}


.vb-native-catalog-modal.is-open {
  opacity:
    1;

  visibility:
    visible;

  transform:
    translate(-50%, -50%)
    scale(1);
}


.vb-native-catalog-modal:fullscreen {
  width:
    100vw;

  height:
    100vh;

  max-height:
    none;

  border:
    0;

  border-radius:
    0;
}


/* CABEÇALHO */

.vb-native-catalog-head {
  display:
    flex;

  align-items:
    center;

  justify-content:
    space-between;

  gap:
    18px;

  padding:
    15px 92px 10px 26px;
}


.vb-native-catalog-meta {
  display:
    flex;

  align-items:
    center;

  gap:
    12px;
}


.vb-native-catalog-meta span {
  min-height:
    38px;

  display:
    inline-flex;

  align-items:
    center;

  padding:
    0 17px;

  border:
    1px solid
    rgba(206, 167, 78, .30);

  border-radius:
    999px;

  color:
    #dcc17e;

  font-size:
    11px;

  font-weight:
    800;

  letter-spacing:
    .10em;
}


.vb-native-catalog-meta span.soft {
  border-color:
    rgba(255,255,255,.12);

  color:
    rgba(255,255,255,.60);
}


.vb-native-catalog-fullscreen {
  min-height:
    44px;

  padding:
    0 22px;

  border:
    0;

  border-radius:
    999px;

  background:
    linear-gradient(
      105deg,
      #d6ae68,
      #c98b61
    );

  color:
    #fff;

  font-size:
    12px;

  font-weight:
    800;

  cursor:
    pointer;
}


/* X */

.vb-native-catalog-close {
  position:
    absolute;

  z-index:
    10;

  top:
    18px;

  right:
    20px;

  width:
    56px;

  height:
    56px;

  display:
    grid;

  place-items:
    center;

  padding:
    0;

  border:
    1px solid
    rgba(210, 176, 93, .27);

  border-radius:
    50%;

  background:
    #08150e;

  color:
    #d8b56d;

  font-size:
    29px;

  line-height:
    1;

  cursor:
    pointer;
}


/* PALCO */

.vb-native-catalog-stage {
  position:
    relative;

  min-height:
    0;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  overflow:
    hidden;

  padding:
    0 88px;
}


/* LIVRO */

.vb-native-catalog-book {
  --vb-book-page-width:
    420px;

  --vb-book-page-height:
    594px;

  --vb-book-gap:
    14px;

  position:
    relative;

  display:
    grid;

  grid-template-columns:
    var(--vb-book-page-width)
    var(--vb-book-page-width);

  grid-template-rows:
    var(--vb-book-page-height);

  gap:
    var(--vb-book-gap);

  flex:
    0 0 auto;

  transition:
    opacity .15s ease,
    transform .15s ease;
}


.vb-native-catalog-book.is-turning {
  animation:
    vbCatalogNativeTurn
    .18s ease;
}


@keyframes vbCatalogNativeTurn {

  from {
    opacity:
      .74;

    transform:
      scale(.994);
  }

  to {
    opacity:
      1;

    transform:
      scale(1);
  }

}


/* PÁGINAS */

.vb-native-catalog-page {
  position:
    relative;

  width:
    var(--vb-book-page-width);

  height:
    var(--vb-book-page-height);

  overflow:
    hidden;

  border-radius:
    22px;

  background:
    #fff;

  box-shadow:
    0 26px 62px
    rgba(0,0,0,.34);
}


.vb-native-catalog-page img {
  width:
    100%;

  height:
    100%;

  display:
    block;

  object-fit:
    contain;

  object-position:
    center center;

  background:
    #fff;
}


/* BLANK */

.vb-native-catalog-page.is-blank {
  border:
    1px solid
    rgba(204, 168, 80, .08);

  background:
    radial-gradient(
      circle at 50% 60%,
      #0e281b 0%,
      #061c12 58%,
      #04140c 100%
    );
}


.vb-native-catalog-page.is-blank img {
  display:
    none;
}


.vb-native-catalog-blank-brand {
  position:
    absolute;

  inset:
    0;

  display:
    flex;

  flex-direction:
    column;

  align-items:
    center;

  justify-content:
    center;

  color:
    #fff;
}


.vb-native-catalog-blank-brand strong {
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size:
    clamp(34px, 4vw, 54px);

  font-style:
    italic;

  font-weight:
    500;
}


.vb-native-catalog-blank-brand small {
  margin-top:
    6px;

  color:
    rgba(255,255,255,.64);

  font-size:
    10px;

  letter-spacing:
    .42em;
}


/* LOMBADA */

.vb-native-catalog-spine {
  position:
    absolute;

  z-index:
    4;

  left:
    50%;

  top:
    2%;

  bottom:
    2%;

  width:
    30px;

  transform:
    translateX(-50%);

  pointer-events:
    none;

  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.22),
      rgba(255,255,255,.09),
      rgba(0,0,0,.18)
    );

  filter:
    blur(10px);

  opacity:
    .58;
}


/* SETAS */

.vb-native-catalog-nav {
  position:
    absolute;

  z-index:
    7;

  top:
    50%;

  width:
    64px;

  height:
    64px;

  display:
    grid;

  place-items:
    center;

  transform:
    translateY(-50%);

  padding:
    0;

  border:
    1px solid
    rgba(205, 166, 77, .30);

  border-radius:
    50%;

  background:
    rgba(3,16,9,.92);

  color:
    #d8b671;

  font-family:
    Georgia,
    serif;

  font-size:
    39px;

  line-height:
    1;

  cursor:
    pointer;
}


.vb-native-catalog-nav.prev {
  left:
    18px;
}


.vb-native-catalog-nav.next {
  right:
    18px;
}


.vb-native-catalog-nav:disabled {
  opacity:
    .23;

  cursor:
    default;
}


/* RODAPÉ */

.vb-native-catalog-foot {
  display:
    flex;

  align-items:
    center;

  justify-content:
    space-between;

  gap:
    20px;

  padding:
    5px 27px 11px;
}


.vb-native-catalog-indicator {
  color:
    rgba(255,255,255,.74);

  font-size:
    12px;
}


.vb-native-catalog-indicator strong {
  color:
    #fff;
}


.vb-native-catalog-hint {
  color:
    rgba(255,255,255,.48);

  font-size:
    11px;
}


/* MOBILE */

@media (max-width: 760px) {

  .vb-native-catalog-modal {
    width:
      calc(100vw - 14px);

    height:
      calc(100dvh - 14px);

    max-height:
      none;

    grid-template-rows:
      66px
      minmax(0,1fr)
      46px;

    border-radius:
      18px;
  }


  .vb-native-catalog-head {
    padding:
      10px 58px 7px 12px;
  }


  .vb-native-catalog-meta span {
    min-height:
      33px;

    padding:
      0 10px;

    font-size:
      9px;
  }


  .vb-native-catalog-meta span.soft,
  .vb-native-catalog-fullscreen {
    display:
      none;
  }


  .vb-native-catalog-close {
    top:
      10px;

    right:
      10px;

    width:
      44px;

    height:
      44px;

    font-size:
      24px;
  }


  .vb-native-catalog-stage {
    padding:
      0 37px;
  }


  .vb-native-catalog-book {
    grid-template-columns:
      var(--vb-book-page-width);

    grid-template-rows:
      var(--vb-book-page-height);

    gap:
      0;
  }


  .vb-native-catalog-page.left,
  .vb-native-catalog-spine {
    display:
      none;
  }


  .vb-native-catalog-nav {
    width:
      45px;

    height:
      45px;

    font-size:
      29px;
  }


  .vb-native-catalog-nav.prev {
    left:
      2px;
  }


  .vb-native-catalog-nav.next {
    right:
      2px;
  }


  .vb-native-catalog-foot {
    padding:
      4px 12px 8px;
  }


  .vb-native-catalog-hint {
    display:
      none;
  }

}


/* ============================================================
   END PATCH_VERDE_CATALOGO_NATIVO_PORTAL_V5_1
   ============================================================ */



/* ============================================================
   BEGIN HOTFIX_VERDE_CATALOGO_RESET_BLANK_V5_2
   ============================================================ */


/*
   A marca da página institucional só pode aparecer
   quando o wrapper estiver realmente marcado como vazio.
*/


.vb-native-catalog-blank-brand {
  display:
    none !important;
}


.vb-native-catalog-page.is-blank
.vb-native-catalog-blank-brand {
  display:
    flex !important;
}


/*
   Quando existe uma página real, garantimos explicitamente
   que a camada institucional não fique sobre a imagem.
*/

.vb-native-catalog-page:not(.is-blank)
.vb-native-catalog-blank-brand {
  display:
    none !important;
}


/* ============================================================
   END HOTFIX_VERDE_CATALOGO_RESET_BLANK_V5_2
   ============================================================ */



/* ============================================================
   BEGIN HOTFIX_VERDE_CAPA_PORTAL_ANIMADA_V5_3

   Réplica da página blank premium utilizada
   no Portal Revenda Verde Brasil.
   ============================================================ */


/* ------------------------------------------------------------
   CAPA / PÁGINA INSTITUCIONAL
   ------------------------------------------------------------ */

.vb-native-catalog-page.is-blank {
  position:
    relative !important;

  overflow:
    hidden !important;

  isolation:
    isolate;

  border:
    1px solid
    rgba(255,255,255,.06) !important;

  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(201,169,110,.06),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      rgba(6,18,13,.99),
      rgba(15,42,29,.97) 52%,
      rgba(5,12,9,.99)
    ) !important;

  box-shadow:
    inset 0 0 0 1px
    rgba(255,255,255,.04),
    0 30px 65px
    rgba(0,0,0,.34) !important;
}


/* ------------------------------------------------------------
   LOGO OFICIAL
   ------------------------------------------------------------ */

.vb-native-catalog-page.is-blank::before {
  content:
    '' !important;

  position:
    absolute !important;

  inset:
    0 !important;

  z-index:
    3 !important;

  display:
    block !important;

  pointer-events:
    none !important;

  background-image:
    url('https://portal.hyperionintelligence.com.br/demo/verde-brasil-condicoes/assets/logo-verde-brasil-white-solid.png') !important;

  background-repeat:
    no-repeat !important;

  background-position:
    center center !important;

  background-size:
    min(42%, 312px) !important;

  opacity:
    .92 !important;

  filter:
    drop-shadow(
      0 10px 28px
      rgba(0,0,0,.28)
    ) !important;
}


/* ------------------------------------------------------------
   PARTÍCULAS DOURADAS
   ------------------------------------------------------------ */

.vb-native-catalog-page.is-blank::after {
  content:
    '' !important;

  position:
    absolute !important;

  inset:
    0 !important;

  z-index:
    2 !important;

  display:
    block !important;

  pointer-events:
    none !important;

  opacity:
    .13;

  background-image:
    radial-gradient(
      circle,
      rgba(255,232,180,.42)
      0 1.5px,
      transparent 3px
    ),
    radial-gradient(
      circle,
      rgba(201,169,110,.28)
      0 1.2px,
      transparent 2.6px
    ),
    radial-gradient(
      circle,
      rgba(255,246,215,.20)
      0 1px,
      transparent 2.2px
    );

  background-size:
    120px 220px,
    150px 260px,
    95px 190px;

  background-position:
    16px 160px,
    70px 220px,
    44px 120px;

  animation:
    vbHomeCatalogBlankGoldParticlesFinal
    18s linear infinite;

  filter:
    blur(.35px);
}


/* ------------------------------------------------------------
   ANIMAÇÃO ORIGINAL
   ------------------------------------------------------------ */

@keyframes vbHomeCatalogBlankGoldParticlesFinal {

  0% {
    transform:
      translateY(18%);

    opacity:
      0;
  }


  20% {
    opacity:
      .13;
  }


  80% {
    opacity:
      .13;
  }


  100% {
    transform:
      translateY(-24%);

    opacity:
      0;
  }

}


/* ------------------------------------------------------------
   DESATIVAR NOSSA MARCA TEXTUAL ANTIGA

   O logo oficial passa a ser o pseudo-elemento ::before.
   ------------------------------------------------------------ */

.vb-native-catalog-blank-brand,
.vb-native-catalog-page.is-blank
.vb-native-catalog-blank-brand {
  display:
    none !important;
}


/* ------------------------------------------------------------
   IMAGEM REAL SEMPRE FICA ACIMA DAS CAMADAS DA CAPA.
   Só interessa quando o wrapper não estiver blank.
   ------------------------------------------------------------ */

.vb-native-catalog-page img {
  position:
    relative;

  z-index:
    5;
}


/* ------------------------------------------------------------
   ACESSIBILIDADE
   ------------------------------------------------------------ */

@media (prefers-reduced-motion: reduce) {

  .vb-native-catalog-page.is-blank::after {
    animation:
      none !important;

    transform:
      none !important;

    opacity:
      .10 !important;
  }

}


/* ============================================================
   END HOTFIX_VERDE_CAPA_PORTAL_ANIMADA_V5_3
   ============================================================ */






/* ============================================================
   BEGIN HOTFIX_VERDE_BENEFICIOS_CARD_UNICO_V1_2
   ============================================================ */


/*
   Um benefício = um article = um único card.
   Nenhuma camada interna recebe borda/background de card.
*/


.benefits-list {
  display:
    grid !important;

  gap:
    10px !important;

  margin-top:
    18px !important;
}


.benefits-list .benefit-card {
  display:
    grid !important;

  grid-template-columns:
    48px minmax(0, 1fr) !important;

  align-items:
    center !important;

  gap:
    12px !important;

  min-height:
    76px !important;

  margin:
    0 !important;

  padding:
    11px 12px !important;

  border:
    1px solid
    rgba(15, 75, 48, .12) !important;

  border-radius:
    14px !important;

  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f8faf8 100%
    ) !important;

  box-shadow:
    0 6px 16px
    rgba(15, 65, 39, .035) !important;

  transition:
    border-color .16s ease,
    box-shadow .16s ease,
    transform .16s ease !important;
}


.benefits-list .benefit-card:hover {
  transform:
    translateY(-1px);

  border-color:
    rgba(186, 145, 58, .26) !important;

  box-shadow:
    0 9px 19px
    rgba(15, 65, 39, .055) !important;
}


/* ------------------------------------------------------------
   ÍCONE ÚNICO
   ------------------------------------------------------------ */

.benefits-list .benefit-card
.benefit-icon {
  width:
    42px !important;

  height:
    42px !important;

  min-width:
    42px !important;

  display:
    grid !important;

  place-items:
    center !important;

  padding:
    0 !important;

  margin:
    0 !important;

  border:
    1px solid
    rgba(190, 148, 57, .28) !important;

  border-radius:
    12px !important;

  background:
    linear-gradient(
      145deg,
      #fff9eb,
      #f5ead0
    ) !important;

  color:
    #916b1e !important;

  box-shadow:
    inset 0 1px 0
    rgba(255,255,255,.70) !important;

  font-size:
    0 !important;
}


.benefits-list .benefit-card
.benefit-icon svg {
  width:
    23px !important;

  height:
    23px !important;

  display:
    block !important;

  fill:
    none !important;

  stroke:
    currentColor !important;

  stroke-width:
    1.7 !important;

  stroke-linecap:
    round !important;

  stroke-linejoin:
    round !important;
}


/* CARTÃO EM VERDE */

.benefits-list
.benefit-card-credito
.benefit-icon {
  border-color:
    rgba(19, 96, 66, .20) !important;

  background:
    linear-gradient(
      145deg,
      #f4faf5,
      #e8f2eb
    ) !important;

  color:
    #155f43 !important;
}


/* ------------------------------------------------------------
   COPY — NÃO É CARD
   ------------------------------------------------------------ */

.benefits-list .benefit-copy,
.benefits-list .benefit-card > div {
  min-width:
    0 !important;

  display:
    flex !important;

  flex-direction:
    column !important;

  gap:
    3px !important;

  margin:
    0 !important;

  padding:
    0 !important;

  border:
    0 !important;

  border-radius:
    0 !important;

  background:
    transparent !important;

  box-shadow:
    none !important;
}


.benefits-list .benefit-card strong {
  display:
    block !important;

  margin:
    0 !important;

  color:
    #123d28 !important;

  font-size:
    11.5px !important;

  line-height:
    1.26 !important;

  font-weight:
    800 !important;
}


.benefits-list .benefit-card small {
  display:
    block !important;

  margin:
    0 !important;

  color:
    #748178 !important;

  font-size:
    9.4px !important;

  line-height:
    1.32 !important;

  font-weight:
    500 !important;
}


/* ------------------------------------------------------------
   SEGURANÇA CONTRA O CARD ANTIGO DINÂMICO
   ------------------------------------------------------------ */

.benefits-list .vb-summary-benefit {
  border:
    0 !important;

  background:
    transparent !important;

  box-shadow:
    none !important;

  padding:
    0 !important;
}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 760px) {

  .benefits-list .benefit-card {
    grid-template-columns:
      46px minmax(0, 1fr) !important;

    min-height:
      72px !important;

    padding:
      10px !important;
  }


  .benefits-list .benefit-card
  .benefit-icon {
    width:
      40px !important;

    height:
      40px !important;
  }


  .benefits-list .benefit-card strong {
    font-size:
      11px !important;
  }

}


/* ============================================================
   END HOTFIX_VERDE_BENEFICIOS_CARD_UNICO_V1_2
   ============================================================ */









/* ============================================================
   BEGIN HOTFIX_VERDE_RESUMO_PROPORCAO_PREMIUM_V3
   ============================================================ */


/*
   REGRA PRINCIPAL

   O card volta a ocupar exatamente a coluna reservada
   no commerce-layout.

   Nada de zoom.
   Nada de largura compensatória.
   Nada de scrollbar interna.
*/

.order-summary {
  width:
    100% !important;

  max-width:
    100% !important;

  box-sizing:
    border-box !important;

  zoom:
    1 !important;

  overflow:
    visible !important;

  max-height:
    none !important;

  scrollbar-width:
    none !important;
}


.order-summary::-webkit-scrollbar {
  display:
    none !important;
}


/*
   Não sobrescrevemos:
   - border
   - border-radius
   - background
   - box-shadow

   Assim o acabamento premium original continua intacto.
*/


/* ------------------------------------------------------------
   TÍTULO
   ------------------------------------------------------------ */

.summary-title {
  margin-bottom:
    17px !important;
}


/* ------------------------------------------------------------
   SEPARADOR

   Originalmente havia bastante espaço vertical.
   Reduzimos somente alguns pixels.
   ------------------------------------------------------------ */

.summary-separator {
  margin:
    17px 0 14px !important;
}


/* ------------------------------------------------------------
   BENEFÍCIOS

   Mantemos os cards completos, com borda,
   raio e ícones. Só reduzimos a altura desperdiçada.
   ------------------------------------------------------------ */

.benefits-list {
  gap:
    8px !important;

  margin-top:
    12px !important;
}


.benefits-list .benefit-card {
  grid-template-columns:
    44px minmax(0, 1fr) !important;

  gap:
    10px !important;

  min-height:
    64px !important;

  padding:
    8px 10px !important;

  margin:
    0 !important;

  border-radius:
    14px !important;
}


/* ÍCONES continuam nobres e proporcionais */

.benefits-list .benefit-card
.benefit-icon {
  width:
    38px !important;

  height:
    38px !important;

  min-width:
    38px !important;

  border-radius:
    11px !important;
}


.benefits-list .benefit-card
.benefit-icon svg {
  width:
    21px !important;

  height:
    21px !important;
}


/*
   Preservamos praticamente o tamanho de texto anterior.
   Não queremos aquela aparência minúscula do hotfix ruim.
*/

.benefits-list .benefit-card strong {
  font-size:
    11.3px !important;

  line-height:
    1.25 !important;
}


.benefits-list .benefit-card small {
  font-size:
    9.2px !important;

  line-height:
    1.30 !important;
}


/* ------------------------------------------------------------
   TELAS UM POUCO MAIS BAIXAS

   Nada de zoom.

   A única adaptação é ganhar poucos pixels
   nos espaçamentos internos.
   ------------------------------------------------------------ */

@media
  (min-width: 1181px)
  and (max-height: 850px) {

  .summary-title {
    margin-bottom:
      14px !important;
  }


  .summary-separator {
    margin:
      14px 0 12px !important;
  }


  .benefits-list {
    gap:
      7px !important;

    margin-top:
      10px !important;
  }


  .benefits-list .benefit-card {
    min-height:
      60px !important;

    padding:
      7px 9px !important;
  }


  .benefits-list .benefit-card
  .benefit-icon {
    width:
      36px !important;

    height:
      36px !important;

    min-width:
      36px !important;
  }

}


/* ------------------------------------------------------------
   TABLET / MOBILE

   Card natural, largura integral, sem qualquer escala.
   ------------------------------------------------------------ */

@media (max-width: 1180px) {

  .order-summary {
    width:
      100% !important;

    max-width:
      100% !important;

    zoom:
      1 !important;

    overflow:
      visible !important;
  }

}


/* ============================================================
   END HOTFIX_VERDE_RESUMO_PROPORCAO_PREMIUM_V3
   ============================================================ */



/* ============================================================
   BEGIN HOTFIX_VERDE_RESUMO_CANTOS_PREMIUM_V4
   ============================================================ */


/*
   O card volta a recortar todo o conteúdo
   dentro de seus cantos arredondados.
*/

.order-summary {
  border-radius:
    20px !important;

  overflow:
    hidden !important;

  background:
    #fff !important;

  isolation:
    isolate;
}


/*
   Reforço visual do cabeçalho.
   O próprio card faz o clipping, mas mantemos
   os cantos superiores coerentes.
*/

.order-summary .summary-title {
  border-radius:
    20px 20px 0 0;
}


/*
   Nada de scrollbar.
*/

.order-summary {
  scrollbar-width:
    none !important;
}


.order-summary::-webkit-scrollbar {
  display:
    none !important;
}


/*
   Os três benefícios continuam com seus
   próprios cantos menores.
*/

.benefits-list .benefit-card {
  border-radius:
    14px !important;
}


/* ============================================================
   END HOTFIX_VERDE_RESUMO_CANTOS_PREMIUM_V4
   ============================================================ */



/* ============================================================
   BEGIN PATCH_VERDE_MINHA_CONTA_DROPDOWN_V1
   ============================================================ */


/* ------------------------------------------------------------
   CARET DO BOTÃO
   ------------------------------------------------------------ */

.profile-button strong {
  display:
    inline-flex !important;

  align-items:
    center !important;

  gap:
    3px !important;
}


.profile-button strong::after {
  content:
    '⌄';

  display:
    inline-block;

  font-size:
    .88em;

  transform-origin:
    50% 52%;

  transition:
    transform .16s ease;
}


.profile-button.is-account-menu-open
strong::after {
  transform:
    rotate(180deg);
}


/* ------------------------------------------------------------
   MENU
   ------------------------------------------------------------ */

.vb-account-menu {
  position:
    fixed;

  z-index:
    125000;

  width:
    262px;

  padding:
    8px;

  border:
    1px solid
    rgba(16, 76, 48, .14);

  border-radius:
    16px;

  background:
    rgba(255, 255, 255, .985);

  box-shadow:
    0 20px 48px
    rgba(8, 48, 29, .15),
    0 4px 12px
    rgba(8, 48, 29, .06);

  -webkit-backdrop-filter:
    blur(16px);

  backdrop-filter:
    blur(16px);

  opacity:
    0;

  visibility:
    hidden;

  pointer-events:
    none;

  transform:
    translateY(-6px)
    scale(.985);

  transform-origin:
    top right;

  transition:
    opacity .15s ease,
    visibility .15s ease,
    transform .15s ease;
}


.vb-account-menu.is-open {
  opacity:
    1;

  visibility:
    visible;

  pointer-events:
    auto;

  transform:
    translateY(0)
    scale(1);
}


/* pequena seta visual */

.vb-account-menu::before {
  content:
    '';

  position:
    absolute;

  top:
    -6px;

  right:
    34px;

  width:
    11px;

  height:
    11px;

  border-top:
    1px solid
    rgba(16, 76, 48, .14);

  border-left:
    1px solid
    rgba(16, 76, 48, .14);

  background:
    #fff;

  transform:
    rotate(45deg);
}


/* ------------------------------------------------------------
   ITENS
   ------------------------------------------------------------ */

.vb-account-menu-item {
  position:
    relative;

  z-index:
    2;

  width:
    100%;

  min-height:
    48px;

  display:
    grid;

  grid-template-columns:
    38px minmax(0, 1fr);

  align-items:
    center;

  gap:
    10px;

  padding:
    6px 10px;

  border:
    0;

  border-radius:
    11px;

  background:
    transparent;

  color:
    #123e2a;

  text-align:
    left;

  font-family:
    inherit;

  font-size:
    11px;

  font-weight:
    800;

  letter-spacing:
    .025em;

  cursor:
    pointer;

  transition:
    background .14s ease,
    color .14s ease,
    transform .14s ease;
}


.vb-account-menu-item:hover,
.vb-account-menu-item:focus-visible {
  outline:
    none;

  background:
    #f1f7f3;

  color:
    #0c5c37;
}


/* ------------------------------------------------------------
   ÍCONES
   ------------------------------------------------------------ */

.vb-account-menu-icon {
  width:
    34px;

  height:
    34px;

  display:
    grid;

  place-items:
    center;

  border:
    1px solid
    rgba(16, 84, 50, .14);

  border-radius:
    10px;

  background:
    #f6faf7;

  color:
    #145c3b;
}


.vb-account-menu-icon svg {
  width:
    19px;

  height:
    19px;

  display:
    block;

  fill:
    none;

  stroke:
    currentColor;

  stroke-width:
    1.7;

  stroke-linecap:
    round;

  stroke-linejoin:
    round;
}


/* ------------------------------------------------------------
   DIVISOR
   ------------------------------------------------------------ */

.vb-account-menu-separator {
  height:
    1px;

  margin:
    5px 7px;

  background:
    rgba(16, 76, 48, .10);
}


/* ------------------------------------------------------------
   LOGOUT
   ------------------------------------------------------------ */

.vb-account-menu-item.is-logout {
  color:
    #8a3c35;
}


.vb-account-menu-item.is-logout
.vb-account-menu-icon {
  border-color:
    rgba(150, 60, 50, .14);

  background:
    #fff8f7;

  color:
    #a14940;
}


.vb-account-menu-item.is-logout:hover,
.vb-account-menu-item.is-logout:focus-visible {
  background:
    #fff3f1;

  color:
    #9b342b;
}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 600px) {

  .vb-account-menu {
    width:
      calc(100vw - 24px);

    max-width:
      310px;
  }

}


/* ============================================================
   END PATCH_VERDE_MINHA_CONTA_DROPDOWN_V1
   ============================================================ */



/* ============================================================
   BEGIN HOTFIX_VERDE_MINHA_CONTA_TIPOGRAFIA_V1
   ============================================================ */


/*
   Menu da conta alinhado à linguagem tipográfica
   utilizada no restante da Loja da Revendedora.
*/

.vb-account-menu-item {
  font-family:
    inherit !important;

  font-size:
    12.5px !important;

  font-weight:
    650 !important;

  line-height:
    1.25 !important;

  letter-spacing:
    0 !important;

  text-transform:
    none !important;
}


/*
   Mantemos o logout diferenciado apenas pela cor,
   não pelo peso tipográfico.
*/

.vb-account-menu-item.is-logout {
  font-weight:
    650 !important;
}


/* ============================================================
   END HOTFIX_VERDE_MINHA_CONTA_TIPOGRAFIA_V1
   ============================================================ */



/* ============================================================
   BEGIN HOTFIX_VERDE_MINHA_CONTA_BALAO_DELICADO_V2
   ============================================================ */


/* ------------------------------------------------------------
   BALÃO
   ------------------------------------------------------------ */

.vb-account-menu {
  width:
    228px !important;

  padding:
    5px !important;

  margin-top:
    -2px !important;

  border:
    1px solid
    rgba(18, 78, 50, .105) !important;

  border-radius:
    13px !important;

  background:
    rgba(255,255,255,.985) !important;

  box-shadow:
    0 12px 30px
    rgba(10, 52, 32, .095),
    0 2px 7px
    rgba(10, 52, 32, .035) !important;

  -webkit-backdrop-filter:
    blur(12px) !important;

  backdrop-filter:
    blur(12px) !important;
}


/* ------------------------------------------------------------
   SETINHA DO BALÃO
   ------------------------------------------------------------ */

.vb-account-menu::before {
  top:
    -5px !important;

  right:
    29px !important;

  width:
    9px !important;

  height:
    9px !important;

  border-top:
    1px solid
    rgba(18, 78, 50, .10) !important;

  border-left:
    1px solid
    rgba(18, 78, 50, .10) !important;

  background:
    #fff !important;
}


/* ------------------------------------------------------------
   OPÇÕES
   ------------------------------------------------------------ */

.vb-account-menu-item {
  min-height:
    42px !important;

  grid-template-columns:
    31px minmax(0,1fr) !important;

  gap:
    8px !important;

  padding:
    5px 8px !important;

  border-radius:
    9px !important;

  font-size:
    12px !important;

  font-weight:
    600 !important;

  line-height:
    1.2 !important;

  letter-spacing:
    0 !important;
}


/* hover muito discreto */

.vb-account-menu-item:hover,
.vb-account-menu-item:focus-visible {
  background:
    rgba(18, 91, 57, .055) !important;
}


/* ------------------------------------------------------------
   ÍCONES
   ------------------------------------------------------------ */

.vb-account-menu-icon {
  width:
    29px !important;

  height:
    29px !important;

  border-radius:
    8px !important;

  border-color:
    rgba(17, 87, 55, .105) !important;

  background:
    rgba(244, 249, 246, .82) !important;
}


.vb-account-menu-icon svg {
  width:
    16px !important;

  height:
    16px !important;

  stroke-width:
    1.65 !important;
}


/* ------------------------------------------------------------
   DIVISOR
   ------------------------------------------------------------ */

.vb-account-menu-separator {
  height:
    1px !important;

  margin:
    3px 7px !important;

  background:
    rgba(20, 75, 48, .075) !important;
}


/* ------------------------------------------------------------
   SAIR
   ------------------------------------------------------------ */

.vb-account-menu-item.is-logout {
  color:
    #8b514b !important;
}


.vb-account-menu-item.is-logout
.vb-account-menu-icon {
  border-color:
    rgba(145, 67, 58, .095) !important;

  background:
    rgba(255, 248, 247, .75) !important;

  color:
    #a1544c !important;
}


.vb-account-menu-item.is-logout:hover,
.vb-account-menu-item.is-logout:focus-visible {
  background:
    rgba(170, 70, 58, .055) !important;

  color:
    #8e4038 !important;
}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 600px) {

  .vb-account-menu {
    width:
      min(228px, calc(100vw - 24px)) !important;
  }

}


/* ============================================================
   END HOTFIX_VERDE_MINHA_CONTA_BALAO_DELICADO_V2
   ============================================================ */



/* ============================================================
   BEGIN HOTFIX_VERDE_MEUS_DADOS_MODAL_LOCK_V1
   ============================================================ */


/*
   O modal Meus dados deve ficar acima de qualquer
   componente da Loja da Revendedora:
   - header sticky
   - dropdown
   - favoritos
   - carrinho
   - catálogo
*/

.vb-account-overlay,
[data-vb-account-overlay] {
  z-index:
    500000 !important;
}


/*
   O conteúdo do modal permanece acima do próprio backdrop.
*/

.vb-account-modal,
[data-vb-account-modal] {
  z-index:
    500010 !important;
}


/*
   O backdrop continua bloqueando o site.
   Não deixamos clique atravessar para a página.
*/

.vb-account-overlay,
[data-vb-account-overlay] {
  pointer-events:
    auto !important;

  cursor:
    default !important;
}


/* ============================================================
   END HOTFIX_VERDE_MEUS_DADOS_MODAL_LOCK_V1
   ============================================================ */



/* ============================================================
   BEGIN HOTFIX_VERDE_MEUS_DADOS_SEM_LOGOUT_V1_1
   ============================================================ */


/*
   Defesa visual adicional.

   Mesmo em caso de DOM antigo em cache,
   logout não aparece dentro do modal Meus dados.
*/

.vb-account-modal
.vb-account-logout,

.vb-account-modal
[data-vb-auth-logout],

.vb-account-footer
.vb-account-logout,

.vb-account-footer
[data-vb-auth-logout] {
  display:
    none !important;
}


/*
   Com apenas o botão Fechar,
   o rodapé fica visualmente limpo.
*/

.vb-account-footer {
  justify-content:
    flex-end !important;
}


/* ============================================================
   END HOTFIX_VERDE_MEUS_DADOS_SEM_LOGOUT_V1_1
   ============================================================ */



/* ============================================================
   BEGIN PATCH_VERDE_LOGIN_CARDS_ESQUERDA_V1_1
   ============================================================ */


/*
   Pequenos indicadores institucionais dentro
   do próprio painel esquerdo do login.

   Não são botões.
   Não são overlay.
   Não têm JavaScript.
*/

.vb-login-left-stats {
  width:
    min(100%, 620px);

  display:
    grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap:
    10px;

  margin-top:
    26px;
}


.vb-login-left-stat {
  min-width:
    0;

  min-height:
    64px;

  display:
    flex;

  flex-direction:
    column;

  justify-content:
    center;

  padding:
    10px 14px;

  border:
    1px solid
    rgba(255,255,255,.17);

  border-radius:
    15px;

  background:
    rgba(255,255,255,.07);

  box-shadow:
    inset 0 1px 0
    rgba(255,255,255,.025);

  -webkit-backdrop-filter:
    blur(5px);

  backdrop-filter:
    blur(5px);
}


.vb-login-left-stat small {
  display:
    block;

  margin:
    0 0 4px;

  color:
    rgba(224,233,226,.68);

  font-size:
    9px;

  font-weight:
    700;

  line-height:
    1.1;

  letter-spacing:
    .055em;

  text-transform:
    uppercase;
}


.vb-login-left-stat strong {
  display:
    block;

  margin:
    0;

  color:
    #ffffff;

  font-size:
    14px;

  font-weight:
    750;

  line-height:
    1.15;
}


.vb-login-left-stat-accent {
  border-color:
    rgba(210,168,78,.45);

  background:
    rgba(210,168,78,.075);
}


.vb-login-left-stat-accent strong {
  color:
    #e8c56d;
}


/*
   Sem hover chamativo:
   são apenas informações visuais.
*/

.vb-login-left-stat {
  transition:
    border-color .16s ease,
    background .16s ease;
}


.vb-login-left-stat:hover {
  border-color:
    rgba(255,255,255,.22);

  background:
    rgba(255,255,255,.085);
}


.vb-login-left-stat-accent:hover {
  border-color:
    rgba(210,168,78,.55);

  background:
    rgba(210,168,78,.095);
}


/* ------------------------------------------------------------
   TELAS INTERMEDIÁRIAS
   ------------------------------------------------------------ */

@media (max-width: 1180px) {

  .vb-login-left-stats {
    width:
      100%;

    gap:
      8px;
  }


  .vb-login-left-stat {
    padding:
      9px 10px;
  }


  .vb-login-left-stat strong {
    font-size:
      12px;
  }

}


/* ------------------------------------------------------------
   MOBILE

   O painel esquerdo é reorganizado no layout responsivo;
   os cards seguem junto com ele.
   ------------------------------------------------------------ */

@media (max-width: 760px) {

  .vb-login-left-stats {
    grid-template-columns:
      1fr;

    margin-top:
      18px;
  }


  .vb-login-left-stat {
    min-height:
      54px;
  }

}


/* ============================================================
   END PATCH_VERDE_LOGIN_CARDS_ESQUERDA_V1_1
   ============================================================ */


/* HYPERION_PRODUCT_IMAGES_CONTAIN_V1
   Imagens individuais oficiais:
   mostrar o produto inteiro sem recorte
   com leve destaque visual no hover.
*/
.product-card .product-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;

  object-fit: contain !important;
  object-position: center center !important;
  transition: transform .18s ease !important;
}

/* Hover suave para dar mais impacto visual sem exagero. */
.product-card:hover .product-image img {
  transform: scale(1.06) !important;
}
/* /HYPERION_PRODUCT_IMAGES_CONTAIN_V1 */


/* HYPERION_STICKY_STORE_HEADER_V1
   Mantém a faixa exclusiva e o cabeçalho sempre visíveis.
*/

:root {
  --vb-exclusive-sticky-height: 34px;
}

/* Faixa verde superior */
.exclusive-bar {
  position: sticky !important;
  top: 0 !important;

  z-index: 1200 !important;
}

/* Cabeçalho principal logo abaixo da faixa */
.site-header {
  position: sticky !important;
  top: var(--vb-exclusive-sticky-height) !important;

  z-index: 1199 !important;

  background: rgba(255, 255, 255, 0.985) !important;

  box-shadow:
    0 8px 18px rgba(18, 52, 34, 0.055);
}

/*
  No desktop a faixa é mais compacta.
  O CSS atual termina com altura efetiva próxima de 27px.
*/
@media (min-width: 1181px) {
  :root {
    --vb-exclusive-sticky-height: 27px;
  }
}

/*
  Evita pequenas frestas visuais entre a faixa e o cabeçalho.
*/
.exclusive-bar + .site-header {
  margin-top: 0 !important;
}

/* /HYPERION_STICKY_STORE_HEADER_V1 */


/* HYPERION_HIDE_HERO_STATS_V1
   Remove os blocos:
   CATÁLOGO / PEDIDO MÍNIMO / CONDIÇÃO
*/

.hero-compact-stats {
  display: none !important;
}

/* Hero passa a usar toda a largura disponível */
.hero-banner.hero-banner-compact {
  grid-template-columns: 1fr !important;
}

.hero-compact-copy {
  max-width: 1000px !important;
}

/* /HYPERION_HIDE_HERO_STATS_V1 */


/* HYPERION_STICKY_ANCHOR_OFFSET_V1
   Compensa a altura da faixa exclusiva + cabeçalho fixo
   ao navegar por links como #categorias e #catalogo.
*/

html {
  scroll-behavior: smooth;
  scroll-padding-top: 125px;
}

/* Segurança adicional para os principais blocos navegáveis */
section[id],
main[id],
div[id] {
  scroll-margin-top: 125px;
}

@media (max-width: 1180px) {
  html {
    scroll-padding-top: 150px;
  }

  section[id],
  main[id],
  div[id] {
    scroll-margin-top: 150px;
  }
}

/* /HYPERION_STICKY_ANCHOR_OFFSET_V1 */


/* HYPERION_FOOTER_V2 */

.vb-footer-v2 {
  margin-top: 48px !important;
  padding: 0 !important;

  color: #eaf2ec;

  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(201,169,110,.08),
      transparent 24%
    ),
    linear-gradient(
      135deg,
      #082b1d 0%,
      #0c3d26 54%,
      #0d4a2c 100%
    ) !important;

  border-top:
    1px solid rgba(201,169,110,.18);
}

/* CONTEÚDO PRINCIPAL */

.vb-footer-main {
  display: grid;
  grid-template-columns:
    minmax(280px,1.5fr)
    repeat(3,minmax(160px,1fr));

  gap: 58px;

  padding-top: 48px;
  padding-bottom: 38px;
}

/* MARCA */

.vb-footer-brand {
  max-width: 360px;
}

.vb-footer-logo-link {
  display: inline-flex;
  margin-bottom: 18px;
}

.vb-footer-logo {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;

  filter:
    brightness(0)
    invert(1);
}

.vb-footer-brand p {
  max-width: 340px;
  margin: 0 0 14px;

  color: rgba(255,255,255,.73);

  font-size: 13px;
  line-height: 1.65;
}

.vb-footer-signature {
  display: inline-flex;

  color: #e0c778;

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 19px;
  font-weight: 600;
}

/* COLUNAS */

.vb-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vb-footer-column h3 {
  margin: 2px 0 18px !important;

  color: #e0c778 !important;

  font-size: 11px !important;
  font-weight: 800 !important;

  letter-spacing: .13em;
}

.vb-footer-column a,
.vb-footer-action {
  display: block;

  margin: 0 0 11px !important;
  padding: 0;

  border: 0;
  background: transparent;

  color:
    rgba(255,255,255,.78) !important;

  font-size: 12px !important;
  font-weight: 500;

  line-height: 1.4;

  text-align: left;

  transition:
    color .16s ease,
    transform .16s ease;
}

.vb-footer-column a:hover,
.vb-footer-action:hover {
  color: #ffffff !important;
  transform: translateX(3px);
}

.vb-footer-hours {
  margin-top: 7px;

  color:
    rgba(255,255,255,.48);

  font-size: 11px;
}

/* DIVISÓRIA */

.vb-footer-divider {
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(201,169,110,.23),
      transparent
    );
}

/* FAIXA DA REVENDEDORA */

.vb-footer-highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 24px;

  padding-top: 22px;
  padding-bottom: 22px;
}

.vb-footer-highlight > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.vb-footer-lock {
  display: grid;
  place-items: center;

  width: 40px;
  height: 40px;

  border:
    1px solid rgba(201,169,110,.22);

  border-radius: 12px;

  background:
    rgba(255,255,255,.05);
}

.vb-footer-highlight strong {
  display: block;

  margin-bottom: 2px;

  color: #ffffff;

  font-size: 12px;
}

.vb-footer-highlight small {
  display: block;

  color:
    rgba(255,255,255,.56);

  font-size: 10px;
}

.vb-footer-brand-line {
  color: #e0c778;

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 21px;
  font-weight: 600;
}

/* BARRA INFERIOR */

.vb-footer-bottom {
  border-top:
    1px solid rgba(255,255,255,.06);

  background:
    rgba(0,0,0,.13);
}

.vb-footer-bottom-inner {
  min-height: 54px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  color:
    rgba(255,255,255,.46);

  font-size: 9px;
}

.vb-footer-bottom-inner a {
  margin: 0 !important;

  color:
    rgba(255,255,255,.66) !important;

  font-size: 9px !important;
}

.vb-footer-bottom-inner a:hover {
  color: #ffffff !important;
}

/* RESPONSIVO */

@media (max-width: 1100px) {
  .vb-footer-main {
    grid-template-columns:
      repeat(2,minmax(0,1fr));

    gap: 38px;
  }
}

@media (max-width: 700px) {

  .vb-footer-main {
    grid-template-columns: 1fr;

    gap: 30px;

    padding-top: 36px;
  }

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

  .vb-footer-highlight {
    align-items: flex-start;
    flex-direction: column;
  }

  .vb-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;

    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* /HYPERION_FOOTER_V2 */


/* HYPERION_HIDE_FOOTER_HIGHLIGHT_V1
   Remove a faixa:
   "Área exclusiva para Revendedoras Verde Brasil"
*/

.vb-footer-highlight {
  display: none !important;
}

/* /HYPERION_HIDE_FOOTER_HIGHLIGHT_V1 */


/* HYPERION_FOOTER_BOTTOM_REFINEMENT_V1
   Barra legal do rodapé:
   fonte maior + copyright/endereço em dourado.
*/

.vb-footer-bottom-inner {
  min-height: 60px !important;

  font-size: 12px !important;
  line-height: 1.45 !important;

  letter-spacing: .01em;
}

/* Copyright */
.vb-footer-bottom-inner > span:nth-child(1) {
  color: #e0c778 !important;
}

/* Endereço */
.vb-footer-bottom-inner > span:nth-child(2) {
  color: #e0c778 !important;
}

/* Assinatura Hyperion */
.vb-footer-bottom-inner > a {
  font-size: 11px !important;
  color: rgba(255,255,255,.78) !important;
  font-weight: 500;
}

.vb-footer-bottom-inner > a:hover {
  color: #ffffff !important;
}

/* /HYPERION_FOOTER_BOTTOM_REFINEMENT_V1 */


/* HYPERION_HERO_SERUM_TEXTURE_V1
   Fundo do hero com linguagem cosmética:
   sérum botânico translúcido, gelatinoso e premium.
*/

.hero-banner.hero-banner-compact {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;

  background:
    radial-gradient(
      circle at 18% 30%,
      rgba(162, 225, 176, 0.12) 0%,
      rgba(162, 225, 176, 0.05) 14%,
      transparent 26%
    ),
    radial-gradient(
      circle at 74% 22%,
      rgba(210, 236, 194, 0.10) 0%,
      rgba(210, 236, 194, 0.05) 12%,
      transparent 26%
    ),
    radial-gradient(
      circle at 78% 78%,
      rgba(120, 214, 160, 0.12) 0%,
      rgba(120, 214, 160, 0.04) 16%,
      transparent 30%
    ),
    radial-gradient(
      ellipse at 28% 72%,
      rgba(255, 255, 255, 0.06) 0%,
      rgba(255, 255, 255, 0.015) 18%,
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #072c1e 0%,
      #0b4429 38%,
      #0e5a35 72%,
      #156c43 100%
    ) !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 10px 28px rgba(7, 39, 24, 0.14) !important;
}

/* camada 1 — massas translúcidas do "gel" */
.hero-banner.hero-banner-compact::before {
  content: "";
  position: absolute;
  inset: -12% -8% -18% -8%;
  z-index: 0;
  pointer-events: none;

  background:
    radial-gradient(
      ellipse at 14% 70%,
      rgba(224, 246, 214, 0.10) 0%,
      rgba(224, 246, 214, 0.06) 18%,
      rgba(224, 246, 214, 0.02) 30%,
      transparent 46%
    ),
    radial-gradient(
      ellipse at 34% 24%,
      rgba(255, 255, 255, 0.11) 0%,
      rgba(255, 255, 255, 0.05) 12%,
      rgba(255, 255, 255, 0.02) 20%,
      transparent 34%
    ),
    radial-gradient(
      ellipse at 62% 58%,
      rgba(190, 244, 202, 0.12) 0%,
      rgba(190, 244, 202, 0.06) 14%,
      rgba(190, 244, 202, 0.02) 24%,
      transparent 42%
    ),
    radial-gradient(
      ellipse at 90% 28%,
      rgba(241, 255, 233, 0.08) 0%,
      rgba(241, 255, 233, 0.03) 14%,
      transparent 30%
    );
  filter: blur(24px) saturate(110%);
  opacity: 0.95;
}

/* camada 2 — brilho polido / acetinado */
.hero-banner.hero-banner-compact::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background:
    linear-gradient(
      112deg,
      transparent 0%,
      rgba(255,255,255,0.03) 18%,
      rgba(255,255,255,0.075) 28%,
      rgba(255,255,255,0.02) 39%,
      transparent 52%
    ),
    radial-gradient(
      ellipse at 84% 18%,
      rgba(255,255,255,0.08) 0%,
      rgba(255,255,255,0.025) 12%,
      transparent 25%
    ),
    radial-gradient(
      ellipse at 24% 88%,
      rgba(255,255,255,0.04) 0%,
      transparent 24%
    );
  mix-blend-mode: screen;
  opacity: 0.88;
}

/* garante que o conteúdo fique acima da textura */
.hero-banner.hero-banner-compact > * {
  position: relative;
  z-index: 1;
}

/* pequenos ajustes de legibilidade */
.hero-banner.hero-banner-compact h1 {
  text-shadow:
    0 1px 0 rgba(0,0,0,0.10),
    0 6px 16px rgba(0,0,0,0.10);
}

.hero-banner.hero-banner-compact p {
  color: rgba(255,255,255,0.94) !important;
}

.hero-kicker {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(224, 199, 120, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

/* /HYPERION_HERO_SERUM_TEXTURE_V1 */

/* HYPERION_HERO_SERUM_DARK_V2
   Mantém a textura cosmética, mas recupera
   profundidade e contraste esmeralda premium.
*/

.hero-banner.hero-banner-compact {
  background:
    radial-gradient(
      circle at 18% 30%,
      rgba(113, 190, 139, 0.07) 0%,
      transparent 24%
    ),
    radial-gradient(
      circle at 74% 22%,
      rgba(182, 220, 172, 0.055) 0%,
      transparent 24%
    ),
    radial-gradient(
      circle at 80% 76%,
      rgba(88, 176, 128, 0.07) 0%,
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #041f16 0%,
      #073522 38%,
      #094529 70%,
      #0b5533 100%
    ) !important;

  box-shadow:
    inset 0 0 0 9999px rgba(0, 20, 12, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.025),
    0 10px 28px rgba(5, 28, 18, 0.18) !important;
}

.hero-banner.hero-banner-compact::before {
  opacity: 0.48 !important;
  filter: blur(28px) saturate(105%) !important;
}

.hero-banner.hero-banner-compact::after {
  opacity: 0.34 !important;
}

.hero-banner.hero-banner-compact h1 {
  color: #ffffff !important;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.22) !important;
}

.hero-banner.hero-banner-compact p {
  color: rgba(255,255,255,0.90) !important;
}

/* /HYPERION_HERO_SERUM_DARK_V2 */


/* HYPERION_HERO_SERUM_PREMIUM_V3
   Sérum botânico esmeralda:
   profundo, translúcido, polido e cosmético.
*/

.hero-banner.hero-banner-compact {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;

  background:
    radial-gradient(
      ellipse at 6% 5%,
      rgba(129, 205, 153, .10) 0%,
      rgba(129, 205, 153, .035) 18%,
      transparent 36%
    ),

    radial-gradient(
      ellipse at 88% 22%,
      rgba(109, 198, 143, .08) 0%,
      rgba(109, 198, 143, .025) 20%,
      transparent 38%
    ),

    radial-gradient(
      ellipse at 64% 110%,
      rgba(172, 226, 188, .07) 0%,
      rgba(172, 226, 188, .02) 24%,
      transparent 44%
    ),

    linear-gradient(
      118deg,
      #041f16 0%,
      #062b1c 25%,
      #083922 52%,
      #0a492b 75%,
      #0c5934 100%
    ) !important;

  border-color:
    rgba(164, 201, 174, .15) !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    inset 0 -20px 45px rgba(0,0,0,.08),
    0 10px 26px rgba(5,31,19,.14) !important;
}

/*
  Camada gelatinosa:
  formas suaves, como massa de sérum translúcido.
*/
.hero-banner.hero-banner-compact::before {
  content: "" !important;

  position: absolute !important;
  z-index: 0 !important;

  width: 72% !important;
  height: 190% !important;

  left: 37% !important;
  top: -58% !important;

  border-radius:
    48% 52% 55% 45% /
    55% 42% 58% 45% !important;

  background:
    radial-gradient(
      ellipse at 35% 35%,
      rgba(215, 245, 220, .075),
      rgba(123, 197, 146, .035) 38%,
      rgba(34, 119, 72, .015) 61%,
      transparent 74%
    ) !important;

  border:
    1px solid rgba(202, 232, 209, .055) !important;

  box-shadow:
    inset 20px 12px 60px rgba(255,255,255,.025),
    inset -20px -25px 70px rgba(0,0,0,.055) !important;

  filter:
    blur(1px) !important;

  transform:
    rotate(-7deg) !important;

  opacity:
    .95 !important;

  pointer-events:
    none !important;
}

/*
  Reflexo acetinado:
  brilho longo e muito suave sobre o "gel".
*/
.hero-banner.hero-banner-compact::after {
  content: "" !important;

  position: absolute !important;
  z-index: 0 !important;

  inset: 0 !important;

  background:
    linear-gradient(
      104deg,
      transparent 0%,
      transparent 22%,
      rgba(255,255,255,.018) 29%,
      rgba(255,255,255,.052) 36%,
      rgba(255,255,255,.018) 43%,
      transparent 52%,
      transparent 100%
    ),

    radial-gradient(
      ellipse at 77% 26%,
      rgba(231, 249, 235, .04) 0%,
      transparent 27%
    ) !important;

  opacity:
    .72 !important;

  pointer-events:
    none !important;
}

/* Conteúdo sempre acima das camadas cosméticas */
.hero-banner.hero-banner-compact > * {
  position: relative;
  z-index: 2;
}

/* Retira totalmente a frase abaixo do título */
.hero-banner.hero-banner-compact .hero-compact-copy > p {
  display: none !important;
}

/* Ajuste após retirar o subtítulo */
.hero-banner.hero-banner-compact h1 {
  margin-bottom: 0 !important;

  color:
    #ffffff !important;

  text-shadow:
    0 2px 14px rgba(0,0,0,.20) !important;
}

/* Mantém o kicker dourado elegante */
.hero-kicker {
  color:
    #e0c778 !important;

  background:
    rgba(255,255,255,.035) !important;

  border-color:
    rgba(224,199,120,.15) !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025) !important;
}

/* /HYPERION_HERO_SERUM_PREMIUM_V3 */


/* HYPERION_HERO_TEXT_REFINEMENT_V1
   Refino fino dos textos do hero,
   sem alterar a geometria do bloco.
*/

.hero-banner.hero-banner-compact .hero-compact-copy {
  max-width: 720px !important;
}

/* selo superior */
.hero-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;

  padding: 7px 14px !important;
  border-radius: 999px !important;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.045) 0%,
      rgba(255,255,255,.02) 100%
    ) !important;

  border:
    1px solid rgba(224,199,120,.20) !important;

  color:
    #e4ca7d !important;

  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.02),
    0 4px 12px rgba(0,0,0,.08) !important;
}

/* título principal */
.hero-banner.hero-banner-compact h1 {
  position: relative !important;
  display: inline-block !important;

  margin-top: 10px !important;
  margin-bottom: 0 !important;

  color: #f7f5ef !important;

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif !important;

  font-size: clamp(34px, 3.2vw, 48px) !important;
  font-weight: 700 !important;
  line-height: .96 !important;
  letter-spacing: -.02em !important;

  text-rendering: optimizeLegibility;

  text-shadow:
    0 1px 0 rgba(0,0,0,.08),
    0 8px 18px rgba(0,0,0,.16) !important;
}

/* filete dourado sutil */
.hero-banner.hero-banner-compact h1::after {
  content: "";
  display: block;

  width: 92px;
  height: 2px;

  margin-top: 10px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      rgba(228,202,125,1) 0%,
      rgba(228,202,125,.62) 58%,
      rgba(228,202,125,0) 100%
    );

  box-shadow:
    0 0 14px rgba(228,202,125,.16);
}

/* responsivo */
@media (max-width: 860px) {
  .hero-kicker {
    font-size: 10px !important;
    letter-spacing: .09em !important;
    padding: 6px 12px !important;
  }

  .hero-banner.hero-banner-compact h1 {
    font-size: clamp(30px, 7vw, 40px) !important;
  }

  .hero-banner.hero-banner-compact h1::after {
    width: 76px;
    margin-top: 8px;
  }
}

/* /HYPERION_HERO_TEXT_REFINEMENT_V1 */


/* HYPERION_DISCOVERY_NAV_V1
   Navegação inspirada na arquitetura
   oficial da Verde Brasil.
*/

.vb-discovery-heading {
  display: block !important;
  margin-bottom: 18px;
}

.vb-discovery-menu {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: clamp(22px, 3.2vw, 56px);

  min-height: 54px;
  margin: 0 0 16px;

  border-bottom:
    1px solid rgba(34,72,47,.10);
}

.vb-discovery-menu button {
  position: relative;

  padding: 12px 0 14px;

  border: 0;
  background: transparent;

  color: #1d3828;

  font-size: 14px;
  font-weight: 500;

  white-space: nowrap;

  transition:
    color .16s ease;
}

.vb-discovery-menu button:hover {
  color: #0b6736;
}

.vb-discovery-menu button::after {
  content: "";

  position: absolute;

  left: 50%;
  bottom: -1px;

  width: 0;
  height: 2px;

  border-radius: 999px;

  background: #0b6736;

  transform:
    translateX(-50%);

  transition:
    width .18s ease;
}

.vb-discovery-menu button.active {
  color: #0b6736;
  font-weight: 700;
}

.vb-discovery-menu button.active::after {
  width: 100%;
}


/* SEGUNDO NÍVEL */

.vb-discovery-submenu {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;

  gap: 9px !important;

  margin: 0 !important;
}

.vb-discovery-submenu.is-empty {
  display: none !important;
}

.vb-discovery-submenu button {
  width: auto !important;
  min-width: 112px;

  height: 38px !important;

  padding: 0 16px !important;

  border-radius: 999px !important;

  font-size: 11px !important;
}


/* MOBILE */

@media (max-width: 900px) {

  .vb-discovery-menu {
    justify-content:
      flex-start;

    overflow-x:
      auto;

    gap:
      26px;

    padding:
      0 4px;

    scrollbar-width:
      none;
  }

  .vb-discovery-menu::-webkit-scrollbar {
    display: none;
  }

  .vb-discovery-menu button {
    flex: 0 0 auto;
  }

  .vb-discovery-submenu {
    justify-content:
      flex-start;
  }
}

/* /HYPERION_DISCOVERY_NAV_V1 */


/* HYPERION_DISCOVERY_SUBMENU_ROW_V2
   Categorias/Linhas em faixa única horizontal.
*/

.vb-discovery-submenu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: 100% !important;
  max-width: 100% !important;

  gap: 10px !important;

  margin: 0 !important;
  padding:
    2px 2px 10px !important;

  overflow-x: auto !important;
  overflow-y: hidden !important;

  scroll-behavior: smooth;
  scroll-snap-type: x proximity;

  /*
    Scrollbar propositalmente discreta:
    continua acessível no desktop.
  */
  scrollbar-width: thin;
  scrollbar-color:
    rgba(11,103,54,.28)
    transparent;
}

.vb-discovery-submenu::-webkit-scrollbar {
  height: 5px;
}

.vb-discovery-submenu::-webkit-scrollbar-track {
  background: transparent;
}

.vb-discovery-submenu::-webkit-scrollbar-thumb {
  background:
    rgba(11,103,54,.22);

  border-radius: 999px;
}

.vb-discovery-submenu::-webkit-scrollbar-thumb:hover {
  background:
    rgba(11,103,54,.40);
}


/* Cada opção mantém seu tamanho natural */

.vb-discovery-submenu button {
  flex:
    0 0 auto !important;

  width:
    auto !important;

  min-width:
    max-content !important;

  height:
    38px !important;

  padding:
    0 18px !important;

  border-radius:
    999px !important;

  white-space:
    nowrap !important;

  scroll-snap-align:
    start;

  font-size:
    11px !important;

  line-height:
    1 !important;
}


/*
  O botão ativo continua evidente,
  sem ficar visualmente pesado.
*/

.vb-discovery-submenu button.active {
  box-shadow:
    0 7px 15px
    rgba(8,74,42,.11) !important;
}


/*
  Evita que o painel de descoberta
  ocupe espaço vertical excessivo.
*/

.vb-discovery-heading {
  margin-bottom:
    12px !important;
}


/*
  Se for um filtro direto
  Crescimento/Recuperação/etc.,
  o segundo nível desaparece.
*/

.vb-discovery-submenu.is-empty {
  display:
    none !important;
}


/* Mobile mantém a mesma lógica */

@media (max-width: 900px) {

  .vb-discovery-submenu {
    gap:
      8px !important;

    padding-bottom:
      8px !important;
  }

  .vb-discovery-submenu button {
    height:
      36px !important;

    padding:
      0 15px !important;
  }
}

/* /HYPERION_DISCOVERY_SUBMENU_ROW_V2 */


/* HYPERION_EXCLUSIVE_PRICE_V1
   Condição exclusiva da revendedora como
   principal destaque comercial do card.
*/

/* Rótulo imediatamente anterior ao preço exclusivo */
.price-caption:has(+ .exclusive-price) {
  color: #9a6b14 !important;
  font-weight: 800 !important;
  letter-spacing: .055em !important;
}

/* Valor */
.exclusive-price {
  display: inline-block !important;

  margin: 3px 0 4px !important;
  padding: 3px 8px 4px !important;

  border-radius: 8px !important;

  color: #9a6808 !important;

  background:
    linear-gradient(
      135deg,
      rgba(224,199,120,.17),
      rgba(224,199,120,.07)
    ) !important;

  box-shadow:
    inset 0 0 0 1px rgba(196,151,48,.14);

  font-size: 19px !important;
  font-weight: 850 !important;
  line-height: 1.05 !important;
  letter-spacing: -.02em !important;
}

/* Hover muito discreto */
.product-card:hover .exclusive-price {
  color: #805400 !important;

  background:
    linear-gradient(
      135deg,
      rgba(224,199,120,.23),
      rgba(224,199,120,.10)
    ) !important;
}

/* /HYPERION_EXCLUSIVE_PRICE_V1 */


/* HYPERION_DISCOVERY_TODOS_STICKY_V1
   Mantém o botão "Todos" sempre visível
   enquanto Categorias/Linhas rolam horizontalmente.
*/

.vb-discovery-submenu > button:first-child {
  position: sticky !important;
  left: 0 !important;
  z-index: 8 !important;

  /*
    Fundo sólido para impedir que os outros
    botões apareçam visualmente por trás dele.
  */
  background: #ffffff !important;

  box-shadow:
    8px 0 14px -12px rgba(16, 68, 39, .42) !important;
}

/* Quando Todos estiver ativo, mantém o verde original */
.vb-discovery-submenu > button:first-child.active {
  background: #0b6736 !important;
  color: #ffffff !important;

  box-shadow:
    0 7px 15px rgba(8,74,42,.11),
    9px 0 15px -12px rgba(16,68,39,.48) !important;
}

/*
  Pequena área branca após o botão,
  dando sensação de separação entre
  o elemento fixo e a faixa que desliza.
*/
.vb-discovery-submenu > button:first-child::after {
  content: "";
  position: absolute;

  top: -2px;
  right: -8px;
  bottom: -2px;

  width: 8px;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,.96),
      rgba(255,255,255,0)
    );

  pointer-events: none;
}

/* /HYPERION_DISCOVERY_TODOS_STICKY_V1 */


/* HYPERION_DISCOVERY_FIXED_ALL_V2
   "Todos" fixo fora da área horizontal rolável.
*/

.vb-discovery-submenu {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;

  width: 100% !important;
  max-width: 100% !important;

  gap: 10px !important;

  overflow: visible !important;

  padding: 2px 0 9px !important;
}


/* BOTÃO TODOS */

.vb-discovery-submenu > button:first-child {
  position: relative !important;

  flex: none !important;

  min-width: 108px !important;
  height: 38px !important;

  padding: 0 18px !important;

  border-radius: 999px !important;

  z-index: 2;

  box-shadow:
    7px 0 15px -14px
    rgba(12, 75, 42, .55);
}


/* TRILHO ROLÁVEL */

.vb-discovery-scroll {
  min-width: 0;

  display: flex;
  align-items: center;

  gap: 10px;

  overflow-x: auto;
  overflow-y: hidden;

  padding:
    2px 2px 8px;

  scroll-behavior: smooth;
  scroll-snap-type: x proximity;

  scrollbar-width: thin;

  scrollbar-color:
    rgba(11,103,54,.26)
    transparent;
}


.vb-discovery-scroll::-webkit-scrollbar {
  height: 5px;
}

.vb-discovery-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.vb-discovery-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;

  background:
    rgba(11,103,54,.22);
}

.vb-discovery-scroll::-webkit-scrollbar-thumb:hover {
  background:
    rgba(11,103,54,.40);
}


/* BOTÕES INTERNOS */

.vb-discovery-scroll button {
  flex: 0 0 auto !important;

  width: auto !important;
  min-width: max-content !important;

  height: 38px !important;

  padding:
    0 18px !important;

  border-radius:
    999px !important;

  white-space:
    nowrap !important;

  scroll-snap-align:
    start;

  font-size:
    11px !important;
}


/* Necessidades não possuem segundo nível */

.vb-discovery-submenu.is-empty {
  display: none !important;
}


@media (max-width: 700px) {

  .vb-discovery-submenu {
    grid-template-columns:
      auto minmax(0,1fr) !important;

    gap:
      8px !important;
  }

  .vb-discovery-submenu > button:first-child {
    min-width:
      88px !important;

    height:
      36px !important;

    padding:
      0 14px !important;
  }

  .vb-discovery-scroll {
    gap:
      8px;
  }

  .vb-discovery-scroll button {
    height:
      36px !important;

    padding:
      0 14px !important;
  }
}

/* /HYPERION_DISCOVERY_FIXED_ALL_V2 */


/* HYPERION_DISCOVERY_ALIGNMENT_V3
   Alinha perfeitamente o botão Todos
   com os botões da faixa horizontal.
*/

.vb-discovery-submenu {
  align-items: start !important;

  padding-top: 0 !important;
  padding-bottom: 8px !important;

  column-gap: 10px !important;
}


/* TODOS */

.vb-discovery-submenu > button:first-child {
  box-sizing: border-box !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 108px !important;

  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;

  margin: 0 !important;
  padding: 0 18px !important;

  line-height: 1 !important;

  align-self: start !important;
}


/* ESTEIRA */

.vb-discovery-scroll {
  box-sizing: border-box !important;

  align-items: start !important;

  margin: 0 !important;

  /*
    Nenhum padding no topo:
    botão Todos e primeiro botão da esteira
    começam exatamente no mesmo Y.
  */
  padding:
    0 2px 8px !important;
}


/* BOTÕES DA ESTEIRA */

.vb-discovery-scroll > button {
  box-sizing: border-box !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;

  margin: 0 !important;
  padding: 0 18px !important;

  line-height: 1 !important;

  align-self: start !important;
}


/* Mobile */

@media (max-width: 700px) {

  .vb-discovery-submenu > button:first-child,
  .vb-discovery-scroll > button {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }

  .vb-discovery-submenu > button:first-child {
    min-width: 88px !important;
  }
}

/* /HYPERION_DISCOVERY_ALIGNMENT_V3 */


/* HYPERION_DISCOVERY_BUTTON_BREATHING_V1
   Mais área útil para os botões do discovery menu,
   evitando a sensação de que estão “subindo demais”.
*/

/* Mais respiro vertical no conjunto */
.vb-discovery-submenu {
  padding-top: 6px !important;
  padding-bottom: 10px !important;
}

/* A esteira rolável também ganha teto */
.vb-discovery-scroll {
  padding: 6px 2px 10px !important;
  align-items: center !important;
}

/* Todos */
.vb-discovery-submenu > button:first-child {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
}

/* Botões da faixa */
.vb-discovery-scroll > button {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
}

/*
  Hover mais controlado:
  continua premium, mas sem parecer que o botão
  está sendo empurrado contra a borda superior.
*/
.vb-discovery-submenu > button:first-child:hover,
.vb-discovery-scroll > button:hover {
  transform: translateY(-1px) !important;
}

/* Mantém a leitura do hover bonita */
.vb-discovery-submenu > button:first-child,
.vb-discovery-scroll > button {
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    border-color .16s ease,
    background-color .16s ease,
    color .16s ease !important;
}

/* Mobile */
@media (max-width: 700px) {
  .vb-discovery-submenu {
    padding-top: 4px !important;
    padding-bottom: 8px !important;
  }

  .vb-discovery-scroll {
    padding: 4px 2px 8px !important;
  }

  .vb-discovery-submenu > button:first-child,
  .vb-discovery-scroll > button {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
}

/* /HYPERION_DISCOVERY_BUTTON_BREATHING_V1 */


/* HYPERION_DISCOVERY_TODOS_REALIGN_V4
   Realinha o botão Todos exatamente
   no mesmo nível visual dos demais.
*/

.vb-discovery-submenu {
  align-items: center !important;
}

.vb-discovery-submenu > button:first-child,
.vb-discovery-scroll,
.vb-discovery-scroll > button {
  box-sizing: border-box !important;
}

/* Todos */
.vb-discovery-submenu > button:first-child {
  align-self: center !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  transform: none !important;
}

/* Faixa rolável */
.vb-discovery-scroll {
  align-items: center !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Botões da faixa */
.vb-discovery-scroll > button {
  align-self: center !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* /HYPERION_DISCOVERY_TODOS_REALIGN_V4 */


/* HYPERION_DISCOVERY_FINAL_ALIGNMENT_V5
   Todos e botões roláveis começam exatamente
   no mesmo eixo vertical.
*/

/*
  O contêiner externo já fornece o respiro superior.
  Os dois componentes são alinhados pelo topo,
  e não pelo centro da altura da scrollbar.
*/
.vb-discovery-submenu {
  align-items: start !important;
}

/* TODOS */
.vb-discovery-submenu > button:first-child {
  align-self: start !important;

  margin-top: 0 !important;
  margin-bottom: 0 !important;

  top: auto !important;
}

/*
  ESTEIRA:
  removemos somente o padding superior interno.
  O espaço inferior da scrollbar permanece.
*/
.vb-discovery-scroll {
  align-self: start !important;
  align-items: flex-start !important;

  margin-top: 0 !important;
  margin-bottom: 0 !important;

  padding-top: 0 !important;
}

/* BOTÕES DA ESTEIRA */
.vb-discovery-scroll > button {
  align-self: flex-start !important;

  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* /HYPERION_DISCOVERY_FINAL_ALIGNMENT_V5 */


/* HYPERION_DISCOVERY_HOVER_NO_LIFT_V6
   Mantém o alinhamento perfeito e substitui
   o movimento vertical por destaque de sombra/borda.
*/

/* Botões da esteira NÃO sobem mais */
.vb-discovery-scroll > button:hover {
  transform: none !important;

  border-color:
    rgba(11, 103, 54, .42) !important;

  box-shadow:
    0 7px 16px rgba(12, 74, 42, .10) !important;

  background:
    rgba(248, 252, 249, 1) !important;
}

/* Transição continua suave */
.vb-discovery-scroll > button {
  transform: none !important;

  transition:
    box-shadow .16s ease,
    border-color .16s ease,
    background-color .16s ease,
    color .16s ease !important;
}

/* Botão Todos também não sofre deslocamento acidental */
.vb-discovery-submenu > button:first-child:hover {
  transform: none !important;
}

/* /HYPERION_DISCOVERY_HOVER_NO_LIFT_V6 */

/* HYPERION_HERO_TITLE_SCALE_V2
   Loja da Revendedora: redução aproximada de 20%.
*/
.hero-banner.hero-banner-compact h1 {
  font-size: clamp(27px, 2.56vw, 38px) !important;
}

/* Mobile */
@media (max-width: 860px) {
  .hero-banner.hero-banner-compact h1 {
    font-size: clamp(24px, 5.6vw, 32px) !important;
  }
}
/* /HYPERION_HERO_TITLE_SCALE_V2 */


/* HYPERION_HERO_TITLE_NEW_LINE_V3
   Mantém o selo em cima e
   Loja da Revendedora em linha separada.
*/

.hero-banner.hero-banner-compact .hero-compact-copy {
  display: block !important;
}

.hero-banner.hero-banner-compact .hero-kicker {
  display: inline-flex !important;
}

.hero-banner.hero-banner-compact h1 {
  display: block !important;
  width: fit-content !important;

  margin-top: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* /HYPERION_HERO_TITLE_NEW_LINE_V3 */


/* HYPERION_HERO_TITLE_PLUS15_V4
   Loja da Revendedora:
   +15% sobre o tamanho atual.
*/

.hero-banner.hero-banner-compact h1 {
  font-size: clamp(31px, 2.95vw, 44px) !important;
}

/* Mobile */
@media (max-width: 860px) {
  .hero-banner.hero-banner-compact h1 {
    font-size: clamp(28px, 6.45vw, 37px) !important;
  }
}

/* /HYPERION_HERO_TITLE_PLUS15_V4 */
