.elementor-9 .elementor-element.elementor-element-38658480{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}/* Start custom CSS for text-editor, class: .elementor-element-4d913bbc */@media (max-width: 768px) {
  /* Espaciado general */
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    padding: 0 20px;
  }

  /* Menú lateral (ahora vertical mobile) */
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .woocommerce-MyAccount-navigation ul li {
    border: 1px solid #4A2620;
    border-radius: 10px;
    background: #F8F8F3;
    padding: 12px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #4A2620;
    transition: all 0.3s ease;
  }

  .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #4A2620;
    color: #fff;
    font-weight: 600;
  }
   .woocommerce-Address {
    background-color: #F8F8F3 !important;
    border-radius: 12px;
    padding: 20px;
    box-shadow: none !important;
    border: 1px solid #E0DCD6;
  }
.woocommerce-Address .edit {
    display: block;
    margin: 0 auto 16px auto;
    background-color: #4A2620;
    color: white;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 25px;
    line-height: 1.4; /* Centrado vertical */
    height: auto; /* Asegura que se adapte al texto */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Título de dirección */
  .woocommerce-column__title {
    font-size: 15px !important;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #4A2620;
    margin-bottom: 15px;
  }

  /* Botón “Agregar dirección de facturación” */
  .woocommerce-Address .edit {
    display: block;
    margin: 0 auto 16px auto;
    background-color: #4A2620;
    color: white;
    padding: 10px 18px;
    font-size: 13px;
    border-radius: 25px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
    text-transform: uppercase;
  }

  /* Texto gris claro debajo */
  .woocommerce-Address address,
  .woocommerce-Address .woocommerce-message {
    font-size: 13px;
    color: #555;
    text-align: center;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    padding: 10px;
    background-color: #fff;
  }

  /* Contenido principal */
  .woocommerce-MyAccount-content {
    background: #fff;
    border-radius: 12px;
    margin-top: 20px;
    padding: 25px 15px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #4A2620;
    line-height: 1.6;
  }

  /* Inputs de formularios */
  .woocommerce-MyAccount-content input[type="text"],
  .woocommerce-MyAccount-content input[type="email"],
  .woocommerce-MyAccount-content input[type="password"] {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    margin-bottom: 18px;
    background-color: #FAFAF8;
    color: #333;
  }

  /* Botones principales */
  .woocommerce-Button,
  button[type="submit"] {
    width: 100%;
    background-color: #4A2620;
    color: #fff;
    padding: 14px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 8px;
    letter-spacing: 0.4px;
    border: none;
  }

  .woocommerce-Button:hover {
    background-color: #3a1d18;
  }

  /* Titulares de sección */
  .woocommerce-MyAccount-content h2,
  .woocommerce-MyAccount-content h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #4A2620;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }

  /* Texto secundario (debajo de inputs) */
  .woocommerce-MyAccount-content p,
  .woocommerce-MyAccount-content label {
    font-size: 13px;
    color: #4A2620;
    margin-bottom: 5px;
  }

  /* Botón "Explorar productos" */
  .woocommerce .button.wc-forward {
    background-color: #4A2620;
    color: #fff;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-38658480 */.woocommerce-Address-title .edit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px; /* Altura fija si querés más precisión */
  padding: 0 24px;
  background-color: #472C27;
  color: #fff !important;
  border-radius: 100px; /* Para forma de píldora */
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  transition: background-color 0.3s ease;
  text-align: center;
  line-height: 1;
}
.woocommerce-Address-title p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

/* Estilo general del bloque de dirección */
.u-column1.col-1.woocommerce-Address {
  background-color: #F8F8F3; /* Fondo claro editorial */
  
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  color: #472C27; /* Marrón Silver */
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Título */
.woocommerce-Address-title h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Botón de agregar dirección */
.woocommerce-Address-title .edit {
  display: inline-block;
  margin-top: 5px;
  padding: 10px 20px;
  background-color: #472C27;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
}

.woocommerce-Address-title .edit:hover {
  background-color: #321e1a;
}

/* Texto de mensaje (address vacío) */
.u-column1 address {
  font-style: normal;
  font-size: 15px;
  margin-top: 20px;
}
.woocommerce-Address-title.title {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce-message::before, .woocommerce-info::before{
    display: none;
}
.woocommerce-MyAccount-content > .woocommerce-info {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}

.woocommerce-MyAccount-content > .woocommerce-info p {
  margin-bottom: 15px;
  font-family: 'Inter', sans-serif;
  color: #472C27; /* Marrón Silver */
}

.woocommerce-MyAccount-content > .woocommerce-info .woocommerce-Button {
  margin-top: 10px;
  background-color: #472C27; /* Marrón Silver */
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.woocommerce-MyAccount-content > .woocommerce-info .woocommerce-Button:hover {
  background-color: #321e1a; /* Hover más oscuro */
}

/* 📦 Contenedor principal */
.woocommerce-Address {
  border: none !important;
  background-color: transparent;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  padding: 40px;
  border-radius: 16px;
  margin: 20px 0;
}
.
/* 🟤 Título principal */
.woocommerce-Address-title h2 {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #4A2620;
  text-align: center;
  margin-bottom: 20px;
}

/* 🔘 Link “Agregar Dirección de facturación” */
.woocommerce-Address-title .edit {
  display: inline-block;
  background-color: #4A2620;
  border: 1px solid #4A2620;
  color: #4A2620;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  padding: 10px ;
  border-radius: 30px;
  text-align: center;
  margin: 0;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.woocommerce-Address-title .edit:hover {
  background-color: #4A2620;
  color: #4A2620;
}

/* 💬 Texto: “Aún no has configurado…” */
.woocommerce-Address address {
  font-style: italic;
  font-family: 'Inter', sans-serif;
  color: #1d1d1b;
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;

  text-decoration: none;
  color: #4A2620; /* Marrón Silver */
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.woocommerce h2::after {
  display: none !important;
  content: none !important;
}
.woocommerce-Address-title.title {
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.woocommerce-Address-title title{
     background-color: transparent;
     border: none;
}
}
.woocommerce-account {
  font-family: 'Inter', sans-serif !important;
  background-color: #F8F8F3 !important;
  color: ##EDE5E1 !important;
}
.u-column1 col-1 woocommerce-Address{

    max-width: 662px;
}

}
.woocommerce-MyAccount-navigation {
  background: none !important;
  border: none !important;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #4A2620 !important;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
   background-color: #f5f2ef; /* Marrón claro tipo crema */
  color: #3a1e18;
}

.woocommerce-MyAccount-content {
  padding-left: 40px !important;
  color: #1a1a1a;
}

.woocommerce-MyAccount-content a {
  color: #4A2620 !important;
  text-decoration: underline;
  font-weight: 500;
}
/* Texto de "no se ha hecho ningún pedido todavía" */
.woocommerce-info {
  background: transparent !important;
  border: none !important;
  color: #4A2620 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  padding: 0 !important;
  margin: 20px 0 !important;
}

/* Botón que aparece al lado (ej: Explorar productos) */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #4A2620 !important;
  color: white !important;
  border-radius: 6px;
  border: none !important;
  padding: 10px 24px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #3a1e18 !important;
}

/* Fuente Inter global y fondo beige */
body.woocommerce-page {
  font-family: 'Inter', sans-serif !important;
  background-color: #F8F8F3 !important;
}

/* Oculta el título "Mi cuenta" */
.woocommerce-page h1.entry-title {
  display: none !important;
}

/* Centrado total */
.woocommerce form.woocommerce-form-login,
.woocommerce form.login {
  max-width: 420px;
  margin: 10px auto !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Centrar todo el contenido */
.woocommerce form.login h2,
.woocommerce form.login p,
.woocommerce form.login label {
  text-align: center;
  color: #412B20;
}

/* Inputs */
.woocommerce form.login input.input-text {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 20px;
  border: 1px solid #412B20;
  border-radius: 4px;
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #412B20;
}

/* Botón */
.woocommerce form.login button.button {
  width: 100%;
  background-color: #412B20;
  color: #fff;
  border: none;
  padding: 14px 20px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}

.woocommerce form.login button.button:hover {
  background-color: #2e1d15;
}

/* Recordarme */
.woocommerce form.login .woocommerce-form-login__rememberme {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

/* Olvidaste la contraseña */
.woocommerce form.login .lost_password {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
}

/* Link adicional: Crear cuenta */
.woocommerce form.login .woocommerce-LostPassword.lost_password::after {
  content: "¿No tenés cuenta? Crear Cuenta";
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #412B20;
  text-decoration: underline;
}

/* Quitar margen extra entre bloques */
.woocommerce form.login > p {
  margin-bottom: 10px !important;
}
.woocommerce h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #3D2217; /* Marrón oscuro Silver */
  font-family: 'Inter', sans-serif;
}
/* Insertar subtítulo debajo del título */
.woocommerce h2::after {
  content: "Por favor, introduzca su correo y contraseña";
  display: block;
  margin-top: 20px;
  font-size: 12px;
  color: #3D2217;
  font-weight: 400;
  text-align: center;
  font-family: 'Inter', sans-serif;
}
.woocommerce form.login label {
  display: none !important;
}
.woocommerce form.login .woocommerce-LostPassword.lost_password {
    font-size: 19px}/* End custom CSS */