
/* ==========================================================================
   21. PÁGINA LOG IN
========================================================================== */
/* #region general */
body.page-id-17 {
  margin-top: -2rem !important;
}
body.page-id-17 .custom-header{
  background-color: white;
  margin-left: 270px;
  width: calc(100% - 270px); /* Esto evita que se corte */
  position: absolute;
}
body.page-id-17 .custom-header .logo-area {
  display: none !important;
}

body.page-id-17 .custom-header a,
body.page-id-17 .custom-header .login-icon {
  color: #6d6ffe;
}
body.page-id-17 .custom-header .login-trigger:hover .login-icon {
  color: white;
  background-color: #6d6ffe;
}

body.page-id-17 .custom-header .nav-menu > li > a:hover {
    color: white;
  background-color: #6d6ffe;
  transition: background-color 0.3s ease, color 0.3s ease;
}

body.page-id-17 .custom-header .sub-menu a {
  color: white !important;
}

body.page-id-17 .custom-header .sub-menu a:hover {
  background-color: #fefefe;
  color: #6d6ffe !important;
}
body.page-id-17 .custom-header .nav-menu li ul {
background-color: rgba(92, 101, 254, 0.6);
}

body.page-id-17 .custom-header .cart-icon-header a.cart-contents:hover {
  color: white;
  background-color: #6d6ffe;
}
body.page-id-17 .site-footer{
  background-color: #6d6ffe;
}
body.woocommerce-account .entry-title,
body.page-id-17 .entry-title {
  display: none !important;
}

.woocommerce-MyAccount-navigation {
  position: relative; /* default: lo deja en el flujo */
  margin: 0;
  min-width: 270px;
  max-width: 270px;
  background: linear-gradient(180deg, #aab0ff, #6d6ffe);
  padding: 12rem 0 2rem 2rem;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.05);
  z-index: 0; /* importante para que el header esté encima */
}
.woocommerce-account .woocommerce {
  display: flex;
  padding: 0; /* ← quita padding lateral */
  margin: 0;
}
.woocommerce-MyAccount-content {
  margin-left: 50px!important;
  margin-top: 13rem !important;
  padding-bottom: 5rem; /* espacio para evitar pisar el footer */
  z-index: 1;
  position: relative;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0 !important;
  list-style: none;
}
.woocommerce-MyAccount-navigation-link{
  border: none!important;
}

.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2rem 0rem 0rem 2rem;
  margin-bottom: 0.5rem;
  transition: background 0.2s, color 0.2s;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
  background: #223284;
}

.entry-content.clear,
#primary.content-area.primary {
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0!important;
  background-color: white;
}
body.page-id-17 .sidebar-logo-fixed {
  position: absolute;
  top: 3rem;
  left: 2rem;
  z-index: 10;
  width: 200px;
}
body.page-id-17 .sidebar-logo-fixed img {
  width: 100%;
  height: auto;
}

/* #endregion */

/* #region my account LOGIN/REGISTER SOLO NO LOGUEADO */
#secondary,
.widget-area.secondary {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.ast-separate-container .site-content .content-area,
.ast-separate-container #primary,
.ast-plain-container .site-content .content-area,
.ast-plain-container #primary {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-content {
    display: block !important;
    gap: 0 !important;
}
#customer_login {
  display: flex;
  justify-content: right!important;
  align-items: flex-start;
  gap: 3rem;
  margin-top: 12rem!important;
  margin-bottom: 5rem;
}


#customer_login .u-column1.col-1::before {
  content: "¡Hey there!";
  position: absolute;
  margin-left: -60px!important;
  top: -2.5rem; /* Ajusta este valor hasta que quede como te gusta */
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  font-weight: 900;
  color: #6d6ffe; /* O el color que prefieras */
  font-family: 'Poppins', Arial, sans-serif;
  white-space: nowrap;
  pointer-events: none; /* Opcional: para que no moleste el click */
  /* Puedes agregar sombra para destacar más */
}

#customer_login .u-column1.col-1 {
  background: #6d6ffe;
  color: #fff;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 6px 24px 0 rgba(98, 101, 254, 0.06);
  min-width: 400px;
  max-width: 400px;
  height: 450px!important;
  width: 100%;
  margin-top: 5rem!important;
  line-height: 0!important;
  position: relative;
  /* NO margin-right aquí */
}

#customer_login .u-column2.col-2 {
  background: #6d6ffe;
  color: #fff;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 6px 24px 0 rgba(98, 101, 254, 0.06);
  min-width: 400px;
  max-width: 400px;
  height: 500px!important;
  width: 100%;
  margin-top: 2rem!important;
  margin-right: 0rem !important;  /* SOLO en la columna 2 */
  line-height: 0!important;
}

#customer_login h2{
  font-size: 32px !important;
  text-align: center;
  color: #fff !important;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
  margin-left: 0rem!important;
  margin-bottom: -1rem!important;
}
#customer_login h3{
  font-size: 32px !important;
  text-align: center;
  color: #fff !important;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
  margin-left: 1rem!important;
  margin-bottom: -1rem!important;
}

