header .menu .navbar {
  border-radius: 5px;
}

header .menu .navbar {
  padding: 0;
}

header .menu .fa-angle-down {
  display: none;
}

header .menu #navbar .nav-item:hover > a {
  background-color: #0b4e27 !important;
  box-shadow: inset 0 -2px 0 #408a00;
}

header .menu .navbar-nav {
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
}

header .menu .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 0.6rem 0.5rem;
  font-weight: bold !important;
  font-size: 14px;
}

header .menu .navbar-nav .nav-item:hover > .nav-link {
  color: #0b4e27;
  font-weight: bold;
  transition: all 0.4s;
}

header .menu .navbar-nav .dropdown-menu .nav-link:hover {
  background: #0c9239 !important;
  color: #fff !important;
  transition: all 0.4s;
}

header .menu .navbar-nav .close-all-mobile {
  display: none;
}

header .menu .navbar-nav .dropdown-menu {
  margin: 0;
  border: 0;
  padding: 0;
  width: 200px;
}

header .menu .navbar-nav .dropdown-menu .nav-link {
  background: #fff;
  font-weight: normal;
  color: #0c9239;
  padding: 0.5rem 0.7rem;
}

header .menu .navbar-nav .dropdown-menu .nav-link.base:hover {
  background: #8badc4;
  color: #fff;
}

header .menu .categories-menu .dropdown {
  position: initial;
}

header .menu .categories-menu > ul.navbar-nav,
header .menu .categories-menu > ul.navbar-nav > .nav-item {
  width: 100%;
}

header .menu .categories-menu .category-color {
  width: 8px;
  height: 32px;
  margin-right: 15px;
  flex-shrink: 0;
}

header .menu .categories-menu .category-indent {
  width: 23px;
  height: 32px;
  flex-shrink: 0;
}

header .menu .categories-menu .root {
  width: 100%;
  color: #0c9239 !important;
  display: -webkit-box;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 23px !important;
  padding: 0.5rem 0.7rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-transform: capitalize !important;
  transition: all 0.4s;
}

header .menu .categories-menu .root::after {
  font-size: 30px !important;
}

header .menu .categories-menu .root:hover {
  opacity: 0.8;
}

header .menu .categories-menu .root .fa {
  font-weight: normal;
  font-size: 32px;
  padding-right: 20px;
}

header .menu .categories-menu .root:hover {
  text-decoration: none;
}

header .menu .categories-menu .dropdown-menu {
  width: 325px;
  min-width: 300px;
  border-radius: 0;
  box-shadow: 0px 8px 1em -5px #ccc;
}

header .menu .categories-menu .dropdown-menu-p {
  top: 50px;
}

header .menu .categories-menu .dropdown-menu.dpm-product {
  overflow-y: scroll;
}

header .menu .categories-menu .dropdown-menu .nav-item .nav-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  color: #666666;
  padding: 0.5rem 0.7rem;
  font-weight: 600;
}

header .menu .categories-menu .dropdown-menu .nav-item .nav-link .image {
  width: 25px;
  height: 25px;
  background-color: #656565;
  float: left;
  margin-right: 5px;
  position: relative;
  bottom: 4px;
}

header .menu .categories-menu .dropdown-menu .nav-item.first:hover .nav-link .image {
  background-color: #fff;
}

header .menu .categories-menu .dropdown-menu .submenu a {
  margin: 3px 0 8px;
  margin-bottom: 12px;
}

header .menu .categories-menu .submenu {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border-left: 0;
  padding: 10px;
  border-left: 1px solid #eaeaea;
  overflow: auto;
}

header .menu .categories-menu .submenu a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  color: #666666;
  padding: 0.5rem 0.7rem;
  font-weight: 600;
}

header .top .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

header .header-container {
  background: transparent;
}

.top .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

header .header .search .form-group input[type='search']::-webkit-input-placeholder {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.55px;
  color: #7a7c7a;
}

header .header .search .form-group input[type='search']::-moz-placeholder {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.55px;
  color: #7a7c7a;
}

header .header .search .form-group input[type='search']:-ms-input-placeholder {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.55px;
  color: #7a7c7a;
}

header .header .search .form-group input[type='search']::-ms-input-placeholder {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.55px;
  color: #7a7c7a;
}

