/* =========================================================
   MENTAL WAVES — MY ACCOUNT PAGE CLEAN V1
   Page: /my-account/
   CSS only — WooCommerce / Oxygen
   Aligned with order.css
   ========================================================= */

:root {
  --mwc-blue: #103b8d;
  --mwc-blue-dark: #072963;
  --mwc-ink: #06152f;
  --mwc-muted: #5f6f8a;
  --mwc-line: #dce6f5;
  --mwc-soft: #f7faff;
  --mwc-soft-2: #eef5ff;
  --mwc-shadow: 0 18px 46px rgba(8, 24, 56, .075);
  --mwc-radius: 18px;
}

/* =========================================================
   BASE / CONTAINER
   ========================================================= */

body.woocommerce-account {
  color: var(--mwc-ink);
  background: #fff;
}

body.woocommerce-account .ct-inner-content,
body.woocommerce-account .woocommerce,
body.woocommerce-account .oxy-woo-my-account {
  color: var(--mwc-ink);
  font-family: inherit;
}

body.woocommerce-account wc-order-attribution-inputs {
  display: none !important;
}

body.woocommerce-account #section-2-350 .ct-section-inner-wrap,
body.woocommerce-account #section-10-350 .ct-section-inner-wrap {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}

/* Force titles normal case */
body.woocommerce-account h1,
body.woocommerce-account h2,
body.woocommerce-account h3,
body.woocommerce-account .ct-headline,
body.woocommerce-account .woocommerce h1,
body.woocommerce-account .woocommerce h2,
body.woocommerce-account .woocommerce h3 {
  text-transform: none !important;
}

/* =========================================================
   HERO
   ========================================================= */

body.woocommerce-account #section-2-350 {
  padding: 54px 0 28px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(16, 59, 141, .08), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
  border-bottom: 1px solid rgba(16, 59, 141, .08);
}

body.woocommerce-account #section-2-350 .ct-section-inner-wrap::before {
  content: "Mental Waves account";
  display: block;
  margin: 0 0 10px;
  color: var(--mwc-blue);
  font-size: 11px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body.woocommerce-account #headline-4-350,
body.woocommerce-account .l_title {
  margin: 0 0 12px !important;
  color: var(--mwc-ink) !important;
  font-size: clamp(40px, 4vw, 56px) !important;
  font-weight: 620 !important;
  line-height: .96 !important;
  letter-spacing: -0.06em !important;
  text-transform: none !important;
}

/* Replace empty "Hello ," when user is logged out */
body.woocommerce-account:not(.logged-in) #headline-4-350 {
  font-size: 0 !important;
}

body.woocommerce-account:not(.logged-in) #headline-4-350::before {
  content: "My account";
  display: block;
  margin: 0;
  color: var(--mwc-ink);
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 620;
  line-height: .96;
  letter-spacing: -0.06em;
  text-transform: none;
}

body.woocommerce-account #text_block-12-350 {
  max-width: 680px;
  margin: 0 !important;
  color: #33466b !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.55 !important;
  letter-spacing: -0.01em;
}

/* =========================================================
   MAIN SECTION
   ========================================================= */

body.woocommerce-account #section-10-350 {
  padding: 34px 0 64px !important;
  background: #fff !important;
}

body.woocommerce-account #-woo-my-account-3-350,
body.woocommerce-account #-woo-my-account-3-350 > .woocommerce {
  width: 100% !important;
}

/* =========================================================
   NOTICES
   ========================================================= */

body.woocommerce-account .woocommerce-notices-wrapper {
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
}

body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 58px !important;
  margin: 0 0 14px !important;
  padding: 14px 18px 14px 54px !important;
  border: 1px solid var(--mwc-line) !important;
  border-left: 3px solid var(--mwc-blue) !important;
  border-radius: 13px !important;
  background: #f8fbff !important;
  color: var(--mwc-ink) !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  list-style: none !important;
}

body.woocommerce-account .woocommerce-info::before,
body.woocommerce-account .woocommerce-message::before,
body.woocommerce-account .woocommerce-error::before {
  position: absolute !important;
  left: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}

