.elementor-kit-5{--e-global-color-primary:#013054;--e-global-color-secondary:#F1F0EE;--e-global-color-text:#303030;--e-global-color-accent:#09B4BB;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--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;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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);}.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 */<script>
document.addEventListener('DOMContentLoaded', function() {
  // Troca o texto das abas
  const descTab = document.querySelector('#tab-title-description a');
  const addInfoTab = document.querySelector('#tab-title-additional_information a');

  if (descTab) descTab.textContent = 'Description';
  if (addInfoTab) addInfoTab.textContent = 'Additional Information';

  // Troca o título dentro do conteúdo da aba (aquele "Descrição" repetido)
  const descPanelTitle = document.querySelector('.woocommerce-Tabs-panel--description h2');
  if (descPanelTitle && descPanelTitle.textContent.trim() === 'Descrição') {
    descPanelTitle.textContent = 'Description';
  }
});
</script>/* End custom CSS */