.woocommerce-account .entry-header,
.woocommerce-account .entry-title {
    display: none;
}

.woocommerce-account .woocommerce {
    color: #2D1F1F;
}

.cmn-account-shell,
.cmn-customer-login {
    width: min(1200px, calc(100vw - 32px));
    margin: 0 auto;
    color: #2D1F1F;
}

.cmn-account-shell *,
.cmn-customer-login * {
    box-sizing: border-box;
}

.cmn-account-hero,
.cmn-customer-login__header,
.cmn-account-section-heading {
    margin: 0 0 24px;
}

.cmn-account-hero {
    max-width: 760px;
}

.cmn-account-eyebrow,
.cmn-customer-order-card__label {
    display: block;
    margin: 0 0 8px;
    color: #C2185B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cmn-account-hero h1,
.cmn-customer-login__header h1 {
    margin: 0 0 10px;
    color: #2D1F1F;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.08;
}

.cmn-account-section-heading h2,
.cmn-customer-login-card h2,
.cmn-customer-empty h3 {
    margin: 0 0 10px;
    color: #2D1F1F;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.16;
}

.cmn-account-hero p,
.cmn-account-section-heading p,
.cmn-customer-login__header p,
.cmn-customer-empty p {
    margin: 0;
    color: #6B5A5A;
    font-size: 16px;
    line-height: 1.65;
}

.cmn-account-layout {
    display: grid;
    gap: 22px;
}

.cmn-account-nav {
    min-width: 0;
}

.cmn-account-content {
    min-width: 0;
}

.cmn-account-nav .woocommerce-MyAccount-navigation {
    float: none;
    width: auto;
    margin: 0;
}

.cmn-account-nav .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 12px;
    overflow-x: auto;
    border: 1px solid #F0E6D3;
    border-radius: 20px;
    background: #FFF8F5;
    box-shadow: 0 14px 36px rgba(45, 31, 31, .06);
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.cmn-account-nav .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: 0;
}

.cmn-account-nav .woocommerce-MyAccount-navigation-link {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: 0;
}

.cmn-account-nav .woocommerce-MyAccount-navigation a,
.cmn-account-nav .woocommerce-MyAccount-navigation-link a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 14px;
    border: 1px solid #F0E6D3 !important;
    border-radius: 999px !important;
    background: #FFFFFF !important;
    color: #2D1F1F !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    outline: 0;
    box-shadow: none;
    transition: border-color .18s ease, color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.cmn-account-nav .woocommerce-MyAccount-navigation a:hover,
.cmn-account-nav .woocommerce-MyAccount-navigation-link a:hover {
    border-color: #E769AA !important;
    background: #FFFFFF !important;
    color: #C2185B !important;
    box-shadow: 0 10px 24px rgba(45, 31, 31, .08);
}

.cmn-account-nav .woocommerce-MyAccount-navigation a:focus-visible,
.cmn-account-nav .woocommerce-MyAccount-navigation-link a:focus-visible {
    border-color: #E769AA !important;
    background: #FFFFFF !important;
    color: #C2185B !important;
    box-shadow: 0 0 0 3px rgba(231, 105, 170, .16), 0 10px 24px rgba(45, 31, 31, .08);
}

.cmn-account-nav .woocommerce-MyAccount-navigation .is-active a,
.cmn-account-nav .woocommerce-MyAccount-navigation-link.is-active a {
    border-color: #C2185B !important;
    background: #C2185B !important;
    color: #FFFFFF !important;
    box-shadow: 0 12px 28px rgba(194, 24, 91, .18);
}

.cmn-account-nav .woocommerce-MyAccount-navigation .is-active a:focus-visible {
    box-shadow: 0 0 0 3px rgba(194, 24, 91, .22), 0 12px 28px rgba(194, 24, 91, .18);
}

.cmn-account-content > * {
    max-width: 100%;
}

.cmn-account-content .woocommerce-info,
.cmn-account-content .woocommerce-message,
.cmn-account-content .woocommerce-error {
    border-top-color: #C2185B;
    border-radius: 16px;
    background: #FFF8F5;
    color: #2D1F1F;
}

.cmn-account-content .woocommerce-Addresses,
.cmn-account-content form,
.cmn-account-content .woocommerce-EditAccountForm,
.cmn-account-content .woocommerce-Address,
.cmn-account-content .woocommerce-MyAccount-paymentMethods,
.cmn-account-content .woocommerce-table {
    border-radius: 18px;
}

.cmn-account-content .woocommerce-Addresses {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 18px;
    width: 100%;
    min-width: 0;
}

.cmn-account-content .woocommerce-Addresses::before,
.cmn-account-content .woocommerce-Addresses::after {
    content: none !important;
    display: none !important;
}

.cmn-account-content .woocommerce-Address,
.cmn-account-content form,
.cmn-account-content .woocommerce-MyAccount-paymentMethods,
.cmn-account-content .woocommerce-table {
    border: 1px solid #F0E6D3;
    background: #FFFFFF;
    box-shadow: 0 16px 42px rgba(45, 31, 31, .07);
}