body.woocommerce-account .woocommerce-info::before {
  content: "i" !important;
  color: var(--mwc-blue) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.woocommerce-account .woocommerce-message::before {
  content: "✓" !important;
  color: var(--mwc-blue) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.woocommerce-account .woocommerce-error::before {
  content: "!" !important;
  color: #d91f2c !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.woocommerce-account .woocommerce-error li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.woocommerce-account .woocommerce-info a:not(.button),
body.woocommerce-account .woocommerce-message a:not(.button),
body.woocommerce-account .woocommerce-error a:not(.button) {
  color: var(--mwc-blue) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.woocommerce-account .woocommerce-info a:not(.button):hover,
body.woocommerce-account .woocommerce-message a:not(.button):hover,
body.woocommerce-account .woocommerce-error a:not(.button):hover {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

/* =========================================================
   LOGIN / REGISTER GRID
   ========================================================= */

body.woocommerce-account #customer_login {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 34px !important;
  align-items: start !important;
  width: 100% !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

body.woocommerce-account #customer_login::before,
body.woocommerce-account #customer_login::after {
  display: none !important;
}

body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2 {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 28px !important;
  border: 1px solid var(--mwc-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(8, 24, 56, .055) !important;
}

body.woocommerce-account #customer_login .u-column1::before,
body.woocommerce-account #customer_login .u-column2::before {
  display: block;
  margin: 0 0 12px;
  color: var(--mwc-blue);
  font-size: 11px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body.woocommerce-account #customer_login .u-column1::before {
  content: "Returning customer";
}

body.woocommerce-account #customer_login .u-column2::before {
  content: "New customer";
}

body.woocommerce-account #customer_login h2 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: var(--mwc-ink) !important;
  font-size: 22px !important;
  font-weight: 650 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.04em !important;
  text-transform: none !important;
}

body.woocommerce-account #customer_login .u-column1 h2::after,
body.woocommerce-account #customer_login .u-column2 h2::after {
  display: block;
  margin-top: 9px;
  color: var(--mwc-muted);
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0;
}

body.woocommerce-account #customer_login .u-column1 h2::after {
  content: "Access your orders, downloads and Mental Waves sessions.";
}

body.woocommerce-account #customer_login .u-column2 h2::after {
  content: "Create your account to keep your purchases available in one place.";
}

/* =========================================================
   FORMS
   ========================================================= */

body.woocommerce-account form.login,
body.woocommerce-account form.register,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-account p.form-row,
body.woocommerce-account p.form-row-first,
body.woocommerce-account p.form-row-last,
body.woocommerce-account p.form-row-wide,
body.woocommerce-account .woocommerce-form-row {
  width: 100% !important;
  float: none !important;
  clear: none !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
}

body.woocommerce-account form .form-row label {
  display: block !important;
  margin: 0 0 7px !important;
  color: var(--mwc-ink) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em;
  text-decoration: none !important;
}

body.woocommerce-account form .form-row .required {
  color: var(--mwc-blue) !important;
  text-decoration: none !important;
}

/* Inputs */
body.woocommerce-account form .form-row input.input-text,
body.woocommerce-account form .form-row input.woocommerce-Input,
body.woocommerce-account form .form-row textarea,
body.woocommerce-account form .form-row select {
  width: 100% !important;
  min-height: 46px !important;
  height: 46px !important;
  padding: 0 14px !important;
  border: 1px solid var(--mwc-line) !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: var(--mwc-ink) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 46px !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}

body.woocommerce-account form .form-row input.input-text:focus,
body.woocommerce-account form .form-row input.woocommerce-Input:focus,
body.woocommerce-account form .form-row textarea:focus,
body.woocommerce-account form .form-row select:focus {
  border-color: var(--mwc-blue) !important;
  box-shadow: 0 0 0 3px rgba(16, 59, 141, .12) !important;
}

body.woocommerce-account ::placeholder {
  color: #9aa8bd;
  opacity: 1;
}

