.elementor-914 .elementor-element.elementor-element-e99e2a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-914 .elementor-element.elementor-element-c228d5a{text-align:center;}.elementor-914 .elementor-element.elementor-element-c228d5a .elementor-heading-title{font-family:"CoreB3", Sans-serif;font-size:44px;font-weight:400;letter-spacing:3.5px;color:var( --e-global-color-secondary );}.elementor-914 .elementor-element.elementor-element-dc824cc .elementor-icon-list-icon i{color:var( --e-global-color-secondary );transition:color 0.3s;}.elementor-914 .elementor-element.elementor-element-dc824cc .elementor-icon-list-icon svg{fill:var( --e-global-color-secondary );transition:fill 0.3s;}.elementor-914 .elementor-element.elementor-element-dc824cc{--e-icon-list-icon-size:25px;--icon-vertical-offset:0px;}.elementor-914 .elementor-element.elementor-element-dc824cc .elementor-icon-list-text{transition:color 0.3s;}.elementor-914 .elementor-element.elementor-element-6ffae0a8{--display:flex;}.elementor-914 .elementor-element.elementor-element-1d6e3e16{color:var( --e-global-color-2183f40 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-1d6e3e16 *//* ===== MY ACCOUNT ===== */

.woocommerce-MyAccount-navigation {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #444 !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
  border: 1.5px solid transparent;
}

.woocommerce-MyAccount-navigation-link a br {
  display: none;
}

.woocommerce-MyAccount-navigation-link a:hover {
  background: #f0f9f9;
  color: #1b6b6b !important;
  border-color: #1b6b6b;
}

.woocommerce-MyAccount-navigation-link.is-active a {
  background: #1b6b6b !important;
  color: #ffffff !important;
  border-color: #1b6b6b !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #e07b1f !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #fff7f0 !important;
  border-color: #e07b1f !important;
  color: #e07b1f !important;
}

/* ===== CONTENT ===== */
.woocommerce-MyAccount-content {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.woocommerce-MyAccount-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 12px;
}

.woocommerce-MyAccount-content a {
  color: #1b6b6b !important;
  font-weight: 600;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.woocommerce-MyAccount-content a:hover {
  color: #e07b1f !important;
}

/* ===== RESPONSIVO - DROPDOWN ===== */
@media (max-width: 767px) {

  .woocommerce-MyAccount-navigation {
    padding: 0 !important;
    position: relative;
  }

  /* Botão toggle - usa o item activo como label */
  .woocommerce-MyAccount-navigation ul {
    display: none;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #f0f0f0;
  }

  .woocommerce-MyAccount-navigation ul.is-open {
    display: flex;
  }

  /* Cabeçalho do dropdown */
  .woocommerce-MyAccount-navigation::before {
    content: '☰  Menu da Conta';
    display: block;
    padding: 14px 20px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1b6b6b;
    cursor: pointer;
  }

  .woocommerce-MyAccount-navigation-link a {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 14px 20px !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
  }

  .woocommerce-MyAccount-navigation-link:last-child a {
    border-bottom: none !important;
  }

  .woocommerce-MyAccount-content {
    padding: 20px 16px;
  }
}/* End custom CSS */
/* Start custom CSS *//* ===== LOGIN / REGISTER ===== */

#customer_login {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.u-column1,
.u-column2 {
  flex: 1;
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Títulos */
#customer_login h2 {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 4px !important;
  color: #e07b1f !important;
  text-transform: uppercase !important;
  margin-bottom: 24px !important;
  padding-bottom: 16px !important;
  border-bottom: 2px solid #f0f0f0 !important;
}

/* Labels */
#customer_login label {
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  color: #1b6b6b !important;
  text-transform: uppercase !important;
  display: block !important;
  margin-bottom: 6px !important;
}

#customer_login label br {
  display: none !important;
}

.required {
  color: #e07b1f !important;
}

/* Inputs */
#customer_login .input-text {
  width: 100% !important;
  height: 44px !important;
  border-radius: 10px !important;
  border: 1.5px solid #d0d0d0 !important;
  padding: 0 14px !important;
  font-size: 13px !important;
  color: #333 !important;
  outline: none !important;
  transition: border-color 0.2s ease !important;
  box-sizing: border-box !important;
  background: #fafafa !important;
}

#customer_login .input-text:focus {
  border-color: #1b6b6b !important;
  background: #ffffff !important;
}

/* Password wrapper */
.password-input {
  position: relative !important;
  display: block !important;
}

.password-input .input-text {
  padding-right: 44px !important;
}

.show-password-input {
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  color: #aaa !important;
  padding: 0 !important;
  transition: color 0.2s ease !important;
}

.show-password-input:hover {
  color: #1b6b6b !important;
}

/* Form rows */
.woocommerce-form-row {
  margin-bottom: 16px !important;
}

/* Checkbox */
.woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #666 !important;
  letter-spacing: 1px !important;
  text-transform: none !important;
  cursor: pointer !important;
}

.woocommerce-form-login__rememberme br {
  display: none !important;
}

.woocommerce-form__input-checkbox {
  width: 16px !important;
  height: 16px !important;
  accent-color: #1b6b6b !important;
  cursor: pointer !important;
}

/* Botões submit */
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  background: #e07b1f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 10px 22px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  height: 42px !important;
  margin-top: 8px !important;
}

.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
  background: #c96a10 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 16px rgba(224, 123, 31, 0.35) !important;
}

/* Lost password */
.woocommerce-LostPassword a {
  font-size: 11px !important;
  color: #aaa !important;
  text-decoration: none !important;
  letter-spacing: 1px !important;
  transition: color 0.2s ease !important;
}

.woocommerce-LostPassword a:hover {
  color: #e07b1f !important;
}

/* Texto info registo */
.u-column2 p {
  font-size: 12px !important;
  color: #888 !important;
  line-height: 1.6 !important;
}

.woocommerce-privacy-policy-link {
  color: #1b6b6b !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 767px) {
  #customer_login {
    flex-direction: column !important;
  }

  .u-column1,
  .u-column2 {
    width: 100% !important;
    padding: 20px 16px !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'CoreB3';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://keepbreakline.com/wp-content/uploads/2025/08/46b0025acc872687634d02228d2c2f2c.ttf') format('truetype');
}
/* End Custom Fonts CSS */