.cmn-account-content .woocommerce-Address,
.cmn-account-content .woocommerce-Addresses .col-1,
.cmn-account-content .woocommerce-Addresses .col-2 {
    float: none !important;
    clear: none !important;
    grid-column: auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

.cmn-account-content .woocommerce-Address {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 22px;
    overflow: hidden;
}

.cmn-account-content .woocommerce-Address-title {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.cmn-account-content .woocommerce-Address-title::before,
.cmn-account-content .woocommerce-Address-title::after {
    content: none !important;
    display: none !important;
}

.cmn-account-content .woocommerce-Address-title h2,
.cmn-account-content .woocommerce-column__title,
.cmn-account-content form h2,
.cmn-account-content form h3 {
    margin: 0;
    color: #2D1F1F;
    font-size: 22px;
    line-height: 1.2;
    flex: 0 0 auto;
    order: 1;
    min-width: 0;
    word-break: normal;
    overflow-wrap: normal;
}

.cmn-account-content .woocommerce-Address-title .edit,
.cmn-account-content a.edit {
    position: static !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex: 0 0 auto;
    order: 3;
    max-width: 100%;
    min-height: 44px;
    margin-top: 18px !important;
    padding: 12px 16px;
    border: 1px solid #C2185B !important;
    border-radius: 12px !important;
    background: #FFFFFF !important;
    color: #C2185B !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cmn-account-content .woocommerce-Address-title .edit:hover,
.cmn-account-content .woocommerce-Address-title .edit:focus-visible,
.cmn-account-content a.edit:hover,
.cmn-account-content a.edit:focus-visible {
    border-color: #E769AA;
    background: #C2185B;
    color: #FFFFFF !important;
    box-shadow: 0 12px 28px rgba(194, 24, 91, .18);
    outline: 0;
    transform: translateY(-1px);
}

.cmn-account-content address {
    order: 2;
    margin: 0;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #F0E6D3;
    color: #6B5A5A;
    font-size: 15px;
    font-style: normal;
    line-height: 1.7;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: manual;
}

@media (max-width: 679px) {
    .cmn-account-content .woocommerce-Address-title .edit {
        align-self: stretch;
        white-space: normal;
    }
}

.cmn-account-content form {
    padding: 22px;
}

.cmn-account-content .button,
.cmn-account-content button.button,
.cmn-account-content input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid #C2185B !important;
    border-radius: 999px !important;
    background: #C2185B !important;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: none;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cmn-account-content .button:hover,
.cmn-account-content .button:focus-visible,
.cmn-account-content button.button:hover,
.cmn-account-content button.button:focus-visible,
.cmn-account-content input.button:hover,
.cmn-account-content input.button:focus-visible {
    border-color: #E769AA !important;
    background: #E769AA !important;
    box-shadow: 0 12px 28px rgba(194, 24, 91, .18);
    outline: 0;
    transform: translateY(-1px);
}

.cmn-account-dashboard-grid,
.cmn-customer-order-list,
.cmn-customer-login__grid {
    display: grid;
    gap: 18px;
}

.cmn-account-action-card,
.cmn-customer-order-card,
.cmn-customer-login-card,
.cmn-customer-empty {
    border: 1px solid #F0E6D3;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 16px 42px rgba(45, 31, 31, .08);
}

.cmn-account-action-card {
    display: grid;
    gap: 12px;
    min-height: 190px;
    padding: 22px;
    color: #2D1F1F;
    text-decoration: none !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cmn-account-action-card:hover,
.cmn-account-action-card:focus {
    border-color: #E769AA;
    box-shadow: 0 18px 42px rgba(45, 31, 31, .1);
    transform: translateY(-1px);
}

.cmn-account-action-card span {
    color: #C2185B;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cmn-account-action-card p {
    margin: 0;
    color: #6B5A5A;
    font-size: 15px;
    line-height: 1.6;
}

.cmn-account-action-card strong {
    align-self: end;
    color: #C2185B;
    font-size: 15px;
    line-height: 1.35;
}

.cmn-account-dashboard-logout {
    margin: 18px 0 0;
    color: #6B5A5A;
    font-size: 14px;
}

.cmn-account-dashboard-logout a,
.cmn-customer-pickup-info a,
.cmn-customer-login-card .lost_password a {
    color: #C2185B;
    font-weight: 700;
    text-decoration: none;
}

.cmn-account-premium-dashboard {
    display: grid;
    gap: 22px;
}

.cmn-account-dashboard-welcome,
.cmn-account-current-order,
.cmn-account-dashboard-help {
    border: 1px solid #F0E6D3;
    border-radius: 22px;
    background: #FFFFFF;
    box-shadow: 0 16px 42px rgba(45, 31, 31, .07);
}

.cmn-account-dashboard-welcome {
    padding: clamp(24px, 5vw, 42px);
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF8F5 100%);
}

.cmn-account-dashboard-welcome h2,
.cmn-account-current-order h3,
.cmn-account-dashboard-section-heading h3,
.cmn-account-dashboard-help h3 {
    margin: 0;
    color: #2D1F1F;
    line-height: 1.12;
}

.cmn-account-dashboard-welcome h2 {
    font-size: clamp(30px, 5vw, 46px);
}

.cmn-account-dashboard-welcome p:last-child,
.cmn-account-current-order__empty {
    margin: 12px 0 0;
    color: #6B5A5A;
    font-size: 16px;
    line-height: 1.65;
}

.cmn-account-current-order {
    display: grid;
    gap: 20px;
    padding: 22px;
}

.cmn-account-current-order__header,
.cmn-account-dashboard-help {
    display: grid;
    gap: 16px;
}

.cmn-account-current-order__header {
    align-items: start;
}

.cmn-account-current-order h3,
.cmn-account-dashboard-section-heading h3,
.cmn-account-dashboard-help h3 {
    font-size: clamp(22px, 3vw, 30px);
}

.cmn-account-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #FFF8F5;
    color: #C2185B;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.cmn-account-current-order__meta {
    display: grid;
    gap: 12px;
    margin: 0;
}

.cmn-account-current-order__meta div {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(194, 24, 91, .10);
    border-radius: 16px;
    background: #FFFDFC;
}

.cmn-account-current-order__meta dt {
    margin: 0 0 6px;
    color: #8A7474;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cmn-account-current-order__meta dd {
    margin: 0;
    color: #2D1F1F;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.cmn-account-dashboard-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 48px;
    padding: 12px 20px;
    border: 2px solid #C2185B;
    border-radius: 14px;
    color: #C2185B;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.cmn-account-dashboard-button--primary {
    background: #C2185B;
    color: #FFFFFF;
    box-shadow: 0 14px 28px rgba(194, 24, 91, .18);
}

.cmn-account-dashboard-button--outline {
    background: #FFFFFF;
    box-shadow: 0 12px 26px rgba(45, 31, 31, .07);
}

.cmn-account-dashboard-button:hover,
.cmn-account-dashboard-button:focus-visible {
    background: #C2185B;
    color: #FFFFFF;
    border-color: #C2185B;
    box-shadow: 0 18px 34px rgba(194, 24, 91, .22);
    transform: translateY(-2px);
}

.cmn-account-dashboard-button:active {
    transform: translateY(0);
    box-shadow: 0 10px 20px rgba(194, 24, 91, .16);
}

.cmn-account-dashboard-button:focus {
    outline: 0;
}

.cmn-account-dashboard-button:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(231, 105, 170, .18), 0 18px 34px rgba(194, 24, 91, .22);
}

.cmn-account-dashboard-section-heading {
    margin: 4px 0 16px;
}

.cmn-account-action-card--compact {
    min-height: 170px;
}

.cmn-account-dashboard-cta {
    display: grid;
    gap: 16px;
}

.cmn-account-dashboard-cta__card {
    display: grid;
    gap: 10px;
    min-height: 138px;
    padding: 24px;
    border: 1px solid rgba(194, 24, 91, .14);
    border-radius: 22px;
    background: #FFFFFF;
    color: #2D1F1F;
    text-decoration: none !important;
    box-shadow: 0 16px 42px rgba(45, 31, 31, .07);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cmn-account-dashboard-cta__card--primary {
    background: #C2185B;
    color: #FFFFFF;
    border-color: #C2185B;
}

.cmn-account-dashboard-cta__card span {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    line-height: 1.12;
}

.cmn-account-dashboard-cta__card strong {
    align-self: end;
    color: inherit;
    font-size: 15px;
    line-height: 1.35;
}

.cmn-account-dashboard-cta__card:not(.cmn-account-dashboard-cta__card--primary) strong {
    color: #C2185B;
}

.cmn-account-dashboard-cta__card:hover,
.cmn-account-dashboard-cta__card:focus-visible {
    border-color: #E769AA;
    box-shadow: 0 18px 42px rgba(45, 31, 31, .10);
    transform: translateY(-2px);
}

.cmn-account-dashboard-cta__card:focus {
    outline: 0;
}

.cmn-account-dashboard-cta__card:focus-visible {
    box-shadow: 0 0 0 4px rgba(231, 105, 170, .16), 0 18px 42px rgba(45, 31, 31, .10);
}

.cmn-account-dashboard-help {
    align-items: center;
    padding: 22px;
}

.cmn-customer-orders-hero {
    max-width: 760px;
}

.cmn-customer-order-card {
    display: grid;
    gap: 20px;
    padding: clamp(20px, 4vw, 30px);
}

.cmn-customer-order-card__top {
    display: grid;
    align-items: flex-start;
    gap: 14px;
}

.cmn-customer-order-card h3 {
    margin: 0;
    color: #2D1F1F;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.14;
}

.cmn-customer-order-card__date {
    margin: 8px 0 0;
    color: #7A6666;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.cmn-customer-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid rgba(194, 24, 91, .14);
    border-radius: 999px;
    background: #FFF8F5;
    color: #C2185B;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.cmn-customer-status--active {
    border-color: rgba(194, 24, 91, .18);
    background: rgba(194, 24, 91, .08);
    color: #C2185B;
}

.cmn-customer-status--waiting {
    border-color: rgba(188, 127, 38, .20);
    background: rgba(188, 127, 38, .09);
    color: #8A5A14;
}

.cmn-customer-status--done {
    border-color: rgba(54, 132, 82, .20);
    background: rgba(54, 132, 82, .09);
    color: #2F7548;
}

.cmn-customer-status--muted {
    border-color: rgba(122, 102, 102, .18);
    background: rgba(122, 102, 102, .08);
    color: #6B5A5A;
}

.cmn-customer-status--alert {
    border-color: rgba(170, 44, 44, .20);
    background: rgba(170, 44, 44, .08);
    color: #9A2E2E;
}

.cmn-customer-fulfillment {
    display: grid;
    gap: 10px;
}

.cmn-customer-fulfillment__item {
    display: grid;
    gap: 5px;
    padding: 14px 16px;
    border: 1px solid rgba(194, 24, 91, .12);
    border-radius: 16px;
    background: #FFF8F5;
}

.cmn-customer-fulfillment__item span,
.cmn-customer-order-total span {
    color: #8A7474;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cmn-customer-fulfillment__item strong {
    color: #2D1F1F;
    font-size: 15px;
    line-height: 1.35;
}

.cmn-customer-order-products {
    display: grid;
    gap: 0;
    border-top: 1px solid #F0E6D3;
    border-bottom: 1px solid #F0E6D3;
}

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

.cmn-customer-order-product:last-child {
    border-bottom: 0;
}

.cmn-customer-order-product__media {
    width: 58px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 14px;
    background: #FFF8F5;
}

.cmn-customer-order-product__image,
.cmn-customer-order-product__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmn-customer-order-product__body {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.cmn-customer-order-product__body strong {
    color: #2D1F1F;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.cmn-customer-order-product__body span,
.cmn-customer-order-product__body small {
    color: #7A6666;
    font-size: 13px;
    line-height: 1.45;
}

.cmn-customer-pickup-info {
    display: grid;
    gap: 5px;
    padding: 14px 16px;
    border: 1px solid #F0E6D3;
    border-radius: 16px;
    background: #FFFDFC;
    color: #2D1F1F;
    font-size: 14px;
    line-height: 1.55;
}

.cmn-customer-pickup-info strong {
    color: #C2185B;
}

.cmn-customer-order-card__footer {
    display: grid;
    gap: 16px;
    align-items: center;
}

.cmn-customer-order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cmn-customer-order-total {
    display: grid;
    gap: 4px;
}

.cmn-customer-order-total strong {
    color: #2D1F1F;
    font-size: 24px;
    line-height: 1.1;
}

.cmn-customer-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cmn-customer-view-order {
    display: grid;
    gap: 22px;
}

.cmn-customer-view-order__hero,
.cmn-customer-detail-card {
    border: 1px solid #F0E6D3;
    border-radius: 22px;
    background: #FFFFFF;
    box-shadow: 0 16px 42px rgba(45, 31, 31, .07);
}

.cmn-customer-view-order__hero {
    padding: clamp(22px, 4vw, 34px);
}

.cmn-customer-view-order__hero-grid {
    display: grid;
    gap: 16px;
    align-items: start;
}

.cmn-customer-view-order h1 {
    margin: 0;
    color: #2D1F1F;
    font-size: clamp(30px, 5vw, 44px);
    line-height: 1.08;
}

.cmn-customer-view-order__meta {
    margin: 18px 0 0;
}

.cmn-customer-view-order__meta div,
.cmn-customer-detail-summary__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.cmn-customer-view-order__meta dt,
.cmn-customer-detail-card__eyebrow,
.cmn-customer-detail-summary dt {
    margin: 0;
    color: #8A7474;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cmn-customer-view-order__meta dd {
    margin: 0;
    color: #2D1F1F;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.cmn-customer-view-order__grid {
    display: grid;
    gap: 18px;
}

.cmn-customer-detail-card {
    display: grid;
    gap: 16px;
    padding: clamp(20px, 4vw, 30px);
}

.cmn-customer-detail-card h2 {
    margin: 0;
    color: #2D1F1F;
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1.12;
}

.cmn-customer-detail-card p {
    margin: 0;
    color: #7A6666;
    font-size: 15px;
    line-height: 1.6;
}

.cmn-customer-detail-card--status {
    border-color: rgba(194, 24, 91, .16);
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF8F5 100%);
}

.cmn-customer-order-timeline {
    display: grid;
    gap: 16px;
    border: 1px solid #F0E6D3;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 14px 34px rgba(45, 31, 31, .06);
}

.cmn-customer-order-timeline--compact {
    padding: 16px;
}

.cmn-customer-order-timeline--detail {
    padding: clamp(20px, 4vw, 30px);
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(45, 31, 31, .07);
}

.cmn-customer-order-timeline__intro {
    display: grid;
    gap: 10px;
}

.cmn-customer-order-timeline__intro h2,
.cmn-customer-order-timeline-notice h2 {
    margin: 0;
    color: #2D1F1F;
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1.12;
}

.cmn-customer-order-timeline__intro p,
.cmn-customer-order-timeline-notice p {
    margin: 0;
    color: #7A6666;
    font-size: 15px;
    line-height: 1.6;
}

.cmn-customer-order-timeline__steps {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cmn-customer-order-timeline__step {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
}

.cmn-customer-order-timeline__step::before {
    content: "";
    position: absolute;
    top: 34px;
    bottom: -14px;
    left: 16px;
    width: 2px;
    border-radius: 999px;
    background: #F0E6D3;
}

.cmn-customer-order-timeline__step:last-child::before {
    display: none;
}

.cmn-customer-order-timeline__marker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #EFD9BE;
    border-radius: 999px;
    background: #FFFFFF;
    color: #8A7474;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.cmn-customer-order-timeline__label {
    color: #7A6666;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.cmn-customer-order-timeline__step--done .cmn-customer-order-timeline__marker {
    border-color: rgba(194, 24, 91, .28);
    background: rgba(194, 24, 91, .08);
    color: #C2185B;
}

.cmn-customer-order-timeline__step--done .cmn-customer-order-timeline__label {
    color: #2D1F1F;
}

.cmn-customer-order-timeline__step--active .cmn-customer-order-timeline__marker {
    border-color: #C2185B;
    background: #C2185B;
    color: #FFFFFF;
    box-shadow: 0 10px 22px rgba(194, 24, 91, .18);
}

.cmn-customer-order-timeline__step--active .cmn-customer-order-timeline__label {
    color: #2D1F1F;
}

.cmn-customer-order-timeline-notice {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: clamp(18px, 4vw, 26px);
    border: 1px solid #EFD9BE;
    border-left: 4px solid #C2185B;
    border-radius: 20px;
    background: #FFF8F5;
}

.cmn-customer-order-timeline-notice__mark {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border: 1px solid #E7B7C7;
    border-radius: 999px;
    background: #FFFFFF;
}

.cmn-customer-order-timeline-notice__mark::before {
    content: "";
    width: 12px;
    height: 12px;
    margin: auto;
    border-radius: 999px;
    background: #C2185B;
}

.cmn-customer-order-timeline-notice--alert {
    border-left-color: #9A2E2E;
}

.cmn-customer-order-timeline-notice--alert .cmn-customer-order-timeline-notice__mark::before {
    background: #9A2E2E;
}

.cmn-customer-detail-fulfillment,
.cmn-customer-detail-products,
.cmn-customer-detail-summary {
    display: grid;
    gap: 12px;
}

.cmn-customer-detail-fulfillment__item {
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid rgba(194, 24, 91, .12);
    border-radius: 18px;
    background: #FFF8F5;
}

.cmn-customer-detail-fulfillment__item span {
    color: #C2185B;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.cmn-customer-detail-fulfillment__item strong {
    color: #2D1F1F;
    font-size: 18px;
    line-height: 1.25;
}

.cmn-customer-detail-fulfillment__item small,
.cmn-customer-detail-fulfillment__item em {
    color: #7A6666;
    font-size: 13px;
    font-style: normal;
    line-height: 1.45;
}

.cmn-customer-detail-product {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid #F0E6D3;
    border-radius: 18px;
    background: #FFFDFC;
}

.cmn-customer-detail-product__media {
    width: 72px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 16px;
    background: #FFF8F5;
}

.cmn-customer-detail-product__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmn-customer-detail-product__body {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.cmn-customer-detail-product h3 {
    margin: 0;
    color: #2D1F1F;
    font-size: 16px;
    line-height: 1.3;
}

.cmn-customer-detail-product__body span,
.cmn-customer-detail-product__body small {
    color: #7A6666;
    font-size: 13px;
    line-height: 1.45;
}

.cmn-customer-detail-product__price {
    grid-column: 1 / -1;
    color: #2D1F1F;
    font-size: 16px;
    line-height: 1.2;
}

.cmn-customer-detail-summary {
    margin: 0;
}

.cmn-customer-detail-summary__row {
    padding: 12px 0;
    border-bottom: 1px solid #F0E6D3;
}

.cmn-customer-detail-summary__row:last-child {
    border-bottom: 0;
}

.cmn-customer-detail-summary dd {
    margin: 0;
    color: #2D1F1F;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-align: right;
}

.cmn-customer-detail-summary__row--order_total dd {
    color: #C2185B;
    font-size: 22px;
}

.cmn-customer-view-order__addresses {
    display: grid;
    gap: 18px;
}

.cmn-customer-detail-address address {
    margin: 0;
    color: #2D1F1F;
    font-style: normal;
    font-size: 15px;
    line-height: 1.65;
}

.cmn-customer-detail-address p {
    color: #2D1F1F;
}

.cmn-customer-view-order__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cmn-customer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    border: 1px solid #C2185B;
    border-radius: 999px;
    background: #C2185B;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cmn-customer-button:hover,
.cmn-customer-button:focus {
    border-color: #E769AA;
    background: #E769AA;
    box-shadow: 0 12px 28px rgba(194, 24, 91, .2);
    transform: translateY(-1px);
}

.cmn-customer-button--secondary {
    background: #FFFFFF;
    color: #C2185B !important;
}

.cmn-account-content .button,
.cmn-account-content button.button,
.cmn-account-content input.button,
.cmn-account-content .woocommerce-Address-title .edit,
.cmn-account-content a.edit,
.cmn-customer-button {
    border: 2px solid #C2185B !important;
    background: #FFFFFF !important;
    color: #C2185B !important;
    box-shadow: 0 10px 24px rgba(45, 31, 31, .08);
    outline: 0 !important;
    transition: background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.cmn-account-content .button:hover,
.cmn-account-content button.button:hover,
.cmn-account-content input.button:hover,
.cmn-account-content .woocommerce-Address-title .edit:hover,
.cmn-account-content a.edit:hover,
.cmn-customer-button:hover {
    border-color: #C2185B !important;
    background: #C2185B !important;
    color: #FFFFFF !important;
    box-shadow: 0 16px 34px rgba(194, 24, 91, .22);
    transform: translateY(-2px);
}

.cmn-account-content .button:active,
.cmn-account-content button.button:active,
.cmn-account-content input.button:active,
.cmn-account-content .woocommerce-Address-title .edit:active,
.cmn-account-content a.edit:active,
.cmn-customer-button:active {
    box-shadow: 0 8px 18px rgba(194, 24, 91, .16);
    transform: translateY(0);
}

.cmn-account-content .button:focus,
.cmn-account-content button.button:focus,
.cmn-account-content input.button:focus,
.cmn-account-content .woocommerce-Address-title .edit:focus,
.cmn-account-content a.edit:focus,
.cmn-customer-button:focus {
    outline: 0 !important;
}

.cmn-account-content .button:focus-visible,
.cmn-account-content button.button:focus-visible,
.cmn-account-content input.button:focus-visible,
.cmn-account-content .woocommerce-Address-title .edit:focus-visible,
.cmn-account-content a.edit:focus-visible,
.cmn-customer-button:focus-visible {
    border-color: #C2185B !important;
    background: #FFFFFF !important;
    color: #C2185B !important;
    box-shadow: 0 0 0 4px rgba(231, 105, 170, .18), 0 10px 24px rgba(45, 31, 31, .08);
    outline: 0 !important;
    transform: none;
}

.cmn-customer-empty,
.cmn-customer-login-card {
    padding: 22px;
}

.cmn-customer-login-card {
    min-width: 0;
    overflow: hidden;
}

.cmn-customer-empty .cmn-customer-button {
    margin-top: 18px;
}

.cmn-customer-favorites {
    display: grid;
    gap: 22px;
}

.cmn-customer-favorites__hero {
    max-width: 780px;
}

.cmn-customer-favorites-grid {
    display: grid;
    gap: 18px;
}

.cmn-customer-favorite-card {
    display: grid;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #F0E6D3;
    border-radius: 22px;
    background: #FFFFFF;
    box-shadow: 0 16px 42px rgba(45, 31, 31, .08);
}

.cmn-customer-favorite-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #FFF8F5;
}

.cmn-customer-favorite-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmn-customer-favorite-card__body {
    display: grid;
    gap: 16px;
    padding: 20px;
}

.cmn-customer-favorite-card h3 {
    margin: 0;
    color: #2D1F1F;
    font-size: clamp(20px, 3vw, 24px);
    line-height: 1.18;
}

.cmn-customer-favorite-card dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.cmn-customer-favorite-card dl div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-top: 1px solid #F0E6D3;
}

.cmn-customer-favorite-card dt {
    margin: 0;
    color: #8A7474;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cmn-customer-favorite-card dd {
    margin: 0;
    color: #2D1F1F;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-align: right;
}

.cmn-customer-favorites-empty {
    display: grid;
    gap: 14px;
    padding: clamp(22px, 5vw, 34px);
}

.cmn-customer-help {
    display: grid;
    gap: 22px;
}

.cmn-customer-help__hero {
    max-width: 800px;
}

.cmn-customer-help-search {
    display: grid;
    gap: 9px;
    padding: 18px;
    border: 1px solid #F0E6D3;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 16px 42px rgba(45, 31, 31, .07);
}

.cmn-customer-help-search label {
    color: #2D1F1F;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cmn-customer-help-search input {
    width: 100%;
    min-height: 52px;
    padding: 13px 16px;
    border: 1px solid #F0E6D3;
    border-radius: 16px;
    background: #FFFDFC;
    color: #2D1F1F;
    font-size: 16px;
    line-height: 1.35;
    box-shadow: none;
}

.cmn-customer-help-search input:focus {
    border-color: #E769AA;
    box-shadow: 0 0 0 4px rgba(231, 105, 170, .16);
    outline: 0;
}

.cmn-customer-help-categories {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 2px 10px;
    -webkit-overflow-scrolling: touch;
}

.cmn-customer-help-categories a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid #F0E6D3;
    border-radius: 999px;
    background: #FFFFFF;
    color: #2D1F1F;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(45, 31, 31, .06);
    white-space: nowrap;
}

.cmn-customer-help-categories a:hover,
.cmn-customer-help-categories a:focus-visible {
    border-color: #E769AA;
    color: #C2185B;
    outline: 0;
}

.cmn-customer-help-list,
.cmn-customer-help-category,
.cmn-customer-help-accordion {
    display: grid;
    gap: 16px;
}

.cmn-customer-help-category {
    padding: clamp(18px, 4vw, 28px);
    border: 1px solid #F0E6D3;
    border-radius: 22px;
    background: #FFFFFF;
    box-shadow: 0 16px 42px rgba(45, 31, 31, .07);
}

.cmn-customer-help-category h3 {
    margin: 0;
    color: #2D1F1F;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.14;
}

.cmn-customer-help-item {
    overflow: hidden;
    border: 1px solid #EFD9BE;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 10px 24px rgba(45, 31, 31, .04);
    transition: background-color .28s ease,
        border-color .28s ease,
        box-shadow .28s ease,
        transform .28s ease;
}

.cmn-customer-help-item:hover {
    border-color: #C2185B;
    background: #FFF8F5;
    box-shadow: 0 16px 42px rgba(45, 31, 31, .08);
}

.cmn-customer-help-item:has(.cmn-customer-help-question[aria-expanded="true"]) {
    border-color: #EFD9BE;
    border-left: 4px solid #C2185B;
    background: #FFF8F5;
    box-shadow: 0 16px 42px rgba(45, 31, 31, .07);
}

.cmn-customer-help-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 58px;
    padding: 16px;
    border: 0;
    background: transparent;
    color: #2D1F1F;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.cmn-account-content .cmn-customer-help .cmn-customer-help-question {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    padding: 16px 18px !important;
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #2D1F1F !important;
    font-family: inherit !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
    text-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}

.cmn-customer-help-question:hover,
.cmn-customer-help-question:focus-visible {
    color: #2D1F1F;
    outline: 0;
}

.cmn-account-content .cmn-customer-help .cmn-customer-help-question:hover,
.cmn-account-content .cmn-customer-help .cmn-customer-help-question:focus,
.cmn-account-content .cmn-customer-help .cmn-customer-help-question:active,
.cmn-account-content .cmn-customer-help .cmn-customer-help-question[aria-expanded="true"] {
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #2D1F1F !important;
    text-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}

.cmn-customer-help-question:focus-visible {
    box-shadow: inset 0 0 0 4px rgba(231, 105, 170, .16);
}

.cmn-account-content .cmn-customer-help .cmn-customer-help-question:focus-visible {
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #2D1F1F !important;
    box-shadow: inset 0 0 0 4px rgba(231, 105, 170, .16) !important;
    outline: 0;
}

.cmn-customer-help-question__icon {
    position: relative;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border: 1px solid #E7B7C7;
    border-radius: 999px;
    background: #FFFFFF;
    transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.cmn-account-content .cmn-customer-help .cmn-customer-help-question__icon,
.cmn-account-content .cmn-customer-help .cmn-customer-help-question:hover .cmn-customer-help-question__icon,
.cmn-account-content .cmn-customer-help .cmn-customer-help-question:focus .cmn-customer-help-question__icon,
.cmn-account-content .cmn-customer-help .cmn-customer-help-question:active .cmn-customer-help-question__icon,
.cmn-account-content .cmn-customer-help .cmn-customer-help-question[aria-expanded="true"] .cmn-customer-help-question__icon {
    border: 1px solid #E7B7C7 !important;
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    color: #C2185B !important;
    box-shadow: none !important;
}

.cmn-customer-help-question__icon::before,
.cmn-customer-help-question__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    border-radius: 999px;
    background: #C2185B;
    transform: translate(-50%, -50%);
    transition: transform .28s ease, background-color .25s ease;
}

.cmn-account-content .cmn-customer-help .cmn-customer-help-question__icon::before,
.cmn-account-content .cmn-customer-help .cmn-customer-help-question__icon::after {
    background: #C2185B !important;
}

.cmn-customer-help-question__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.cmn-customer-help-question[aria-expanded="true"] .cmn-customer-help-question__icon::after {
    transform: translate(-50%, -50%) rotate(0);
}

.cmn-customer-help-answer {
    padding: 0 18px 20px;
    background: #FFFFFF;
    color: #6B5A5A;
    animation: cmn-customer-help-fade .28s ease;
}

.cmn-customer-help-answer p {
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid #EFD9BE;
    font-size: 15px;
    line-height: 1.78;
}

.cmn-customer-help-empty {
    margin: 0;
    padding: 18px;
    border: 1px solid #F0E6D3;
    border-radius: 18px;
    background: #FFF8F5;
    color: #6B5A5A;
    font-size: 15px;
    line-height: 1.6;
}

.cmn-customer-help-contact {
    display: grid;
    gap: 16px;
    align-items: center;
    padding: clamp(20px, 4vw, 30px);
    border: 1px solid rgba(194, 24, 91, .14);
    border-radius: 22px;
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF8F5 100%);
    box-shadow: 0 16px 42px rgba(45, 31, 31, .07);
}

