#mobilemenu{background:#fff;background:var(--black_bg_black);position:relative;transition:left .4s ease 0s,opacity .4s ease 0s;position:fixed;z-index:3002;overflow:hidden;overflow-y:auto;scrollbar-gutter:stable}.mobilemenu{overflow:hidden}.mobilemenu__inner{--menu-ph:32px;display:flex;flex-direction:column;width:100%;transition:transform .2s ease-in-out;padding:24px var(--menu-ph)}.mmenu_leftside #mobilemenu{left:-100%;top:0;bottom:0;width:300px;max-width:100%}.mmenu_leftside #mobilemenu.show{left:0;box-shadow:0 -1px 0 0 rgba(255,255,255,.1)}.mobilemenu__item-wrapper{padding:0 40px}.mobilemenu__menu>ul{padding:0;margin:0}.mobilemenu__menu-dropdown{left:100%;top:0;width:100%;border:medium none;box-shadow:none;visibility:visible;opacity:1;display:none;position:absolute;z-index:5;background:#fff;background:var(--black_bg_black);margin:0;padding:27px var(--menu-ph);gap:var(--gap,4px);flex-direction:column}.mobilemenu__menu-item--expanded>.mobilemenu__menu-dropdown{display:block;display:flex}.mobilemenu__menu-item{list-style:none;display:block;margin:0;width:100%;padding:0;line-height:0}.mobilemenu__menu-item>.link-wrapper{position:relative}.mobilemenu__menu-item>.link-wrapper a:not(.flexbox){padding-block:8px;display:block;position:relative;word-break:break-word}.mobilemenu__menu-item--back-text{padding:4px 0}.mobilemenu__menu-item--parent>.link-wrapper a{padding-right:50px}.mobilemenu .menu-arrow.svg{right:0;top:50%;transform:translateY(-3px);width:auto;height:auto;line-height:inherit}.mobilemenu .menu-arrow svg{vertical-align:middle}.mobilemenu .toggle_block{width:50px}.mobilemenu__menu-item--selected{position:static}.mobilemenu__menu-item--selected>.link-wrapper a:before{content:"";position:absolute;top:50%;transform:translateY(-2px);left:-10px;width:4px;height:4px;border-radius:100%;background-color:#9e9e9e;background-color:var(--theme-base-color)}.mobilemenu__menu-item--expanded{position:static}.mobilemenu .logo{height:38px}.mobilemenu__menu-item.mobilemenu__menu-item--with-icon>.link-wrapper a{display:flex;gap:8px;padding-block:2px}.mobilemenu__menu :is(.header-cart__count,.icon-count){right:0;top:50%;transform:translateY(-8px)}.mobilemenu__separator{height:1px;background:var(--stroke_black)}.mobilemenu__overlay{display:none;background:#3a3f44;opacity:.7!important;height:100%;width:100%;position:fixed;left:0;top:0;z-index:2999}.mobilemenu__close{width:46px;height:46px;position:absolute;top:20px;right:11px;display:flex;justify-content:center;align-items:center;z-index:1;cursor:pointer}