/*
Theme Name: Hostinger AI Theme Child
Template: hostinger-ai-theme
Version: 1.0
*/
/* Página Mi Cuenta */
body.woocommerce-account footer,
body.woocommerce-account .site-footer,
body.woocommerce-account #colophon,
body.woocommerce-account .footer,
body.woocommerce-account .elementor-location-footer {
  display: none !important;
}

body.woocommerce-account .entry-title,
body.woocommerce-account .page-title,
body.woocommerce-account .woocommerce-breadcrumb {
  display: none !important;
}

body.woocommerce-account:not(.logged-in) {
  background:
    radial-gradient(circle at top left, rgba(1,105,111,0.12), transparent 32%),
    linear-gradient(180deg, #f6f8f8 0%, #eef3f3 100%);
}

body.woocommerce-account:not(.logged-in) .site-main,
body.woocommerce-account:not(.logged-in) .content-area,
body.woocommerce-account:not(.logged-in) .woocommerce,
body.woocommerce-account:not(.logged-in) .woocommerce-page {
  background: transparent !important;
}

body.woocommerce-account .woocommerce {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

body.woocommerce-account .u-columns,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(15,23,32,0.08);
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(15,23,32,0.10);
  padding: 30px;
}

body.woocommerce-account h1,
body.woocommerce-account h2,
body.woocommerce-account h3 {
  color: #0f1720;
  letter-spacing: -0.03em;
}

body.woocommerce-account .woocommerce-form-login input,
body.woocommerce-account .woocommerce-form-register input,
body.woocommerce-account input[type="text"],
body.woocommerce-account input[type="email"],
body.woocommerce-account input[type="password"] {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(15,23,32,0.12);
  border-radius: 14px;
  background: #fff;
}

body.woocommerce-account input:focus {
  border-color: #01696f;
  box-shadow: 0 0 0 4px rgba(1,105,111,0.12);
  outline: none;
}

body.woocommerce-account button,
body.woocommerce-account .button,
body.woocommerce-account .woocommerce-button {
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #01696f 0%, #0c4e54 100%);
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  body.woocommerce-account .woocommerce {
    padding: 24px 14px 50px;
  }

  body.woocommerce-account .u-columns,
  body.woocommerce-account .woocommerce-form-login,
  body.woocommerce-account .woocommerce-form-register {
    padding: 20px;
    border-radius: 20px;
  }
}
