html.aq-locked{overflow:hidden}@media (max-width:767px){#aq-m-header{position:sticky;top:0;z-index:10000;background:inherit;transition:none!important}#aq-m-search{--search-max-h:220px;overflow:hidden;max-height:var(--search-max-h);opacity:1;transform:scaleY(1);transform-origin:top;contain:layout paint;will-change:transform,opacity,max-height;backface-visibility:hidden;transition:transform .28s cubic-bezier(.22,.61,.36,1),max-height .28s cubic-bezier(.22,.61,.36,1),opacity .18s linear,margin .28s cubic-bezier(.22,.61,.36,1),padding .28s cubic-bezier(.22,.61,.36,1)}#aq-m-header.header-compact #aq-m-search{max-height:0;opacity:0;transform:scaleY(.96);margin:0!important;padding:0!important}@media (prefers-reduced-motion:reduce){#aq-m-search{transition:none}}}add_filter('woocommerce_account_menu_items','aq_customize_my_account_menu',99);function aq_customize_my_account_menu($items){unset($items['dashboard']);unset($items['downloads']);return $items}