.elementor-kit-62{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-6958b2b-font-family:"Encode Sans SC";--e-global-typography-6958b2b-font-weight:500;--e-preloader-animation:pulse;--e-preloader-animation-duration:5s;--e-preloader-delay:0ms;}.elementor-kit-62 e-page-transition{background-color:#060405;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Exibe apenas para usuários logados */
.header-btn-logged {
  display: none;
}
body.logged-in .header-btn-logged {
  display: inline-block;
}

/* Exibe apenas para visitantes (não logados) */
.header-btn-guest {
  display: inline-block;
}
body.logged-in .header-btn-guest {
  display: none;
}



/* Cards com altura igual e layout consistente */
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 520px;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* Força a imagem no topo e com tamanho padrão */
.woocommerce ul.products li.product img {
  max-height: 200px;
  width: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

/* Centraliza o nome e evita quebra */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Preço com altura mínima */
.woocommerce ul.products li.product .price {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Botão no fim */
.woocommerce ul.products li.product .button {
  margin-top: auto;
  width: 100%;
  max-width: 180px;
  align-self: center;
}/* End custom CSS */