html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.esz-container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .esz-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .esz-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .esz-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .esz-container {
    max-width: 1140px;
  }
}

@media (min-width: 1380px) {
  .esz-container {
    max-width: 1300px;
  }
}

.esz-banners-topo {
  background-color: #f0e8d6;
  width: 100%;
  height: 1.5rem;
  font-family: 'Barlow', sans-serif;
}

.swiper-promo-topo {
  max-width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.swiper-promo-topo .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #878a62;
  font-size: 0.75rem;
  line-height: 125%;
  font-weight: 500;
  height: 100%;
}

.swiper-promo-topo .swiper-slide a {
  padding: 4px 24px;
}

.esz-header {
  background: #878a62;
  height: 6.25rem;
  position: relative;
}

@media screen and (min-width: 765px) {
  .esz-header .esz-open-menu-aside {
    display: none;
  }
}

.esz-header.esz-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 5.5rem;
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  transition: all ease-in-out 0.3s;
}

.swiper-promo-button-prev,
.swiper-promo-button-next {
  width: 14px;
  height: 14px;
  position: fixed;
  display: block;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  position: absolute;
}

.swiper-promo-button-prev {
  right: 0;
}

.swiper-promo-button-next {
  left: 0;
}

.swiper-promo-button-prev img,
.swiper-promo-button-next img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.esz-header.esz-fixed.esz-header-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.esz-header.esz-fixed .esz-logo-button-wrapper {
  display: flex;
  align-items: center;
  gap: 48px;
}

.esz-header .esz-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.esz-header .esz-container .esz-logo-wrapper {
  width: 100%;
  max-width: 9.375rem;
  height: 100%;
  max-height: 3.75rem;
}

.esz-header.esz-fixed .esz-container .esz-logo-wrapper {
  width: 100%;
  max-width: 7.5rem;
  height: 100%;
  max-height: 4.875rem;
}

.esz-header .esz-container .esz-logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.esz-header .esz-container .esz-search {
  width: 100%;
  max-width: 25rem;
  display: flex;
  align-items: center;
  height: 3rem;
  border-bottom: 1px solid #f0e8d6;
  font-family: 'Barlow', sans-serif;
  color: hsla(42, 46%, 89%, 0.64);
  font-size: 13px;
  line-height: 125%;
  position: relative;
  transition: all ease-in 0.3s;
}

.esz-search-mobile {
  display: none;
}

.esz-header .esz-container .esz-search:hover {
  border-bottom: 1px solid hsla(42, 46%, 89%, 0.56);
}

.esz-header .esz-container .esz-ico-wrapper {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.esz-header .esz-container .esz-ico-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.esz-login-features-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.esz-login-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Barlow', sans-serif;
  color: #f0e8d6;
  font-size: 0.875rem;
}

.esz-login-buttons-wrapper {
  display: flex;
  align-items: center;
}

.esz-login-buttons-wrapper a:first-child::after {
  content: '|';
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.esz-login-ico-wrapper {
  width: 26px;
  height: 26px;
}

.esz-login-ico-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.esz-carrinho-wrapper {
  width: 28px;
  height: 28px;
}

.esz-carrinho-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.esz-nav {
  height: 55px;
  width: 100%;
  background: #f0e8d6;
  color: #878a62;
  font-family: 'Merriweather', serif;
  position: relative;
  z-index: 1000;
}

.esz-nav .esz-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 125%;
  font-weight: 500;
}

