.elementor-kit-9{--e-global-color-primary:#52AD40;--e-global-color-secondary:#3D4D3C;--e-global-color-text:#295123;--e-global-color-accent:#479537;--e-global-color-af40a8b:#4EA53D;--e-global-color-c5efbed:#4C7B46;--e-global-color-677f7c1:#2E6526;--e-global-color-0874eb5:#F0FDF3;--e-global-color-64fbe81:#C8DBC5;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-size:3.8rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-size:3.5rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-size:1.6rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-size:1.6rem;--e-global-typography-accent-font-weight:600;--e-global-typography-f3258a9-font-family:"Nunito Sans";--e-global-typography-f3258a9-font-size:2.6rem;--e-global-typography-f3258a9-font-weight:700;--e-global-typography-f3258a9-line-height:1.1em;--e-global-typography-ba8eb3a-font-family:"Nunito Sans";--e-global-typography-ba8eb3a-font-size:1.8rem;--e-global-typography-ba8eb3a-font-weight:600;--e-global-typography-ba8eb3a-line-height:1em;--e-global-typography-fa1c77c-font-family:"Nunito Sans";--e-global-typography-fa1c77c-font-size:1.5rem;--e-global-typography-fa1c77c-font-weight:400;--e-global-typography-fa1c77c-line-height:1.2em;--e-global-typography-50f7445-font-family:"Nunito Sans";--e-global-typography-50f7445-font-size:1.5rem;--e-global-typography-50f7445-font-weight:600;--e-global-typography-d5be84c-font-family:"Nunito Sans";--e-global-typography-d5be84c-font-size:1.4rem;--e-global-typography-d5be84c-font-weight:600;--e-global-typography-d5be84c-text-transform:uppercase;--e-global-typography-d5be84c-font-style:italic;--e-global-typography-d5be84c-letter-spacing:1em;--e-global-typography-d08fc06-font-family:"Nunito Sans";--e-global-typography-d08fc06-font-size:1.2rem;--e-global-typography-d08fc06-font-weight:600;--e-global-typography-d08fc06-text-transform:uppercase;--e-global-typography-d08fc06-font-style:italic;--e-global-typography-d08fc06-letter-spacing:1em;--e-global-typography-e0ea4dc-font-family:"Nunito Sans";--e-global-typography-e0ea4dc-font-size:1.8rem;--e-global-typography-e0ea4dc-font-weight:600;--e-global-typography-e0ea4dc-line-height:1.3em;--e-global-typography-9d8a49c-font-family:"Nunito Sans";--e-global-typography-9d8a49c-font-size:2.2rem;--e-global-typography-9d8a49c-font-weight:600;background-color:#FCFEFB;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* PADRÃO — base do site */
html {
  font-size: 62.5%;
  overflow-x: hidden; /* evite !important aqui para não atrapalhar modais/menus */
}

@media (max-width: 670px){
  html {
    font-size: 58.5%;
  }
}

.cardp {
  font-size: 2.4rem;
  font-weight: 600;
  color: #4EA53D;
}



.sanfona-linha .e-n-accordion-item {
  position: relative;
  padding-bottom: 32px;
}

.sanfona-linha .e-n-accordion-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #DFECDD; /* cor da linha */
  opacity: 1;
  transform: none;
  transition: none;
}

/* Transição suave de abertura e fechamento */
.sanfona-linha .e-n-accordion-item details {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

/* Conteúdo interno da sanfona */
.sanfona-linha .e-n-accordion-item details > div {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

/* Quando o item é aberto */
.sanfona-linha .e-n-accordion-item details[open] > div {
  opacity: 1;
  max-height: 1000px; /* altura máxima para animar suavemente */
}

/* Opcional: melhora leve do efeito no fechamento */
.sanfona-linha .e-n-accordion-item details:not([open]) > div {
  transition-delay: 0.05s;
}


/* Esconde todos os avisos do WooCommerce (global) */
body .woocommerce-notices-wrapper,
body .woocommerce-message,
body .woocommerce-error,
body .woocommerce-info {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* (Opcional) Se quiser limitar só às páginas de produto/loja: */
body.single-product .woocommerce-notices-wrapper,
body.post-type-archive-product .woocommerce-notices-wrapper,
body.tax-product_cat .woocommerce-notices-wrapper,
body.tax-product_tag .woocommerce-notices-wrapper {
  display: none !important;
}/* End custom CSS */