@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.customer-login-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px !important;
    border-radius: 999px;
    color: #183d33 !important;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 700;
    white-space: nowrap;
}

.customer-login-link:hover,
.customer-account-toggle:hover {
    color: #5f8537 !important;
    background: #f6f1e6;
    text-decoration: none;
}

.customer-account-menu {
    position: relative;
    flex-shrink: 0;
}

.customer-account-menu:hover > .customer-account-dropdown,
.customer-account-menu:focus-within > .customer-account-dropdown {
    display: block;
}

.customer-account-toggle {
    max-width: 210px;
    min-height: 44px;
    padding: 4px 10px 4px 6px !important;
    border-radius: 999px;
    color: #183d33 !important;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 700;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
}

.customer-account-toggle::after {
    display: none;
}

.customer-account-avatar,
.customer-account-avatar-fallback {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex: 0 0 34px;
}

.customer-account-avatar {
    object-fit: cover;
    border: 1px solid #e7ddca;
    background: #fffaf0;
}

.customer-account-avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5f8537;
    background: #eef5e6;
    font-size: 20px;
}

.customer-account-name {
    display: inline-block;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-account-chevron {
    color: #6b7b62;
    font-size: 13px;
    flex: 0 0 auto;
}

.customer-account-dropdown {
    width: min(320px, calc(100vw - 24px));
    padding: 0;
    margin-top: 0 !important;
    border: 1px solid #e8deca;
    border-radius: 18px;
    background: #fffaf0;
    box-shadow: 0 20px 45px rgba(24, 61, 51, 0.14);
    overflow: hidden;
    right: 0;
    left: auto;
    z-index: 24050;
}

.customer-account-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    height: 8px;
}

.customer-account-dropdown-head {
    display: flex;
    gap: 12px;
    padding: 18px;
    background: #fbf7ec;
    border-bottom: 1px solid #eadfca;
}

.customer-account-dropdown-head img,
.customer-account-dropdown-head .customer-account-avatar-fallback {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
}

.customer-account-dropdown-head strong,
.customer-account-dropdown-head span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-account-dropdown-head strong {
    color: #183d33;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
}

.customer-account-dropdown-head span {
    max-width: 210px;
    color: #6f756e;
    font-size: 13px;
}

.customer-account-dropdown-body {
    padding: 8px;
}

.customer-account-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 13px;
    border-radius: 12px;
    color: #26352e;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.customer-account-dropdown-item i {
    width: 20px;
    color: #5f8537;
    font-size: 17px;
}

.customer-account-dropdown-item:hover {
    color: #183d33;
    background: #eef5e6;
    text-decoration: none;
}

.customer-account-dropdown-item--danger {
    color: #9f2c2c;
}

.customer-account-dropdown-item--danger i {
    color: #c14141;
}

.customer-account-dropdown-divider {
    height: 1px;
    margin: 6px 8px;
    background: #eadfca;
}

.customer-mobile-account-summary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    border-bottom: 1px solid #eef0ed;
    font-family: 'Inter', Arial, sans-serif;
    background: #fbf7ec;
}

.customer-mobile-account-summary img,
.customer-mobile-account-summary .customer-account-avatar-fallback {
    width: 36px;
    height: 36px;
}

.customer-mobile-account-summary strong,
.customer-mobile-account-summary span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-mobile-account-summary strong {
    max-width: 220px;
    color: #183d33;
}

.customer-mobile-account-summary span {
    max-width: 220px;
    color: #777;
    font-size: 13px;
}

.customer-mobile-account-btn {
    width: 42px;
    height: 42px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.customer-mobile-account-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e7ddca;
}

.customer-mobile-account-link {
    display: flex !important;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    font-family: 'Inter', Arial, sans-serif;
}

.customer-mobile-account-link i {
    width: 22px;
    color: #5f8537;
    font-size: 18px;
}

.customer-mobile-account-link--danger,
.customer-mobile-account-link--danger i {
    color: #b03333 !important;
}