.esz-dropdown-menu {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.esz-dropdown-menu li:first-child {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.esz-dropdown-main::after {
  content: '';
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url(../imgs/new-imgs/ico-seta-direita.png);
  transform: rotate(90deg);
}

.esz-dropdown-menu:hover ul {
  opacity: 1;
  pointer-events: auto;
}

.esz-dropdown-menu ul {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 100%;
  transition: all ease-in 0.3s;
  background: white;
  padding: 5px 0;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.esz-dropdown-menu ul li {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 10px 15px;
  width: 100%;
}

.esz-newsletter {
  width: 100%;
  background: #878a62;
  height: 7.875rem;
}

.esz-newsletter .esz-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.esz-newsletter .esz-logo-container {
  height: 100%;
  max-height: 4.6875rem;
  width: auto;
}

.esz-newsletter .esz-logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.esz-newsletter .esz-socials-wrapper {
  display: flex;
  align-items: center;
}

.esz-newsletter .esz-socials-wrapper .esz-social-newsletter-ico-wrapper {
  width: 44px;
  height: 44px;
  padding: 8px;
}

.esz-newsletter
  .esz-socials-wrapper
  .esz-social-newsletter-ico-wrapper:nth-child(2),
.esz-newsletter
  .esz-socials-wrapper
  .esz-social-newsletter-ico-wrapper:nth-child(3) {
  padding: 4px;
}

.esz-newsletter .esz-socials-wrapper .esz-social-newsletter-ico-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.esz-newsletter .esz-fake-form {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  font-family: 'Barlow', sans-serif;
}

.esz-newsletter .esz-fake-form p {
  font-size: 1.125rem;
  color: #f0e8d6;
}

.esz-newsletter .esz-fake-form .esz-fake-form-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.esz-newsletter .esz-fake-form .esz-fake-form-wrapper .esz-fake-input-wrapper {
  background: white;
  border-radius: 6px;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 20px;
  color: #878a62;
  font-size: 0.875rem;
  min-width: 215px;
}

@media screen and (max-width: 1380px) {
  .esz-newsletter
    .esz-fake-form
    .esz-fake-form-wrapper
    .esz-fake-input-wrapper {
    min-width: 175px;
  }
}

.esz-newsletter .esz-fake-form .esz-fake-form-wrapper .esz-fake-button-wrapper {
  background: #f0e8d6;
  border-radius: 6px;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #878a62;
  font-size: 0.875rem;
  min-width: 8.1875rem;
}

.esz-footer {
  background: #f0e8d6;
  width: 100%;
  padding-top: 2.5rem;
  font-family: 'Barlow', sans-serif;
  color: #878a62;
  position: relative;
}

.esz-footer .esz-footer-row-1,
.esz-footer .esz-footer-row-2,
.esz-footer .esz-footer-row-3 {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.esz-footer-main-content-item {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

.esz-footer h3 {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.esz-footer-main-content-item p,
.esz-footer-main-content-item ul li {
  font-size: 0.875rem;
  line-height: 150%;
}

.esz-footer-main-content-item ul,
.esz-contact-footer-wrapper,
.esz-store-features-item {
  display: flex;
  flex-flow: column;
  gap: 0.625rem;
}

.esz-footer-main-content-item:nth-child(1) {
  width: 100%;
  max-width: 296px;
}

.esz-footer-main-content-item:nth-child(2) {
  width: 100%;
  max-width: 171px;
}

.esz-footer-main-content-item:nth-child(3) {
  width: 100%;
  max-width: 117px;
}

.esz-footer-main-content-item:nth-child(4) {
  width: 100%;
  max-width: 296px;
}

.esz-contact-footer-item {
  box-sizing: inherit;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: -webkit-match-parent;
}

.esz-store-features-item:nth-child(1) {
  width: 100%;
  max-width: 33.8125rem;
}

.esz-store-features-item:nth-child(2) {
  width: 100%;
}

.esz-contact-footer-icon-wrapper {
  width: 20px;
  height: 22px;
  min-width: 20px;
  display: inline-block;
  vertical-align: -0.32em;
  margin-right: 0.25rem;
}

.esz-contact-footer-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}

.esz-footer .esz-footer-row-2 {
  height: 130px;
  padding-top: 2.5em;
  align-items: center;
  gap: 10rem;
  margin: 25px 0;
}

.esz-store-features-imgs-wrapper {
  display: flex;
  align-items: end;
  gap: 8px;
}

.esz-store-features-imgs-wrapper img {
  height: 28px;
  width: 44px;
  object-fit: contain;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.esz-footer .esz-footer-row-3 {
  height: 86px;
  align-items: center;
}

.esz-copy {
  display: flex;
  flex-flow: column;
  gap: 0.25rem;
  width: 100%;
  max-width: 64.125rem;
  font-size: 0.875rem;
  line-height: 125%;
}

.esz-footer-row-3 img {
  height: 100%;
  max-height: 17px;
}

.esz-footer .linha-copy {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 86px;
  background-color: rgba(0, 0, 0, 0.1);
}

.esz-fixed-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  color: #fff;
  background-color: #4dc247;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.esz-fixed-whatsapp img {
  width: 45px;
  height: 45px;
  padding: 10px;
  fill: #fff;
  vertical-align: middle;
}

/* --- Estilos Base do Menu Lateral --- */
.esz-mobile-navigation {
  width: 100%;
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  z-index: 9999;
  font-family: 'Barlow', sans-serif;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  pointer-events: none;
}

.esz-mobile-navigation .esz-aside-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #878a6299;
}

.esz-aside-container {
  width: 100%;
  max-width: 375px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  background: #f0e8d6;
  color: #878a62;
  overflow-y: auto;
  transition: all ease-in-out 0.3s;
  transform: translateX(-100%);
}

/* --- ESTADOS ATIVOS (Adicionados para o JavaScript) --- */

/* Estado ativo do menu (visível) */
.esz-mobile-navigation.esz-aside-active {
  opacity: 1;
  pointer-events: auto;
}

/* Animação de entrada do container do menu */
.esz-mobile-navigation.esz-aside-active .esz-aside-container {
  transform: translateX(0);
}

/* Classe para bloquear o scroll da página */
body.esz-body-no-scroll {
  overflow: hidden;
}

/* --- Cabeçalho do Menu Lateral --- */
.esz-aside-header {
  width: 100%;
  height: 3.375rem;
  background: #878a62;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 1rem;
}

.esz-login-aside-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 18px;
  color: #f0e8d6;
  font-weight: 500;
}

.esz-login-aside-button img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  transform: rotate(180deg);
}

#esz-close-aside {
  background: inherit;
  width: 48px;
  height: 100%;
  padding: 15px;
  border: none;
  cursor: pointer;
}

#esz-close-aside img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* --- Navegação e Itens de Menu --- */
.esz-aside-nav {
  font-size: 16px;
  line-height: 150%;
  padding: 12px 0;
}

.esz-aside-nav .esz-container {
  padding: 0;
}

.esz-aside-nav li {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color ease-in-out 0.3s;
  width: 100%;
  cursor: pointer;
  padding: 0 1rem;
}

.esz-aside-nav li a {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.esz-aside-nav li:hover {
  background: hsla(64, 17%, 46%, 0.051);
}

/* --- FUNCIONALIDADE DO SUBMENU (Animação Suave de Expansão) --- */

/* Adiciona a seta a TODOS os itens que podem ser abertos */
.esz-aside-main-dropdown:after,
.esz-aside-submenu-dropdown:after {
  content: '';
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url(../imgs/new-imgs/ico-seta-direita.png);
  background-size: cover;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}

.esz-aside-main-dropdown:after {
  transform: rotate(90deg);
}

.esz-aside-submenu-dropdown:after {
  transform: rotate(90deg);
}

.esz-aside-main-dropdown.esz-arrow-active:after {
  transform: rotate(180deg);
}

.esz-aside-submenu-dropdown.esz-arrow-active:after {
  transform: rotate(0deg);
}

/* Esconde TODOS os submenus por padrão usando max-height */
.esz-aside-main-dropdown + ul,
.esz-aside-submenu-dropdown + ul,
.esz-ver-tudo-cat-aside + ul {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s ease-in-out;
}

/* Mostra o submenu quando a classe ativa é adicionada */
.esz-aside-main-dropdown + ul.esz-dropdown-active,
.esz-aside-submenu-dropdown + ul.esz-dropdown-active,
.esz-ver-tudo-cat-aside + ul.esz-dropdown-active {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
  transition: max-height 0.3s ease-in-out;
}

/* --- Recuo para Hierarquia Visual --- */

/* --- Rodapé de Contato do Menu --- */
.esz-contact-aside-wrapper {
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
  padding: 0.625rem 1rem;
  border-top: 1px solid hsla(64, 17%, 46%, 0.102);
}

.esz-contact-aside-item {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.esz-contact-aside-wrapper .esz-contact-aside-item:last-child {
  max-width: 210px;
}

.esz-contact-aside-icon-wrapper {
  width: 18px;
  height: 18px;
  min-width: 20px;
  display: inline-block;
  vertical-align: -0.32em;
  margin-right: 0.25rem;
}

.esz-contact-aside-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.esz-contact-aside-wrapper .esz-socials-wrapper {
  display: flex;
  align-items: center;
  flex-flow: row;
}

.esz-contact-aside-wrapper .esz-socials-wrapper a img {
  width: 35px;
  height: 35px;
  padding: 0.5rem;
}

/* --- Estilos Adicionais --- */
.esz-ver-tudo-cat-aside {
  font-weight: 700;
}

.esz-open-menu-aside {
  background: inherit;
  border: none;
  cursor: pointer;
  display: block;
}

.esz-header.esz-fixed .esz-open-menu-aside {
  display: block;
}

/* --- Estilização da Barra de Rolagem (Scrollbar) --- */
.esz-aside-container {
  scrollbar-width: thin;
  scrollbar-color: #878a62 #e0d8c6;
}

.esz-aside-container::-webkit-scrollbar {
  width: 10px;
}

.esz-aside-container::-webkit-scrollbar-track {
  background: #e0d8c6;
  border-radius: 5px;
}

.esz-aside-container::-webkit-scrollbar-thumb {
  background-color: #878a62;
  border-radius: 5px;
  border: 2px solid #f0e8d6;
}

.esz-aside-container::-webkit-scrollbar-thumb:hover {
  background-color: #6c6e4f;
}

@media screen and (max-width: 765px) {
  .esz-login-wrapper,
  .esz-search,
  .esz-nav {
    display: none !important;
  }
  .esz-header .esz-container .esz-logo-wrapper {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .esz-aside-container {
    width: 90%;
  }
  .esz-search-mobile {
    display: block;
    width: 100%;
    background: #878a62;
    height: 63px;
    padding-bottom: 15px;
  }

  .esz-search-mobile .esz-container {
    height: 100%;
  }

  .esz-search-mobile-wrapper {
    width: 100%;
    max-width: 25rem;
    display: flex;
    align-items: center;
    height: 3rem;
    border-bottom: 1px solid #f0e8d6;
    font-family: 'Barlow', sans-serif;
    color: hsla(42, 46%, 89%, 0.64);
    font-size: 13px;
    line-height: 125%;
    position: relative;
    transition: all ease-in 0.3s;
  }

  .esz-search-mobile-wrapper .esz-ico-wrapper {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .esz-search-mobile-wrapper .esz-ico-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .esz-banners-topo {
    height: auto;
  }
  .esz-newsletter {
    height: auto;
    padding: 25px 0;
  }
  .esz-newsletter .esz-container {
    flex-flow: column;
  }
  .esz-newsletter .esz-logo-container {
    height: 50px !important;
    width: 225px !important;
  }
  .esz-newsletter .esz-fake-form {
    align-items: center;
    justify-content: center;
    padding: 0 24px;
  }
  .esz-newsletter .esz-fake-form .esz-fake-form-wrapper {
    flex-flow: column;
    width: 100%;
  }
  .esz-newsletter .esz-fake-form p {
    text-align: center;
    padding: 0 16px;
    line-height: 125%;
  }
  .esz-newsletter .esz-fake-form .esz-fake-form-wrapper .esz-fake-input-wrapper,
  .esz-newsletter
    .esz-fake-form
    .esz-fake-form-wrapper
    .esz-fake-button-wrapper {
    width: 100%;
    min-width: 100%;
  }
  .esz-socials-wrapper {
    padding: 16px 0;
  }
  .esz-footer .esz-footer-row-1,
  .esz-footer .esz-footer-row-2,
  .esz-footer .esz-footer-row-3 {
    flex-flow: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    height: auto;
  }
  .esz-store-features-imgs-wrapper {
    align-items: center;
    justify-content: center;
  }
  .esz-footer .esz-footer-row-2 {
    margin: 0 0 25px 0;
  }
  .esz-footer .esz-footer-row-3 {
    height: auto;
    padding: 25px 0;
  }
  .esz-footer .linha-copy {
    bottom: 149px;
  }
  .esz-footer-main-content-item:nth-child(1) {
    max-width: 100%;
  }
}