/* Password field */
body.woocommerce-account .password-input {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

body.woocommerce-account .password-input input {
  padding-right: 56px !important;
}

body.woocommerce-account .show-password-input {
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  color: var(--mwc-blue) !important;
  opacity: .72 !important;
  cursor: pointer !important;
  z-index: 3 !important;
}

body.woocommerce-account .show-password-input:hover {
  opacity: 1 !important;
}

/* Remember me */
body.woocommerce-account .woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 4px 0 14px !important;
  color: var(--mwc-muted) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

body.woocommerce-account .woocommerce-form-login__rememberme input[type="checkbox"] {
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  accent-color: var(--mwc-blue);
}

/* Buttons */
body.woocommerce-account .woocommerce-button,
body.woocommerce-account .woocommerce-Button,
body.woocommerce-account button.button,
body.woocommerce-account a.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid var(--mwc-blue) !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, var(--mwc-blue), #0b57c6) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 780 !important;
  line-height: 1 !important;
  text-transform: none !important;
  letter-spacing: .01em !important;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(16, 59, 141, .22) !important;
  cursor: pointer !important;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

body.woocommerce-account .woocommerce-button:hover,
body.woocommerce-account .woocommerce-Button:hover,
body.woocommerce-account button.button:hover,
body.woocommerce-account a.button:hover {
  background: linear-gradient(135deg, var(--mwc-blue-dark), var(--mwc-blue)) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(16, 59, 141, .25) !important;
}

body.woocommerce-account .woocommerce-form-login__submit,
body.woocommerce-account .woocommerce-form-register__submit {
  width: 100% !important;
  margin-top: 4px !important;
}

/* Lost password */
body.woocommerce-account .lost_password {
  margin: 15px 0 0 !important;
  text-align: center;
}

body.woocommerce-account .lost_password a,
body.woocommerce-account .woocommerce-privacy-policy-text a,
body.woocommerce-account .woocommerce a:not(.button) {
  color: var(--mwc-blue) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.woocommerce-account .lost_password a:hover,
body.woocommerce-account .woocommerce-privacy-policy-text a:hover,
body.woocommerce-account .woocommerce a:not(.button):hover {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

/* Privacy text */
body.woocommerce-account .woocommerce-privacy-policy-text {
  margin: 18px 0 18px !important;
  padding: 14px 15px !important;
  border: 1px solid rgba(16, 59, 141, .12) !important;
  border-radius: 13px !important;
  background: var(--mwc-soft) !important;
  color: var(--mwc-muted) !important;
}

body.woocommerce-account .woocommerce-privacy-policy-text p {
  margin: 0 !important;
  color: var(--mwc-muted) !important;
  font-size: 12.8px !important;
  font-weight: 300 !important;
  line-height: 1.55 !important;
}

/* Reassurance phrase under login/register */
body.woocommerce-account #customer_login .u-column1 form::after {
  content: "Secure access: your purchases and sessions remain attached to your Mental Waves account.";
  display: block;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 59, 141, .12);
  border-radius: 13px;
  background:
    radial-gradient(circle at 0% 0%, rgba(16, 59, 141, .06), transparent 36%),
    var(--mwc-soft);
  color: var(--mwc-muted);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
}

body.woocommerce-account #customer_login .u-column2 form::after {
  content: "After registration, you will be able to find your orders, downloads and available sessions from this account area.";
  display: block;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 59, 141, .12);
  border-radius: 13px;
  background:
    radial-gradient(circle at 0% 0%, rgba(16, 59, 141, .06), transparent 36%),
    var(--mwc-soft);
  color: var(--mwc-muted);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
}

/* =========================================================
   LOGGED-IN ACCOUNT AREA
   ========================================================= */

body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left !important;
  width: 28% !important;
  margin: 20px 0 0 !important;
  padding: 10px !important;
  border: 1px solid var(--mwc-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(8, 24, 56, .055) !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--mwc-line) !important;
  list-style: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block !important;
  padding: 13px 14px !important;
  border-radius: 10px !important;
  color: var(--mwc-ink) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: var(--mwc-soft) !important;
  color: var(--mwc-blue) !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  float: right !important;
  width: calc(72% - 34px) !important;
  margin: 20px 0 0 !important;
  padding: 28px !important;
  border: 1px solid var(--mwc-line) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 15% 0%, rgba(16, 59, 141, .055), transparent 34%),
    #fff !important;
  box-shadow: var(--mwc-shadow) !important;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
  margin: 0 0 16px !important;
  color: #33466b !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.65 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content strong {
  color: var(--mwc-ink) !important;
  font-weight: 700 !important;
}

