/* ════════════════════════════════
   BOTÃO COMPRAR NA VITRINE
════════════════════════════════ */
.listagem-item {
  display: flex !important;
  flex-direction: column !important;
}
.listagem-item .acoes-produto {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.listagem-item .info-produto {
  margin: 0 !important;
  padding: 5px 0 !important;
  box-sizing: border-box !important;
}
.listagem-item .acoes-produto .add-wishlist {
  display: none !important;
}
.listagem-item .botao-comprar {
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #003125 !important;
  color: #fff !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: bold !important;
  padding: 10px 0 !important;
  margin: 0 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}
.listagem-item .botao-comprar:hover {
  background-color: #c8a96e !important;
}
.listagem-item .botao-comprar::after {
  content: "Comprar";
  margin-left: 8px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.listagem-item .botao-comprar .svg-ico svg {
  width: 18px !important;
  height: 18px !important;
}
.listagem-item .botao-comprar .svg-ico svg path {
  fill: #fff !important;
}

/* ════════════════════════════════
   BARRA DE BENEFÍCIOS SUPERIOR
════════════════════════════════ */
#barra-beneficios {
  background-color: #003125;
  color: #fff;
  padding: 8px 16px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
#barra-beneficios strong {
  font-weight: bold;
  color: #c8a96e;
}

/* ════════════════════════════════
   HEADER
════════════════════════════════ */
header {
  background-color: #fff !important;
  border-bottom: 1px solid #eee;
  padding: 0 !important;
}
header .container {
  padding: 0 16px;
}
header .row-flex {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 70px !important;
  width: 100% !important;
}
header .col-auto {
  order: 1 !important;
  flex: 0 0 auto !important;
  width: auto !important;
  padding: 0 8px !important;
}
header .logo img {
  max-height: 50px !important;
  width: auto !important;
}
header .col.g_menu {
  order: 2 !important;
  flex: 1 1 0 !important;
  width: 0 !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: center !important;
  padding: 0 !important;
  overflow: visible !important;
}
header .menu.superior {
  display: flex !important;
  justify-content: center !important;
  width: auto !important;
  flex: 0 1 auto !important;
  background-color: transparent !important;
}
header .nivel-um {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 4px;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
header .nivel-um > li > a strong {
  color: #003125 !important;
  font-weight: 600;
  font-size: 14px;
}
header .nivel-um > li > a:hover strong {
  color: #c8a96e !important;
}
header .col:last-child {
  order: 3 !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 8px !important;
}
header .list-inline {
  width: auto !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
}

/* ════════════════════════════════
   BARRA DE DIFERENCIAIS (wrapper)
════════════════════════════════ */
#barra-diferenciais-wrapper {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #e8e8e8 0%, #f5f5f5 40%, #ffffff 100%);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0,0,0,0.10), inset 0 1px 0 #fff;
  width: 100%;
  box-sizing: border-box;
}
#barra-diferenciais {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 18px 0;
  flex-wrap: wrap;
  background: transparent;
  border: none;
  box-shadow: none;
}
.diferencial-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 32px;
  border-right: 1px solid #ccc;
  flex: 1;
  min-width: 180px;
  max-width: 280px;
}
.diferencial-item:last-child {
  border-right: none;
}
.diferencial-icone {
  font-size: 26px;
  flex-shrink: 0;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.2));
}
.diferencial-item > div {
  display: flex;
  flex-direction: column;
}
.diferencial-item strong {
  font-size: 12px;
  font-weight: bold;
  color: #003125;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.diferencial-item span {
  font-size: 11px;
  color: #666;
  margin-top: 2px;
}

/* Setas — escondidas no desktop */
.diff-seta {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  color: #003125;
  cursor: pointer;
  padding: 0 14px;
  opacity: 0.5;
  transition: opacity 0.2s;
  flex-shrink: 0;
  line-height: 1;
}
.diff-seta:hover { opacity: 1; }

/* ════════════════════════════════
   MOBILE
════════════════════════════════ */
@media (max-width: 768px) {

  /* Barra benefícios — só cupom */
  #barra-beneficios {
    flex-direction: column;
    gap: 4px;
    font-size: 11px;
    text-align: center;
    padding: 6px 12px;
  }
  #barra-beneficios span:nth-child(2),
  #barra-beneficios span:nth-child(3) {
    display: none !important;
  }

  /* Header mobile */
  header .row-flex {
    height: 60px !important;
    padding: 0 8px;
  }
  header .logo img {
    max-height: 40px !important;
  }

  /* Menu sanduíche — verde moderno */
  .menu.superior,
  .menu.superior.menu-visible {
    background-color: #003125 !important;
    box-shadow: 4px 0 24px rgba(0,0,0,0.35) !important;
    height: auto !important;
    min-height: unset !important;
    max-height: calc(100vh - 60px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-radius: 0 0 16px 0;
    padding-bottom: 16px !important;
  }
  .menu.superior .nivel-um > li {
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  }
  .menu.superior .nivel-um > li:last-child {
    border-bottom: none !important;
  }
  .menu.superior .nivel-um > li > a {
    padding: 14px 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px;
  }
  .menu.superior .nivel-um > li > a strong,
  .menu.superior .nivel-um > li > a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px;
  }
  .menu.superior .nivel-um > li > a:hover,
  .menu.superior .nivel-um > li > a:hover strong {
    color: #c8a96e !important;
    background-color: rgba(255,255,255,0.05) !important;
  }
  .menu.superior .nivel-um > li .icon-chevron-down {
    background-color: transparent !important;
    color: rgba(255,255,255,0.6) !important;
  }
  .menu.superior .nivel-dois {
    background-color: #002219 !important;
  }
  .menu.superior .nivel-dois li a {
    color: rgba(255,255,255,0.85) !important;
    padding-left: 28px !important;
    font-size: 13px !important;
  }
  .menu-close-mobile {
    background-color: transparent !important;
    color: #fff !important;
    padding: 16px 20px !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    width: 100% !important;
  }
  .menu-close-mobile svg path,
  .menu-close-mobile svg g {
    fill: #fff !important;
    stroke: #fff !important;
  }

  /* Barra diferenciais — carrossel com setas */
  .diff-seta {
    display: flex !important;
    align-items: center;
  }
  #barra-diferenciais {
    flex-wrap: nowrap !important;
    padding: 14px 0;
  }
  .diferencial-item {
    min-width: 100% !important;
    max-width: 100% !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 4px 8px;
    justify-content: center;
    text-align: center;
  }
  .diferencial-item > div {
    align-items: center;
  }
}