Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.

  /* -- The root styles must go in the element section of the structure with the name "Account - Page". --*/

.dashboard-page-2__account{
	/* Navigation panel styles */
  .woocommerce-MyAccount-navigation{
    min-height: 100vh;
    padding: var(--space-xl);

    /* Tablet styles */
    @media (max-width: 991px) {
      min-height: fit-content;
    }
  }
}