.elementor-kit-12{--e-global-color-primary:#0A9299;--e-global-color-secondary:#4FA896;--e-global-color-text:#3A735F;--e-global-color-accent:#61CE70;--e-global-color-e354f34:#F1F9F8;--e-global-color-aae76a3:#DFD8CF;--e-global-color-3025f6f:#444444;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:21px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:300;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{font-family:"Poppins", Sans-serif;}.elementor-kit-12 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-12 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-12 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-12 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-12 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-12 h6{font-family:"Poppins", Sans-serif;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-family:"Poppins", Sans-serif;font-size:14px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:0px;}.site-header .header-inner{width:1270px;max-width:100%;}.site-header{padding-inline-end:7px;padding-inline-start:7px;}.site-header .site-description{font-family:"Poppins", Sans-serif;font-size:21px;font-weight:500;line-height:1px;letter-spacing:0px;word-spacing:0px;}.site-header .site-navigation .menu li{font-family:"Poppins", Sans-serif;}.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 *//* === CORES PERSONALIZADAS PARA BOTÕES E TEXTOS === */

/* Botão "Adicionar" */
.single_add_to_cart_button,
.woocommerce-page .button {
  background-color: #087A80 !important;
  color: white !important;
  border-radius: 6px;
  padding: 12px 24px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

/* Hover do botão */
.single_add_to_cart_button:hover,
.woocommerce-page .button:hover {
  background-color: #0a9299 !important;
}

/* Preço com verde escuro mais visível */
.woocommerce-Price-amount,
.woocommerce-Price-amount bdi {
  color: #0a9299 !important;
  font-weight: 600;
}

/* Título principal do produto (H1 da single product) */
.single-product h1.product_title {
  color: #2f2f2f !important; /* Cinzento escuro elegante */
  font-weight: 700;
}

/* Tags e categorias na página do produto */
.woocommerce div.product .product_meta a {
  color: #087A80 !important;
  font-weight: 500;
}

/* Mensagem de sucesso após adicionar ao carrinho */
.woocommerce-message::before {
  color: #087A80 !important; /* Ícone de visto */
}

/* Link "Ver carrinho" na mensagem */
.woocommerce-message a.button.wc-forward {
  color: white !important;
  background-color: #087A80 !important;
  border-radius: 6px;
  font-weight: 500;
  padding: 6px 18px;
  transition: all 0.3s ease-in-out;
}

.woocommerce-message a.button.wc-forward:hover {
  background-color: #0a9299 !important;
}

/* Botão na loja (página de produtos) */
.woocommerce ul.products li.product .button {
  background-color: #087A80 !important;
  color: white !important;
  font-weight: 600;
  border-radius: 6px;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #0a9299 !important;
}/* End custom CSS */