.woocommerce-account .entry-hero.page-hero-section {
    display: none;
}

.woocommerce-account #inner-wrap.wrap {
    padding-top: 0.35rem;
}

.woocommerce-account #primary.content-area,
.woocommerce-account #main.site-main,
.woocommerce-account .content-container {
    margin-top: 0;
    max-width: min(100%, 70rem);
    padding-inline: clamp(0.7rem, 0.55rem + 0.6vw, 1.25rem);
    background:
        radial-gradient(circle at top left, rgba(223, 241, 228, 0.92), rgba(223, 241, 228, 0) 31%),
        radial-gradient(circle at top right, rgba(252, 244, 220, 0.72), rgba(252, 244, 220, 0) 26%),
        radial-gradient(circle at 50% 18rem, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #f6fbf7 0%, #fcf7ee 100%);
}

.woocommerce-account .content-wrap {
    padding-top: 0.35rem;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
}

.woocommerce-account .entry.content-bg.single-entry,
.woocommerce-account .entry-content-wrap,
.woocommerce-account .entry-content.single-content {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.mytho-account-announce {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin: 0 auto;
    padding: 0.78rem 1rem;
    max-width: 34rem;
    border: 1px solid rgba(28, 109, 45, 0.12);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 251, 247, 0.95));
    color: var(--mytho-color-text-primary);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    box-shadow: 0 10px 28px rgba(74, 88, 58, 0.06);
}

.mytho-account-announce::before {
    content: "";
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(28, 109, 45, 0.16), rgba(28, 109, 45, 0.04)),
        #fff;
    box-shadow: inset 0 0 0 1px rgba(28, 109, 45, 0.2);
    flex: 0 0 auto;
}

.woocommerce-account .entry-content > .woocommerce {
    display: grid;
    gap: 0.9rem;
}

.woocommerce-account .woocommerce-notices-wrapper,
.woocommerce-account #customer_login,
.woocommerce-account .mytho-account-shell {
    grid-column: 1 / -1;
}

.mytho-account-surface-intro {
    display: grid;
    gap: 0.2rem;
    margin: 0 auto 1rem;
    max-width: 34rem;
    text-align: center;
}

.mytho-account-surface-intro__title {
    margin: 0;
    color: var(--mytho-color-text-primary);
    font-size: clamp(1.5rem, 1.24rem + 0.85vw, 2rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.woocommerce-account #customer_login {
    display: grid;
    gap: 1rem;
    align-items: start;
    max-width: 34rem;
    margin-inline: auto;
}

.woocommerce-account #customer_login::after {
    display: none;
}

.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
    margin: 0;
    min-width: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.woocommerce-account #customer_login .u-column1 {
    background: transparent;
    box-shadow: none;
}

.woocommerce-account #customer_login h2 {
    margin: 0;
    font-size: clamp(1.18rem, 1.05rem + 0.35vw, 1.4rem);
    line-height: 1.2;
    text-align: left;
    color: var(--mytho-color-brand);
    letter-spacing: -0.015em;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.mytho-account-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    margin-bottom: 1rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(28, 109, 45, 0.1);
}

.mytho-account-panel-header--register {
    justify-content: space-between;
}

.mytho-account-panel-header__title {
    flex: 1 1 auto;
}

.mytho-account-panel-header__switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.65rem 0.95rem;
    border: 1px solid var(--mytho-color-brand) !important;
    border-radius: 999px;
    background: #fff !important;
    color: var(--mytho-color-text-primary) !important;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
    gap: 0.42rem;
    box-shadow: none !important;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.mytho-account-panel-header__switch::before,
.mytho-account-panel-header__switch::after {
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    flex: 0 0 auto;
}

.mytho-account-panel-header__switch[data-arrow-direction="right"]::after {
    transform: rotate(45deg);
}

.mytho-account-panel-header__switch[data-arrow-direction="right"]::before {
    display: none;
}

.mytho-account-panel-header__switch[data-arrow-direction="left"]::before {
    transform: rotate(-135deg);
}

.mytho-account-panel-header__switch[data-arrow-direction="left"]::after {
    display: none;
}

.mytho-account-panel-header__switch:hover,
.mytho-account-panel-header__switch:focus-visible {
    border-color: var(--mytho-color-brand) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    color: var(--mytho-color-text-primary) !important;
    transform: translateY(-1px);
}

.mytho-account-form-note {
    display: none;
}