#customer_login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 0.6rem; /* Espacio entre el checkbox y el texto */
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
}
#customer_login .woocommerce-form-login__rememberme input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #fff;      /* Cambia el color del check (si el navegador soporta) */
  margin-left: 40px;
  margin-top: 15px;              /* Quita márgenes raros */
  outline: 0px!important;
  border-radius: 4px;
}
#customer_login input{
  border-radius: 1.2rem !important;
  border: none;
  padding: 1rem 1.2rem;
  font-size: 1.1rem;
  margin-bottom: 0.5rem!important;
  width: 100%;
  background: #fff;
  color: #1063f9;
  font-family: 'Poppins', Arial, sans-serif;
}
#customer_login label {
  border-radius: 1.2rem !important;
  border: none;
  padding: 1rem 1.2rem;
  font-size: 1.1rem;
  margin-bottom: -0.2rem!important;
  width: 100%;
  background: transparent;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 0!important;
}

#customer_login form.register,
#customer_login form.login{
  border: none!important;
  line-height: 20px;
}
#customer_login form.login .button {
  margin-top: 0rem !important;
}
#customer_login .woocommerce-Button,
#customer_login .woocommerce-button,
#customer_login .button {
  background: #fff !important;
  color: #1063f9 !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  border-radius: 1rem !important;
  padding: 0.7rem 2rem !important;
  border: none !important;
  margin-top: 0.7rem !important;
  box-shadow: none !important;
  transition: background 0.2s, color 0.2s;
  margin-left: 5rem;
}
#customer_login button[name="register"] {
  margin-top: -0.3rem !important;
}
#customer_login .form-row label {
  line-height: 0!important;
}

#customer_login .woocommerce-Button:hover,
#customer_login .woocommerce-button:hover,
#customer_login .button:hover {
  background: rgba(255,255,255,0.7) !important;
  color: #1063f9 !important;
  box-shadow: 0 2px 12px 0 rgba(16,99,249,0.07);
}

#customer_login .woocommerce-LostPassword.lost_password a {
  color: #fff !important;
  text-decoration: underline;
  transition: color 0.2s;
}

#customer_login .woocommerce-LostPassword.lost_password a:hover {
  color: #223284 !important;
}


/* #endregion */

/* #region dashboard */
body.page-id-17.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type {
  display: none !important;
}
body.page-id-17.woocommerce-account .woocommerce-MyAccount-content > p:nth-of-type(2) {
  display: none !important;
}
body.page-id-17.woocommerce-account .woocommerce {
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.dashboard-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #022e47;
  margin-bottom: 2rem;
}

.dashboard-info-box {
  background: #f4f7fe;
  border-radius: 12px;
  padding: 2rem;
  color: #022e47;
  font-size: 1.1rem;
  box-shadow: 0 4px 18px rgba(98, 101, 254, 0.08);
}

.dashboard-info-box p {
  margin-bottom: 1rem;
  font-weight: 500;
}

.dashboard-info-box p strong {
  display: inline-block;
  width: 200px;
  color: #6d6ffe;
}

.custom-dashboard-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-left: 1rem;
  justify-content: space-between;
  background-color: white;
  width: 980px;
}

.dashboard-box {
  background: #f3f5fc;
  border-radius: 12px;
  padding: 2rem;
  flex: 1 1 45%;
  font-family: 'Poppins', sans-serif;
  color: #022e47;
}
.dashboard-box.user-info {
  flex: 1 1 70%;
  box-shadow: 0 4px 18px rgba(98, 101, 254, 0.08);
}

.dashboard-box.orders-box {
  flex: 1 1 25%;
    box-shadow: 0 4px 18px rgba(98, 101, 254, 0.08);
}

.user-info-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.circle-avatar {
  width: 120px;
  height: 120px;
  background: #c5caff;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  overflow: hidden;
}

.circle-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-name {
  font-weight: 700;
  font-size: 1.1rem;
}