.cmn-customer-help-contact h3 {
    margin: 0;
    color: #2D1F1F;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.14;
}

@keyframes cmn-customer-help-fade {
    from {
        opacity: 0;
        transform: translateY(-3px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cmn-customer-login {
    max-width: 980px;
}

.cmn-customer-login-card form {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 22px;
    border: 1px solid #F0E6D3;
    border-radius: 14px;
}

.cmn-customer-login-card label {
    color: #2D1F1F;
    font-size: 14px;
    font-weight: 700;
}

.cmn-customer-login-card input.input-text {
    width: 100%;
    min-height: 46px;
    border: 1px solid #F0E6D3;
    border-radius: 14px;
    background: #FFFFFF;
    color: #2D1F1F;
    box-shadow: none;
}

.cmn-customer-login-card input.input-text:focus {
    border-color: #E769AA;
    box-shadow: 0 0 0 3px rgba(231, 105, 170, .14);
    outline: 0;
}

.cmn-customer-login-card .woocommerce-button,
.cmn-customer-login-card button.button {
    width: 100%;
}

.cmn-customer-login-actions {
    display: grid;
    gap: 12px;
}

.cmn-customer-login-card .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #6B5A5A;
    font-size: 14px;
}

.cmn-customer-register-consent {
    margin: 14px 0 0;
}

.cmn-customer-newsletter-optin {
    margin: 14px 0 0;
    padding: 16px 18px;
    border: 1px solid #EFD9BE;
    border-radius: 16px;
    background: #FFF8F5;
}

.cmn-customer-newsletter-optin .woocommerce-form__label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 0;
    color: #6B5A5A;
    font-size: 14px;
    line-height: 1.55;
}

.cmn-customer-newsletter-optin input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #C2185B;
}