.mytho-account-section-label {
    margin: 0;
    padding-top: 6px;
    color: var(--mytho-color-text-secondary);
    font-size: 0.92rem;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}

.mytho-account-form-note--login {
    color: var(--mytho-color-text-secondary);
}

.mytho-phone-verification {
    margin: 0 0 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(0, 86, 167, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
}

.mytho-phone-verification__intro {
    margin: 0 0 0.7rem;
    color: var(--mytho-color-text-secondary);
    font-size: 0.9rem;
    line-height: 1.45;
}

.mytho-phone-verification__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.6rem;
    align-items: center;
}

.mytho-phone-verification__code {
    margin: 0 !important;
}

.mytho-phone-verification__action {
    min-height: 2.85rem;
    white-space: nowrap;
}

.mytho-phone-verification__action--secondary {
    background: #fff !important;
    color: var(--mytho-color-brand) !important;
}

.mytho-phone-verification__status {
    min-height: 1.2rem;
    margin: 0.7rem 0 0;
    font-size: 0.88rem;
    font-weight: 600;
}

.mytho-phone-verification__status[data-state="success"] {
    color: #176a2f;
}

.mytho-phone-verification__status[data-state="error"] {
    color: #b42318;
}

.mytho-phone-verification__status[data-state="pending"] {
    color: var(--mytho-color-brand);
}

.woocommerce-account .woocommerce form .form-row label {
    display: inline-block;
    margin-bottom: 0.42rem;
    color: var(--mytho-color-text-primary);
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.4;
}

.woocommerce-account .woocommerce form .form-row {
    margin-bottom: 0.95rem;
}

.woocommerce-account .woocommerce .input-text,
.woocommerce-account .woocommerce input[type="email"],
.woocommerce-account .woocommerce input[type="password"],
.woocommerce-account .woocommerce input[type="tel"],
.woocommerce-account .woocommerce input[type="text"],
.woocommerce-account .woocommerce select,
.woocommerce-account .woocommerce textarea {
    min-height: var(--mytho-control-height-lg);
    padding: 0.84rem 0.98rem;
    border: 1px solid rgba(191, 199, 183, 0.88);
    border-radius: var(--mytho-radius-input);
    background: rgba(255, 255, 255, 0.88);
    color: var(--mytho-color-text-primary);
    font-size: 1rem;
    line-height: 1.4;
}

.woocommerce-account .woocommerce .input-text:focus,
.woocommerce-account .woocommerce input:focus,
.woocommerce-account .woocommerce select:focus,
.woocommerce-account .woocommerce textarea:focus {
    border-color: rgba(28, 109, 45, 0.52);
    box-shadow: 0 0 0 3px rgba(28, 109, 45, 0.12);
}

.woocommerce-account .woocommerce .password-input {
    display: block;
    position: relative;
}

.woocommerce-account .woocommerce .password-input .input-text {
    padding-right: 3.4rem;
}