.user-info-content h4 {
  font-weight: 700;
  font-size: 1.1rem;
  color: #6d6ffe;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.user-info-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.user-info-content li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.user-info-content i {
  color: #6d6ffe;
  font-size: 1rem;
}
.user-info-flex {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.user-info-header {
  text-align: center;
  flex: 0 0 180px;
}

.user-info-content {
  flex: 1;
}

.orders-box h4 {
  color: #6d6ffe;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

/* #endregion */

/* #region orders visual cards */
body.woocommerce-account.woocommerce-orders table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2rem;
  border: none;
  margin-left: 1rem;
}

body.woocommerce-account.woocommerce-orders table.shop_table thead {
  display: none;
}

body.woocommerce-account.woocommerce-orders table.shop_table tbody tr {
  background: #f4f7fe;
  box-shadow: 0 6px 24px rgb(0 0 0 / 20%);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  transition: background 0.3s ease, color 0.3s ease;
  gap: 1rem;
  margin-bottom: 2rem;
  position: relative; /* Necesario para status panel */
}

body.woocommerce-account.woocommerce-orders table.shop_table tbody tr:hover {
  background: #6d6ffe;
  color: #ffffff;
}

body.woocommerce-account.woocommerce-orders table.shop_table tbody tr:hover td,
body.woocommerce-account.woocommerce-orders table.shop_table tbody tr:hover a {
  color: #ffffff !important;
}

body.woocommerce-account.woocommerce-orders table.shop_table tbody tr:hover .woocommerce-button {
  background: #ffffff !important;
  color: #6d6ffe !important;
}

body.woocommerce-account.woocommerce-orders table.shop_table tbody td {
  border: none !important;
  background: transparent;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  text-align: left;
  display: block;
  color: #022e47;
  font-weight: 500;
}

.woocommerce-orders-table__cell-order-number {
  display: flex;
  flex-direction: column;
  padding: 0.1rem 2rem 1.5rem 2rem !important;
  font-size: 1rem;
}

.woocommerce-orders-table__cell-order-number a {
  color: #022e47;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
}

.woocommerce-orders-table__cell-order-number::before,
.woocommerce-orders-table__cell-order-date::before,
.woocommerce-orders-table__cell-order-total::before,
.woocommerce-orders-table__cell-order-actions::before,
.woocommerce-orders-table__cell-order-status::before {
  font-weight: normal;
  color: #6d6ffe;
  display: block;
}
.woocommerce-orders-table__cell-order-number::before { content: "Order"; }
.woocommerce-orders-table__cell-order-date::before { content: "Date"; }
.woocommerce-orders-table__cell-order-total::before { content: "Total"; }
.woocommerce-orders-table__cell-order-actions::before { content: "Actions"; }

body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .button {
  background: #6d6ffe !important;
  color: #fff !important;
  border-radius: 0.8rem;
  padding: 0.6rem 1.5rem;
  margin-top: 1!important;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(98, 101, 254, 0.15);
  transition: background 0.2s ease, color 0.2s ease;
}
body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .button:hover {
  background: #fff !important;
  color: #6d6ffe !important;
}

.woocommerce-orders-table__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 12px;
  background: #f4f7fe;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
  transition: background 0.3s ease;
  margin-bottom: 2rem;
}

.woocommerce-orders-table__row > td:not(.woocommerce-orders-table__cell-order-status) {
  flex: 1;
}

.order-status-wrapper {
  position: fixed;
  top: 20%;
  right: 2rem;
  transform: translateY(45%);
  background: #f4f7fe;
  border: 1px solid #6d6ffe;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  box-shadow: 0 6px 24px rgb(0 0 0 / 20%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1000;
  min-width: 300px;
}

.woocommerce-orders-table__cell-order-status {
  display: none !important;
}

body.woocommerce-account.woocommerce-orders.woocommerce-js table.shop_table tbody th{
  border: none;
}
.woocommerce-orders-table__row:hover .order-status-wrapper {
  opacity: 1;
  pointer-events: auto;
}

.order-status-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-left: 0.3rem;
  margin-left: 0.5rem;
}

.order-status-timeline::before {
  content: '';
  position: absolute;
  top: 1.5rem;
  bottom: 0.3rem;
  left: 0.5rem;
  width: 4px;
  height: 180px;
  background: #6d6ffe;
  opacity: 0.3;
}

.status-dot {
  position: relative;
  padding: 0.8rem 1rem;
  background: #f4f7fe;
  border: 2px solid #6d6ffe;
  border-radius: 12px;
  color: #022e47;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-left: 1rem;
  min-width: 200px;
}

.status-dot::before {
  content: '';
  position: absolute;
  left: -1.4rem;
  top: 50%;
  transform: translateY(-50%);
  width:20px;
  height: 20px;
  background: #f4f7fe;
  border: 3px solid #6d6ffe;
  border-radius: 50%;
}

.status-dot.active {
  background: #ffffff;
  color: #6d6ffe;
  font-weight: bold;
  border-color: #6d6ffe;
}

.status-dot.active::before {
  background: radial-gradient(circle at 30% 30%, #6d6ffe, #aab1ff);
  border-color: #6d6ffe;
}
body.woocommerce-account.woocommerce-orders table.shop_table tbody tr:hover td::before {
  color: #ffffff !important;
}
body.woocommerce-account.woocommerce-orders table.shop_table tbody tr:hover .woocommerce-orders-table__cell-order-number::before{
  color: #ffffff !important;
}
/* #endregion */

/* #region downloads custom card layout */
body.woocommerce-account.woocommerce-downloads .entry-content[data-ast-blocks-layout] > * {
  max-width: 100% !important;
}
body.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info {
  display: none !important; /* Ocultamos mensaje original de WooCommerce */
}

body.woocommerce-account.woocommerce-downloads .custom-no-downloads,
body.woocommerce-account.woocommerce-downloads .custom-downloads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem 3rem;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 0;
  font-family: 'Poppins', sans-serif;
}

body.woocommerce-account.woocommerce-downloads .custom-no-download-card,
body.woocommerce-account.woocommerce-downloads .custom-download-card {
  border: 2px solid #6d6ffe;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0 6px 20px rgba(98, 101, 254, 0.08);
  min-height: 180px;
  position: relative;
}

