.aeAccountCard {
    max-width: 34rem;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: #fbf8f2;
    color: #181512;
}

.aeAccountPreferences .aeAccountCard {
    max-width: 44rem;
}

.aeAccountCard__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.aeAccountCard__title {
    margin: 0 0 0.75rem;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1;
}

.aeAccountCard__text {
    margin: 0 0 1rem;
    line-height: 1.6;
}

.aeAccountCard__status {
    min-height: 1.5rem;
    margin: 0.75rem 0 0;
    font-size: 0.95rem;
}

.aeAccountCard__status--error {
    color: #8a1e1e;
}

.aeAccountCard__hint,
.aeAccountCard__metaLine {
    margin: 0;
    color: rgba(24, 21, 18, 0.72);
    font-size: 0.95rem;
    line-height: 1.5;
}

.aeAccountActions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.aeAccountCard__meta {
    margin: 1.5rem 0 0;
    padding: 1rem;
    overflow: auto;
    background: rgba(17, 17, 17, 0.04);
    font-size: 0.8rem;
}

.aeAccountLoginForm {
    display: grid;
    gap: 0.75rem;
}

.aeAccountGuestChoice,
.aeAccountGuestNotice {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.aeAccountInlineLink {
    color: #181512;
    font-size: 0.92rem;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.aeAccountEmailSuggestions {
    display: grid;
    gap: 0.5rem;
}

.aeAccountEmailSuggestions__label {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(24, 21, 18, 0.68);
}

.aeAccountEmailSuggestions__items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.aeAccountEmailSuggestions__item {
    display: inline-flex;
    align-items: center;
    min-height: 2.1rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #181512;
    font: inherit;
    font-size: 0.92rem;
    cursor: pointer;
    transition: border-color 120ms ease, background-color 120ms ease, color 120ms ease;
}

.aeAccountEmailSuggestions__item:hover,
.aeAccountEmailSuggestions__item:focus {
    border-color: rgba(24, 21, 18, 0.24);
    background: rgba(24, 21, 18, 0.03);
}

.aeAccountLoginForm__label {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aeAccountLoginForm__input {
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(17, 17, 17, 0.2);
    background: #fff;
    border-radius: 14px;
    font: inherit;
}

.aeAccountLoginForm__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.9rem 1.25rem;
    border: 0;
    background: #181512;
    color: #fff;
    font: inherit;
    cursor: pointer;
}

.aeAccountLoginForm__submit[disabled] {
    cursor: default;
    opacity: 0.75;
}

.aeAccountLoginForm__submit--link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.aeAccountLoginForm__submit--secondary {
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: transparent;
    color: #181512;
}

.aeSavedPage {
    padding: 1.5rem 0 3rem;
}

.aeSavedPage__intro {
    max-width: 36rem;
    margin: 0.5rem 0 0;
    line-height: 1.6;
}

.aeSavedPage__module {
    margin-top: 1.2rem;
    padding: 1.15rem 1.2rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(248, 246, 240, 0.75), rgba(255, 255, 255, 0.96));
}

.aeSavedPage__moduleHeader {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.aeSavedPage__moduleCopy {
    display: grid;
    gap: 0.35rem;
}

.aeSavedPage__moduleTitle {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.1;
}

.aeSavedPage__moduleText,
.aeSavedPage__moduleSummary,
.aeSavedPage__moduleStatus {
    margin: 0;
    line-height: 1.6;
    color: rgba(24, 21, 18, 0.72);
}

.aeSavedPage__moduleSummary,
.aeSavedPage__moduleStatus {
    margin-top: 0.8rem;
    font-size: 0.95rem;
}

.aeSavedPage__moduleFilters,
.aeSavedPage__moduleActions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
}

.aeSavedPage__filterChip,
.aeSavedProduct__alertButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 999px;
    background: #fff;
    color: #181512;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.aeSavedPage__filterChip.is-active,
.aeSavedProduct__alertButton.is-active {
    border-color: #181512;
    background: #181512;
    color: #fff;
}

.aeSavedPage__filterChip[disabled] {
    cursor: default;
    opacity: 0.46;
}

.aeSavedPage__status {
    margin: 1rem 0 0;
    text-align: center;
}

.WishlistProductGrid52[data-ae-account-wishlist-grid] {
    min-height: 8rem;
}

.WishlistProductGrid52[data-ae-account-wishlist-grid] .remove-whistlist-icon {
    cursor: pointer;
}

.aeSavedProduct__actions {
    display: flex;
    justify-content: center;
    margin-top: 0.85rem;
}

.aeAccountDashboard,
.aeAccountPreferences {
    padding: 1.5rem 0 3rem;
}

.aeAccountDashboard__hero {
    margin-bottom: 1.5rem;
}

.aeAccountDashboard__summary {
    margin-top: 1.25rem;
}

.aeAccountDashboard__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.aeAccountPanel {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-height: 210px;
    padding: 1.5rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: #fff;
    color: #181512;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.aeAccountPanel:hover,
.aeAccountPanel:focus {
    color: #181512;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(24, 21, 18, 0.06);
}

.aeAccountPanel__eyebrow,
.aeAccountFieldset__legend {
    margin: 0;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.aeAccountPanel__title {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.05;
}

.aeAccountPanel__text {
    margin: 0;
    line-height: 1.6;
}

.aeAccountSummaryChips,
.aeAccountTokenPicker__selected,
.aePreferenceShortcuts__items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.aeAccountSummaryChip,
.aeAccountTokenPicker__chip,
.aePreferenceShortcuts__item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 2.25rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: #fff;
    color: #181512;
    font-size: 0.92rem;
    text-decoration: none;
}

.aeAccountTokenPicker {
    display: grid;
    gap: 0.75rem;
}

.aeAccountTokenPicker__input {
    border-radius: 14px;
}

.aeAccountTokenPicker__chip {
    cursor: pointer;
    border-radius: 999px;
}

.aeAccountTokenPicker__chip span:last-child {
    font-size: 1rem;
    line-height: 1;
}

.aeAccountTokenPicker__suggestions {
	display: grid;
	max-height: min(22rem, calc(100vh - 18rem));
	overflow-y: auto;
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: #fff;
	box-shadow: 0 18px 44px rgba(17, 17, 17, 0.12);
	z-index: 2;
}

.aeAccountTokenPicker__suggestions[hidden] {
    display: none;
}

.aeAccountTokenPicker__suggestions button {
	display: flex;
	align-items: center;
	min-height: 2.75rem;
	padding: 0 1rem;
	border: 0;
	border-bottom: 1px solid rgba(17, 17, 17, 0.08);
	background: #fff;
	color: #181512;
	font-family: "Inter", Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-align: left;
}

.aeAccountTokenPicker__suggestions button:hover,
.aeAccountTokenPicker__suggestions button:focus-visible {
    background: #f5f1ea;
}

.aePreferenceShortcuts {
    display: grid;
    gap: 0.875rem;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 0 0 1rem;
    padding-top: 0.875rem;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

.aePreferenceShortcuts__item {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 2.5rem;
    padding: 0.55rem 0.95rem;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 999px;
    background: #fff;
    color: #181512;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.aePreferenceShortcuts__item:hover,
.aePreferenceShortcuts__item:focus {
    border-color: rgba(24, 21, 18, 0.24);
    color: #181512;
}

.aePreferenceShortcuts__edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    min-height: 2.5rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #b97b56;
    cursor: pointer;
    transition: background-color 120ms ease, color 120ms ease;
}

.aePreferenceShortcuts__edit:hover,
.aePreferenceShortcuts__edit:focus {
    background: rgba(17, 17, 17, 0.04);
    color: #9f6644;
    outline: none;
}

.aePreferenceShortcuts__editGlyph {
    width: 0.82rem;
    height: 0.82rem;
}

.aePreferenceShortcuts__item.is-active {
    border-color: #181512;
    background: #181512;
    color: #fff;
}

.aePreferenceShortcuts__item.is-empty {
    border-style: dashed;
    color: rgba(24, 21, 18, 0.62);
}

.aePreferenceShortcuts__item.is-empty .aePreferenceShortcuts__label::before {
    content: "+ ";
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-weight: 400;
}

.aePreferenceShortcuts__label {
    font-weight: 600;
}

.aePreferenceShortcuts__items {
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.aePreferenceShortcuts__items::-webkit-scrollbar {
    display: none;
}

.aePreferenceShortcuts__edit--toolbar {
    flex: 0 0 auto;
    width: 2.5rem;
    min-width: 2.5rem;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 999px;
    background: #fff;
    color: #181512;
}

.aePreferenceShortcuts__edit--toolbar:hover,
.aePreferenceShortcuts__edit--toolbar:focus {
    border-color: rgba(24, 21, 18, 0.32);
    background: #faf8f3;
    color: #181512;
}

body.ae-shop-editorial .aePreferenceShortcuts--mobile {
    display: none !important;
}

.quickrow-mobile {
    display: none;
}

.aeAccountPreferencesForm {
    display: grid;
    gap: 1.15rem;
    margin-top: 1.25rem;
}

.aeAccountFieldset {
    display: grid;
    gap: 0.75rem;
    padding: 1.15rem 1.2rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 18px;
    background: #fff;
}

@media (min-width: 768px) {
    .ProductListingPage52__refine.plp-filter-refine,
    .ProductListingPage52__refine {
        flex-wrap: wrap;
        row-gap: 0.8rem;
        align-items: center;
    }

    .ProductListingPage52__layoutOrderBy {
        order: 2;
        margin-left: auto;
    }

    .aePreferenceShortcuts {
        order: 3;
        flex: 1 1 100%;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .aePreferenceShortcuts {
        width: 100%;
        margin: 0.75rem 0 0;
    }
}

@media (max-width: 767px) {
    .ProductListingPage52__refine.plp-filter-refine,
    .ProductListingPage52__refine {
        flex-wrap: wrap;
        row-gap: 0.65rem;
        align-items: center;
    }

    .ProductListingPage52__filterResults {
        width: auto;
        height: auto;
        min-width: 0;
        padding: 0;
        flex: 1 1 auto;
    }

    .ProductListingPage52__layoutOrderBy {
        order: 2;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .aePreferenceShortcuts {
        order: 3;
        flex: 1 1 100%;
        width: 100%;
        margin: 0;
    }

    .aePreferenceShortcuts__items {
        flex-wrap: nowrap;
        gap: 0.4rem;
        overflow-x: auto;
        padding-bottom: 2px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .aePreferenceShortcuts__items::-webkit-scrollbar {
        display: none;
    }

    .aePreferenceShortcuts__item {
        min-height: 2rem;
        padding: 0.42rem 0.72rem;
        font-size: 0.8rem;
        white-space: nowrap;
    }

    .aePreferenceShortcuts__edit {
        width: 2rem;
        min-height: 2rem;
    }
}

@media (max-width: 760px) {
    body.ae-shop-editorial .aePreferenceShortcuts--toolbar {
        display: none !important;
    }

    body.ae-shop-editorial .aePreferenceShortcuts--mobile.quickrow-mobile {
        display: block !important;
        order: -1;
        width: auto;
        margin: 4px 0 14px;
        padding: 0 12px;
        border: 0;
        box-shadow: none;
    }

    body.ae-shop-editorial .quickrow-mobile .quick-row {
        display: flex;
        flex-direction: row;
        gap: 6px;
        margin: 0;
        padding: 2px 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.ae-shop-editorial .quickrow-mobile .quick-row::-webkit-scrollbar {
        display: none;
    }

    body.ae-shop-editorial .quickrow-mobile .quick-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        gap: 6px;
        height: 28px;
        min-height: 28px;
        padding: 0 12px;
        border: 1px solid var(--ae-flt-line-strong, #d6d3cd);
        border-radius: 999px;
        background: transparent;
        color: var(--ae-flt-ink, #1a1a1a);
        cursor: pointer;
        font-family: var(--ae-flt-font-ui, var(--ae-font-ui, "Inter", Arial, sans-serif));
        font-size: 9.5px;
        font-weight: 500;
        letter-spacing: 0.14em;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        transition: border-color 0.2s ease, color 0.2s ease;
    }

    /* AE Feedback #20 (2026-05-04): saved-prefs `.quick-btn` is a 2-area
       composite (wrapper `<span>` with __title + __edit children). The
       `[data-ae-quickedit]` attr selector flips padding to 0 so child
       buttons own their own click areas; gap also collapses. The empty-state
       `.quick-btn` (no `data-ae-quickedit`) keeps the single-button padding
       above. */
    body.ae-shop-editorial .quickrow-mobile .quick-btn[data-ae-quickedit] {
        padding: 0 !important;
        gap: 0 !important;
        overflow: hidden;
    }

    body.ae-shop-editorial .quickrow-mobile .quick-btn__title {
        background: transparent;
        border: 0;
        padding: 0 6px 0 12px;
        color: inherit;
        font: inherit;
        letter-spacing: inherit;
        text-transform: inherit;
        cursor: pointer;
        line-height: inherit;
        height: 100%;
    }

    body.ae-shop-editorial .quickrow-mobile .quick-btn__edit {
        background: transparent;
        border: 0;
        padding: 0 10px 0 4px;
        color: var(--ae-flt-ink-muted, #6f6f6f);
        font-family: var(--ae-flt-font-ui, var(--ae-font-ui, "Inter", Arial, sans-serif));
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0;
        text-align: center;
        line-height: 1;
        cursor: pointer;
        height: 100%;
    }

    body.ae-shop-editorial .quickrow-mobile .quick-btn:hover,
    body.ae-shop-editorial .quickrow-mobile .quick-btn:focus-visible,
    body.ae-shop-editorial .quickrow-mobile .quick-btn:focus-within {
        border-color: var(--ae-flt-ink, #1a1a1a);
        color: var(--ae-flt-ink, #1a1a1a);
        outline: none;
    }

    body.ae-shop-editorial .quickrow-mobile .quick-btn:hover .quick-btn__edit,
    body.ae-shop-editorial .quickrow-mobile .quick-btn:focus-within .quick-btn__edit {
        color: var(--ae-flt-ink, #1a1a1a);
    }

    /* Active state — black background on wrapper, white text on children. */
    body.ae-shop-editorial .quickrow-mobile .quick-btn.is-active {
        background: var(--ae-flt-ink, #1a1a1a);
        border-color: var(--ae-flt-ink, #1a1a1a);
        color: #fff;
        outline: none;
    }

    body.ae-shop-editorial .quickrow-mobile .quick-btn.is-active .quick-btn__title,
    body.ae-shop-editorial .quickrow-mobile .quick-btn.is-active .quick-btn__edit {
        color: #fff !important;
    }

    /* AE Feedback #20 (2026-05-04): suppress the legacy count-badge `::after`
       from #100 — the `+` is now a real DOM child element, and there's no
       count under the new toggle contract. */
    body.ae-shop-editorial .quickrow-mobile .quick-btn.is-active::after {
        content: none !important;
    }

    body.ae-shop-editorial .quickrow-mobile .quick-btn .qr-count {
        display: none !important;
    }
}

.aeAccountChoiceRow {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.aeAccountChoiceRow--wrap {
    gap: 0.6rem;
}

.aeAccountChoice {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.5rem;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.aeAccountChoice[hidden] {
    display: none !important;
}

.aeAccountChoice:hover {
    border-color: rgba(17, 17, 17, 0.24);
}

.aeAccountChoice:has(input:checked) {
    border-color: #181512;
    background: rgba(24, 21, 18, 0.04);
}

.aeAccountChoice input {
    margin: 0;
    accent-color: #181512;
}

.aeAccountCheckbox {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    line-height: 1.6;
}

.aeAccountCheckbox input {
    margin-top: 0.18rem;
    accent-color: #181512;
}

.aePreferenceModal,
.aeAccountLogin,
.aeAccountPreferences--editorial {
    --ae-account-ink: var(--ae-color-text, #181512);
    --ae-account-muted: var(--ae-color-text-muted, rgba(24, 21, 18, 0.6));
    --ae-account-line: var(--ae-color-border-soft, rgba(17, 17, 17, 0.08));
    --ae-account-line-strong: rgba(17, 17, 17, 0.14);
    --ae-account-paper: var(--ae-color-surface-soft, #f5f1ea);
    --ae-account-white: var(--ae-color-surface, #fff);
    --ae-account-alt: #faf8f3;
    --ae-account-accent: #8a6f4e;
    --ae-account-accent-deep: #5e4a33;
    color: var(--ae-account-ink);
}

.aePreferenceModal {
    position: fixed;
    inset: 0;
    z-index: 100001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(17, 17, 17, 0.36);
}

.aePreferenceModal[hidden] {
    display: none !important;
}

.aePreferenceModal__dialog {
    width: min(37.5rem, 100%);
    max-height: min(86vh, 48rem);
    overflow: auto;
    background: var(--ae-account-white);
    border: 1px solid rgba(17, 17, 17, 0.12);
    box-shadow: 0 30px 70px rgba(17, 17, 17, 0.18);
    -webkit-overflow-scrolling: touch;
}

.aePreferenceModal__header {
    position: relative;
    padding: 1.75rem 2rem 1.35rem;
    border-bottom: 1px solid var(--ae-account-line);
}

.aePreferenceModal__eyebrow,
.aeAccountLogin__tag,
.aeAccountLogin__formTitle,
.aeAccountPrefs__kicker,
.aeAccountPrefs__blockNum,
.aeAccountFieldset__legend {
    margin: 0;
    font-size: 0.6875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ae-account-muted);
}

.aePreferenceModal__title {
    margin: 0 0 0.25rem;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
}

.aePreferenceModal__title em,
.aeAccountLogin__display em,
.aeAccountPrefs__display em {
    color: var(--ae-account-accent-deep);
    font-style: italic;
}

.aePreferenceModal__text {
    max-width: 44ch;
    margin: 0;
    color: var(--ae-account-muted);
    font-size: 0.875rem;
    line-height: 1.55;
}

.aePreferenceModal__tabs {
    display: flex;
    gap: 1.75rem;
    padding: 0 2rem;
    border-bottom: 1px solid var(--ae-account-line);
}

.aePreferenceModal__tab {
    position: relative;
    min-height: 2.75rem;
    padding: 0.25rem 0 0;
    border: 0;
    background: none;
    color: var(--ae-account-muted);
    font: inherit;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
}

.aePreferenceModal__tab.is-on {
    color: var(--ae-account-ink);
}

.aePreferenceModal__tab.is-on::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--ae-account-ink);
}

.aePreferenceModal__tab .count {
    margin-left: 0.25rem;
    color: var(--ae-account-accent-deep);
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-size: 0.8125rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.aePreferenceModal__close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 2rem;
    height: 2rem;
    border: 0;
    background: transparent;
    color: var(--ae-account-ink);
    font: inherit;
    font-size: 1.125rem;
    line-height: 1;
    opacity: 0.7;
    cursor: pointer;
}

.aePreferenceModal__close:hover,
.aePreferenceModal__close:focus-visible {
    opacity: 1;
    outline: 1px solid var(--ae-account-ink);
    outline-offset: 2px;
}

.aePreferenceModal__form {
    padding: 1.375rem 2rem 0;
}

.aePreferenceModal__pane {
    display: none;
}

.aePreferenceModal__pane.is-on {
    display: grid;
    gap: 0;
}

.aePreferenceModal__section {
    display: grid;
    gap: 0.75rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--ae-account-line);
}

.aePreferenceModal__section + .aePreferenceModal__section {
    padding-top: 1.6rem;
}

.aePreferenceModal__section--single {
    padding-bottom: 0;
    border-bottom: 0;
}

.aePreferenceModal__sectionHead,
.aeAccountFieldset__legendRow {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.aePreferenceModal__sectionLabel {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.aePreferenceModal__sectionMeta,
.aeAccountFieldset__meta,
.aeAccountPrefs__blockMeta {
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-size: 0.8125rem;
    font-style: italic;
    color: var(--ae-account-muted);
}

.aePreferenceModal__scheme {
    display: inline-flex;
    gap: 1rem;
    margin-bottom: 0.25rem;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--ae-account-line);
}

.aePreferenceModal__schemeBtn {
    position: relative;
    padding: 0.25rem 0;
    border: 0;
    background: none;
    color: var(--ae-account-muted);
    font: inherit;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
}

.aePreferenceModal__schemeBtn.is-on {
    color: var(--ae-account-ink);
    font-weight: 700;
}

.aePreferenceModal__schemeBtn.is-on::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 2px;
    background: var(--ae-account-ink);
}

.aePreferenceModal__nativeSelect,
.aeAccountPrefs__nativeSelect {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.aeAccountChoiceRow--cells {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--ae-account-line);
    border-left: 1px solid var(--ae-account-line);
}

.aeAccountChoiceRow--cells-clothing {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.aeAccountChoiceRow--cells-shoes {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.aeAccountChoiceRow--cells-view {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aeAccountChoiceRow--cells .aeAccountChoice {
    display: grid;
    place-items: center;
    min-height: 2.5rem;
    margin: 0;
    padding: 0 0.35rem;
    border: 0;
    border-right: 1px solid var(--ae-account-line);
    border-bottom: 1px solid var(--ae-account-line);
    border-radius: 0;
    background: #fff;
    color: var(--ae-account-ink);
    font-size: 0.8125rem;
}

.aeAccountChoiceRow--cells .aeAccountChoice:hover {
    background: var(--ae-account-alt);
}

.aeAccountChoiceRow--cells .aeAccountChoice:has(input:checked) {
    background: var(--ae-account-ink);
    color: #fff;
}

.aeAccountChoiceRow--cells .aeAccountChoice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.aeAccountChoiceRow--cells .aeAccountChoice span {
    line-height: 1;
    text-align: center;
}

.aePreferenceModal__aside {
    margin: 0;
    padding: 1.125rem 0 0;
    border-top: 1px solid var(--ae-account-line);
}

.aePreferenceModal__asideRow {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.aePreferenceModal__asideText {
    max-width: 42ch;
    margin: 0;
    color: var(--ae-account-muted);
    font-size: 0.8125rem;
    line-height: 1.5;
}

.aePreferenceModal__asideLink,
.aeAccountLogin__alt a,
.aeAccountInlineLink {
    width: fit-content;
    border-bottom: 1px solid var(--ae-account-accent);
    color: var(--ae-account-accent-deep);
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
}

.aePreferenceModal__actions {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-top: 0.375rem;
    padding: 1.125rem 0 1.5rem;
    border-top: 1px solid var(--ae-account-line);
}

.aePreferenceModal__clear {
    border: 0;
    background: none;
    color: var(--ae-account-muted);
    font: inherit;
    font-size: 0.8125rem;
    text-decoration: underline;
    cursor: pointer;
}

.aePreferenceModal__primary {
    flex: 1 1 auto;
    height: 2.75rem;
    border: 0;
    background: var(--ae-account-ink);
    color: #fff;
    font: inherit;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    cursor: pointer;
}

.aePreferenceModal__primary:hover,
.aePreferenceModal__primary:focus-visible {
    background: #000;
}

.aePreferenceModal__status {
    min-height: 1.3rem;
    margin: 0 2rem 1.25rem;
    color: var(--ae-account-muted);
    font-size: 0.875rem;
}

.aeAccountCard--login {
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
}

.aeAccountLogin {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    max-width: 62.5rem;
    min-height: 33.75rem;
    margin: 2rem auto;
    border: 1px solid var(--ae-account-line-strong);
    background: #fff;
}

.aeAccountLogin__brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    padding: 3rem 2.5rem;
    border-right: 1px solid var(--ae-account-line);
    background: var(--ae-account-paper);
}

.aeAccountLogin__display,
.aeAccountPrefs__display {
    margin: 0;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
}

.aeAccountLogin__display {
    font-size: clamp(2.5rem, 5vw, 3.625rem);
}

.aeAccountLogin__pitch {
    max-width: 36ch;
    margin: 1.25rem 0 0;
    color: var(--ae-account-muted);
    font-size: 0.90625rem;
    line-height: 1.6;
}

.aeAccountLogin__bullets {
    display: grid;
    gap: 0.75rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.aeAccountLogin__bullets li {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    gap: 0.625rem;
    color: var(--ae-account-ink);
    font-size: 0.84375rem;
    line-height: 1.5;
}

.aeAccountLogin__bullets li::before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.4375rem;
    border-radius: 50%;
    background: var(--ae-account-accent);
    align-self: center;
}

.aeAccountLogin__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    padding: 3rem 2.5rem;
}

.aeAccountLogin__formTitle {
    font-weight: 600;
}

.aeAccountLoginForm--editorial .aeAccountLoginForm__input--hairline {
    min-height: 3rem;
    padding: 0 0.875rem;
    border: 1px solid var(--ae-account-line-strong);
    border-radius: 0;
    background: #fff;
    font-size: 1rem;
}

.aeAccountLoginForm--editorial .aeAccountLoginForm__input--hairline:focus {
    outline: 2px solid var(--ae-account-ink);
    outline-offset: -2px;
}

.aeAccountEmailSuggestions--rail .aeAccountEmailSuggestions__items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.aeAccountEmailSuggestions--rail .aeAccountEmailSuggestions__item {
    min-height: 0;
    padding: 0.375rem 0.75rem;
    border-radius: 0;
    font-size: 0.75rem;
}

.aeAccountLogin__primary,
.aeAccountPrefs__primary,
.aeAccountPrefs__sideSaveButton {
    height: 3rem;
    border: 0;
    background: var(--ae-account-ink);
    color: #fff;
    font: inherit;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    cursor: pointer;
}

.aeAccountLogin__primary:hover,
.aeAccountPrefs__primary:hover,
.aeAccountPrefs__sideSaveButton:hover {
    background: #000;
}

.aeAccountLogin__alt {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.875rem;
    border-top: 1px solid var(--ae-account-line);
    color: var(--ae-account-muted);
    font-size: 0.8125rem;
}

.aeAccountPreferences--editorial {
    padding: 1.5rem 0 3rem;
}

.aeAccountPrefs {
    display: grid;
    grid-template-columns: 16.25rem 1fr;
    max-width: min(72rem, calc(100vw - 2rem));
    min-height: 50rem;
    margin: 0 auto;
    border: 1px solid var(--ae-account-line);
    background: #fff;
}

.aeAccountPrefs__side {
    position: sticky;
    top: calc(var(--ae-siteHeader-offset, 0px) + 1rem);
    display: grid;
    align-content: start;
    gap: 1.375rem;
    height: fit-content;
    min-height: 50rem;
    padding: 2.25rem 1.5rem 1.75rem;
    border-right: 1px solid var(--ae-account-line);
    background: var(--ae-account-paper);
}

.aeAccountPrefs__display {
    font-size: 2rem;
}

.aeAccountPrefs__lede {
    margin: 0.85rem 0 0;
    color: var(--ae-account-muted);
    font-size: 0.84375rem;
    line-height: 1.55;
}

.aeAccountGuestNotice--inline {
    margin-top: 0;
    padding-top: 1rem;
    border-top: 1px solid var(--ae-account-line);
}

.aeAccountPrefs__nav {
    display: grid;
    border-top: 1px solid var(--ae-account-line);
}

.aeAccountPrefs__navLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.875rem 0.125rem;
    border-bottom: 1px solid var(--ae-account-line);
    color: var(--ae-account-ink);
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.aeAccountPrefs__navLink .count {
    color: var(--ae-account-muted);
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-size: 0.8125rem;
    font-style: italic;
    white-space: nowrap;
}

.aeAccountPrefs__navLink.is-active {
    font-weight: 700;
}

.aeAccountPrefs__navLink.is-active .count {
    color: var(--ae-account-accent-deep);
}

.aeAccountPrefs__sideSave {
    display: grid;
    gap: 0.5rem;
    padding-top: 0.875rem;
    border-top: 1px solid var(--ae-account-line);
}

.aeAccountPrefs__sideSaveText {
    margin: 0;
    color: var(--ae-account-muted);
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-size: 0.8125rem;
    font-style: italic;
}

.aeAccountPrefs__main {
    min-width: 0;
    background: #fff;
}

.aeAccountPreferencesForm--editorial {
    display: grid;
    gap: 3.5rem;
    margin: 0;
    padding: 2.5rem 3rem 4rem;
}

.aeAccountPrefs__block {
    display: grid;
    gap: 1rem;
    scroll-margin-top: calc(var(--ae-siteHeader-offset, 0px) + 1.5rem);
}

.aeAccountPrefs__blockHead {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid var(--ae-account-line);
}

.aeAccountPrefs__blockTitle {
    margin: 0.25rem 0 0;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.015em;
}

.aeAccountPrefs__blockTitle em {
    font-style: italic;
}

.aeAccountPrefs__note {
    max-width: 56ch;
    margin: 0;
    color: var(--ae-account-muted);
    font-size: 0.875rem;
    line-height: 1.55;
}

.aeAccountFieldset--editorial {
    gap: 0.75rem;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.aeAccountPrefs__scheme {
    display: inline-flex;
    border: 1px solid var(--ae-account-line-strong);
}

.aeAccountPrefs__schemeBtn {
    height: 1.875rem;
    padding: 0 0.875rem;
    border: 0;
    background: transparent;
    color: var(--ae-account-muted);
    font: inherit;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
}

.aeAccountPrefs__schemeBtn + .aeAccountPrefs__schemeBtn {
    border-left: 1px solid var(--ae-account-line-strong);
}

.aeAccountPrefs__schemeBtn.is-on {
    background: var(--ae-account-ink);
    color: #fff;
}

.aeAccountPrefs__currency {
    display: flex;
}

.aeAccountPrefs__currBtn {
    display: grid;
    flex: 1 1 auto;
    gap: 0.125rem;
    min-height: 4.5rem;
    padding: 1rem 0.75rem;
    border: 1px solid var(--ae-account-line-strong);
    background: #fff;
    color: var(--ae-account-ink);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.aeAccountPrefs__currBtn + .aeAccountPrefs__currBtn {
    border-left: 0;
}

.aeAccountPrefs__currBtn.is-on {
    border-color: var(--ae-account-ink);
    background: var(--ae-account-ink);
    color: #fff;
}

.aeAccountPrefs__currBtn .sym {
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-size: 1.375rem;
    line-height: 1;
}

.aeAccountPrefs__currBtn .nm {
    font-size: 0.6875rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.72;
}

.aeAccountTokenPicker--editorial {
    gap: 0.75rem;
}

.aeAccountTokenPicker--editorial .aeAccountTokenPicker__selected {
    gap: 0.375rem;
}

.aeAccountTokenPicker--editorial .aeAccountTokenPicker__chip {
    border-radius: 0;
    background: var(--ae-account-alt);
}

.aeAccountTokenPicker__input--editorial {
	min-height: 2.875rem;
	border: 1px solid var(--ae-account-line-strong);
	border-radius: 0;
	font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
	font-size: 1.125rem;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
}

.aeAccountTokenPicker__input--editorial::placeholder {
	font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
}

.aeAccountPrefs__colorGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--ae-account-line);
    border-left: 1px solid var(--ae-account-line);
}

.aeAccountPrefs__colorButton {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    min-height: 2.75rem;
    padding: 0.75rem 0.875rem;
    border: 0;
    border-right: 1px solid var(--ae-account-line);
    border-bottom: 1px solid var(--ae-account-line);
    background: #fff;
    color: var(--ae-account-ink);
    font: inherit;
    font-size: 0.8125rem;
    text-align: left;
    cursor: pointer;
}

.aeAccountPrefs__colorButton:hover,
.aeAccountPrefs__colorButton.is-on {
    background: var(--ae-account-alt);
}

.aeAccountPrefs__colorButton.is-on {
    font-weight: 600;
}

.aeAccountPrefs__colorButton .dot {
    width: 0.75rem;
    height: 0.75rem;
    flex: 0 0 auto;
    border: 1px solid rgba(17, 17, 17, 0.22);
    background: var(--ae-account-swatch, #d9d5cf);
}

.aeAccountPrefs__colorButton .chk {
    display: grid;
    place-items: center;
    width: 0.875rem;
    height: 0.875rem;
    margin-left: auto;
    border: 1px solid rgba(17, 17, 17, 0.32);
    color: #fff;
    font-size: 0.7rem;
}

.aeAccountPrefs__colorButton.is-on .chk {
    border-color: var(--ae-account-ink);
    background: var(--ae-account-ink);
}

.aeAccountPrefs__colorButton.is-on .chk::before {
    content: "✓";
}

.aeAccountCheckbox--editorial {
    padding: 1rem 0;
    border-top: 1px solid var(--ae-account-line);
    border-bottom: 1px solid var(--ae-account-line);
}

.aeAccountPrefs__bar {
    position: sticky;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0 -3rem -4rem;
    padding: 0.875rem 3rem;
    border-top: 1px solid var(--ae-account-line);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
}

.aeAccountPrefs__barMsg {
    flex: 1 1 auto;
    min-height: 1.4rem;
    margin: 0;
    color: var(--ae-account-muted);
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-size: 0.875rem;
    font-style: italic;
}

.aeAccountPrefs__barActions {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.aeAccountPrefs__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0 1.375rem;
    border: 1px solid var(--ae-account-line-strong);
    background: #fff;
    color: var(--ae-account-ink);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-decoration: none;
    text-transform: uppercase;
}

.aePreferenceShortcuts__item--action {
    cursor: pointer;
}

@media (max-width: 860px) {
    .aeAccountLogin {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .aeAccountLogin__brand {
        padding: 1.6rem 1.3rem;
        border-right: 0;
        border-bottom: 1px solid var(--ae-account-line);
    }

    .aeAccountLogin__display {
        font-size: 2rem;
    }

    .aeAccountLogin__bullets li:nth-child(3) {
        display: none;
    }

    .aeAccountLogin__form {
        padding: 1.6rem 1.3rem 2rem;
    }

    .aeAccountPrefs {
        grid-template-columns: 1fr;
        max-width: none;
        margin: 0;
        border-right: 0;
        border-left: 0;
    }

    .aeAccountPrefs__side {
        position: sticky;
        top: var(--ae-siteHeader-offset, 0px);
        z-index: 2;
        min-height: 0;
        padding: 1.4rem 1rem 0;
        border-right: 0;
        border-bottom: 1px solid var(--ae-account-line);
    }

    .aeAccountPrefs__lede,
    .aeAccountGuestNotice--inline,
    .aeAccountPrefs__sideSave {
        display: none;
    }

    .aeAccountPrefs__display {
        font-size: 1.75rem;
    }

    .aeAccountPrefs__nav {
        display: flex;
        gap: 1rem;
        margin: 0 -1rem;
        padding: 0 1rem;
        overflow-x: auto;
        border-top: 0;
        background: var(--ae-account-paper);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .aeAccountPrefs__nav::-webkit-scrollbar {
        display: none;
    }

    .aeAccountPrefs__navLink {
        flex: 0 0 auto;
        padding: 0.9rem 0 0.75rem;
        border-bottom: 2px solid transparent;
        white-space: nowrap;
    }

    .aeAccountPrefs__navLink .count {
        display: none;
    }

    .aeAccountPrefs__navLink.is-active {
        border-bottom-color: var(--ae-account-ink);
    }

    .aeAccountPreferencesForm--editorial {
        gap: 2.2rem;
        padding: 1.4rem 1rem 5rem;
    }

    .aeAccountPrefs__blockHead {
        align-items: flex-start;
    }

    .aeAccountPrefs__blockTitle {
        font-size: 1.5rem;
    }

    .aeAccountChoiceRow--cells-clothing,
    .aeAccountChoiceRow--cells-view {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .aeAccountChoiceRow--cells-shoes {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

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

    .aeAccountPrefs__currency {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aeAccountPrefs__currBtn + .aeAccountPrefs__currBtn {
        border-left: 1px solid var(--ae-account-line-strong);
    }

    .aeAccountPrefs__bar {
        align-items: stretch;
        flex-direction: column;
        margin: 0 -1rem -5rem;
        padding: 0.875rem 1rem calc(0.875rem + env(safe-area-inset-bottom, 0px));
    }

    .aeAccountPrefs__barActions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .aeAccountPrefs__secondary,
    .aeAccountPrefs__primary {
        width: 100%;
        min-width: 0;
        padding: 0 0.8rem;
    }
}

@media (max-width: 600px) {
    .aePreferenceModal {
        align-items: flex-end;
        padding: 0;
    }

    .aePreferenceModal__dialog {
        width: 100%;
        max-width: 100%;
        max-height: 92vh;
    }

    .aePreferenceModal__header {
        padding: 1.35rem 1.3rem 1.1rem;
    }

    .aePreferenceModal__tabs {
        gap: 1.15rem;
        padding: 0 1.3rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .aePreferenceModal__tabs::-webkit-scrollbar {
        display: none;
    }

    .aePreferenceModal__tab {
        flex: 0 0 auto;
    }

    .aePreferenceModal__form {
        padding: 1.1rem 1.3rem 0;
    }

    .aePreferenceModal__title {
        font-size: 1.375rem;
    }

    .aePreferenceModal__text {
        font-size: 0.875rem;
    }

    .aePreferenceModal__asideRow {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
    }

    .aePreferenceModal__actions {
        position: sticky;
        bottom: 0;
        margin: 0 -1.3rem;
        padding: 0.9rem 1.3rem calc(0.9rem + env(safe-area-inset-bottom, 0px));
        background: rgba(255, 255, 255, 0.94);
        backdrop-filter: blur(8px);
    }

    .aePreferenceModal__status {
        margin: 0 1.3rem 1rem;
    }
}

.aeAccountAlerts {
    padding: 1.5rem 0 3rem;
}

.aeAccountAlerts__content {
    margin-top: 1.5rem;
}

.aeAccountAlerts__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.aeAccountAlertCard {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 20px;
    background: #fff;
}

.aeAccountAlertCard__imageWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--ae-plate, #e8e8e6);
    aspect-ratio: 4 / 5;
}

.aeAccountAlertCard__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.aeAccountAlertCard__content {
    display: grid;
    gap: 0.6rem;
    align-content: start;
    padding: 1rem 1rem 1.1rem;
}

.aeAccountAlertCard__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.aeAccountAlertCard__statusBadge {
    display: inline-flex;
    align-items: center;
    min-height: 1.9rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(24, 21, 18, 0.08);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aeAccountAlertCard__statusBadge.is-paused {
    background: rgba(24, 21, 18, 0.04);
    color: rgba(24, 21, 18, 0.7);
}

.aeAccountAlertCard__title {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.2;
}

.aeAccountAlertCard__summary {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(24, 21, 18, 0.72);
    line-height: 1.55;
}

.aeAccountAlertCard__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.15rem;
}

.aeAccountAlertCard__actionButton {
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: #181512;
    color: #fff;
}

.aeAccountAlertCard__actionButton--ghost {
    background: transparent;
    color: #181512;
}

.aeProductActions {
    --ae-product-action-height: 48px;
    --ae-product-action-inline-padding: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    margin-top: 0.8rem;
}

.aeProductActions > .star_div,
.aeProductActions > .aeProductAlert {
    min-width: 0;
}

.aeProductActions > .star_div {
    margin: 0;
    min-height: 0;
    height: var(--ae-product-action-height);
    padding: 0 var(--ae-product-action-inline-padding);
    box-sizing: border-box;
}

.aeProductActions > .star_div > .addToWish {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
}

.aeProductActions > .star_div > div:not(.addToWish) {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1.2rem;
    margin-left: 0.9rem;
}

.aeProductAlert {
    display: grid;
    gap: 0;
}

.aeProductAlertGuestPrompt {
    grid-column: 1 / -1;
    margin-top: 0.1rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(248, 246, 240, 0.85), rgba(255, 255, 255, 0.98));
}

.aeProductAlertGuestPrompt__body {
    display: grid;
    gap: 0.55rem;
}

.aeProductAlertGuestPrompt__eyebrow {
    margin: 0;
    font-size: 0.74rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(24, 21, 18, 0.72);
}

.aeProductAlertGuestPrompt__title {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.2;
    font-weight: 600;
    color: #181512;
}

.aeProductAlertGuestPrompt__text {
    margin: 0;
    font-size: 0.93rem;
    line-height: 1.55;
    color: rgba(24, 21, 18, 0.74);
}

.aeProductAlertGuestPrompt__form {
    display: grid;
    gap: 0.7rem;
}

.aeProductAlertGuestPrompt__suggestions {
    margin-top: -0.1rem;
}

.aeProductAlert__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.aeProductAlert__row--muted {
    padding: 0.2rem 0;
}

.aeProductAlert__label {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(24, 21, 18, 0.72);
}

.aeProductAlert__value {
    font-size: 0.92rem;
    font-weight: 600;
    color: #181512;
}

.aeProductAlert__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 0;
    height: var(--ae-product-action-height);
    padding: 0 var(--ae-product-action-inline-padding);
    border: 1px solid #000;
    border-radius: 2px;
    background: #fff;
    color: #181512;
    font: 400 1rem/1.2 'AkkuratPro', sans-serif;
    cursor: pointer;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.aeProductAlert__text {
    flex-grow: 1;
    text-align: center;
    font-family: 'AkkuratPro', sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

.aeProductAlert__icon {
    flex: 0 0 auto;
    width: 1.2rem;
    margin-left: 0.9rem;
    text-align: right;
}

.aeProductAlertGuestPrompt__submit {
    min-height: 2.9rem;
    border: 1px solid #8d7868;
    border-radius: 14px;
    background: #8d7868;
    color: #fff;
    font-weight: 600;
}

.aeProductAlertGuestPrompt__submit:hover,
.aeProductAlertGuestPrompt__submit:focus {
    border-color: #7c695b;
    background: #7c695b;
}

.aeProductAlert__button:hover,
.aeProductAlert__button:focus {
    border-color: #000;
}

.aeProductAlert__button.is-active {
    border-color: #181512;
    background: #181512;
    color: #fff;
}

.aeProductAlert__hint,
.aeProductAlert__status {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.5;
    color: rgba(24, 21, 18, 0.72);
}

.aeProductAlert__status:empty {
    display: none;
}

@media (max-width: 767px) {
    .aeAccountCard {
        padding: 1.5rem;
    }

    .aeAccountActions {
        flex-direction: column;
    }

    .aeAccountLoginForm__submit,
    .aeAccountLoginForm__submit--link {
        width: 100%;
    }

    .aeAccountAlerts__list {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .aeAccountAlertCard__content {
        padding: 0.9rem 0.9rem 1rem;
    }

    .aeSavedPage__moduleHeader {
        flex-direction: column;
    }

    .aeSavedPage__moduleFilters,
    .aeSavedPage__moduleActions {
        justify-content: flex-start;
    }

    .aeProductActions {
        grid-template-columns: 1fr 1fr;
        gap: 0.55rem;
    }

    .aeProductActions > .star_div > div:not(.addToWish) {
        margin-left: 0.7rem;
    }

    .aeProductAlert__button {
        padding: 0 14px;
        font-size: 0.95rem;
    }

    .aeProductAlertGuestPrompt {
        padding: 0.95rem;
        border-radius: 16px;
    }
}

.aeSavedPage {
    --ae-saved-ink: var(--ae-account-ink, #181512);
    --ae-saved-muted: var(--ae-account-muted, rgba(24, 21, 18, 0.62));
    --ae-saved-line: var(--ae-account-line, rgba(17, 17, 17, 0.1));
    --ae-saved-line-strong: var(--ae-account-line-strong, rgba(17, 17, 17, 0.16));
    --ae-saved-paper: var(--ae-account-paper, #f5f1ea);
    --ae-saved-alt: var(--ae-account-alt, #faf8f3);
    --ae-saved-camel: var(--ae-account-accent, #8a6f4e);
    --ae-saved-camel-deep: var(--ae-account-accent-deep, #5e4a33);
    --ae-saved-drop: #8b2e1f;
    background: #fff;
    color: var(--ae-saved-ink);
}

.aeSavedPage__head {
    max-width: 1320px;
    margin: 0 auto;
    padding: 52px 56px 28px;
}

.aeSavedPage__eyebrow {
    margin: 0 0 8px;
    color: var(--ae-saved-muted);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.aeSavedPage__title {
    margin: 0 0 14px;
    font-family: var(--ae-font-editorial, 'Fraunces', Georgia, serif);
    font-size: clamp(40px, 5vw, 56px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
}

.aeSavedPage__title em {
    color: var(--ae-saved-camel-deep);
    font-style: italic;
}

.aeSavedPage__meta {
    margin: 0;
    color: var(--ae-saved-muted);
    font-family: var(--ae-font-editorial, 'Fraunces', Georgia, serif);
    font-size: 17px;
    font-style: italic;
}

.aeSavedPage__meta strong {
    color: var(--ae-saved-ink);
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
}

.aeSavedTabs {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 14px 56px;
    border-top: 1px solid var(--ae-saved-line);
    border-bottom: 1px solid var(--ae-saved-line);
}

.aeSavedTabs__tab {
    position: relative;
    appearance: none;
    margin: 0 18px 0 0;
    padding: 8px 18px 8px 0;
    border: 0;
    background: none;
    color: var(--ae-saved-muted);
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.aeSavedTabs__tab.is-on {
    color: var(--ae-saved-ink);
}

.aeSavedTabs__tab.is-on::after {
    position: absolute;
    right: 18px;
    bottom: -15px;
    left: 0;
    height: 1px;
    background: var(--ae-saved-ink);
    content: "";
}

.aeSavedTabs__count {
    margin-left: 6px;
    color: var(--ae-saved-muted);
    font-family: var(--ae-font-editorial, 'Fraunces', Georgia, serif);
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.aeSavedRibbon {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 16px 56px;
    border-bottom: 1px solid var(--ae-saved-line);
    background: var(--ae-saved-alt);
    color: var(--ae-saved-muted);
}

.aeSavedRibbon__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ae-saved-camel);
    flex: 0 0 auto;
}

.aeSavedRibbon__text,
.aeSavedRibbon__status {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.5;
}

.aeSavedRibbon__text {
    flex: 1 1 auto;
}

.aeSavedRibbon__link {
    color: var(--ae-saved-camel-deep);
    font-family: var(--ae-font-editorial, 'Fraunces', Georgia, serif);
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid var(--ae-saved-camel);
}

.aeSavedDropHero {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(260px, 1fr);
    max-width: 1208px;
    margin: 28px auto 8px;
    border: 1px solid var(--ae-saved-line);
    background: var(--ae-saved-paper);
}

.aeSavedDropHero__plate {
    position: relative;
    display: block;
    min-height: 280px;
    overflow: hidden;
    background: #ede8de;
}

.aeSavedDropHero__plate img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
}

.aeSavedDropHero__chip {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 12px;
    background: var(--ae-saved-ink);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.aeSavedDropHero__body {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 36px;
}

.aeSavedDropHero__eyebrow {
    margin: 0;
    color: var(--ae-saved-camel-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.aeSavedDropHero__brand {
    margin: 0;
    font-family: var(--ae-font-editorial, 'Fraunces', Georgia, serif);
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

.aeSavedDropHero__name {
    max-width: 36ch;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.aeSavedDropHero__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px 14px;
    padding-top: 14px;
    margin-top: 4px;
    border-top: 1px solid var(--ae-saved-line);
}

.aeSavedDropHero__price del {
    color: var(--ae-saved-muted);
}

.aeSavedDropHero__price strong {
    font-size: 22px;
}

.aeSavedDropHero__price span {
    color: var(--ae-saved-drop);
    font-family: var(--ae-font-editorial, 'Fraunces', Georgia, serif);
    font-style: italic;
}

.aeSavedDropHero__cta {
    justify-self: start;
    color: var(--ae-saved-camel-deep);
    font-family: var(--ae-font-editorial, 'Fraunces', Georgia, serif);
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid var(--ae-saved-camel);
}

.WishlistProductGrid52[data-ae-account-wishlist-grid].aeSavedGrid--editorial {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    max-width: 1208px;
    min-height: 8rem;
    margin: 28px auto 18px;
    padding: 0;
    border-top: 1px solid var(--ae-saved-line);
    border-left: 1px solid var(--ae-saved-line);
}

.aeSavedCard {
    position: relative;
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 18px;
    border-right: 1px solid var(--ae-saved-line);
    border-bottom: 1px solid var(--ae-saved-line);
    background: #fff;
}

.aeSavedCard__plate {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #ede8de;
}

.aeSavedCard__imageLink,
.aeSavedCard__image {
    display: block;
    width: 100%;
    height: 100%;
}

.aeSavedCard__image {
    object-fit: cover;
    transition: opacity 180ms ease;
}

.aeSavedCard__image--alt {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.aeSavedCard:hover .aeSavedCard__image--alt {
    opacity: 1;
}

.aeSavedCard__ribbon {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    pointer-events: none;
}

.aeSavedCard__ribbon > * {
    pointer-events: auto;
}

.aeSavedCard__ribbon--end {
    justify-content: flex-end;
}

.aeSavedCard__bell,
.aeSavedCard__remove {
    display: grid;
    place-items: center;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.92);
    color: var(--ae-saved-muted);
    cursor: pointer;
    line-height: 1;
}

.aeSavedCard__bell {
    width: 32px;
    height: 32px;
}

.aeSavedCard__bell.is-on {
    border-color: var(--ae-saved-camel);
    background: var(--ae-saved-camel);
    color: #fff;
}

.aeSavedCard__remove {
    width: 28px;
    height: 28px;
    color: var(--ae-saved-ink);
    font-size: 18px;
}

.aeSavedCard__remove:hover {
    background: var(--ae-saved-ink);
    color: #fff;
}

.aeSavedCard__alertNote {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 4px 8px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.92);
    color: var(--ae-saved-camel-deep);
    font-family: var(--ae-font-editorial, 'Fraunces', Georgia, serif);
    font-size: 12px;
    font-style: italic;
}

.aeSavedCard__alertNote .pulse {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 6px;
    border-radius: 50%;
    background: var(--ae-saved-camel);
    vertical-align: middle;
}

.aeSavedCard__dropChip {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    background: var(--ae-saved-ink);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.aeSavedCard__brand {
    margin: 0;
    font-family: var(--ae-font-editorial, 'Fraunces', Georgia, serif);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
}

.aeSavedCard__name {
    margin: -4px 0 0;
    color: var(--ae-saved-ink);
    font-size: 13.5px;
    line-height: 1.4;
}

.aeSavedCard__priceRow {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid var(--ae-saved-line);
}

.aeSavedCard__price {
    color: var(--ae-saved-ink);
    font-size: 14px;
    font-weight: 600;
}

.aeSavedCard__price del {
    margin-right: 6px;
    color: var(--ae-saved-muted);
    font-weight: 400;
}

.aeSavedCard__price ins {
    text-decoration: none;
}

.aeSavedCard__cta {
    flex: 0 0 auto;
    color: var(--ae-saved-camel-deep);
    font-family: var(--ae-font-editorial, 'Fraunces', Georgia, serif);
    font-size: 13.5px;
    font-style: italic;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 1px solid var(--ae-saved-camel);
}

.aeSavedCard__meta {
    margin: -2px 0 0;
    color: var(--ae-saved-camel-deep);
    font-family: var(--ae-font-editorial, 'Fraunces', Georgia, serif);
    font-size: 12.5px;
    font-style: italic;
    line-height: 1.3;
}

.aeSavedCard__meta--drop {
    color: var(--ae-saved-drop);
    font-weight: 600;
}

.aePdpAlert {
    display: grid;
    gap: 8px;
    padding: 16px 18px;
    border: 1px solid var(--ae-saved-line, rgba(17, 17, 17, 0.1));
    background: var(--ae-saved-alt, #faf8f3);
}

.aeProductActions {
    grid-template-columns: 1fr;
}

.aeProductActions > .aeProductAlert {
    grid-column: 1 / -1;
}

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

.aePdpAlert__label {
    margin: 0 0 4px;
    color: var(--ae-saved-muted, rgba(24, 21, 18, 0.62));
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.aePdpAlert__title {
    margin: 0;
    color: var(--ae-saved-ink, #181512);
    font-family: var(--ae-font-editorial, 'Fraunces', Georgia, serif);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
}

.aePdpAlert__title em {
    color: var(--ae-saved-camel-deep, #5e4a33);
    font-style: italic;
}

.aePdpAlert__switch {
    position: relative;
    width: 44px;
    height: 24px;
    border: 1px solid var(--ae-saved-line-strong, rgba(17, 17, 17, 0.16));
    background: #fff;
    cursor: pointer;
    transition: background 150ms ease, border-color 150ms ease;
}

.aePdpAlert__switch span,
.aePdpAlert__switch::before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: var(--ae-saved-ink, #181512);
    content: "";
    transition: transform 180ms ease, background 150ms ease;
}

.aePdpAlert__switch span {
    display: none;
}

.aePdpAlert__switch.is-on {
    border-color: var(--ae-saved-camel, #8a6f4e);
    background: var(--ae-saved-camel, #8a6f4e);
}

.aePdpAlert__switch.is-on::before {
    transform: translateX(20px);
    background: #fff;
}

.aePdpAlert__note,
.aePdpAlert__status {
    margin: 0;
    color: var(--ae-saved-muted, rgba(24, 21, 18, 0.62));
    font-size: 13px;
    line-height: 1.5;
}

/* Segmented threshold control — three options in one row, ~90 px shorter
   than the previous stacked-radio layout. Visually-hidden radio inputs
   preserve a11y and the existing FormData reader. */
.aePdpAlert__opts {
    margin: 12px 0 0;
    padding: 0;
}

.aePdpAlert__opts[hidden] { display: none !important; }

.aePdpAlert__optsLabel {
    margin: 0 0 6px;
    font-size: 0.6875rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--ae-saved-muted, rgba(24, 21, 18, 0.62));
}

.aePdpAlert__optsRow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--ae-saved-line-strong, rgba(17, 17, 17, 0.14));
    background: #fff;
}

.aePdpAlert__opt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.625rem; /* 42px — ≥ 44px tap target with the 1px borders */
    padding: 0.5rem 0.25rem;
    background: transparent;
    color: var(--ae-saved-muted, rgba(24, 21, 18, 0.62));
    cursor: pointer;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 120ms ease, color 120ms ease;
}

.aePdpAlert__opt + .aePdpAlert__opt {
    border-left: 1px solid var(--ae-saved-line-strong, rgba(17, 17, 17, 0.14));
}

.aePdpAlert__opt:hover:not(.is-on) {
    background: var(--ae-saved-paper, #faf8f3);
    color: var(--ae-saved-ink, #181512);
}

/* Visually-hide the radio input but keep it interactive for keyboard / screen
   readers. Click on the label still toggles the input via the standard
   label/for relationship (we use wrapping label so for= isn't needed). */
.aePdpAlert__opt input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    accent-color: var(--ae-saved-camel, #8a6f4e);
}

.aePdpAlert__opt input:focus-visible + span {
    box-shadow: inset 0 0 0 2px var(--ae-saved-ink, #181512);
}

.aePdpAlert__opt span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0.375rem 0.25rem;
}

.aePdpAlert__opt.is-on {
    background: var(--ae-saved-ink, #181512);
    color: #fff;
}

@media (max-width: 1180px) {
    .WishlistProductGrid52[data-ae-account-wishlist-grid].aeSavedGrid--editorial {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .aeSavedPage__head,
    .aeSavedTabs,
    .aeSavedRibbon {
        padding-right: 24px;
        padding-left: 24px;
    }

    .aeSavedTabs {
        overflow-x: auto;
        gap: 18px;
    }

    .aeSavedDropHero {
        grid-template-columns: 1fr;
        margin-right: 24px;
        margin-left: 24px;
    }

    .WishlistProductGrid52[data-ae-account-wishlist-grid].aeSavedGrid--editorial {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 20px 24px 16px;
    }
}

@media (max-width: 560px) {
    .aeSavedPage__head {
        padding-top: 36px;
    }

    .aeSavedPage__title {
        font-size: 40px;
    }

    .aeSavedCard {
        padding: 12px;
        gap: 10px;
    }

    .aeSavedCard__brand {
        font-size: 15px;
    }

    .aeSavedCard__name,
    .aeSavedCard__price,
    .aeSavedCard__cta {
        font-size: 12px;
    }

    .aeSavedCard__priceRow {
        display: grid;
        justify-content: stretch;
        gap: 6px;
    }

    .aeSavedDropHero__body {
        padding: 24px;
    }
}

/* =================================================================
   Account dashboard — editorial redesign (.aeAccountDash*)
   Blends with /preferences/ "Your edit." and /wishlist/ "Saved items."
   ================================================================= */
.aeAccountDash {
    --ae-dash-markdown: #8b2e1f;
    padding: 0 0 3rem;
    font-family: var(--ae-font-body, 'Inter', sans-serif);
    color: var(--ae-account-ink, #181512);
}

/* When both old + new classes are on the section, neutralise the
   old wrapper padding so the new hero can go full-bleed warm paper. */
.aeAccountDashboard.aeAccountDash {
    padding: 0 0 3rem;
}

/* Hero — warm paper, full width inside container */
.aeAccountDash__hero {
    background: var(--ae-account-paper, #f5f1ea);
    padding: clamp(3rem, 7vw, 5rem) clamp(1.25rem, 5vw, 3.5rem) clamp(2.25rem, 5vw, 3.5rem);
    border-bottom: 1px solid var(--ae-account-line, rgba(17, 17, 17, 0.08));
}

.aeAccountDash__heroInner {
    max-width: 62rem;
    margin: 0 auto;
}

.aeAccountDash__eye {
    margin: 0 0 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
}

.aeAccountDash__display {
    margin: 0;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-weight: 400;
    font-size: clamp(2.4rem, 5.2vw, 3.8rem);
    line-height: 1.02;
    letter-spacing: -0.02em;
    color: var(--ae-account-ink, #181512);
}

.aeAccountDash__display em {
    font-style: italic;
    color: var(--ae-account-accent-deep, #5e4a33);
}

.aeAccountDash__sub {
    margin: 0.875rem 0 0;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-size: 1rem;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    max-width: 54ch;
    line-height: 1.55;
}

.aeAccountDash__sub strong {
    font-family: var(--ae-font-body, 'Inter', sans-serif);
    font-style: normal;
    font-weight: 600;
    color: var(--ae-account-ink, #181512);
}

/* Today line — live activity meta */
.aeAccountDash__today {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.75rem 0 0;
    padding: 0.875rem 0 0;
    border-top: 1px solid var(--ae-account-line, rgba(17, 17, 17, 0.08));
    font-size: 0.875rem;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    flex-wrap: wrap;
}

.aeAccountDash__todayDot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ae-account-accent, #8a6f4e);
    flex: 0 0 auto;
}

.aeAccountDash__todayText {
    flex: 1 1 14rem;
    margin: 0;
    line-height: 1.55;
}

.aeAccountDash__todayText strong {
    color: var(--ae-account-ink, #181512);
    font-weight: 600;
}

.aeAccountDash__todayText em {
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    color: var(--ae-account-accent-deep, #5e4a33);
    font-weight: 400;
}

.aeAccountDash__todayLink {
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-size: 0.9375rem;
    color: var(--ae-account-accent-deep, #5e4a33);
    text-decoration: none;
    border-bottom: 1px solid var(--ae-account-accent, #8a6f4e);
    white-space: nowrap;
    padding-bottom: 1px;
    transition: color 120ms ease;
}

.aeAccountDash__todayLink:hover,
.aeAccountDash__todayLink:focus {
    color: var(--ae-account-ink, #181512);
}

/* Preferences summary list */
.aeAccountDash__prefs {
    margin: 2.25rem 0 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid var(--ae-account-line, rgba(17, 17, 17, 0.08));
}

.aeAccountDash__prefsHd {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 0 0.875rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.aeAccountDash__prefsTitle {
    margin: 0;
    font-size: 0.6875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--ae-account-ink, #181512);
}

.aeAccountDash__prefsTitle em {
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-weight: 400;
    color: var(--ae-account-accent-deep, #5e4a33);
    font-size: 0.8125rem;
    letter-spacing: 0;
    text-transform: none;
    margin-left: 0.375rem;
}

.aeAccountDash__prefsEdit {
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-size: 0.875rem;
    color: var(--ae-account-accent-deep, #5e4a33);
    text-decoration: none;
    border-bottom: 1px solid var(--ae-account-accent, #8a6f4e);
    padding-bottom: 1px;
    transition: color 120ms ease;
}

.aeAccountDash__prefsEdit:hover,
.aeAccountDash__prefsEdit:focus {
    color: var(--ae-account-ink, #181512);
}

.aeAccountDash__prefsList {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 0;
    margin: 0;
    border-top: 1px solid var(--ae-account-line, rgba(17, 17, 17, 0.08));
}

.aeAccountDash__prefsList dt,
.aeAccountDash__prefsList dd {
    padding: 0.625rem 0;
    margin: 0;
    border-bottom: 1px solid var(--ae-account-line, rgba(17, 17, 17, 0.08));
}

.aeAccountDash__prefsList dt {
    font-size: 0.6875rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    font-weight: 600;
    align-self: center;
    font-family: var(--ae-font-body, 'Inter', sans-serif);
}

.aeAccountDash__prefsList dd {
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.35;
    color: var(--ae-account-ink, #181512);
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    align-items: baseline;
}

.aeAccountDash__prefsList dd em {
    font-style: italic;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    font-size: 0.875rem;
}

.aeAccountDash__prefsEmpty {
    margin: 0;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-size: 0.9375rem;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    line-height: 1.55;
    max-width: 52ch;
}

/* Action panels (two equal hairline grid cells) */
.aeAccountDash__panels {
    max-width: 62rem;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 5vw, 3.5rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 0;
    border-left: 1px solid var(--ae-account-line, rgba(17, 17, 17, 0.08));
    /* Nudge out the horizontal page padding so the grid borders align
       with the hero content column. */
}

.aeAccountDash__panel {
    display: grid;
    gap: 0.75rem;
    padding: 2rem 1.75rem;
    border-right: 1px solid var(--ae-account-line, rgba(17, 17, 17, 0.08));
    border-bottom: 1px solid var(--ae-account-line, rgba(17, 17, 17, 0.08));
    background: var(--ae-account-white, #fff);
    color: inherit;
    text-decoration: none;
    transition: background 140ms ease;
}

.aeAccountDash__panel:hover,
.aeAccountDash__panel:focus-visible {
    background: var(--ae-account-alt, #faf8f3);
    color: inherit;
    text-decoration: none;
}

.aeAccountDash__panelEye {
    margin: 0;
    font-size: 0.6875rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    font-weight: 600;
}

.aeAccountDash__panelTitle {
    margin: 0;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: -0.015em;
    line-height: 1.02;
    color: var(--ae-account-ink, #181512);
}

.aeAccountDash__panelTitle em {
    font-style: italic;
    color: var(--ae-account-accent-deep, #5e4a33);
}

.aeAccountDash__panelMeta {
    margin: 0.25rem 0 0;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-size: 0.9375rem;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    line-height: 1.5;
}

.aeAccountDash__panelMeta strong {
    font-family: var(--ae-font-body, 'Inter', sans-serif);
    font-style: normal;
    font-weight: 600;
    color: var(--ae-account-ink, #181512);
}

.aeAccountDash__panelMeta .aeAccountDash__drop {
    font-family: var(--ae-font-body, 'Inter', sans-serif);
    font-style: normal;
    font-weight: 600;
    color: var(--ae-dash-markdown, #8b2e1f);
}

.aeAccountDash__panelBody {
    margin: 0.375rem 0 0;
    font-size: 0.875rem;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    line-height: 1.55;
    max-width: 36ch;
}

.aeAccountDash__panelDots {
    display: flex;
    gap: 0.25rem;
    margin-top: 0.375rem;
}

.aeAccountDash__panelDot {
    width: 2.5rem;
    aspect-ratio: 3 / 4;
    background-color: var(--ae-account-plate, #ede8de);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.aeAccountDash__panelGo {
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-size: 0.9375rem;
    color: var(--ae-account-accent-deep, #5e4a33);
    border-bottom: 1px solid var(--ae-account-accent, #8a6f4e);
    padding-bottom: 1px;
    align-self: start;
    margin-top: 0.5rem;
}

/* Session row — Log out subdued, below the panels */
.aeAccountDash__session {
    max-width: 62rem;
    margin: 1.5rem auto 0;
    padding: 1rem clamp(1.25rem, 5vw, 3.5rem) 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.8125rem;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    flex-wrap: wrap;
}

.aeAccountDash__sessionInfo {
    margin: 0;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    line-height: 1.5;
}

.aeAccountDash__sessionInfo strong {
    font-family: var(--ae-font-body, 'Inter', sans-serif);
    font-style: normal;
    font-weight: 600;
    color: var(--ae-account-ink, #181512);
}

.aeAccountDash__logout {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border: 1px solid var(--ae-account-line-strong, rgba(17, 17, 17, 0.14));
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    font-family: var(--ae-font-body, 'Inter', sans-serif);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 140ms ease, border-color 140ms ease;
}

.aeAccountDash__logout:hover,
.aeAccountDash__logout:focus-visible {
    color: var(--ae-account-ink, #181512);
    border-color: var(--ae-account-ink, #181512);
    text-decoration: none;
}

/* Mobile */
@media (max-width: 760px) {
    .aeAccountDash__hero {
        padding: 2.25rem 1.25rem 1.75rem;
    }

    .aeAccountDash__display {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }

    .aeAccountDash__sub {
        font-size: 0.875rem;
    }

    .aeAccountDash__today {
        margin-top: 1.25rem;
    }

    .aeAccountDash__prefsList {
        grid-template-columns: 5.25rem 1fr;
    }

    .aeAccountDash__prefsList dt {
        font-size: 0.625rem;
    }

    .aeAccountDash__prefsList dd {
        font-size: 0.9375rem;
    }

    .aeAccountDash__panels {
        grid-template-columns: 1fr;
        padding: 0;
        margin: 0;
        border-left: 0;
    }

    .aeAccountDash__panel {
        padding: 1.5rem 1.25rem;
        border-right: 0;
    }

    .aeAccountDash__panelTitle {
        font-size: 1.625rem;
    }

    .aeAccountDash__session {
        padding: 0.875rem 1.25rem 0;
    }
}

/* =================================================================
   Alert popup — replaces inline guest prompt on PDPs (.aeAlertPopup*)
   Centred modal on desktop · bottom sheet on mobile.
   ================================================================= */
.aeAlertPopup {
    position: fixed;
    inset: 0;
    z-index: 100002;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.aeAlertPopup[hidden] {
    display: none !important;
}

.aeAlertPopup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.42);
    cursor: pointer;
}

.aeAlertPopup__panel {
    position: relative;
    z-index: 1;
    width: min(28.75rem, 100%);
    max-height: min(92vh, 40rem);
    overflow: auto;
    background: var(--ae-account-white, #fff);
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 0;
    box-shadow: 0 30px 70px rgba(17, 17, 17, 0.22);
    outline: none;
}

.aeAlertPopup__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: 0;
    color: var(--ae-account-ink, #181512);
    font-size: 1.125rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.6;
    z-index: 2;
}

.aeAlertPopup__close:hover,
.aeAlertPopup__close:focus-visible {
    opacity: 1;
    outline: none;
}

.aeAlertPopup__inner {
    display: flex;
    flex-direction: column;
}

.aeAlertPopup__head {
    padding: 1.6rem 1.75rem 1.1rem;
    border-bottom: 1px solid var(--ae-account-line, rgba(17, 17, 17, 0.08));
}

.aeAlertPopup__eye {
    margin: 0 0 0.375rem;
    font-size: 0.6875rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
}

.aeAlertPopup__eye em {
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-weight: 400;
    color: var(--ae-account-accent-deep, #5e4a33);
    font-size: 0.8125rem;
    letter-spacing: 0;
    text-transform: none;
    margin-left: 0.375rem;
}

.aeAlertPopup__title {
    margin: 0 0 0.5rem;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-weight: 400;
    font-size: 1.75rem;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: var(--ae-account-ink, #181512);
}

.aeAlertPopup__title em {
    font-style: italic;
    color: var(--ae-account-accent-deep, #5e4a33);
}

.aeAlertPopup__lede {
    margin: 0;
    font-size: 0.84375rem;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    line-height: 1.55;
    max-width: 44ch;
}

.aeAlertPopup__lede strong {
    color: var(--ae-account-ink, #181512);
    font-weight: 600;
}

.aeAlertPopup__body {
    padding: 1.25rem 1.75rem;
    display: grid;
    gap: 0.875rem;
}

.aeAlertPopup__context {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding: 0.75rem;
    background: var(--ae-account-alt, #faf8f3);
    border: 1px solid var(--ae-account-line, rgba(17, 17, 17, 0.08));
}

.aeAlertPopup__contextPlate {
    width: 3.375rem;
    aspect-ratio: 3 / 4;
    background-color: var(--ae-account-plate, #ede8de);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex: 0 0 auto;
}

.aeAlertPopup__contextBody { flex: 1 1 auto; min-width: 0; }

.aeAlertPopup__contextBrand {
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-weight: 400;
    font-size: 0.9375rem;
    margin: 0 0 0.125rem;
    line-height: 1;
    color: var(--ae-account-ink, #181512);
}

.aeAlertPopup__contextName {
    font-size: 0.75rem;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    margin: 0 0 0.125rem;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aeAlertPopup__contextMeta {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ae-account-ink, #181512);
    margin: 0;
}

.aeAlertPopup__form {
    display: grid;
    gap: 0.5rem;
}

.aeAlertPopup__field { display: grid; gap: 0.375rem; }

.aeAlertPopup__label {
    font-size: 0.625rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
}

.aeAlertPopup__input {
    width: 100%;
    height: 2.75rem;
    padding: 0 0.125rem;
    border: 0;
    border-bottom: 1px solid var(--ae-account-ink, #181512);
    background: transparent;
    font: inherit;
    font-size: 1rem; /* ≥ 16px — prevents iOS zoom-on-focus */
    color: var(--ae-account-ink, #181512);
    box-sizing: border-box;
    border-radius: 0;
}

.aeAlertPopup__input:focus {
    outline: none;
    border-bottom-width: 2px;
}

.aeAlertPopup__input::placeholder {
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-size: 0.9375rem;
}

.aeAlertPopup__primary {
    margin-top: 0.25rem;
    height: 2.875rem;
    background: var(--ae-account-ink, #181512);
    color: #fff;
    border: 0;
    border-radius: 0;
    font: inherit;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 140ms ease;
}

.aeAlertPopup__primary:hover:not([disabled]) { background: #000; }
.aeAlertPopup__primary[disabled] {
    cursor: default;
    opacity: 0.72;
}

.aeAlertPopup__status {
    min-height: 1.2rem;
    margin: 0;
    font-size: 0.8125rem;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    line-height: 1.5;
}

.aeAlertPopup__foot {
    margin: 0.5rem 0 0;
    padding-top: 0.875rem;
    border-top: 1px solid var(--ae-account-line, rgba(17, 17, 17, 0.08));
    text-align: center;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-size: 0.8125rem;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    line-height: 1.5;
}

.aeAlertPopup__foot a {
    color: var(--ae-account-accent-deep, #5e4a33);
    text-decoration: none;
    border-bottom: 1px solid var(--ae-account-accent, #8a6f4e);
    padding-bottom: 1px;
}

.aeAlertPopup__foot a:hover,
.aeAlertPopup__foot a:focus {
    color: var(--ae-account-ink, #181512);
}

/* Sent state */
.aeAlertPopup__body--sent {
    text-align: center;
    padding: 1.75rem 1.75rem 1.5rem;
    display: grid;
    gap: 0.625rem;
    justify-items: center;
}

.aeAlertPopup__sentIcon {
    display: inline-grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--ae-account-accent, #8a6f4e);
    border-radius: 50%;
    color: var(--ae-account-accent-deep, #5e4a33);
    font-size: 1.25rem;
}

.aeAlertPopup__sentText {
    margin: 0;
    font-size: 0.875rem;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    line-height: 1.55;
    max-width: 32ch;
}

.aeAlertPopup__sentText strong {
    color: var(--ae-account-ink, #181512);
    font-weight: 600;
}

.aeAlertPopup__sentNote {
    margin: 0;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-size: 0.8125rem;
    color: var(--ae-account-muted, rgba(24, 21, 18, 0.6));
    line-height: 1.5;
    max-width: 30ch;
}

/* Body scroll lock when popup is open */
body.ae-alert-popup-open { overflow: hidden; }

/* Mobile — bottom sheet */
@media (max-width: 600px) {
    .aeAlertPopup {
        align-items: flex-end;
        padding: 0;
    }

    .aeAlertPopup__panel {
        width: 100%;
        max-width: 100%;
        max-height: 92vh;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-top: 1px solid var(--ae-account-line-strong, rgba(17, 17, 17, 0.14));
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }

    .aeAlertPopup__head { padding: 1.25rem 1.25rem 1rem; }
    .aeAlertPopup__body { padding: 1rem 1.25rem 1rem; }
    .aeAlertPopup__title { font-size: 1.5rem; }
    .aeAlertPopup__close { top: 0.625rem; right: 0.625rem; }
}

@media (prefers-reduced-motion: reduce) {
    .aeAlertPopup { transition: none; }
}

/* -------------------------------------------------------------
   Preferences → Alerts section (default drop threshold)
   ------------------------------------------------------------- */
.aeAccountPreferences--editorial .aeAccountPrefs__alertsIntro {
    margin: 0 0 1.125rem;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.55;
    color: var(--ae-account-muted);
    max-width: 62ch;
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsIntro em {
    font-style: italic;
    color: var(--ae-account-ink);
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsRow {
    display: flex;
    gap: 0.625rem;
    flex-wrap: wrap;
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsPill {
    background: transparent;
    border: 1px solid var(--ae-account-line);
    cursor: pointer;
    padding: 0.5625rem 1.125rem;
    min-width: 4rem;
    font-family: var(--ae-font-body, "Inter", system-ui, sans-serif);
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1;
    color: var(--ae-account-muted);
    transition: background 160ms cubic-bezier(0.2, 0.7, 0.2, 1), color 160ms cubic-bezier(0.2, 0.7, 0.2, 1), border-color 160ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsPill:hover {
    color: var(--ae-account-ink);
    border-color: var(--ae-account-ink);
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsPill.is-on {
    background: var(--ae-account-paper);
    border-color: var(--ae-account-ink);
    color: var(--ae-account-ink);
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsPill .pct {
    font-size: 0.8125rem;
    margin-left: 0.125rem;
    color: var(--ae-account-muted);
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsPill.is-on .pct {
    color: var(--ae-account-ink);
}

.aeAccountPreferences--editorial .aeAccountPrefs__alertsReset {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0.5625rem 0.5rem;
    margin-left: 0.25rem;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1;
    color: var(--ae-account-muted);
    border-bottom: 1px solid transparent;
    transition: color 160ms cubic-bezier(0.2, 0.7, 0.2, 1), border-color 160ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsReset:hover,
.aeAccountPreferences--editorial .aeAccountPrefs__alertsReset.is-on {
    color: var(--ae-account-ink);
    border-bottom-color: var(--ae-account-ink);
}

.aeAccountPreferences--editorial .aeAccountPrefs__alertsCustom {
    margin-top: 1.375rem;
    padding: 1.125rem 1.25rem;
    border: 1px solid var(--ae-account-line);
    background: var(--ae-account-paper);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsCustom.is-on {
    border-color: var(--ae-account-ink);
    background: var(--ae-account-white);
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsCustomLabel {
    font-family: var(--ae-font-body, "Inter", system-ui, sans-serif);
    font-weight: 600;
    font-size: 0.6563rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ae-account-ink);
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsCustomRow {
    display: flex;
    align-items: center;
    gap: 1.375rem;
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsRange {
    flex: 1;
    -webkit-appearance: none;
    appearance: none;
    height: 1px;
    background: var(--ae-account-line-strong);
    outline: none;
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background: var(--ae-account-ink);
    cursor: pointer;
    border: 0;
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsRange::-moz-range-thumb {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background: var(--ae-account-ink);
    cursor: pointer;
    border: 0;
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsCustomVal {
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
    font-family: var(--ae-font-body, "Inter", system-ui, sans-serif);
    font-weight: 400;
    font-size: 0.8125rem;
    color: var(--ae-account-ink);
    min-width: 4rem;
    justify-content: flex-end;
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsNumber {
    width: 3.25rem;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--ae-account-line);
    padding: 0.125rem 0;
    font: inherit;
    color: var(--ae-account-ink);
    text-align: right;
    /* iOS auto-zoom is suppressed by 16px font-size on focus targets, but this
       sits inside a wider input row — the range provides the primary handle */
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsNumber:focus {
    outline: none;
    border-bottom-color: var(--ae-account-ink);
}
.aeAccountPreferences--editorial .aeAccountPrefs__alertsFoot {
    margin: 1rem 0 0;
    font-family: var(--ae-font-editorial, "Fraunces", Georgia, serif);
    font-style: italic;
    font-weight: 300;
    font-size: 0.8125rem;
    color: var(--ae-account-muted);
}