.woocommerce-account .woocommerce .show-password-input,
.woocommerce-account .woocommerce .password-input button {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.woocommerce-account .woocommerce .show-password-input:hover,
.woocommerce-account .woocommerce .show-password-input:focus-visible,
.woocommerce-account .woocommerce .password-input button:hover,
.woocommerce-account .woocommerce .password-input button:focus-visible {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    color: var(--mytho-color-brand);
}

.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce .button,
.woocommerce-account .woocommerce a.button {
    min-height: calc(var(--mytho-control-height-lg) + 0.2rem);
    padding: 0.9rem 1.15rem;
    border-radius: var(--mytho-radius-button);
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 12px 22px rgba(28, 109, 45, 0.14);
}

.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce button.button:focus-visible,
.woocommerce-account .woocommerce .button:hover,
.woocommerce-account .woocommerce .button:focus-visible {
    background: var(--global-palette-btn-bg-hover);
    color: var(--global-palette-btn-hover);
}

.woocommerce-account .woocommerce-form-login .form-row:last-of-type {
    display: grid;
    gap: 1rem;
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: var(--mytho-color-text-secondary);
    font-size: 0.95rem;
    line-height: 1.5;
}

.woocommerce-account .woocommerce-form-login__rememberme input {
    margin-top: 0.3rem;
}

.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit {
    width: 100%;
}

.woocommerce-account .woocommerce-form-login__submit {
    margin-top: 0.15rem;
}

.woocommerce-account .woocommerce-LostPassword,
.woocommerce-account .mytho-login-support-note {
    display: none;
}

.woocommerce-account .woocommerce-LostPassword a,
.woocommerce-account .mytho-login-support-note {
    display: none;
}

.mytho-account-support-line {
    margin: 0.65rem 0 0;
}

.mytho-account-support-line a {
    color: var(--mytho-color-text-secondary);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.mytho-account-social {
    display: grid;
    gap: 0.72rem;
    margin-top: 1rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(28, 109, 45, 0.1);
}

.mytho-account-social__title {
    margin: 0;
    color: var(--mytho-color-text-secondary);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.4;
}

.mytho-account-social__button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
    width: 100%;
    min-height: var(--mytho-control-height);
    padding: 0.84rem 1rem;
    border: 1px solid rgba(216, 208, 191, 0.92) !important;
    border-radius: var(--mytho-radius-button);
    background: #fff !important;
    color: var(--mytho-color-text-primary) !important;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: none !important;
    cursor: not-allowed;
    opacity: 0.9;
}

.mytho-account-social__button::after {
    content: "Soon";
    margin-left: auto;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    background: rgba(28, 109, 45, 0.08);
    color: var(--mytho-color-brand);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.mytho-account-social__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.mytho-account-social__icon--google {
    background: #f4f6fb;
    color: #1a73e8;
}

.mytho-account-social__icon--facebook {
    background: #eef3ff;
    color: #1877f2;
}

.mytho-account-social__note {
    margin: 0;
    color: var(--mytho-color-text-muted);
    font-size: 0.88rem;
    line-height: 1.45;
}

.mytho-account-social__provider,
.mytho-account-social__provider .nsl-container,
.mytho-account-social__provider .nsl-container-buttons {
    width: 100%;
}

.mytho-account-social__provider .nsl-container {
    clear: none;
}

.mytho-account-social__provider .nsl-container .nsl-container-buttons {
    display: grid;
    gap: 0.7rem;
    padding: 0;
}

.mytho-account-social__provider .nsl-container.nsl-container-block .nsl-container-buttons,
.mytho-account-social__provider .nsl-container.nsl-container-block-fullwidth .nsl-container-buttons {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.mytho-account-social__provider .nsl-container.nsl-container-inline {
    margin: 0;
}

.mytho-account-social__provider .nsl-container.nsl-container-inline .nsl-container-buttons {
    justify-content: stretch;
}

.mytho-account-social__provider .nsl-container .nsl-container-buttons a {
    display: block;
    margin: 0;
    width: 100%;
}

.mytho-account-social__provider .nsl-container .nsl-button {
    width: 100%;
    min-height: var(--mytho-control-height);
    border-radius: var(--mytho-radius-button);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.mytho-account-social__provider .nsl-container .nsl-button-default {
    align-items: center;
    justify-content: flex-start;
}

.mytho-account-social__provider .nsl-container .nsl-button-svg-container {
    padding: 0.9rem 0.8rem 0.9rem 1rem;
}

.mytho-account-social__provider .nsl-container .nsl-button-default div.nsl-button-label-container {
    margin: 0;
    padding: 0.9rem 1rem 0.9rem 0.2rem;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
}

.mytho-account-social__provider .nsl-container .nsl-button-google[data-skin="light"],
.mytho-account-social__provider .nsl-container .nsl-button-google[data-skin="dark"],
.mytho-account-social__provider .nsl-container .nsl-button-google[data-skin="neutral"],
.mytho-account-social__provider .nsl-container .nsl-button-facebook[data-skin="white"],
.mytho-account-social__provider .nsl-container .nsl-button-facebook[data-skin="light"] {
    box-shadow: inset 0 0 0 1px rgba(216, 208, 191, 0.92);
}

.mytho-account-social__provider .nsl-container .nsl-container-buttons a:hover .nsl-button,
.mytho-account-social__provider .nsl-container .nsl-container-buttons a:focus-visible .nsl-button {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(92, 78, 50, 0.12);
}

.mytho-account-social__provider .nsl-container .nsl-container-buttons a:focus-visible {
    outline: none;
}

.woocommerce-account .woocommerce-privacy-policy-text {
    display: none;
}

.woocommerce-account .woocommerce-privacy-policy-text p {
    margin: 0;
}

.mytho-account-consent-modal__panel {
    gap: 1rem;
}

.mytho-account-consent-modal__content {
    display: grid;
    gap: 0.8rem;
}

.mytho-account-consent-modal__lead,
.mytho-account-consent-modal__detail {
    margin: 0;
    color: var(--mytho-color-text-primary);
    font-size: 0.98rem;
    line-height: 1.6;
}

.mytho-account-consent-modal__lead {
    font-weight: 700;
}

.mytho-account-consent-modal__detail {
    color: var(--mytho-color-text-secondary);
    font-weight: 500;
}

.mytho-account-consent-modal__policy-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--mytho-color-brand);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

.mytho-account-consent-modal__policy-link::after {
    content: "\2197";
    font-size: 0.9rem;
}

.mytho-account-consent-modal__actions {
    display: grid;
    gap: 0.75rem;
}

.mytho-account-consent-modal__confirm {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    margin: 0;
}

.woocommerce-account .kadence-account-avatar,
.woocommerce-account .kadence-account-avatar *,
.woocommerce-account .kadence-customer-name {
    display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 0.88rem 1rem;
    border: 1px solid rgba(216, 208, 191, 0.92);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.74);
    color: var(--mytho-color-text-primary);
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation-link a:focus-visible {
    background: var(--mytho-color-brand);
    border-color: var(--mytho-color-brand);
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content > :first-child {
    margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content > :last-child {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

.mytho-account-subpage-nav {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0 0 0.9rem;
    flex-wrap: wrap;
}

.mytho-account-subpage-nav__back {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.3rem;
    padding: 0.42rem 0.78rem;
    border: 1px solid rgba(28, 109, 45, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--mytho-color-brand);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.mytho-account-subpage-nav__arrow {
    width: 0.46rem;
    height: 0.46rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(-135deg);
}

.mytho-account-subpage-nav__current {
    display: inline-flex;
    align-items: center;
    min-height: 2.3rem;
    padding: 0.42rem 0.78rem;
    border-radius: 999px;
    background: rgba(28, 109, 45, 0.08);
    color: var(--mytho-color-text-primary);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    color: var(--mytho-color-text-primary);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.55rem, 1.3rem + 1vw, 2rem);
}

.woocommerce-account .woocommerce-MyAccount-content h3 {
    margin: 1.25rem 0 0.75rem;
    font-size: clamp(1.18rem, 1.05rem + 0.45vw, 1.42rem);
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content address,
.woocommerce-account .woocommerce-MyAccount-content li {
    color: var(--mytho-color-text-primary);
    font-size: 1rem;
    line-height: 1.6;
}

.woocommerce-account .woocommerce-MyAccount-content p:first-child {
    max-width: 36rem;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
    max-width: 36rem;
}

.mytho-account-dashboard {
    display: grid;
    gap: 1rem;
    max-width: 36rem;
}

.mytho-account-dashboard__actions {
    display: grid;
    gap: 0.7rem;
}

.mytho-account-dashboard__actions--single {
    max-width: 36rem;
}

.mytho-account-dashboard__action {
    display: grid;
    gap: 0.18rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(216, 208, 191, 0.92);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
    color: var(--mytho-color-text-primary);
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.mytho-account-dashboard__action-title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
}

.mytho-account-dashboard__action-title::after {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.mytho-account-dashboard__action-copy {
    color: var(--mytho-color-text-secondary);
    font-size: 0.92rem;
    line-height: 1.5;
}

.mytho-account-dashboard__action:hover,
.mytho-account-dashboard__action:focus-visible {
    border-color: rgba(28, 109, 45, 0.28);
    background: rgba(255, 255, 255, 0.92);
    color: var(--mytho-color-text-primary);
    transform: translateY(-1px);
}

.mytho-account-profile-summary {
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid rgba(28, 109, 45, 0.12);
    border-radius: 1.15rem;
    background:
        radial-gradient(circle at top right, rgba(252, 244, 220, 0.88), rgba(252, 244, 220, 0) 33%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 251, 247, 0.88));
}

.mytho-account-profile-summary__header,
.mytho-account-profile-summary__title {
    margin: 0;
}

.mytho-account-profile-summary__title {
    color: var(--mytho-color-text-primary);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.3;
}

.mytho-account-profile-summary__grid {
    display: grid;
    gap: 0.7rem;
    margin: 0;
}

.mytho-account-profile-summary__item {
    display: grid;
    gap: 0.22rem;
    margin: 0;
    padding: 0.82rem 0.9rem;
    border: 1px solid rgba(216, 208, 191, 0.82);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.78);
}

.mytho-account-profile-summary__label,
.mytho-account-profile-summary__value {
    margin: 0;
}

.mytho-account-profile-summary__label {
    color: var(--mytho-color-text-secondary);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mytho-account-profile-summary__value {
    color: var(--mytho-color-text-primary);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.55;
    white-space: pre-line;
}

.mytho-account-empty-state {
    display: grid;
    gap: 0.9rem;
    max-width: 36rem;
    padding: 1.15rem 1rem 1.1rem;
    border: 1px solid rgba(28, 109, 45, 0.12);
    border-radius: 1.15rem;
    background:
        radial-gradient(circle at top right, rgba(252, 244, 220, 0.9), rgba(252, 244, 220, 0) 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 251, 247, 0.88));
}

.mytho-account-empty-state__badge,
.mytho-account-empty-state__title,
.mytho-account-empty-state__copy,
.mytho-account-empty-state__support {
    margin: 0;
}

.mytho-account-empty-state__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 1.9rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(28, 109, 45, 0.09);
    color: var(--mytho-color-brand);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.mytho-account-empty-state__title {
    color: var(--mytho-color-text-primary);
    font-size: clamp(1.28rem, 1.12rem + 0.55vw, 1.6rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.mytho-account-empty-state__copy {
    max-width: 31rem;
    color: var(--mytho-color-text-secondary);
    font-size: 0.97rem;
    line-height: 1.58;
}

.mytho-account-empty-state__actions {
    display: grid;
    gap: 0.65rem;
}

.mytho-account-empty-state__button {
    justify-content: center;
    width: 100%;
    min-height: 3rem;
}

.mytho-account-empty-state__button--secondary {
    border-color: rgba(28, 109, 45, 0.28) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: var(--mytho-color-text-primary) !important;
}

.mytho-account-empty-state__support {
    text-align: left;
}

.mytho-account-orders-shell {
    display: grid;
    gap: 0.9rem;
    max-width: 42rem;
}

.mytho-account-orders-shell__intro,
.mytho-account-orders-shell__title,
.mytho-account-orders-shell__copy {
    margin: 0;
}

.mytho-account-orders-shell__intro {
    display: grid;
    gap: 0.35rem;
}

.mytho-account-orders-shell__title {
    color: var(--mytho-color-text-primary);
    font-size: clamp(1.35rem, 1.16rem + 0.75vw, 1.8rem);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.mytho-account-orders-shell__copy {
    max-width: 33rem;
    color: var(--mytho-color-text-secondary);
    font-size: 0.96rem;
    line-height: 1.56;
}

.mytho-account-orders-shell__table {
    overflow: hidden;
    border: 1px solid rgba(28, 109, 45, 0.12);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.72);
}

.mytho-account-empty-state__support-block {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.4rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(28, 109, 45, 0.18);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.9);
    color: var(--mytho-color-brand);
    font-size: 0.93rem;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
}

.mytho-account-empty-state__support-link:hover,
.mytho-account-empty-state__support-link:focus-visible {
    background: rgba(255, 255, 255, 0.98);
    color: var(--mytho-color-brand);
}

.mytho-account-addresses {
    display: grid;
    gap: 1rem;
    max-width: 42rem;
}

.mytho-account-addresses__intro,
.mytho-account-addresses__title,
.mytho-account-addresses__copy {
    margin: 0;
}

.mytho-account-addresses__intro {
    display: grid;
    gap: 0.4rem;
}

.mytho-account-addresses__title {
    color: var(--mytho-color-text-primary);
    font-size: clamp(1.35rem, 1.16rem + 0.75vw, 1.8rem);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.mytho-account-addresses__copy {
    max-width: 33rem;
    color: var(--mytho-color-text-secondary);
    font-size: 0.96rem;
    line-height: 1.56;
}

.mytho-account-addresses__grid {
    display: grid;
    gap: 0.85rem;
}

.mytho-account-address-edit-shell,
.mytho-account-order-detail-shell {
    display: grid;
    gap: 1rem;
    max-width: 42rem;
}

.mytho-account-address-edit-form,
.mytho-account-address-edit-form .woocommerce-address-fields,
.mytho-account-address-edit-form .woocommerce-address-fields__field-wrapper {
    display: grid;
    gap: 0.9rem;
}

.mytho-account-address-edit-form > h2,
.mytho-account-order-detail-shell > h2,
.mytho-account-order-detail-shell > p {
    margin: 0;
}

.mytho-account-address-card {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(28, 109, 45, 0.12);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.72);
}

.mytho-account-address-card__header {
    display: grid;
    gap: 0.75rem;
}

.mytho-account-address-card__title,
.mytho-account-address-card__address,
.mytho-account-address-card__empty {
    margin: 0;
}

.mytho-account-address-card__title {
    color: var(--mytho-color-text-primary);
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.25;
}

.mytho-account-address-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    width: 100%;
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(28, 109, 45, 0.22);
    border-radius: 0.95rem;
    background: #fff;
    color: var(--mytho-color-brand);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.mytho-account-address-card__action:hover,
.mytho-account-address-card__action:focus-visible {
    border-color: rgba(28, 109, 45, 0.36);
    background: rgba(255, 255, 255, 0.96);
    color: var(--mytho-color-brand);
    transform: translateY(-1px);
}

.mytho-account-address-card__body {
    display: grid;
    gap: 0.65rem;
}

.mytho-account-address-card__address,
.mytho-account-address-card__empty {
    color: var(--mytho-color-text-primary);
    font-size: 1rem;
    line-height: 1.65;
    font-style: normal;
}

.mytho-account-address-card__empty {
    color: var(--mytho-color-text-secondary);
}

.mytho-account-profile-shell {
    display: grid;
    gap: 1rem;
    max-width: 42rem;
}

.mytho-account-profile-shell__intro,
.mytho-account-profile-shell__title,
.mytho-account-profile-shell__copy {
    margin: 0;
}

.mytho-account-profile-shell__intro {
    display: grid;
    gap: 0.2rem;
}

.mytho-account-profile-shell__title {
    color: var(--mytho-color-text-primary);
    font-size: clamp(1.35rem, 1.16rem + 0.75vw, 1.8rem);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.mytho-account-profile-shell .woocommerce-EditAccountForm {
    display: grid;
    gap: 0.95rem;
}

.mytho-account-profile-section {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(28, 109, 45, 0.12);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.72);
}

.mytho-account-profile-section fieldset,
.mytho-account-profile-shell .clear {
    display: none;
}

.mytho-account-profile-section__header,
.mytho-account-profile-section__title,
.mytho-account-profile-section__note {
    margin: 0;
}

.mytho-account-profile-section__header {
    display: grid;
    gap: 0.15rem;
}

.mytho-account-profile-section__title {
    color: var(--mytho-color-text-primary);
    font-size: 1.14rem;
    font-weight: 800;
    line-height: 1.3;
}

.mytho-account-profile-grid {
    display: grid;
    gap: 0.85rem;
}

.mytho-account-profile-shell .woocommerce-form-row {
    margin: 0;
    width: 100%;
    float: none;
}

.mytho-account-profile-shell .woocommerce-form-row label {
    display: inline-block;
    margin-bottom: 0.42rem;
}

.woocommerce-account .mytho-account-profile-shell .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-account .mytho-account-profile-shell .woocommerce-form-row.woocommerce-form-row--last,
.woocommerce-account .mytho-account-address-edit-form .form-row.form-row-first,
.woocommerce-account .mytho-account-address-edit-form .form-row.form-row-last,
.woocommerce-account .mytho-account-address-edit-form .form-row.form-row-wide {
    float: none !important;
    width: 100% !important;
    clear: both;
}

.mytho-account-profile-shell input,
.mytho-account-profile-shell select,
.mytho-account-profile-shell textarea,
.mytho-account-address-edit-form input,
.mytho-account-address-edit-form select,
.mytho-account-address-edit-form textarea,
.mytho-account-address-edit-form .select2-container {
    width: 100% !important;
    max-width: 100%;
}

.mytho-account-profile-field {
    display: grid;
    gap: 0.4rem;
}

.mytho-account-profile-note {
    color: var(--mytho-color-text-secondary);
    font-size: 0.91rem;
    line-height: 1.5;
}

.mytho-account-profile-actions {
    display: flex;
}

.mytho-account-profile-actions .button {
    width: 100%;
}

.mytho-account-address-edit-form p:last-child {
    margin: 0;
}

.mytho-account-address-edit-form button[name="save_address"] {
    width: 100%;
}

.woocommerce-account .woocommerce-table--order-details,
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .addresses,
.woocommerce-account .woocommerce-address-fields,
.woocommerce-account .woocommerce-form-edit-account {
    margin-top: 0;
}

.woocommerce-account .woocommerce table.shop_table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 1rem;
}

@media (min-width: 64rem) {
    .woocommerce-account .entry-content > .woocommerce {
        grid-template-columns: minmax(16rem, 0.9fr) minmax(0, 1.55fr);
        align-items: start;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        position: sticky;
        top: calc(5rem + env(safe-area-inset-top, 0px));
        align-self: start;
    }

    .mytho-account-surface-intro {
        max-width: 42rem;
        margin-bottom: 1.25rem;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        max-width: 42rem;
    }

    .mytho-account-addresses__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .mytho-account-profile-summary__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mytho-account-profile-summary__item--wide {
        grid-column: 1 / -1;
    }

    .woocommerce-account #customer_login {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 1.15rem;
    }

    .mytho-account-consent-modal__panel {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: min(32rem, calc(100vw - 2rem));
        max-height: min(80vh, 36rem);
        padding: 1.1rem;
        border-radius: 1.15rem;
        transform: translate(-50%, -50%);
        box-shadow: 0 24px 52px rgba(31, 26, 23, 0.2);
    }

    .mytho-account-consent-modal__panel .mytho-ui-sheet-modal__handle {
        display: none;
    }
}

@media (max-width: 63.99rem) {
    .woocommerce-account #customer_login .u-column2 {
        background: transparent !important;
    }
}

@media (max-width: 47.99rem) {
    .woocommerce-account .content-container {
        padding-inline: 0.5rem;
    }

    .woocommerce-account #customer_login .u-column1,
    .woocommerce-account #customer_login .u-column2 {
        min-height: auto;
        padding: 0;
    }

    .woocommerce-account #customer_login .u-column2 .woocommerce-form-row:first-of-type {
        margin-top: 0.2rem;
    }

    .woocommerce-account #customer_login .u-column2 {
        display: none;
    }

    .mytho-phone-verification__row {
        grid-template-columns: 1fr;
    }

    .woocommerce-account #customer_login.is-register-active .u-column1 {
        display: none;
    }

    .woocommerce-account #customer_login.is-register-active .u-column2 {
        display: block;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        display: none;
    }

    .mytho-account-surface-intro {
        margin-bottom: 0.55rem;
    }

    .mytho-account-surface-intro__title {
        font-size: 1.7rem;
    }

    .woocommerce-account .woocommerce-MyAccount-content h2 {
        margin-bottom: 0.9rem;
        font-size: 1.55rem;
    }

    .woocommerce-account .woocommerce-MyAccount-content h3 {
        margin: 1rem 0 0.65rem;
        font-size: 1.3rem;
    }

    .woocommerce-account .woocommerce-MyAccount-content p,
    .woocommerce-account .woocommerce-MyAccount-content address,
    .woocommerce-account .woocommerce-MyAccount-content li {
        font-size: 0.98rem;
        line-height: 1.58;
    }

    .mytho-account-dashboard__actions {
        gap: 0.6rem;
    }

    .mytho-account-dashboard__action {
        padding: 0.9rem 0.95rem;
    }

    .mytho-account-empty-state {
        gap: 0.8rem;
        padding: 1rem 0.95rem;
        border-radius: 1rem;
    }

    .mytho-account-profile-summary {
        padding: 0.95rem;
        border-radius: 1rem;
    }

    .mytho-account-profile-summary__item {
        padding: 0.78rem 0.85rem;
        border-radius: 0.9rem;
    }

    .mytho-account-orders-shell {
        gap: 0.9rem;
    }

    .mytho-account-orders-shell__copy {
        font-size: 0.95rem;
    }

    .mytho-account-orders-shell__table {
        border-radius: 1rem;
    }

    .mytho-account-address-card {
        gap: 0.8rem;
        padding: 0.95rem;
        border-radius: 1rem;
    }

    .mytho-account-profile-section {
        gap: 0.8rem;
        padding: 0.95rem;
        border-radius: 1rem;
    }

    .mytho-account-address-card__title {
        font-size: 1.12rem;
    }

    .mytho-account-empty-state__copy {
        font-size: 0.95rem;
    }

    .mytho-account-subpage-nav {
        gap: 0.5rem;
        margin-bottom: 0.8rem;
    }

    .mytho-account-subpage-nav__back,
    .mytho-account-subpage-nav__current {
        min-height: 2.2rem;
        padding: 0.4rem 0.7rem;
        font-size: 0.89rem;
    }
}
