.customer-profile-menu {position:relative;color:var(--theme-header-text,#fff);}
.customer-profile-menu summary {cursor:pointer;padding:.5rem;white-space:nowrap;}
.customer-profile-options {position:absolute;right:0;top:100%;min-width:200px;padding:.35rem;background:var(--theme-header,#101827);border:1px solid var(--theme-border,#aebec9);border-radius:.3rem;box-shadow:0 4px 12px #0003;z-index:30;}
.site-header .customer-profile-options a {display:block;padding:.55rem .75rem;white-space:nowrap;}
.customer-profile-options a:hover {text-decoration:underline;}
.profile-account-links {display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;padding:.65rem 0;margin-bottom:1rem;}
.profile-account-links a {display:inline-flex;align-items:center;min-height:32px;}
@media(max-width:1000px) {.customer-profile-options {position:static;box-shadow:none;min-width:0;}}
@media(pointer:coarse) {.customer-profile-menu summary,.site-header .customer-profile-options a,.profile-account-links a {min-height:44px;}}