.cmn-customer-newsletter-optin small {
    display: block;
    margin: 8px 0 0 28px;
    color: rgba(45, 31, 31, .62);
    font-size: 12px;
    line-height: 1.55;
}

.cmn-customer-register-consent .woocommerce-form__label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 0;
    color: #6B5A5A;
    font-size: 14px;
    line-height: 1.55;
}

.cmn-customer-register-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #C2185B;
}

.cmn-customer-register-consent a {
    color: #C2185B;
    font-weight: 800;
    text-decoration: none;
}

.cmn-customer-register-consent a:hover,
.cmn-customer-register-consent a:focus-visible {
    color: #E769AA;
    outline: 0;
}

.cmn-customer-login-card .lost_password {
    margin: 12px 0 0;
}

@media (max-width: 679px) {
    .cmn-customer-login,
    .cmn-customer-login__grid,
    .cmn-customer-login-card,
    .cmn-customer-login-card form,
    .cmn-customer-login-card .form-row {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .cmn-customer-login-card {
        max-width: calc(100vw - 40px) !important;
        padding: 18px;
    }

    .cmn-customer-login-card form {
        width: calc(100vw - 76px) !important;
        max-width: calc(100vw - 76px) !important;
        padding: 18px;
    }

    .cmn-customer-login-card .form-row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 680px) {
    .cmn-customer-order-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cmn-account-dashboard-grid,
    .cmn-customer-login__grid.has-registration {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cmn-customer-login__grid.has-registration {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cmn-account-current-order__header,
    .cmn-account-dashboard-help {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .cmn-account-current-order__meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cmn-account-dashboard-cta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cmn-customer-favorites-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cmn-customer-help-contact {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .cmn-customer-order-card__top,
    .cmn-customer-order-card__footer {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .cmn-customer-fulfillment {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cmn-customer-view-order__hero-grid {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .cmn-customer-detail-fulfillment,
    .cmn-customer-view-order__addresses {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cmn-customer-detail-product {
        grid-template-columns: 82px minmax(0, 1fr) auto;
        gap: 18px;
    }

    .cmn-customer-detail-product__price {
        grid-column: auto;
        justify-self: end;
        text-align: right;
        white-space: nowrap;
    }

    .cmn-customer-order-timeline__steps {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .cmn-customer-order-timeline__step {
        grid-template-columns: 1fr;
        grid-template-rows: 34px auto;
        justify-items: center;
        gap: 10px;
        text-align: center;
    }

    .cmn-customer-order-timeline__step::before {
        top: 16px;
        right: calc(-50% - 5px);
        bottom: auto;
        left: calc(50% + 22px);
        width: auto;
        height: 2px;
    }

    .cmn-customer-order-timeline__label {
        max-width: 160px;
    }
}

@media (min-width: 922px) {
    .cmn-account-layout {
        grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
        align-items: start;
        gap: 34px;
    }

    .cmn-account-nav {
        position: sticky;
        top: 110px;
    }

    .cmn-account-nav .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 16px;
        overflow: visible;
        border-radius: 22px;
    }

    .cmn-account-nav .woocommerce-MyAccount-navigation li {
        width: 100%;
    }

    .cmn-account-nav .woocommerce-MyAccount-navigation a {
        width: 100%;
        min-height: 48px;
        border-radius: 16px;
        white-space: normal;
    }

    .cmn-customer-order-card,
    .cmn-customer-login-card {
        padding: 24px;
    }

    .cmn-customer-order-meta {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cmn-customer-order-card {
        padding: 30px;
    }

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

    .cmn-customer-order-product__media {
        width: 72px;
        border-radius: 16px;
    }

    .cmn-customer-view-order {
        gap: 26px;
    }

    .cmn-customer-detail-product__media {
        width: 82px;
    }

    .cmn-account-content .woocommerce-Addresses {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cmn-account-current-order,
    .cmn-account-dashboard-help {
        padding: 28px;
    }

    .cmn-account-dashboard-grid--four {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cmn-account-current-order__meta {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cmn-customer-favorites-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