.customer-account-page {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    background: #fbf7ec;
    padding: 54px 0 70px;
}

.customer-account-shell {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.customer-account-heading {
    margin-bottom: 24px;
}

.customer-account-heading span,
.customer-panel-title span {
    color: #5f8537;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.customer-account-heading h1 {
    margin: 6px 0 0;
    color: #183d33;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0;
}

.customer-alert {
    margin-bottom: 18px;
    padding: 13px 16px;
    border-radius: 14px;
    font-weight: 700;
}

.customer-alert--success {
    color: #31571f;
    background: #eef6e7;
    border: 1px solid #cfe6bf;
}

.customer-alert--error {
    color: #9f2c2c;
    background: #fff1f1;
    border: 1px solid #f0b9b9;
}

.customer-account-grid {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.customer-profile-card,
.customer-form-card {
    border: 1px solid #e8deca;
    border-radius: 24px;
    background: #fffaf0;
    box-shadow: 0 16px 42px rgba(24, 61, 51, 0.08);
}

.customer-profile-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.customer-avatar-panel {
    padding: 30px 24px 24px;
    text-align: center;
}

.customer-avatar-button {
    position: relative;
    width: 132px;
    height: 132px;
    margin: 0 auto 16px;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 28px rgba(24, 61, 51, 0.16);
    cursor: pointer;
}

.customer-avatar-button img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.customer-avatar-button span {
    position: absolute;
    right: 4px;
    bottom: 8px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5f8537;
    color: #fff;
    border: 2px solid #fff;
}

.customer-avatar-panel strong,
.customer-avatar-panel small {
    display: block;
}

.customer-avatar-panel strong {
    color: #183d33;
    font-size: 18px;
    font-weight: 800;
}

.customer-avatar-panel small {
    color: #777;
}

.customer-social-panel {
    padding: 22px;
    border-top: 1px solid #eadfca;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.customer-social-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #efe5d2;
}

.customer-social-item > div {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.customer-social-item strong,
.customer-social-item small,
.customer-social-item em {
    display: block;
}

.customer-social-item strong {
    color: #183d33;
    font-weight: 800;
}

.customer-social-item small,
.customer-social-item em {
    color: #777;
    font-size: 13px;
    font-style: normal;
}

.customer-social-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    font-weight: 800;
}

.customer-social-icon--google {
    color: #db4437;
    background: #fff1ef;
}

.customer-social-icon--facebook {
    color: #1877f2;
    background: #edf5ff;
    font-size: 20px;
}

.customer-link-btn,
.customer-secondary-btn,
.customer-submit-btn {
    border: none;
    border-radius: 999px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.customer-link-btn {
    padding: 9px 14px;
    color: #5f8537;
    background: #eef5e6;
}

.customer-link-btn:hover {
    color: #fff;
    background: #5f8537;
    text-decoration: none;
}

.customer-link-btn--danger {
    color: #9f2c2c;
    background: #fff1f1;
}

.customer-link-btn--danger:hover {
    color: #fff;
    background: #c14141;
}

.customer-social-note {
    margin: 16px 0 0;
    color: #8a6b24;
    font-size: 13px;
    line-height: 1.5;
}

.customer-form-card {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.customer-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.customer-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.customer-field {
    display: grid;
    gap: 8px;
}

.customer-field label {
    color: #26352e;
    font-size: 14px;
    font-weight: 800;
}

.customer-field input {
    width: 100%;
    height: 52px;
    border: 1px solid #d8ccb6;
    border-radius: 999px;
    background: #fff;
    padding: 0 18px;
    color: #222;
    font-size: 15px;
    outline: none;
    transition: 0.2s;
}

.customer-field--full {
    grid-column: 1 / -1;
}

.customer-check-field {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #26352e;
    font-weight: 800;
}

.customer-check-field input {
    width: 18px;
    height: 18px;
    accent-color: #5f8537;
}

.customer-field input:focus {
    border-color: #5f8537;
    box-shadow: 0 0 0 4px rgba(95, 133, 55, 0.12);
}

.customer-validation,
.customer-validation-summary {
    color: #b03333;
    font-size: 13px;
}

.customer-validation-summary ul {
    margin: 0 0 16px 18px;
}

.customer-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 28px;
}

.customer-secondary-btn,
.customer-submit-btn {
    min-height: 50px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.customer-secondary-btn {
    color: #455146;
    background: #fff;
    border: 1px solid #d8ccb6;
}

.customer-submit-btn {
    color: #fff;
    background: #5f8537;
}

.customer-secondary-btn:hover {
    color: #183d33;
    background: #f4eddf;
    text-decoration: none;
}

.customer-submit-btn:hover {
    background: #4f742e;
}

.customer-empty-card,
.customer-address-card,
.customer-order-card {
    border: 1px solid #e8deca;
    border-radius: 22px;
    background: #fffaf0;
    box-shadow: 0 16px 42px rgba(24, 61, 51, 0.08);
}

.customer-empty-card {
    display: grid;
    place-items: center;
    gap: 10px;
    padding: 44px 24px;
    text-align: center;
}

.customer-empty-card i {
    color: #5f8537;
    font-size: 42px;
}

.customer-empty-card h2 {
    margin: 0;
    color: #183d33;
    font-size: 24px;
    font-weight: 800;
}

.customer-empty-card p {
    margin: 0 0 10px;
    color: #6f756e;
}

.customer-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.customer-address-card {
    padding: 20px;
}

.customer-address-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.customer-address-card__head strong {
    color: #183d33;
    font-size: 18px;
    font-weight: 800;
}

.customer-address-card__head span {
    padding: 5px 10px;
    border-radius: 999px;
    color: #31571f;
    background: #eef6e7;
    font-size: 12px;
    font-weight: 800;
}

.customer-address-card__body {
    display: grid;
    gap: 7px;
    color: #526058;
}

.customer-address-card__body p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
}

.customer-address-card__body i {
    color: #5f8537;
}

.customer-address-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.customer-address-actions form {
    margin: 0;
}

.customer-address-form {
    max-width: 920px;
}

.customer-order-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    margin-bottom: 18px;
}

.customer-order-search input {
    height: 48px;
    border: 1px solid #d8ccb6;
    border-radius: 999px;
    padding: 0 18px;
    outline: none;
}

.customer-order-list {
    display: grid;
    gap: 14px;
}

.customer-order-card {
    display: grid;
    grid-template-columns: 1.1fr 1fr 0.8fr 0.6fr 0.9fr 0.8fr auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
}

.customer-order-card span,
.customer-info-grid span {
    display: block;
    color: #6f756e;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.customer-order-card strong,
.customer-info-grid strong {
    color: #183d33;
}

.customer-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}

.customer-pagination a {
    min-width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8ccb6;
    border-radius: 50%;
    color: #183d33;
    font-weight: 800;
    text-decoration: none;
}

.customer-pagination a.active,
.customer-pagination a:hover {
    color: #fff;
    background: #5f8537;
    border-color: #5f8537;
}

.customer-order-detail-grid {
    display: grid;
    gap: 20px;
}

.customer-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.customer-info-grid p {
    margin: 0;
}

.customer-info-grid__full {
    grid-column: 1 / -1;
}

.customer-order-items {
    display: grid;
    gap: 14px;
}

.customer-order-product {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #eadfca;
}

.customer-order-product img {
    width: 76px;
    height: 88px;
    border-radius: 12px;
    object-fit: cover;
    background: #f2efe5;
}

.customer-order-product h3 {
    margin: 0;
    color: #183d33;
    font-size: 15px;
    font-weight: 800;
}

.customer-order-product h3 a {
    color: inherit;
    text-decoration: none;
}

.customer-order-product p {
    margin: 4px 0 0;
    color: #6f756e;
}

.customer-order-total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #d8ccb6;
    color: #183d33;
    font-size: 18px;
    font-weight: 800;
}

@media (max-width: 1199px) {
    .customer-account-name {
        display: none;
    }

    .customer-account-toggle {
        max-width: none;
    }
}

@media (max-width: 991px) {
    .customer-account-menu {
        display: none;
    }

    .customer-account-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .customer-profile-card,
    .customer-form-card {
        height: auto;
    }
}

@media (max-width: 640px) {
    .customer-account-page {
        padding: 32px 0 48px;
    }

    .customer-account-heading h1 {
        font-size: 30px;
    }

    .customer-form-grid {
        grid-template-columns: 1fr;
    }

    .customer-heading-row,
    .customer-address-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .customer-order-search {
        grid-template-columns: 1fr;
    }

    .customer-address-grid,
    .customer-info-grid {
        grid-template-columns: 1fr;
    }

    .customer-order-card {
        grid-template-columns: 1fr;
    }

    .customer-order-product {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .customer-order-product > strong {
        grid-column: 2;
    }

    .customer-form-card {
        padding: 22px;
        border-radius: 20px;
    }

    .customer-account-shell {
        width: min(100% - 28px, 1180px);
    }

    .customer-social-item,
    .customer-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .customer-secondary-btn,
    .customer-submit-btn {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .site-mobile-actions {
        gap: 2px;
    }

    .customer-mobile-account-btn,
    .site-mobile-actions .site-icon-btn {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }
}

.customer-account-page--compact,
.customer-account-page:has(.customer-address-grid),
.customer-account-page:has(.customer-order-list) {
    padding: 34px 0 52px;
}

.customer-account-page--compact .customer-account-heading,
.customer-account-page:has(.customer-address-grid) .customer-account-heading {
    margin-bottom: 16px;
}

.customer-account-page--compact .customer-account-heading span,
.customer-account-page:has(.customer-address-grid) .customer-account-heading span {
    font-size: 11px;
}

.customer-account-page--compact .customer-account-heading h1,
.customer-account-page:has(.customer-address-grid) .customer-account-heading h1 {
    font-size: 30px;
}

.customer-btn-sm,
.customer-address-actions .customer-secondary-btn,
.customer-address-actions .customer-link-btn,
.customer-order-card .customer-secondary-btn {
    min-height: 34px;
    padding: 0 13px;
    border-radius: 12px;
    font-size: 13px;
}

.customer-address-grid {
    gap: 14px;
}

.customer-address-card {
    padding: 15px;
    border-radius: 16px;
}

.customer-address-card__head {
    margin-bottom: 10px;
}

.customer-address-card__head strong {
    font-size: 15px;
}

.customer-address-card__head span {
    padding: 3px 8px;
    font-size: 11px;
}

.customer-address-card__body {
    gap: 5px;
    font-size: 13px;
    line-height: 1.45;
}

.customer-address-actions {
    gap: 8px;
    margin-top: 12px;
}

.customer-order-search {
    gap: 10px;
    margin-bottom: 14px;
}

.customer-order-search input {
    height: 38px;
    padding: 0 14px;
    font-size: 13px;
}

.customer-order-list {
    gap: 10px;
}

.customer-order-card {
    grid-template-columns: 1.1fr 1fr 0.75fr 0.55fr 0.85fr 0.8fr auto;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 13px;
}

.customer-order-card span,
.customer-info-grid span {
    font-size: 10px;
}

.customer-order-card strong {
    font-size: 13px;
}

.customer-pagination {
    margin-top: 16px;
}

.customer-pagination a {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
}

.customer-modal-open {
    overflow: hidden;
}

.customer-modal {
    position: fixed;
    inset: 0;
    z-index: 25000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.customer-modal.is-open {
    display: flex;
}

.customer-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 30, 25, 0.48);
}

.customer-modal__dialog {
    position: relative;
    width: min(880px, 100%);
    max-height: min(86vh, 780px);
    overflow: hidden;
    border: 1px solid #e8deca;
    border-radius: 18px;
    background: #fffaf0;
    box-shadow: 0 26px 70px rgba(18, 30, 25, 0.24);
}

.customer-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    color: #183d33;
    background: #f2eadb;
}

.customer-modal__content {
    max-height: min(86vh, 780px);
    overflow-y: auto;
    padding: 22px;
}

.customer-modal-loading,
.customer-modal-error {
    padding: 36px 16px;
    color: #526058;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.customer-modal-order__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding-right: 38px;
    margin-bottom: 16px;
}

.customer-modal-order__head span {
    color: #5f8537;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.customer-modal-order__head h2 {
    margin: 3px 0 0;
    color: #183d33;
    font-size: 24px;
    font-weight: 800;
}

.customer-modal-order__head > strong {
    padding: 4px 9px;
    border-radius: 999px;
    color: #31571f;
    background: #eef6e7;
    font-size: 11px;
}

.customer-modal-section {
    padding: 14px 0;
    border-top: 1px solid #eadfca;
}

.customer-modal-section h3 {
    margin: 0 0 10px;
    color: #183d33;
    font-size: 16px;
    font-weight: 800;
}

.customer-info-grid--compact {
    gap: 10px 14px;
    font-size: 13px;
}

.customer-order-items--modal {
    gap: 10px;
}

.customer-order-items--modal .customer-order-product {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 10px;
    padding-bottom: 10px;
}

.customer-order-items--modal .customer-order-product img {
    width: 58px;
    height: 68px;
    border-radius: 10px;
}

.customer-order-items--modal .customer-order-product h3 {
    font-size: 13px;
}

.customer-order-items--modal .customer-order-product p,
.customer-order-items--modal .eco-variant {
    font-size: 12px;
}

.customer-order-items--modal .customer-order-product > strong {
    font-size: 13px;
    white-space: nowrap;
}

.customer-modal-total {
    display: grid;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid #d8ccb6;
}

.customer-modal-total p {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    color: #526058;
    font-size: 13px;
}

.customer-modal-total strong {
    color: #183d33;
    font-size: 15px;
}

.customer-modal .eco-variant,
.customer-order-detail-grid .eco-variant {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 5px;
    color: #6c746c;
    font-size: 12px;
}

.customer-modal .cart-color-chip,
.customer-order-detail-grid .cart-color-chip {
    display: inline-flex;
    align-items: center;
}

.customer-modal .cart-color-swatch,
.customer-order-detail-grid .cart-color-swatch {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .customer-order-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-order-card .customer-secondary-btn {
        width: fit-content;
    }
}

@media (max-width: 640px) {
    .customer-account-page--compact,
    .customer-account-page:has(.customer-address-grid),
    .customer-account-page:has(.customer-order-list) {
        padding: 24px 0 42px;
    }

    .customer-account-page--compact .customer-account-heading h1,
    .customer-account-page:has(.customer-address-grid) .customer-account-heading h1 {
        font-size: 24px;
    }

    .customer-order-card {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .customer-order-card .customer-secondary-btn,
    .customer-btn-sm {
        width: 100%;
    }

    .customer-modal {
        padding: 10px;
    }

    .customer-modal__dialog,
    .customer-modal__content {
        max-height: 88vh;
    }

    .customer-modal__content {
        padding: 16px;
    }

    .customer-modal-order__head {
        flex-direction: column;
        gap: 8px;
    }

    .customer-info-grid--compact,
    .customer-order-items--modal .customer-order-product {
        grid-template-columns: 1fr;
    }

    .customer-order-items--modal .customer-order-product {
        position: relative;
        padding-left: 70px;
        min-height: 78px;
    }

    .customer-order-items--modal .customer-order-product > a {
        position: absolute;
        left: 0;
        top: 0;
    }
}
