@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideBottomToTopDrawer{0%{bottom:0;opacity:0;transform:translate3d(0,100%,0)}to{bottom:0;opacity:1;transform:translate(0)}}@keyframes slideDrawerToBottom{0%{bottom:0;opacity:1;transform:translate(0)}to{bottom:0;opacity:0;transform:translate3d(0,100%,0)}}.theme-header-mobile{position:relative;z-index:15}.theme-header-mobile__search-form{height:48px}.theme-header-mobile__search-form input{border:1px solid var(--gray-300)!important;border-radius:12px;height:100%;opacity:.5;width:100%}.theme-header-mobile__search-form input::-moz-placeholder{color:var(--gray-500);opacity:.7}.theme-header-mobile__search-form input::placeholder{color:var(--gray-500);opacity:.7}.theme-header-mobile__search-form input:active,.theme-header-mobile__search-form input:checked,.theme-header-mobile__search-form input:focus{background-color:transparent!important}.theme-header-mobile__search-form .search-icon{bottom:16px;position:absolute;right:16px;top:16px}.theme-header-mobile__cart-counter{background-color:var(--danger);border-radius:50%;height:16px;position:absolute;right:-4px;top:-4px;width:16px}.theme-header-mobile__dot-separator{background-color:var(--gray-200);border-radius:2px;height:4px;width:4px}.theme-header-mobile__logo{height:40px}.theme-header-mobile__logo img{height:100%}.theme-header-mobile__sticky.sticky{animation:slideDown .5s ease forwards;position:fixed;top:0;width:100%}.theme-header-mobile__drawer{display:none;inset:0;opacity:0;position:fixed;transition:all .3s ease;z-index:10505}.theme-header-mobile__drawer.show{display:block;opacity:1}.theme-header-mobile__drawer.show .theme-header-mobile__drawer-back-drop{opacity:1;pointer-events:auto}.theme-header-mobile__drawer.show .theme-header-mobile__drawer-body{transform:translateY(0)}.theme-header-mobile__drawer-back-drop{background-color:rgba(0,0,0,.1);inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;z-index:10505}.theme-header-mobile__drawer-body{animation-duration:.3s;animation-fill-mode:forwards;animation-name:slideBottomToTopDrawer;background-color:var(--white);border-radius:24px 24px 0 0;bottom:0;left:0;position:absolute;width:100%;z-index:10506}.theme-header-mobile__drawer-body.slide-down{animation-duration:.3s;animation-fill-mode:forwards;animation-name:slideDrawerToBottom}.theme-header-mobile__main-menu-drawer{background-color:var(--white);height:100vh;position:fixed;top:130%;transition:top .4s cubic-bezier(.43,.83,.54,1.02),opacity .4s linear;width:100vw;z-index:1050}.theme-header-mobile__main-menu-drawer.show{top:0}.theme-header-mobile__main-menu-drawer .tab-toggle-item{color:var(--gray-500);font-size:12px}.theme-header-mobile__main-menu-drawer .tab-toggle-item.active{color:var(--dark)}.theme-header-mobile__main-menu-drawer .tab-toggle-item-separator{background-color:var(--gray-200);height:23px;margin:0 16px;width:1px}.theme-header-mobile__main-menu-drawer .custom-tabs-content{height:calc(100vh - 242px);overflow-y:auto;padding:24px}.theme-header-mobile__main-menu-drawer .custom-tabs-content.without-bottom-specific-button{height:calc(100vh - 170px)}.theme-header-mobile__user-verify-badge{bottom:0;height:14px;min-width:14px;position:absolute;right:0;width:14px}