/* Tables */
body.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 1px solid var(--mwc-line) !important;
  border-radius: 14px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
}

body.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
body.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
  padding: 13px 14px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--mwc-line) !important;
  background: transparent !important;
  color: var(--mwc-ink) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content table.shop_table th {
  color: #7a879a !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

body.woocommerce-account .woocommerce-MyAccount-content table.shop_table tr:last-child th,
body.woocommerce-account .woocommerce-MyAccount-content table.shop_table tr:last-child td {
  border-bottom: 0 !important;
}

/* Addresses */
body.woocommerce-account address {
  padding: 18px !important;
  border: 1px solid var(--mwc-line) !important;
  border-radius: 14px !important;
  background: var(--mwc-soft) !important;
  color: var(--mwc-muted) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.55 !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  body.woocommerce-account #section-2-350 .ct-section-inner-wrap,
  body.woocommerce-account #section-10-350 .ct-section-inner-wrap {
    width: min(100% - 44px, 1180px) !important;
  }

  body.woocommerce-account #customer_login {
    gap: 24px !important;
  }
}

@media (max-width: 900px) {
  body.woocommerce-account #customer_login {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 22px !important;
  }
}

@media (max-width: 767px) {
  body.woocommerce-account #section-2-350 .ct-section-inner-wrap,
  body.woocommerce-account #section-10-350 .ct-section-inner-wrap {
    width: min(100% - 32px, 1180px) !important;
  }

  body.woocommerce-account #section-2-350 {
    padding: 40px 0 22px !important;
  }

  body.woocommerce-account #headline-4-350,
  body.woocommerce-account .l_title,
  body.woocommerce-account:not(.logged-in) #headline-4-350::before {
    font-size: clamp(34px, 11vw, 44px) !important;
  }

  body.woocommerce-account #text_block-12-350 {
    font-size: 15px !important;
  }

  body.woocommerce-account #section-10-350 {
    padding: 26px 0 52px !important;
  }

  body.woocommerce-account #customer_login {
    margin-top: 12px !important;
    gap: 20px !important;
  }

  body.woocommerce-account #customer_login .u-column1,
  body.woocommerce-account #customer_login .u-column2,
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px !important;
    border-radius: 18px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 10px !important;
  }

  body.woocommerce-account .woocommerce-button,
  body.woocommerce-account .woocommerce-Button,
  body.woocommerce-account button.button,
  body.woocommerce-account a.button {
    min-height: 48px !important;
  }
}
/* =========================================================
   MY ACCOUNT — Fix password eye icon position
   ========================================================= */

body.woocommerce-account #customer_login .password-input {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

body.woocommerce-account #customer_login .password-input input[type="password"],
body.woocommerce-account #customer_login .password-input input[type="text"] {
  padding-right: 54px !important;
}

body.woocommerce-account #customer_login .password-input .show-password-input {
  position: absolute !important;
  top: 50% !important;
  right: 13px !important;
  bottom: auto !important;
  left: auto !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--mwc-blue, #103b8d) !important;
  opacity: .7 !important;
  cursor: pointer !important;
  z-index: 5 !important;
  line-height: 1 !important;
}

body.woocommerce-account #customer_login .password-input .show-password-input:hover {
  opacity: 1 !important;
}

body.woocommerce-account #customer_login .password-input .show-password-input::before,
body.woocommerce-account #customer_login .password-input .show-password-input::after {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  line-height: 1 !important;
  font-size: 17px !important;
}
body.woocommerce-account #customer_login {

  border: none;
}
body.woocommerce-account #section-2-350 .ct-section-inner-wrap, body.woocommerce-account #section-10-350 .ct-section-inner-wrap {
  padding: 0;
}

.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-bottom: 30px !important;
}