.mh-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mh-mobile-overlay.is-open{opacity:1;visibility:visible}.mh-mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:100%;max-width:100vw;background:#fff;z-index:200;transform:translate(-100%);transition:transform .35s cubic-bezier(.33,.86,.34,1);overflow-y:auto;display:flex;flex-direction:column;padding:0!important}.mh-mobile-drawer.is-open{transform:translate(0)}.mh-mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;flex-shrink:0}.mh-mobile-drawer__menu-label{font-family:var(--mh-font-body);font-size:11px;font-weight:600;letter-spacing:.12em;color:var(--mh-text-muted)}.mh-mobile-drawer__logo,.mh-mobile-drawer__title{display:none}.mh-mobile-drawer__close{width:40px;height:40px;border-radius:50%;background:var(--mh-border-light);border:none;cursor:pointer;color:var(--mh-text);display:flex;align-items:center;justify-content:center;transition:background .2s}.mh-mobile-drawer__close:hover{background:var(--mh-border)}.mh-mobile-drawer__close svg{width:18px;height:18px}.mh-mobile-drawer__nav{padding:0 16px}.mh-mobile-drawer__item{border-bottom:1px solid var(--mh-border)}.mh-mobile-drawer__link-row{display:flex;align-items:center;justify-content:space-between}.mh-mobile-drawer__link{display:flex;align-items:center;gap:6px;padding:18px 0;font-family:var(--mh-font-body);font-size:22px;font-weight:500;color:var(--mh-text);text-decoration:none;flex:1;transition:color .2s}.mh-mobile-drawer__link:hover{color:var(--mh-green)}.mh-mobile-drawer__badge{display:inline-flex;align-items:center;padding:3px 10px;background:var(--mh-sale);color:#fff;font-family:var(--mh-font-body);font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:999px;line-height:1;margin-left:8px}.mh-mobile-drawer__link .mh-header__sparkle{color:var(--mh-sale);font-size:14px}.mh-mobile-drawer__toggle{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--mh-text-muted);padding:0;flex-shrink:0;font-family:var(--mh-font-body);font-size:22px;font-weight:300;transition:color .2s}.mh-mobile-drawer__toggle:hover{color:var(--mh-text)}.mh-mobile-drawer__toggle-plus{display:block}.mh-mobile-drawer__toggle-minus,.mh-mobile-drawer__item.is-open .mh-mobile-drawer__toggle-plus{display:none}.mh-mobile-drawer__item.is-open .mh-mobile-drawer__toggle-minus{display:block}.mh-mobile-drawer__toggle-icon{display:none}.mh-mobile-drawer__sub{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease;padding-left:8px}.mh-mobile-drawer__item.is-open .mh-mobile-drawer__sub{grid-template-rows:1fr}.mh-mobile-drawer__sub-inner{overflow:hidden;min-height:0}.mh-mobile-drawer__sub-title{display:block;font-family:var(--mh-font-body);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--mh-text-faint);padding:12px 0 6px}.mh-mobile-drawer__sub-link{display:flex;align-items:center;gap:12px;padding:10px 0;font-family:var(--mh-font-body);font-size:15px;font-weight:400;color:var(--mh-text-muted);text-decoration:none;transition:color .2s;border-bottom:1px solid var(--mh-border-light)}.mh-mobile-drawer__sub-link:last-child{border-bottom:none;margin-bottom:8px}.mh-mobile-drawer__sub-link:hover{color:var(--mh-text)}.mh-mobile-drawer__sub-img{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--mh-surface)}.mh-mobile-drawer__account{padding:16px;border-top:none}.mh-mobile-drawer__account-link{display:flex;align-items:center;gap:10px;font-family:var(--mh-font-body);font-size:16px;font-weight:500;color:var(--mh-text);text-decoration:none;transition:color .2s}.mh-mobile-drawer__account-link:hover{color:var(--mh-green)}.mh-mobile-drawer__account-link svg{color:var(--mh-text-muted)}.mh-mobile-drawer__social{display:flex;align-items:center;justify-content:center;gap:24px;padding:16px}.mh-mobile-drawer__social-icon{color:var(--mh-text);opacity:.6;transition:opacity .2s;display:flex;align-items:center;justify-content:center;text-decoration:none}.mh-mobile-drawer__social-icon:hover{opacity:1}.mh-mobile-drawer__locale{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 24px;gap:16px;flex-shrink:0}.mh-mobile-drawer__locale-btn{position:relative}.mh-mobile-drawer__locale-btn>button{background:none;border:none;cursor:pointer;font-family:var(--mh-font-body);font-size:13px;color:var(--mh-text-muted);display:flex;align-items:center;gap:4px;padding:0;transition:color .2s}.mh-mobile-drawer__locale-btn>button:hover{color:var(--mh-text)}.mh-mobile-drawer__locale-dropdown{position:absolute;bottom:100%;left:0;margin-bottom:8px;background:#fff;border:1px solid var(--mh-border);border-radius:8px;box-shadow:0 8px 24px #0000001f;min-width:200px;max-height:180px;overflow-y:auto;padding:4px;z-index:10}.mh-mobile-drawer__locale-dropdown button{display:block;width:100%;text-align:left;background:none;border:none;padding:8px 12px;font-family:var(--mh-font-body);font-size:12px;color:var(--mh-text-muted);cursor:pointer;border-radius:4px;transition:background .15s,color .15s}.mh-mobile-drawer__locale-dropdown button:hover{background:var(--mh-surface);color:var(--mh-text)}.mh-mobile-drawer__locale-dropdown button.active{color:var(--mh-text);font-weight:600}.mh-mobile-drawer__icons{display:none}
/*# sourceMappingURL=/cdn/shop/t/13/assets/mh-mobile-drawer.css.map */
