/* 隐藏搜索、登录、购物车三个入口图标（PC header + 移动端 dock） */
.search-drawer-button,
.cart-drawer-button,
.header__buttons a[href*="customer_authentication"],
#SearchDrawer,
#CartDrawer,
mobile-dock a[aria-controls="SearchDrawer"],
mobile-dock a[aria-controls="CartDrawer"],
mobile-dock a[href*="customer_authentication"] {
  display: none !important;
}
