/**
 * Custom Auth & Account Styles
 * Used by [fatseo_login], [fatseo_register], [fatseo_myaccount] shortcodes
 */

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn.focus,
.btn:focus,
.btn:hover {
    outline: none;
    box-shadow: none;
    outline-offset: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

/* ========================================
   Hide empty entry-header on account page
   ======================================== */
.woocommerce-account .entry-header {
    display: none;
}

/* ========================================
   WooCommerce Native Notices (styled to match custom design)
   Cart & Checkout notices are in checkout.css
   ======================================== */
.name__user--text {
    text-transform: capitalize;
}

.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info {
    list-style: none;
    padding: 10px 16px;
    margin: 20px 0;
    font-family: 'TeX Gyre Adventor', sans-serif;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
}

.woocommerce-account .woocommerce-error {
    color: #d63031;
    border: 1px solid #d63031;
    background: #fff5f5;
}

.woocommerce-account .woocommerce-message {
    color: #00b894;
    border: 1px solid #00b894;
    background: #f0fff4;
}

.woocommerce-account .woocommerce-info {
    color: #0984e3;
    border: 1px solid #0984e3;
    background: #f0f8ff;
}

.woocommerce-account .woocommerce-error li,
.woocommerce-account .woocommerce-message li,
.woocommerce-account .woocommerce-info li {
    list-style: none;
}

.woocommerce-account .woocommerce-error::before,
.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-info::before {
    display: none;
}

/* ========================================
   Auth Container (Login & Register pages)
   ======================================== */
.auth-container {
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 233px;
}

.auth__registration {
    padding-bottom: 65px;
}

.auth-container .auth-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 138px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.auth-container .auth__row--lost-password {
    max-width: 678px;
    width: 100%;
}

.auth-container .auth-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.auth-container .auth-column.auth-column--register {
    max-width: 563px;
    width: 100%;
}

.auth-container .auth-column__title {
    font-weight: 800;
    font-size: 16px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 22px;
    font-family: 'Agrandir', sans-serif;
}

/* ========================================
   Auth Form
   ======================================== */
.auth-container .auth-form {
    width: 100%;
}

.auth-container .auth-form .forgot__password {
    margin-bottom: 40px;
}

.auth-container .auth__row--lost-password .auth-form .forgot__password {
    margin-bottom: 20px;
}

.auth-container .auth-form__group,
.account-dashboard .auth-form__group {
    margin-bottom: 20px;
}

.auth-container .auth-column--register-main .auth-form__group {
    margin-bottom: 17px;
}

.auth-container .auth-column--register-main .auth-form__group.login-submit {
    margin-top: 30px;
}

.auth-container .auth-form__row,
.account-dashboard .auth-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

.auth-container .auth-form__group--half,
.account-dashboard .auth-form__group--half {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.auth-container .auth-form__label,
.account-dashboard .auth-form__label {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
}

.auth-container .auth-form__input,
.account-dashboard .auth-form__input {
    width: 100%;
    font-family: 'TeX Gyre Adventor', sans-serif;
    border: 1px solid #1410E3;
    border-radius: 5px;
    color: #333;
    background: #fff;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px;
}

.auth-container .auth-form__input:focus,
.account-dashboard .auth-form__input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.auth-container .auth-form__options,
.account-dashboard .auth-form__options {
    margin-bottom: 24px;
}

.auth-container .auth-form__checkbox-wrapper,
.account-dashboard .auth-form__checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

.auth-container .auth-form__checkbox,
.account-dashboard .auth-form__checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFFFFF;
    border: 1px solid #1410E3;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.auth-container .auth-form__checkbox:focus,
.account-dashboard .auth-form__checkbox:focus {
    outline: none;
}

.auth-container .auth-form__checkbox:checked,
.account-dashboard .auth-form__checkbox:checked {
    background: url('../images/icon-checkbox-checked.svg') center/contain no-repeat;
}

.auth-container .auth-form__checkbox-text,
.account-dashboard .auth-form__checkbox-text {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-family: 'TeX Gyre Adventor', sans-serif;
    font-weight: 400;
}

.auth-container .auth-column--register-main .auth-form__checkbox-wrapper {
    gap: 22px;
}

.auth-form .auth-form__submit.btn.btn--primary {
    display: inline-block;
    padding: 14px 40px;
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    background: -o-linear-gradient(left, #FEF958 0%, #B1F742 100%);
    background: -webkit-gradient(linear, left top, right top, from(#FEF958), to(#B1F742));
    background: linear-gradient(90deg, #FEF958 0%, #B1F742 100%);
    color: #000;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    min-width: 192px;
    font-family: PP Agrandir, sans-serif;
    margin-top: 12px;
    margin-bottom: 35px;
}

.auth__row--lost-password .auth-form .auth-form__submit.btn.btn--primary {
    margin-bottom: 0;
}

.auth-form .auth-form__submit.btn.btn--primary:hover {
    background: -webkit-gradient(linear, left top, right top, from(#B1F742), to(#FEF958));
    background: -o-linear-gradient(left, #B1F742 0%, #FEF958 100%);
    background: linear-gradient(90deg, #B1F742 0%, #FEF958 100%);
}

.account-dashboard .account-content--edit-address .auth-form .auth-form__submit {
    margin-top: 25px;
}

.auth-form .auth-form__submit.btn.btn--primary:focus {
    outline: none;
}

.auth-container .auth-form__link,
.account-dashboard .auth-form__link {
    display: inline-block;
    text-decoration: underline;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

.auth-container .auth-form__link {
    padding-top: 6px;
    padding-right: 5px;
}

.auth-container .auth__row--lost-password .auth-form__link {
    margin-top: 0;
}

/* Form Section Header (e.g. Shipping Details) */
.auth-container .auth-form__section-header,
.account-dashboard .auth-form__section-header {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.account-dashboard .shipping__details--header {
    margin-top: 24px;
    padding-bottom: 10px;
    padding-top: 21px;
    border-top: none;
    border-bottom: 1px solid #ccc;
}

.account-dashboard .shipping__details--header .auth-form__section-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 13px;
    color: #000000;
}

.auth-container .auth-form__section-title,
.account-dashboard .auth-form__section-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

/* ========================================
   Auth Info Box (sidebar on login/register)
   ======================================== */
.auth-container .auth-info-box {
    background-color: #F1F1F2;
    padding: 40px;
    padding-bottom: 36px;
}

.auth-container .auth-info-box__title {
    font-weight: 800;
    font-size: 16px;
    line-height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}

.auth-container .auth-info-box__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 25px;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

.auth-container .auth-info-box__content {
    margin-bottom: 30px;
    font-weight: 400;
}

.auth-container .auth-info-box__content p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 0;
}

.auth-container .auth-info-box__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.auth-container .auth-info-box__content li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.auth-container .auth-info-box__content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 100%;
}

.auth-container .auth-info-box .auth-info-box__btn.btn.btn--primary {
    display: inline-block;
    padding: 14px 40px;
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    background: -o-linear-gradient(left, #FEF958 0%, #B1F742 100%);
    background: -webkit-gradient(linear, left top, right top, from(#FEF958), to(#B1F742));
    background: linear-gradient(90deg, #FEF958 0%, #B1F742 100%);
    color: #000;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    min-width: 192px;
    font-family: 'Agrandir', sans-serif;
}

.account-dashboard .btn.btn--primary.btn--small {
    display: inline-block;
    padding: 13px 20px;
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    background: -o-linear-gradient(left, #FEF958 0%, #B1F742 100%);
    background: -webkit-gradient(linear, left top, right top, from(#FEF958), to(#B1F742));
    background: linear-gradient(90deg, #FEF958 0%, #B1F742 100%);
    color: #000;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    text-decoration: none;
    font-family: 'Agrandir', sans-serif;
    width: 100%;
}


.account-dashboard .btn.btn--primary.btn--small:hover,
.auth-container .auth-info-box .auth-info-box__btn.btn.btn--primary:hover {
    background: -webkit-gradient(linear, left top, right top, from(#B1F742), to(#FEF958));
    background: -o-linear-gradient(left, #B1F742 0%, #FEF958 100%);
    background: linear-gradient(90deg, #B1F742 0%, #FEF958 100%);
}

.account-dashboard .btn.btn--primary.btn--small:hover {
    color: #000;
}


/* ========================================
   Account Dashboard (logged-in view)
   ======================================== */
.account-dashboard {
    margin: 0 auto;
    padding-top: 77px;
    padding-bottom: 65px;
}

.account-dashboard .account-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCCCCC;
}

.account-dashboard .account-header__title {
    font-weight: 800;
    font-size: 16px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    font-family: 'Agrandir', sans-serif;
}

.account-dashboard .account-header__logout {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-family: 'TeX Gyre Adventor', sans-serif;
    position: relative;
    right: 15px;
    bottom: 2px;
}

.account-dashboard .account-header__logout:hover {
    color: #000;
}

/* Account Navigation */
.account-dashboard .account-nav {
    border-bottom: 1px solid #1410E3;
    margin-bottom: 35px;
    margin-top: 56px;
}

.account-dashboard .account-nav__nolog {
    margin-top: 0;
}

.account-dashboard .account-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.account-dashboard .account-nav__item {
    margin: 0;
}

.account-dashboard .account-nav__link {
    padding: 0 30px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #F1F1F2;
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #0A0F24;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Agrandir', sans-serif;
    min-height: 38px;

}

.account-dashboard .account-nav__item:first-child .account-nav__link {
    min-width: 180px;
    text-align: center;
}

.account-dashboard .account-nav__link:hover {
    color: #FFF;
    background-color: #1410E3;
}

.account-dashboard .account-nav__link--active {
    color: #FFF;
    background-color: #1410E3;
}

/* Account Content */
.account-dashboard .account-content {
    padding: 0;
}

.account-dashboard .account-content--profile {
    max-width: 681px;
    width: 100%;
}

.account-dashboard .account-content--edit-address,
.account-dashboard .account-content--edit-details,
.account-dashboard .account-content--change-password {
    max-width: 678px;
    width: 100%;
}

.account-dashboard .account-content__welcome {
    font-size: 16px;
    margin-bottom: 26px;
    color: #333;
    font-weight: 400;
    line-height: 23px;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

.account-dashboard .account-content__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #333;
}

.account-dashboard .account-content--edit-details .account-content__description {
    margin-bottom: 30px;
}

.account-dashboard .account-content--edit-details {
    padding-bottom: 6px;
}

.account-dashboard .account-content--edit-details .auth-form__group {
    margin-bottom: 18px;
    padding-left: 2px;
}

.account-dashboard .account-content--edit-address .account-content__description {
    margin-bottom: 30px;
}

.account-dashboard .account-content--edit-address .shipping__details--header {
    margin-top: 20px;
}

.account-dashboard .account-content--edit-address .auth-form__checkbox-text {
    padding-top: 3px;
}

.account-content--change-password .account-content__description {
    margin-bottom: 25px;
}

/* Account Sections */
.account-dashboard .account-section {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 24px;
    margin-bottom: 13px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.account-dashboard .account-section--password {
    margin: 0;
    padding: 0;
    border: 0;
}

.account-dashboard .account-section:last-child {
    border: 0;
    margin-bottom: 0;
}

.account-dashboard .account-section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    padding-top: 14px;
    padding-left: 4px;
}

.account-dashboard .account-section--password .account-section__header {
    padding-bottom: 10px;
    padding-top: 0;
}

.account-dashboard .account-section__title {
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    font-family: 'Agrandir', sans-serif;
}

.account-dashboard .account-section__edit {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-family: 'TeX Gyre Adventor', sans-serif;
    position: relative;
    top: -4px;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

.account-dashboard .account-section__edit::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/icon-edit.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.account-dashboard .account-section__edit:hover {
    text-decoration: underline;
}

/* Account Info Rows */
.account-dashboard .account-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 15px;
}

.account-dashboard .account-section--address .account-info {
    gap: 16px;
}

.account-dashboard .account-section:last-child .account-section__header {
    padding-top: 0;
}

.account-dashboard .account-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.account-dashboard .account-info__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 214px;
    flex: 0 0 214px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

.account-dashboard .account-info__value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    max-width: 180px;
    width: 100%;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

/* ========================================
   WP Login Form Override
   ======================================== */
.auth-container .auth-form #loginform {
    width: 100%;
}

.auth-container .auth-form #loginform p {
    margin-bottom: 20px;
}

.auth-container .auth-form #loginform label {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    margin-bottom: 5px;
    display: block;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

.auth-container .auth-form #loginform .login-remember label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    line-height: 24px;
    color: #333333;
    margin: 0;
    cursor: pointer;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

.auth-container .auth-form input[type="text"],
.auth-container .auth-form input[type="password"] {
    width: 100%;
    padding: 12px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #1410E3;
    border-radius: 5px;
    color: #333;
}

.auth-container .auth-form input[type="text"]:focus,
.auth-container .auth-form input[type="password"]:focus {
    outline: none;
}

/* Checked state — use SVG icon */
.auth-container .auth-form .login-remember label:has(input:checked)::before {
    background: url('../images/icon-checkbox-checked.svg') center/contain no-repeat;
    border-color: transparent;
}

.auth-container .auth-form .login-remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 25px 0;
}

.auth-container .auth-form input[type="submit"] {
    display: inline-block;
    padding: 14px 40px;
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    background: -o-linear-gradient(left, #FEF958 0%, #B1F742 100%);
    background: -webkit-gradient(linear, left top, right top, from(#FEF958), to(#B1F742));
    background: linear-gradient(90deg, #FEF958 0%, #B1F742 100%);
    color: #000;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    min-width: 192px;
    font-family: 'Agrandir', sans-serif;
}

.auth-container .auth-form input[type="submit"]:hover {
    background: -webkit-gradient(linear, left top, right top, from(#B1F742), to(#FEF958));
    background: -o-linear-gradient(left, #B1F742 0%, #FEF958 100%);
    background: linear-gradient(90deg, #B1F742 0%, #FEF958 100%);
    color: #000;
}

/* ========================================
   Error & Success Messages
   ======================================== */
.auth-container .auth-error {
    color: #d32f2f;
    background-color: #fce4ec;
    border: 1px solid #d32f2f;
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
}

.auth-container .auth-success {
    color: #2e7d32;
    background-color: #e8f5e9;
    border: 1px solid #2e7d32;
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
}

/* ========================================
   Button Small Variant
   ======================================== */
.account-dashboard .btn--small {
    padding: 8px 20px;
    font-size: 12px;
}

/* ========================================
   Orders Table
   ======================================== */
.account-dashboard .orders-table {
    margin-top: 52px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin-bottom: 40px;
}

.account-dashboard .orders-table thead th {
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    color: #000000;
    font-family: 'Agrandir', sans-serif;
    text-align: left;
    padding: 0 16px 10px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.account-dashboard .orders-table thead th:last-child {
    padding-right: 0;
}

.account-dashboard .orders-table__row td {
    font-size: 14px;
    color: #333;
    padding: 23px 16px 21px 0;
    border: none;
    vertical-align: top;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

.account-dashboard .orders-table__row tr {
    border-bottom: 1px solid #cccccc;
}

.account-dashboard .orders-table__row:last-child td {
    border-bottom: none;
}

.account-dashboard .orders-table thead th:nth-child(1),
.account-dashboard .orders-table__row td:nth-child(1) {
    width: 235px;
}

.account-dashboard .orders-table thead th:nth-child(2),
.account-dashboard .orders-table__row td:nth-child(2) {
    width: 235px;
}

.account-dashboard .orders-table thead th:nth-child(4),
.account-dashboard .orders-table__row td:nth-child(4) {
    width: 325px;
    text-align: center;
    vertical-align: middle;
}

.account-dashboard .orders-table thead th:nth-child(5),
.account-dashboard .orders-table__row td:nth-child(5) {
    width: 192px;
    text-align: right;
    padding-right: 0;
    vertical-align: middle;
}

.account-dashboard .orders-table__td--action {
    text-align: right;
}

.account-dashboard .orders-table__items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}

.account-dashboard .orders-table__item-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    max-width: 319px;
    display: block;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

.account-dashboard .orders-table__item-link:hover {
    color: #000;
}

.account-dashboard .orders-table__item-text {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    margin: 0;
}

.account-dashboard .orders-table__value {
    font-weight: 400;
    font-size: 16px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000000;
}

.account-dashboard .orders-table__value.text-bold {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
}

/* ========================================
   Order Detail View
   ======================================== */
.account-dashboard .order-details__header {
    margin-bottom: 33px;
}

.confirmation-page .order-details__header {
    margin-bottom: 20px;
}

.account-dashboard .order-details__title,
.confirmation-page .order-details__title {
    font-weight: 800;
    font-size: 16px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    padding-bottom: 9px;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.confirmation-page .order-details__title {
    margin: 0;
}

.order-details__header .order-details__title {
    margin-top: 14px;
    margin-bottom: 34px;
}

.account-dashboard .order-details__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.account-dashboard .order-details__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.account-dashboard .order-details__summary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 563px;
    flex: 0 0 563px;
}

/* Order Meta */
.account-dashboard .order-meta__row,
.confirmation-page .order-meta__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 18px;
    gap: 75px;
}

.account-dashboard .order-meta__row:last-child,
.confirmation-page .order-meta__row:last-child {
    border-bottom: none;
}

.account-dashboard .order-meta__label,
.confirmation-page .order-meta__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

.account-dashboard .order-meta__value,
.confirmation-page .order-meta__value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
}

/* Summary Box */
.account-dashboard .summary-box,
.confirmation-page .summary-box {
    background-color: #F1F1F2;
    padding: 24px 21px 27px 20px;
}

.account-dashboard .summary-box__title,
.confirmation-page .summary-box__title {
    font-weight: 800;
    font-size: 16px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 30px 0;
}

.account-dashboard .summary-box__table,
.confirmation-page .summary-box__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border: 0;
    margin: 0;
}

.account-dashboard .summary-box__table thead th,
.confirmation-page .summary-box__table thead th {
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    padding: 0 0 15px 0;
    border: 0;
    font-family: 'Agrandir', sans-serif;
}

.account-dashboard .summary-box__table thead th:last-child,
.confirmation-page .summary-box__table thead th:last-child {
    text-align: right;
}

.account-dashboard .summary-box__table tbody td,
.confirmation-page .summary-box__table tbody td {
    padding: 9px 0;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    vertical-align: top;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

.account-dashboard .summary-box__table tbody .product__name--lable,
.confirmation-page .summary-box__table tbody .product__name--lable {
    display: inline-block;
    max-width: 319px;
    width: 100%;
    vertical-align: top;
}

.account-dashboard .summary-box__table tbody td.product__qty--text,
.confirmation-page .summary-box__table tbody td.product__qty--text,
.account-dashboard .summary-box__table tbody td.product__total--text,
.confirmation-page .summary-box__table tbody td.product__total--text {
    line-height: 13px;
    text-transform: uppercase;
}

.account-dashboard .summary-box__table .summary-box__row--gst .woocommerce-Price-amount,
.confirmation-page .summary-box__table .summary-box__row--gst .woocommerce-Price-amount,
.account-dashboard .summary-box__table .summary-box__row--subtotal .woocommerce-Price-amount,
.confirmation-page .summary-box__table .summary-box__row--subtotal .woocommerce-Price-amount {
    font-family: 'TeX Gyre Adventor';
    font-weight: 700;
    font-size: 16px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000000;
}

.account-dashboard .summary-box__table tfoot .summary-box__row--gst td,
.confirmation-page .summary-box__table tfoot .summary-box__row--gst td {
    padding-top: 10px;
    padding-bottom: 16px;
}

.account-dashboard .summary-box__table tbody tr:first-child td>span,
.confirmation-page .summary-box__table tbody tr:first-child td>span {
    position: relative;
    top: 7px;
}

.account-dashboard tr.summary-box__row td,
.confirmation-page tr.summary-box__row td {
    padding: 6px 0;
}

.account-dashboard tfoot tr.summary-box__row:first-child,
.confirmation-page tfoot tr.summary-box__row:first-child {
    border: 0;
}

.account-dashboard tfoot tr.summary-box__row td,
.confirmation-page tfoot tr.summary-box__row td {
    padding-top: 17px;
}

.account-dashboard .summary-box__table tbody td:nth-child(2),
.confirmation-page .summary-box__table tbody td:nth-child(2) {
    text-align: right;
    width: 50px;
    padding-left: 15px;
}

.account-dashboard .summary-box__table thead th:nth-child(2),
.confirmation-page .summary-box__table thead th:nth-child(2) {
    padding-left: 15px;
}

.account-dashboard .summary-box__table tbody td:last-child,
.confirmation-page .summary-box__table tbody td:last-child {
    text-align: right;
    white-space: nowrap;
    padding-left: 15px;
}

.account-dashboard .summary-box__table tfoot td,
.confirmation-page .summary-box__table tfoot td {
    padding: 10px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    color: #000000;
    font-family: 'Agrandir', sans-serif;
    border: 0;
}

.account-dashboard .summary-box__table .summary-box__row small,
.confirmation-page .summary-box__table .summary-box__row small {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-family: TeX Gyre Adventor, sans-serif;
}

.account-dashboard .summary-box__table tfoot td:last-child,
.confirmation-page .summary-box__table tfoot td:last-child {
    text-align: right;
    white-space: nowrap;
}

.account-dashboard .summary-box__table tfoot tr:last-child,
.confirmation-page .summary-box__table tfoot tr:last-child {
    border: 0;
}

.account-dashboard .summary-box__table tfoot .summary-box__row--total .woocommerce-Price-amount.amount,
.confirmation-page .summary-box__table tfoot .summary-box__row--total .woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 24px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000000;
}

/* Order Details Footer */
.account-dashboard .order-details__footer {
    margin-top: 70px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.account-dashboard .order-details__back {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.account-dashboard .order-details__back:hover {
    text-decoration: underline;
}

/* ========================================
   Wishlist
   ======================================== */
.account-dashboard .wishlist {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

.account-content--wishlist {
    margin-top: 37px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.account-dashboard .wishlist thead th {
    border: 0;
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    padding-bottom: 9px;
    font-family: 'Agrandir';
}

.account-dashboard .wishlist thead .wishlist__th--price {
    width: 200px;
}

.account-dashboard .wishlist thead .wishlist__th--actions {
    width: 300px;
    text-align: right;
}

.account-dashboard tr {
    border-bottom: 1px solid #CCCCCC;
}

.account-dashboard tr.wishlist__item--empty {
    border-bottom: 0;
    text-align: center;
}

.account-dashboard .wishlist__item td {
    padding: 10px 0;
    vertical-align: middle;
    border: 0;
}

.account-dashboard .wishlist__item td.wishlist__td--empty {
    padding-top: 20px;
}

.account-dashboard .wishlist thead .wishlist__th--price,
.account-dashboard .wishlist__item .wishlist__td--price {
    padding: 0;
    padding-right: 70px;
    text-align: right;
}

.account-dashboard .wishlist__product-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding-right: 50px;
}

.account-dashboard .wishlist__remove {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    line-height: 0;
}

.account-dashboard .wishlist__remove:hover {
    opacity: 0.7;
}

.account-dashboard .wishlist__product-img,
.account-dashboard .wishlist__product-img img,
.account-dashboard .wishlist__image {
    width: 97px;
    height: 97px;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.account-dashboard .wishlist__name {
    margin: 0;
}

.account-dashboard .wishlist__name a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

.account-dashboard .wishlist__td--price {
    font-weight: 400;
    font-size: 16px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'TeX Gyre Adventor', sans-serif;
}

.account-dashboard .wishlist__td--actions {
    text-align: right;
}

.account-dashboard .wishlist__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 399px;
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 1280px) {
    .auth-container .auth-row {
        gap: 50px;
    }

    .account-dashboard .account-content--edit-details .auth-form__group {
        margin-bottom: 18px;
        padding-left: 2px;
    }
}

@media (max-width: 1170px) {
    .auth-container {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .auth__registration {
        padding-bottom: 40px;
    }

    .auth-container .auth-row {
        gap: 30px;
    }

    .auth-container .auth-info-box {
        padding: 30px 20px;
    }

    .account-dashboard {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .account-dashboard .account-nav__link {
        font-size: 15px;
    }

    .account-dashboard .account-nav__item:first-child .account-nav__link {
        min-width: auto;
    }

    .account-dashboard .order-details__grid {
        gap: 30px;
    }

    .account-dashboard .order-details__summary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
    }

    .account-dashboard .orders-table thead th:nth-child(1),
    .account-dashboard .orders-table__row td:nth-child(1),
    .account-dashboard .orders-table thead th:nth-child(2),
    .account-dashboard .orders-table__row td:nth-child(2) {
        width: 180px;
    }

    .account-dashboard .orders-table thead th:nth-child(4),
    .account-dashboard .orders-table__row td:nth-child(4) {
        width: auto;
    }

    .account-dashboard .wishlist__product-wrap {
        padding-right: 20px;
        gap: 15px;
    }

    .account-dashboard .wishlist__buttons {
        min-width: unset;
    }

    .auth-container .auth-info-box__title {
        line-height: 22px;
    }

    .account-content--wishlist {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .auth-container .auth-row {
        gap: 20px;
    }

    .account-dashboard .order-details__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account-dashboard .order-details__summary {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .account-dashboard .account-nav__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .account-dashboard .account-nav__list::-webkit-scrollbar {
        display: none;
    }

    .account-dashboard .account-nav__link {
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .auth-container .auth-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

    .account-dashboard .account-nav__item:first-child .account-nav__link {
        min-width: 120px;
    }

    .auth-container .auth-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }


    .account-dashboard .wishlist__name a,
    .account-dashboard .account-nav__link {
        font-size: 13px;
        line-height: 18px;
    }

    .account-dashboard .account-info__row {
        gap: 10px;
        margin-bottom: 15px;
    }

    .account-dashboard .account-header {
        gap: 20px;
    }

    .account-dashboard .account-header__logout {
        right: 0;
    }

    .auth-container .auth-info-box {
        padding: 24px;
    }

    /* Orders table responsive */
    .account-dashboard .orders-table thead {
        display: none;
    }

    .account-dashboard .orders-table,
    .account-dashboard .orders-table tbody,
    .account-dashboard .orders-table__row,
    .account-dashboard .orders-table__row td {
        display: block;
        width: 100%;
    }

    .account-dashboard .orders-table__row {
        padding: 16px 0;
        border-bottom: 1px solid #eee;
    }

    .account-dashboard .orders-table__row td {
        text-align: left !important;
        padding: 4px 0;
        border-bottom: none;
        width: auto !important;
    }

    .account-dashboard .orders-table__row td::before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #888;
        margin-bottom: 4px;
    }

    .account-dashboard .orders-table__td--action {
        text-align: left;
    }

    /* Order detail responsive */
    .account-dashboard .order-details__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

    .account-dashboard .order-details__summary {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .account-dashboard .order-meta__row,
    .confirmation-page .order-meta__row {
        gap: 25px;
    }

    .account-dashboard .summary-box,
    .confirmation-page .summary-box {
        padding: 20px;
    }

    /* Wishlist responsive */
    .account-dashboard .wishlist thead {
        display: none;
    }

    .account-dashboard .wishlist,
    .account-dashboard .wishlist tbody,
    .account-dashboard .wishlist__item,
    .account-dashboard .wishlist__item td {
        display: block;
        width: 100%;
    }

    .account-dashboard .wishlist__item {
        padding: 20px 0;
        border-bottom: 1px solid #eee;
    }

    .account-dashboard .wishlist__item td {
        padding: 0;
        border-bottom: none;
    }

    .account-dashboard .wishlist__td--price {
        display: none !important;
    }

    .account-dashboard .wishlist__price-mobile {
        display: block !important;
        margin-top: 10px;
        font-family: 'TeX Gyre Adventor', sans-serif;
    }

    .account-dashboard .wishlist__price-mobile .wishlist__price {
        font-weight: 400;
        font-size: 16px;
        color: #000;
    }

    .account-dashboard .wishlist__td--actions {
        text-align: left;
    }

    .account-dashboard .wishlist__buttons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .account-dashboard .wishlist__product-wrap {
        padding: 20px 0;
    }
}

@media (max-width: 480px) {
    .account-dashboard .account-info__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account-dashboard .account-info__label {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }

}

/* ========================================
   Wishlist Empty State
   ======================================== */
.account-dashboard .wishlist-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
    gap: 16px;
}

.account-dashboard .wishlist-empty__icon {
    margin-bottom: 8px;
    opacity: 0.5;
}

.account-dashboard .wishlist-empty__title {
    font-family: 'Agrandir', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

.account-dashboard .wishlist-empty__text {
    font-family: 'TeX Gyre Adventor', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin: 0;
    max-width: 380px;
}

.account-dashboard .wishlist-empty__cta {
    margin-top: 8px;
    width: auto;
    min-width: 200px;
    text-decoration: none;
}

.account-dashboard .order-details__summary--reoder {
    margin-top: 20px;
}