.elementor-9 .elementor-element.elementor-element-157cb7cd{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family );font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-635cf762 *//* CONTAINER — fix overflow */
.woocommerce-account .woocommerce {
  padding: 0 40px;
  max-width: 1100px;
  margin: 0 auto;
}

/* TÍTULO DA PÁGINA */
.woocommerce-account .entry-title {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2d3b2c;
  text-align: center;
  margin-bottom: 48px;
}

/* SUBTÍTULOS Entrar / Cadastre-se */
.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2d3b2c;
  margin-bottom: 32px;
}

/* FORMULÁRIOS — remove borda padrão */
.woocommerce-form-login,
.woocommerce-form-register {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* LABELS */
.woocommerce-account .woocommerce-form__label,
.woocommerce-account label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #758472;
  text-transform: uppercase;
}

/* INPUTS */
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"] {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  color: #2d3b2c !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #2d3b2c !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px 0 !important;
  width: 100% !important;
}

.woocommerce-account input[type="text"]:focus,
.woocommerce-account input[type="email"]:focus,
.woocommerce-account input[type="password"]:focus {
  border-bottom-color: #2d3b2c !important;
  box-shadow: none !important;
  outline: none !important;
}

/* BOTÕES */
.woocommerce-account .woocommerce-Button,
.woocommerce-account button[type="submit"],
.woocommerce-account input[type="submit"] {
  font-family: 'Inter', sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  background: #2d3b2c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 14px 32px !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
}

.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account button[type="submit"]:hover {
  background: #758472 !important;
}

/* PERDEU SUA SENHA */
.woocommerce-LostPassword a,
.woocommerce-account a.lost_password {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  color: #758472 !important;
  text-decoration: none !important;
  letter-spacing: 1px !important;
}

.woocommerce-LostPassword a:hover {
  color: #2d3b2c !important;
}

/* LEMBRE-ME */
.woocommerce-form-login__rememberme {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #758472;
}

/* TEXTO DE PRIVACIDADE */
.woocommerce-privacy-policy-text {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #758472;
  line-height: 1.6;
}

.woocommerce-privacy-policy-text a {
  color: #2d3b2c !important;
}

/* ASTERISCO OBRIGATÓRIO */
.woocommerce-account .required {
  color: #758472 !important;
}

/* ===== PAINEL LOGADO ===== */

.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #e8ede8;
  padding: 0 !important;
}

.woocommerce-MyAccount-navigation ul li a {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #758472 !important;
  text-decoration: none;
  display: block;
  padding: 14px 0;
  transition: color 0.2s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #2d3b2c !important;
}

.woocommerce-MyAccount-content {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #2d3b2c;
  line-height: 1.7;
}

.woocommerce-MyAccount-content a {
  color: #2d3b2c !important;
}/* End custom CSS */