body.woocommerce-account.woocommerce-downloads .custom-no-download-card.large {
  background-color: #6d6ffe;
  color: white;
  font-size: 1.1rem;
  text-align: left;
  justify-content: center;
  line-height: 1.5;
}

body.woocommerce-account.woocommerce-downloads .download-content {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

body.woocommerce-account.woocommerce-downloads .download-icon i,
body.woocommerce-account.woocommerce-downloads .custom-download-card i {
  color: #6d6ffe;
  font-size: 1.8rem;
}


body.woocommerce-account.woocommerce-downloads .card-text,
body.woocommerce-account.woocommerce-downloads .custom-download-card .card-text {
  color: #022e47;
  font-size: 1rem;
  font-weight: 500;
}

body.woocommerce-account.woocommerce-downloads .custom-no-download-card.large .card-text {
  color: #ffffff;
}

body.woocommerce-account.woocommerce-downloads .view-button,
body.woocommerce-account.woocommerce-downloads .custom-download-card .view-button {
  align-self: flex-start;
  background-color: #6d6ffe;
  color: white;
  border-radius: 12px;
  padding: 0.5rem 1.2rem;
  font-size: 0.9rem;
  font-weight: bold;
  border: none;
  transition: background 0.2s ease;
  text-decoration: none;
}

body.woocommerce-account.woocommerce-downloads .view-button:hover {
  background-color: #4d50f0;
}

/* #endregion */

/* #region addresses*/

body.woocommerce-account.woocommerce-edit-address .entry-content[data-ast-blocks-layout] > * {
  max-width: 120% !important;
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content {
  width: 70% !important; /* o el valor que necesites */
  float: none !important; /* opcional, si quieres que se centre en lugar de flotar */
}
body.woocommerce-account.woocommerce-edit-address .col2-set {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4% !important;
}

body.woocommerce-account.woocommerce-edit-address .col2-set .col-1,
body.woocommerce-account.woocommerce-edit-address .col2-set .col-2 {
  width: 42% !important;
  float: none !important;
}

body.woocommerce-account.woocommerce-edit-address .col2-set .col-1{
  background: #6d6ffe;
  color: white;
}
body.woocommerce-account.woocommerce-edit-address .col2-set .col-2{
  background: #dde1ff;
  color: #6d6ffe;
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-Address {
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 6px 24px rgba(98, 101, 254, 0.1);
  font-family: 'Poppins', sans-serif;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

body.woocommerce-account.woocommerce-edit-address .woocommerce-Address-title {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: transparent;
  margin-bottom: 1.2rem;
  gap: 0.5rem;
}

body.woocommerce-account.woocommerce-edit-address .col-1 .woocommerce-Address-title::before {
  content: '\f1ad'; /* FA icon: building */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #dde1ff;
  margin-bottom: 1rem;
}

body.woocommerce-account.woocommerce-edit-address .col-2 .woocommerce-Address-title::before {
  content: '\f0d1'; /* FA icon: truck */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #6d6ffe;
  margin-bottom: 1rem;
}

body.woocommerce-account.woocommerce-edit-address .woocommerce-Address .edit {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: white !important;
  font-size: 1.2rem !important;
  transition: color 0.2s;
  text-decoration: none !important;
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-Address .edit:hover {
  color: #dde1ff !important;
}

body.woocommerce-account.woocommerce-edit-address address {
  background: transparent !important;
  padding: 0 !important;
  color: white !important;
  font-style: normal;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
  line-height: 0.6;
}
body.woocommerce-account.woocommerce-edit-address .address-line-box {
  border-radius: 12px;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  margin-bottom: 0.7rem;
  font-weight: 500;
  line-height: 1.4;
}
body.woocommerce-account.woocommerce-edit-address .col-1 .address-line-box {
  background: #dde1ff; /* color para billing */
  color: #6d6ffe;
}
body.woocommerce-account.woocommerce-edit-address .col-2 .address-line-box {
  background: #6d6ffe; /* otro color para shipping */
  color: #dde1ff; 

}
body.woocommerce-account.woocommerce-edit-address .woocommerce-Address address {
  border: none !important;
}
body.woocommerce-account.woocommerce-edit-address .col-1 h2 {
  color: #dde1ff !important;
  font-size: 24px;
}
body.woocommerce-account.woocommerce-edit-address .col-2 h2 {
  color:#6d6ffe !important;
  font-size: 24px;
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-Address-title {
  border: none !important;
  background-color: transparent !important; /* o usa un color como #6265fe si deseas */
  padding: 0 !important; /* opcional: ajusta según tu diseño */
  margin-bottom: 1rem !important; /* o lo que necesites */
  color: #ffffff !important; /* o el color que prefieras */
}
.woocommerce-account.woocommerce-edit-address .woocommerce-Address .edit {
  font-size: 1.3rem;
  color: white !important;
  text-decoration: none;
}

/* #endregion */

/* #region change addresses */
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content {
  float: none !important;        /* Quita el float derecho */
  width: 100% !important;        /* Usa todo el ancho disponible */
  margin: 8rem auto 0 7rem!important;     /* Centrado */
  padding: 3rem 2rem !important; /* Espaciado interior */
  max-width: 800px;              /* Opcional, para evitar que se expanda mucho */
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-EditAccountForm {
  background: linear-gradient(135deg, #aab1ff, #6d6ffe); /* DEGRADADO LINDO */
  border-radius: 2rem;
  padding: 2rem 2.5rem;
  color: white;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 6px 24px rgba(98, 101, 254, 0.1);
  max-width: 800px;
  margin: 0 auto;
}

body.woocommerce-account.woocommerce-edit-account .woocommerce-Input {
  background: #dde1ff;
  color: #022e47;
  border: none;
  border-radius: 12px;
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
body.woocommerce-account.woocommerce-edit-account label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
  color: white;
}
body.woocommerce-account.woocommerce-edit-account fieldset {
  border: none;
  margin-top: 2rem;
  padding: 0;
}
body.woocommerce-account.woocommerce-edit-account legend {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: white;
}

body.woocommerce-account.woocommerce-edit-account .woocommerce-Button.button {
  background: white;
  color: #6d6ffe;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 2rem;
  transition: background 0.3s;
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-Button.button:hover {
  background: #dde1ff;
  color: #022e47;
}

body.woocommerce-account.woocommerce-edit-account .password-input {
  display: block;
}

/* #endregion */

/* #region orders */
body.woocommerce-account.woocommerce-view-order .woocommerce-order-details {
  border-radius: 12px;
  padding: 2rem;
  background-color: white;
  font-family: 'Poppins', sans-serif;
  max-width: 900px;
  min-width: 900px;
  margin: 0 auto 0 1rem;
}
body.woocommerce-account.woocommerce-view-order h2{
  color: #6d6ffe;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details thead tr {
  background: #6d6ffe;
  border-radius: 1.5rem 1.5rem 0 0;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details thead th {
  color: white;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr {
  display: flex;
  gap: 1rem;
  margin-top: 1.2rem;
  background: transparent;
}

body.woocommerce-account.woocommerce-view-order td.product-name {
  background:  #f4f5f5;
  border-radius: 12px;
  border-radius: 0;
  border: 2px solid rgba(109, 111, 254, 0.4);
  width: calc(80% - 1rem);
  padding: 1.2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #022e47;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-left: 2rem;
}

body.woocommerce-account.woocommerce-view-order td.product-total {
  background: #f4f5f5;
  border-radius: 0;
  border: 2px solid rgba(109, 111, 254, 0.4);
  width: 20%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #022e47;
  margin-bottom: 1rem;
  margin-right: 2rem;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-table {
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  box-shadow: 0 8px 30px rgb(14 14 37 / 16%);
}
body.woocommerce-account.woocommerce-view-order .woocommerce-table tfoot {
  display: none !important;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details {
  display: none !important;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-table tfoot,
body.woocommerce-account.woocommerce-view-order .woocommerce-order-overview,
body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details {
  display: none !important;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-table thead th:first-child {
  border-top-left-radius: 10px!important;
  border-top-right-radius: 10px!important;
  padding-left: 30px;
}

body.woocommerce-account.woocommerce-view-order table.shop_table,
body.woocommerce-account.woocommerce-view-order table.shop_table th,
body.woocommerce-account.woocommerce-view-order table.shop_table td {
  border-collapse: separate;
}
body.woocommerce-account.woocommerce-view-order tbody {
  background-color: white;
  border-radius: 10px 10px 10px 0;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody {
  display: table-row-group !important;
  background-color:  #f4f5f5;
}

body.woocommerce-account.woocommerce-view-order thead th:last-child {
  display: none;
}
body.woocommerce-account.woocommerce-view-order tr.woocommerce-table__line-item:hover td.product-name,
body.woocommerce-account.woocommerce-view-order tr.woocommerce-table__line-item:hover td.product-total {
  background-color: #dde1ff;
  transition: background-color 0.2s ease-in-out;
}
body.woocommerce-account.woocommerce-view-order td.product-name .product-quantity {
  display: none !important;
}
/* #endregion */

/* #region Notificaciones */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background: rgba(11, 11, 108, 0.7) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(62, 71, 226, 0.10) !important;
  font-size: 1.15rem;
  padding: 1.2rem 4rem;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* #endregion */

/* #region RESPONSIVE */

/* GENERAL */
@media (max-width: 768px) {

  body.page-id-17 .custom-header .logo-area {
    display: block !important;
  }

  .woocommerce-MyAccount-navigation ul{
    padding: 1.5rem 1rem!important;
    display: flex;
    flex-direction: column;
    align-items: stretch!important;
    box-shadow: none;
  }
  .entry-content {
    word-wrap: unset;
  }

  .woocommerce-MyAccount-navigation {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
    align-items: center;
    padding: 0!important;
    margin-top: 2rem;
    height: 210px!important;
  }

  .woocommerce-MyAccount-navigation-link a {
    width: 90%;
    text-align: center;
    padding: 0.9rem;
    font-size: 1rem;
    border-radius: 12px;
  }

  .woocommerce-account .woocommerce {
    flex-direction: column;
    padding: 0 1rem;
  }

  .woocommerce-MyAccount-content {
    margin-left: 0 !important;
    margin-top: 2rem !important;
    padding-bottom: 3rem;
  }

  body.page-id-17 .sidebar-logo-fixed {
    display: none !important;
  }
}
@media (max-width: 992px) {
  body.page-id-17.woocommerce-account .woocommerce {
    align-content: flex-start;
  }
  body.page-id-17 .custom-header {
    margin-left: 0;
    width: 100%;
    position: absolute;
    padding: 1.2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  body.page-id-17 .custom-header .logo-area {
    display: block !important;
  }

  .woocommerce-MyAccount-navigation {
    min-width: 100%;
    max-width: 100%;
    padding: 2rem;
    display: flex;
    justify-content: center;
    box-shadow: none;
    height: 160px;
  }

  .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 1rem;
        padding: 1.5rem;
        flex-direction: row;
        align-items: center;
        align-content: flex-start;
  }

  .woocommerce-MyAccount-navigation-link a {
    font-size: 1.05rem;
    padding: 1rem 1.5rem;
    border-radius: 12px;
  }

  .woocommerce-account .woocommerce {
    flex-direction: column;
    padding: 0 2rem;
  }

  .woocommerce-MyAccount-content {
    margin-left: 0 !important;
    margin-top: 3rem !important;
    padding-bottom: 4rem;
  }

  body.page-id-17 .sidebar-logo-fixed {
    display: none !important;
  }
}


/* USER NO LOGEADO */
@media (max-width: 768px) {
  #customer_login {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-top: 8rem !important;
    margin-bottom: 3rem;
    padding: 0 1rem;
  }

  #customer_login .u-column1.col-1,
  #customer_login .u-column2.col-2 {
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 1.5rem;
  }

  #customer_login .u-column1.col-1::before {
    font-size: 2rem;
    top: -2rem;
  }

  #customer_login .woocommerce-Button,
  #customer_login .woocommerce-button,
  #customer_login .button {
    margin-left: 0 !important;
    width: 100%;
  }
}
@media (max-width: 992px) {
  #customer_login {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-top: 10rem !important;
    padding: 0 2rem;
  }

  #customer_login .u-column1.col-1,
  #customer_login .u-column2.col-2 {
    min-width: 80% !important;
    max-width: 80% !important;
    height: auto !important;
    padding: 2rem;
  }

  #customer_login .woocommerce-Button,
  #customer_login .woocommerce-button,
  #customer_login .button {
    margin-left: 0 !important;
    width: 100%;
  }

  #customer_login .u-column1.col-1::before {
    font-size: 2.2rem;
    top: -2.3rem;
  }
}


/* DASHBOARD */
@media (max-width: 768px) {
  .custom-dashboard-wrapper {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    padding: 0 1rem;
  }

  .dashboard-box {
    flex: 1 1 100%;
    padding: 1.5rem;
  }

  .user-info-flex {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .user-info-header {
    flex: unset;
    text-align: center;
  }

  .dashboard-title {
    font-size: 2rem;
    text-align: center;
  }

  .dashboard-info-box p strong {
    width: auto;
    display: block;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 992px) {
  .custom-dashboard-wrapper {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    padding: 0 2rem;
  }

  .dashboard-box {
    flex: 1 1 100%;
    padding: 2rem;
  }

  .user-info-flex {
    flex-direction: row;
    gap: 2rem;
  }

  .user-info-header {
    flex: 0 0 150px;
    text-align: center;
  }

  .dashboard-info-box p strong {
    width: 150px;
  }
}
/* Responsive DESCARGAS para celular */
@media (max-width: 768px) {
  body.woocommerce-account.woocommerce-downloads .custom-no-downloads,
  body.woocommerce-account.woocommerce-downloads .custom-downloads-grid {
    grid-template-columns: 1fr;
    padding: 0 1rem;
    gap: 1.5rem;
  }

  body.woocommerce-account.woocommerce-downloads .custom-download-card,
  body.woocommerce-account.woocommerce-downloads .custom-no-download-card {
    min-height: auto;
    padding: 1rem 1.2rem;
  }

  body.woocommerce-account.woocommerce-downloads .download-icon i {
    font-size: 1.4rem;
  }

  body.woocommerce-account.woocommerce-downloads .card-text {
    font-size: 0.9rem;
  }

  body.woocommerce-account.woocommerce-downloads .view-button {
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
  }
}
/* ADDRESS */
/* Responsive Addresses para tablet */
@media (max-width: 992px) {
  body.woocommerce-account.woocommerce-edit-address .col2-set {
    flex-direction: column !important;
    gap: 2rem !important;
  }

  body.woocommerce-account.woocommerce-edit-address .col2-set .col-1,
  body.woocommerce-account.woocommerce-edit-address .col2-set .col-2 {
    width: 100% !important;
  }

  body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content {
    width: 100% !important;
    padding: 0 1rem;
  }

  body.woocommerce-account.woocommerce-edit-address .address-line-box {
    font-size: 1rem;
  }

  body.woocommerce-account.woocommerce-edit-address .woocommerce-Address {
    padding: 1.5rem;
  }

  body.woocommerce-account.woocommerce-edit-address .woocommerce-Address-title {
    font-size: 1.2rem;
  }
}

/* Responsive Addresses para celular */
@media (max-width: 768px) {
  body.woocommerce-account.woocommerce-edit-address .col2-set {
    gap: 1.5rem !important;
  }

  body.woocommerce-account.woocommerce-edit-address .woocommerce-Address {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .circle-avatar {
    width: 100px;
    height: 100px;
  }

  .user-info-header,
  .user-info-content {
    text-align: left;
  }

  body.woocommerce-account.woocommerce-edit-address .woocommerce-Address .edit {
    top: 1rem;
    right: 1rem;
    font-size: 1rem !important;
  }
}
/*CHANGE ADDRESS */
@media (max-width: 992px) {
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content {
  margin: 0!important;
}

/*ORDERS */
@media (max-width: 992px) {
  body.woocommerce-account.woocommerce-view-order .woocommerce-order-details {
    max-width: 100%;
    min-width: auto;
    margin: 0 1rem;
    padding: 1.5rem;
  }

  body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details thead {
    display: none;
  }

  body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr {
    flex-direction: column;
    gap: 0;
    margin: 0 0 2rem 0;
  }

  body.woocommerce-account.woocommerce-view-order td.product-name,
  body.woocommerce-account.woocommerce-view-order td.product-total {
    width: 100%;
    margin: 0;
    border-radius: 12px;
    font-size: 1rem;
    padding: 1rem;
  }

  body.woocommerce-account.woocommerce-view-order td.product-total {
    font-size: 1.4rem;
    font-weight: 600;
    justify-content: flex-start;
    text-align: left;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account.woocommerce-view-order .woocommerce-order-details {
    max-width: 100% !important;
    min-width: unset !important;
    margin: 1rem;
    padding: 1rem;
    box-shadow: none;
  }

  body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details thead {
    display: none !important;
  }

  body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr {
    display: block !important;
    background-color: #f4f5f5;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 12px;
  }

  body.woocommerce-account.woocommerce-view-order td.product-name,
  body.woocommerce-account.woocommerce-view-order td.product-total {
    display: block !important;
    width: 100% !important;
    margin: 0;
    padding: 0.8rem 0.6rem !important;
    border: none;
    font-size: 1rem;
  }

  body.woocommerce-account.woocommerce-view-order td.product-total {
    font-size: 1.1rem;
    font-weight: 700;
    color: #022e47;
    text-align: right;
    margin-top: 0.6rem;
  }
}

}
/* #endregion */


body.woocommerce-lost-password:not(.reset-link-sent) form.woocommerce-ResetPassword {
  background: #6265fe;
  border-radius: 16px;
  padding: 2em;
  box-shadow: 0 2px 24px #022e4722;
  margin-top: 16rem!important;
  margin-bottom: 4rem!important;
  max-width: 700px!important;
  margin-left: 25rem!important;
  color: #ffffff!important;
  font-size: 20px!important;
}

body.woocommerce-lost-password:not(.reset-link-sent) input[type="email"],
body.woocommerce-lost-password:not(.reset-link-sent) .form-row input.input-text {
  border-radius: 10px;
  border: 1px solid #6265fe;
  min-width: 400px!important;
  max-width: 500px!important;
}

body.woocommerce-lost-password:not(.reset-link-sent) button {
  background: #fff;
  color: #6265fe;
  border-radius: 10px;
  padding: 0.8em 2em;
  font-weight: bold;
}
body.woocommerce-lost-password:not(.reset-link-sent) button:hover {
  background-color: #7aa9ff;
  color: white;
  transform: scale(1.03);
  transition: all 0.25s ease-in-out;
}
body.woocommerce-lost-password.reset-link-sent .woocommerce-message {
  background-color: #6265fe;
  color: white;
  border-radius: 16px;
  margin: 12rem auto 0 13rem;
  min-width: 1100px;
  max-width: 1100px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
  position: relative;
  min-height: 100px;
  max-height: 100px;
}

body.woocommerce-lost-password.reset-link-sent .woocommerce-message::before {
  content: "✔️";
  font-size: 1.5rem;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

body.woocommerce-lost-password.reset-link-sent .entry-content p {
  margin: -3rem auto 0 14rem!important;
  padding-left: 2rem;
  font-weight: 700;
  color: #6265fe;
  text-align: center;
}
/* Tablet: ≤ 992px */
@media (max-width: 992px) {
  /* FORMULARIO: sólo si NO hay reset-link-sent */
  body.woocommerce-lost-password:not(.reset-link-sent) form.woocommerce-ResetPassword {
    margin: 10rem auto 3rem auto !important;
    max-width: 90% !important;
    padding: 1.5rem;
    font-size: 18px !important;
  }

  body.woocommerce-lost-password:not(.reset-link-sent) input[type="email"],
  body.woocommerce-lost-password:not(.reset-link-sent) .form-row input.input-text {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* MENSAJE: sólo si hay reset-link-sent */
  body.woocommerce-lost-password.reset-link-sent .woocommerce-message {
    margin: 10rem auto 2rem auto;
    min-width: auto;
    max-width: 90%;
    min-height: auto;
    max-height: none;
    font-size: 1.1rem;
  }

  body.woocommerce-lost-password.reset-link-sent .woocommerce-message::before {
    font-size: 1.3rem;
    top: 1rem;
    left: 1rem;
  }

  body.woocommerce-lost-password.reset-link-sent .entry-content p {
    margin: 1rem auto 0 auto !important;
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}

/* Móvil: ≤ 768px */
@media (max-width: 768px) {
  /* FORMULARIO */
  body.woocommerce-lost-password:not(.reset-link-sent) form.woocommerce-ResetPassword {
    margin: 8rem auto 2rem auto !important;
    padding: 1.2rem;
    font-size: 16px !important;
  }

  body.woocommerce-lost-password:not(.reset-link-sent) button {
    width: 100%;
    padding: 0.8rem;
  }

  /* MENSAJE */
  body.woocommerce-lost-password.reset-link-sent .woocommerce-message {
    font-size: 1rem;
  }

  body.woocommerce-lost-password.reset-link-sent .woocommerce-message::before {
    font-size: 1.2rem;
    top: 0.8rem;
    left: 0.8rem;
  }

  body.woocommerce-lost-password.reset-link-sent .entry-content p {
    font-size: 1rem;
    padding: 0 1rem;
    margin: 1rem auto 0 auto !important;
  }
}


/* Billing form */
body.woocommerce-account.woocommerce-edit-address.is-edit-billing .woocommerce form,
body.woocommerce-account.woocommerce-edit-address.is-edit-shipping .woocommerce form {
  background-color: #8d8ff6;
  color: #fff!important;
  padding: 2rem;
  border-radius: 16px;
  max-width: 900px;
  margin: 6rem auto;
}

/* Texto de etiquetas (First name, Last name, etc.) */
body.woocommerce-account.woocommerce-edit-address.is-edit-billing label,
body.woocommerce-account.woocommerce-edit-address.is-edit-shipping label {
  color: #fff !important;
  font-weight: 500;
}

/* Texto dentro de los inputs */
body.woocommerce-account.woocommerce-edit-address.is-edit-billing input,
body.woocommerce-account.woocommerce-edit-address.is-edit-shipping input,
body.woocommerce-account.woocommerce-edit-address.is-edit-billing select,
body.woocommerce-account.woocommerce-edit-address.is-edit-shipping select {
  color: #8d8ff6 !important;
  background-color: #fff !important;
  border: 1px solid #ffffff44;
  border-radius: 10px;
}

/* Placeholder también blanco */
body.woocommerce-account.woocommerce-edit-address.is-edit-billing ::placeholder,
body.woocommerce-account.woocommerce-edit-address.is-edit-shipping ::placeholder {
  color: #ffffffcc !important;
}
body.woocommerce-account.woocommerce-edit-address.is-edit-billing h2,
body.woocommerce-account.woocommerce-edit-address.is-edit-shipping h2 {
  color: #fff !important;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  body.woocommerce-account.woocommerce-edit-address.is-edit-billing .woocommerce form,
  body.woocommerce-account.woocommerce-edit-address.is-edit-shipping .woocommerce form {
    padding: 1.5rem;
    margin: 4rem 2rem;
    max-width: 95%;
  }

  body.woocommerce-account.woocommerce-edit-address.is-edit-billing h2,
  body.woocommerce-account.woocommerce-edit-address.is-edit-shipping h2 {
    font-size: 1.6rem;
  }

  body.woocommerce-account.woocommerce-edit-address.is-edit-billing input,
  body.woocommerce-account.woocommerce-edit-address.is-edit-shipping input,
  body.woocommerce-account.woocommerce-edit-address.is-edit-billing select,
  body.woocommerce-account.woocommerce-edit-address.is-edit-shipping select {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account.woocommerce-edit-address.is-edit-billing .woocommerce form,
  body.woocommerce-account.woocommerce-edit-address.is-edit-shipping .woocommerce form {
    padding: 1.2rem;
    margin: 3rem 1rem;
    max-width: 100%;
  }

  body.woocommerce-account.woocommerce-edit-address.is-edit-billing h2,
  body.woocommerce-account.woocommerce-edit-address.is-edit-shipping h2 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  body.woocommerce-account.woocommerce-edit-address.is-edit-billing input,
  body.woocommerce-account.woocommerce-edit-address.is-edit-shipping input,
  body.woocommerce-account.woocommerce-edit-address.is-edit-billing select,
  body.woocommerce-account.woocommerce-edit-address.is-edit-shipping select {
    font-size: 0.95rem;
    padding: 0.7rem;
  }
}