header .header .search .form-group input[type='search']::placeholder {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.55px;
  color: #7a7c7a;
}

header .header .search .form-group button {
  position: absolute;
  top: 6px;
  right: 5px;
  background: transparent;
  border: 0;
  font-size: 20px;
  color: #999;
}

footer .footer .logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  align-items: center;
}

footer .footer .logo img {
  width: 100%;
  max-width: 300px;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

@media (max-width: 992px) {
  .categories .category .image img {
    width: auto;
  }

  header .menu .categories-menu .fa-angle-right {
    display: none !important;
  }

  .testimonials .testimonial .image {
    width: 100% !important;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 20px;
  }

  .testimonials .testimonial .image img {
    width: 160px;
  }
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  header .top .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  header .top .container .languages,
  header .top .container .phones {
    text-align: center;
    margin-bottom: 10px;
  }

  header .top .container .actions {
    text-align: center;
  }

  header .header .action {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .lines .myx .logo,
  .lines .myhouse .logo {
    height: auto !important;
    margin-bottom: 10px;
  }

  .lines .myx .logo img,
  .lines .myhouse .logo img {
    max-width: 50%;
  }

  .footer .logo {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    margin: 20px 0;
  }
}

/* O layout mobile do header entra em <=991px (ver .header-mobile/.header-desktop),
   mas estas regras viviam num @media 767px: entre 768 e 991 o menu abria pelo JS
   e nada ficava visível, então as subcategorias não apareciam. */
@media (max-width: 991px) {
  header .menu .categories-menu .dropdown-menu-sub .category-indent {
    width: calc(23px + var(--category-indent-offset, 0px));
  }

  header .menu .navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    background: #0b4e27;
    height: 52px;
    border-radius: 0;
  }

  header .menu .container {
    padding: 0;
  }

  header .menu .categories-menu {
    width: 100%;
  }

  header .menu .categories-menu .root {
    width: 100%;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  header .menu .categories-menu .dropdown-menu:first-child {
    width: calc(100% + 67px) !important;
  }

  header .menu .fa-angle-right {
    display: none;
  }

  /* Botão de expandir a categoria: círculo na paleta da navbar, centralizado
     verticalmente no item (funciona também quando o título quebra em 2 linhas). */
  header .menu .fa-angle-down,
  header .menu .fa-angle-up {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e8eed6;
    color: #0f4421;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      transform 0.2s ease;
  }

  header .menu .fa-angle-down:active,
  header .menu .fa-angle-up:active {
    background: #b1d05b;
  }

  /* Aberta: a seta gira para cima e o botão ganha o verde da barra */
  header .menu .fa-angle-down.is-open,
  header .menu .fa-angle-up.is-open {
    background: #0c9239;
    color: #fff;
    transform: translateY(-50%) rotate(180deg);
  }

  header .menu .hamburger {
    padding: 3px;
    padding-left: 0;
    margin-right: 6px;
  }

  header .menu .hamburger .hamburger-inner,
  header .menu .hamburger .hamburger-inner:after,
  header .menu .hamburger .hamburger-inner:before {
    background-color: #fff;
  }

  header .menu .navbar-nav .dropdown-toggle::after {
    position: relative;
  }

  header .menu .navbar-nav .dropdown-toggle.opened .close-all-mobile {
    display: block;
    width: 20px;
    height: 18px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 12px;
  }

  header .menu .navbar-nav .dropdown-menu {
    width: 100%;
    box-shadow: none;
  }

  header .menu .navbar-nav .dropdown-menu.show {
    display: block !important;
  }

  header .menu .navbar-nav .dropdown-menu.open-menu-mobile {
    display: block !important;
    left: 0 !important;
    height: auto !important;
    min-height: auto;
    min-width: 300px;
  }

  header .menu .navbar-nav .dropdown-menu-sub.open-menu-mobile {
    position: relative;
  }

  header .menu .navbar-nav .dropdown-menu.open-menu-mobile:first-child {
    width: 125% !important;
  }

  header .menu .navbar-nav .dropdown-menu.open-menu-mobile .open-menu-mobile li.nav-item:hover > .nav-link:first-child {
    background-color: #0c9239 !important;
    color: #fff !important;
  }

  header .menu .navbar-nav .dropdown-menu.open-menu-mobile .open-menu-mobile li.nav-item a.nav-link {
    text-decoration: underline;
    background-color: #f2f6f9 !important;
    font-size: 12px;
  }

  header .menu .navbar-nav .dropdown-menu.open-menu-mobile .open-menu-mobile li.nav-item li.nav-item a.nav-link {
    background-color: white !important;
  }

  header .menu .navbar-nav .dropdown-menu .nav-item .nav-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
  }

  header .menu .navbar-nav.menu-default .dropdown-menu {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    text-align: center;
    min-width: max-content;
  }

  header .menu .navbar-nav.menu-default .dropdown-menu .nav-link {
    justify-content: center;
  }
}

.featureds .product-featured .infos .image {
  height: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.featureds .product-featured .infos .image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.categories .category .image {
  text-align: center;
}

.categories .category .image img {
  max-width: 55%;
  display: inline-block;
}

.billets .image {
  text-align: center;
}

.newsletter .inputs .form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.newsletter .inputs .form-control::-webkit-input-placeholder {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter .inputs .form-control::-moz-placeholder {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter .inputs .form-control:-ms-input-placeholder {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter .inputs .form-control::-ms-input-placeholder {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter .inputs .form-control::placeholder {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.lines .line .logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.lines .line .line-products .product .image {
  height: 180px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.lines .line .line-products .product .image img {
  max-height: 180px;
  width: auto !important;
  display: inline-block !important;
}

.support-representatives .image {
  text-align: center;
}

.facebook-testimonial .testimonial .image {
  margin-right: 15px;
}

.testimonials .testimonial .image {
  width: 160px;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  background-color: white;
  padding-left: 20px;
  margin-top: 20px;
}

.page-container .awards .award .image {
  text-align: center;
}

.page-container .awards .award .image img {
  max-width: 80%;
}

.page-container .category .prod .image {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  -webkit-box-align: center;
  align-items: center;
}

.page-container .category .prod .image img {
  max-width: 100%;
  max-height: 130px;
}

.page-container .category .prod .action {
  text-align: center;
}

.page-container .image-category .image {
  height: 450px;
  width: 600px;
}

@media (max-width: 768px) {
  .page-container .image-category .image {
    height: 300px;
    width: 450px;
  }
}

@media (max-width: 480px) {
  .page-container .image-category .image {
    height: 200px;
    width: 300px;
  }
}

.page-container .posts-page .post-search .form-control {
  border-radius: 0;
  border: 2px solid #0b4e27;
}

.page-container .posts-page .post .action .btn {
  background-color: #0b4e27;
  border: solid 1px #0b4e27;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.header-mobile {
  display: none !important;
}

.fw-bold {
  font-weight: bold;
}

.bg-pri {
  background-color: #b1d05b !important;
}

.bg-sec {
  background-color: #cbde95 !important;
}

.bg-thir {
  background-color: #e8eed6 !important;
}

.br-top-left {
  border-top-left-radius: 15px;
}

.br-top-right {
  border-top-right-radius: 15px;
}

.logo img {
  width: 100%;
  max-width: 260px;
}

/* O dropdown de produtos ancora na própria coluna verde do "Produtos",
   assim ele não fica deslocado nem deixa a barra aparecendo atrás. */
.header-desktop .products-col {
  position: relative;
}

header .menu .categories-menu .dropdown-menu.dropdown-menu-desk {
  top: 65px;
  left: 0;
  /* acompanha a coluna verde, mas nunca fica estreito a ponto de quebrar
     os nomes das categorias em duas linhas */
  width: 100%;
  min-width: 325px;
  /* sem limite de altura: com max-height e sem overflow a caixa branca
     terminava antes da última categoria, que ficava solta abaixo */
  max-height: none;
}

/* Menu de produtos no desktop (padrão do catálogo antigo): faixa de cor rente
   à borda esquerda ocupando toda a altura da linha, nome da categoria em cinza,
   linhas separadoras entre os itens e a seta como botão verde quadrado. */
header .menu .categories-menu .dropdown-menu-desk > .nav-item {
  border-bottom: 1px solid #ececec;
}

header .menu .categories-menu .dropdown-menu-desk > .nav-item:last-child {
  border-bottom: 0;
}

header .menu .categories-menu .dropdown-menu-desk > .nav-item > .nav-link {
  position: relative;
  padding: 12px 52px 12px 24px;
  min-height: 48px;
  color: #58595b !important;
  font-weight: 600;
}

header .menu .categories-menu .dropdown-menu-desk > .nav-item > .nav-link .category-color {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: auto;
  margin: 0;
}

header .menu .categories-menu .dropdown-menu-desk > .nav-item > .nav-link .fa-angle-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: #8bc53f;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 12px;
  top: 50%;
  margin: 0 !important;
  transform: translateY(-50%) rotate(90deg);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

/* Ao abrir as subcategorias (hover no item), o botão fica verde-escuro e a
   seta gira para a direita, apontando para o submenu que se abre ao lado. */
header .menu .categories-menu .dropdown-menu-desk > .nav-item.first:hover > .nav-link .fa-angle-right {
  background: #0c9239;
  transform: translateY(-50%) rotate(0deg);
}

/* Rollover: texto branco sobre fundo verde-escuro, igual ao restante do menu.
   No estado normal o nome fica cinza (#58595b) e essa regra vencia o hover por
   especificidade, deixando "cinza sobre verde". */
header .menu .categories-menu .dropdown-menu-desk > .nav-item > .nav-link:hover,
header .menu .categories-menu .dropdown-menu-desk > .nav-item.first:hover > .nav-link {
  background: #0c9239 !important;
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #0f4421 !important;
  font-weight: bold !important;
}

.form-input-search {
  border: 2px solid #0f4421;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  border-radius: 50px;
  overflow: hidden;
}

.form-input-search input {
  height: 38px;
  border: none;
}

.form-input-search input::placeholder {
  color: #0f4421 !important;
  font-weight: bold !important;
}

.form-input-search button {
  position: absolute;
  right: 15px;
  background-color: transparent;
  border: none;
}

.form-input-search button img {
  height: 20px;
}

.items-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 5px;
  gap: 5px;
  color: #0c9239;
  font-weight: bold;
  transition: all 0.4s;
}

.items-header:hover {
  color: #0f4421 !important;
  text-decoration: none !important;
  transition: all 0.4s;
}

.items-header img {
  max-width: 30px;
  max-height: 30px;
}

.menu-toggle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.menu-toggle-btn {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  position: relative;
  z-index: 1001;
}

.menu-toggle-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.menu-toggle-lines {
  display: block;
  top: 50%;
  margin-top: -2px;
  background-color: #0f4421;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.menu-toggle-lines::before,
.menu-toggle-lines::after {
  content: '';
  background-color: #0f4421;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.menu-toggle-lines::before {
  top: -10px;
  left: 0;
}

.menu-toggle-lines::after {
  bottom: -10px;
  left: 0;
}

.menu-toggle-btn.active .menu-toggle-lines {
  background-color: transparent;
}

.menu-toggle-btn.active .menu-toggle-lines::before {
  transform: rotate(45deg);
  top: 0;
}

.menu-toggle-btn.active .menu-toggle-lines::after {
  transform: rotate(-45deg);
  top: 0;
}

.breadcrumb-container .container .image,
.breadcrumb-container .container p {
  margin: 0 !important;
}

.breadcrumb-container .container .image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px !important;
  }
}

@media (max-width: 991px) {
  .logo img {
    max-width: 220px;
  }

  .header-mobile {
    display: block !important;
  }

  .header-desktop {
    display: none !important;
  }

  .menu-default {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Menu mobile: painel em tela cheia deslizando pela direita, com a logomarca
     no topo, os itens centralizados e as redes sociais rodapé. */
  body.mobile-menu-no-scroll {
    overflow: hidden;
  }

  .mobile-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: transform 0.35s ease;
  }

  .mobile-menu-panel.is-open {
    transform: translateX(0);
  }

  .mobile-menu-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    padding: 90px 24px 40px;
  }

  .mobile-menu-logo {
    display: block;
    margin-bottom: 28px;
  }

  .mobile-menu-logo img {
    width: 90px;
    height: auto;
  }

  .mobile-menu-panel .menu {
    width: 100%;
  }

  .mobile-menu-panel .menu-default {
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-panel .menu-default > .nav-item {
    width: 100%;
    text-align: center;
  }

  .mobile-menu-panel .menu-default > .nav-item > .nav-link {
    display: block;
    padding: 14px 12px;
    font-size: 20px;
    font-weight: bold;
    color: #0c9239 !important;
  }

  .mobile-menu-panel .menu-default > .nav-item.active > .nav-link {
    color: #0f4421 !important;
  }

  /* esconde o caret padrão do Bootstrap; a setinha própria (.legacy-menu-arrow)
     fica só nos itens que abrem subitens */
  .mobile-menu-panel .menu-default .dropdown-toggle::after {
    display: none;
  }

  .mobile-menu-panel .menu-default .legacy-menu-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor;
    transition: transform 0.2s ease;
  }

  .mobile-menu-panel .menu-default .nav-item.submenu-open > .nav-link .legacy-menu-arrow {
    transform: rotate(180deg);
  }

  /* #nav-menu (id) para vencer a regra genérica
     "header .menu .navbar-nav.menu-default .dropdown-menu" que posiciona
     o submenu como absolute/centralizado e quebrava esta caixa */
  #nav-menu .menu-default .dropdown-menu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    display: none;
    float: none;
    width: 100%;
    max-width: 260px;
    min-width: 0 !important;
    border: 1px solid #8bc53f;
    border-radius: 8px;
    padding: 4px 0;
    margin: 4px auto 10px;
    background: #f6faef;
    box-shadow: none;
    text-align: center;
  }

  #nav-menu .menu-default .dropdown-menu .nav-link {
    display: block;
    justify-content: center;
    padding: 10px 12px;
    margin: 2px 6px;
    width: auto;
    font-size: 16px;
    color: #006400 !important;
    border-radius: 6px;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  #nav-menu .menu-default .dropdown-menu .nav-link:hover {
    background-color: #0c9239 !important;
    color: #fff !important;
  }

  .mobile-menu-social {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: auto;
    padding-top: 32px;
  }

  .mobile-menu-social .social-icon-btn {
    width: 46px;
    height: 46px;
    background-color: #0c9239;
  }

  .mobile-menu-social .social-icon-btn i {
    font-size: 22px;
  }

  header .menu .categories-menu .root {
    font-size: 20px;
  }

  header .menu .navbar-nav .nav-item .nav-link {
    color: #006400;
    font-size: 16px;
  }

  header .menu .navbar-nav .dropdown-menu-p.open-menu-mobile {
    display: block;
    top: 55px;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    /* acima do botão flutuante do WhatsApp (.float: z-index 100) */
    z-index: 999 !important;
  }

  header .menu .navbar-nav .close-all-mobile {
    display: flex;
    height: 40px;
    justify-content: end;
    align-items: center;
  }
}

@media (max-width: 771px) {
  .items-header {
    min-height: 40px;
    font-size: 14px;
  }

  header .menu .categories-menu .root {
    font-size: 14px !important;
  }

  header .header .logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  header .menu .navbar-nav .dropdown-menu-p.open-menu-mobile {
    top: 49px !important;
  }
}

@media (max-width: 576px) {
  .items-header {
    font-size: 12px !important;
  }

  header .menu .navbar-nav .dropdown-menu-p.open-menu-mobile {
    top: 48px !important;
  }
}

@media (max-width: 500px) {
  header .header .logo {
    justify-content: center;
  }

  .items-header {
    font-size: 12px !important;
  }
}

@media (max-width: 450px) {
  header .menu .navbar-nav .dropdown-menu-p.open-menu-mobile {
    top: 45px !important;
  }

  header .menu .categories-menu .root::after {
    font-size: 20px !important;
  }

  .items-header,
  .form-input-search input {
    font-size: 12px !important;
  }

  .form-input-search input {
    height: 30px;
  }

  .form-input-search button {
    right: 5px;
    top: 3px;
  }

  .form-input-search button img {
    height: 13px;
  }

  .items-header img {
    width: 25px;
    height: 25px;
  }

  .menu-toggle-btn {
    padding: 5px;
  }

  .menu-toggle-box {
    width: 20px;
  }

  .menu-toggle-lines {
    width: 20px;
    height: 3px;
  }

  .menu-toggle-lines::before,
  .menu-toggle-lines::after {
    width: 20px;
    height: 3px;
  }

  .menu-toggle-lines::before {
    top: -7px;
  }

  .menu-toggle-lines::after {
    bottom: -7px;
  }
}
