.short-menu{position:fixed;bottom:0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:20px;z-index:1;pointer-events:none;transition:transform .3s cubic-bezier(.4,0,.2,1);--motion-translate: 75px;--menu-width: 230px;--translate-height: auto}.short-menu--button{padding:4px;background:var(--short_menu_background, red);color:var(--short_menu_color, #fff);border-radius:100px;display:grid;grid-template-columns:auto 1fr;gap:5px;align-items:center;pointer-events:auto;max-width:400px;width:var(--menu-width);transition:width .3s cubic-bezier(.4,0,.2,1)}.short-menu--button-icon{width:70px;height:70px;background:var(--short_menu_color, #fff);color:var(--short_menu_background, red);border-radius:100%;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.short-menu--button-text{padding-right:12px;transition:.2s cubic-bezier(.4,0,.2,1)}.short-menu--button-text *{color:var(--short_menu_color, #fff)}.short-menu--menu{position:absolute;background:var(--short_menu_background, red);color:var(--short_menu_color, #fff);overflow:hidden;width:var(--menu-max-width, 230px);pointer-events:none;height:78px;opacity:0;border-radius:40px;transition:height .3s cubic-bezier(.4,0,.2,1)}.short-menu--menu-list{padding:15px 10px;display:flex;flex-direction:column;align-items:center;opacity:0;height:100%;overflow:auto}.short-menu--menu.active .short-menu--menu-list{opacity:1}.short-menu--menu.active{opacity:1;height:var(--translate-height);overflow:visible;transition:height .3s cubic-bezier(.4,0,.2,1)}.short-menu--menu .short-menu--menu-link-cursor{transform:translateY(var(--background-translate, 0%));height:var(--short-item-height)}.short-menu--menu-link{padding:15px 10px;display:flex;align-items:center;justify-content:center;color:var(--short_menu_color, #fff);z-index:1;transition:.2s cubic-bezier(.4,0,.2,1)}.short-menu--menu-link-cursor{display:block;position:absolute;width:calc(100% - 20px);bottom:15px;border-radius:100px;padding:15px 10px;background:var(--short_menu_color, #fff);transition:.2s cubic-bezier(.4,0,.2,1)}@media (min-width:1025px){.short-menu--button:hover .short-menu--button-icon,.short-menu:has(.short-menu--menu.active) .short-menu--button .short-menu--button-icon{transform:translate(var(--motion-translate)) rotate(90deg)}.short-menu--button:hover .short-menu--button-text,.short-menu:has(.short-menu--menu.active) .short-menu--button .short-menu--button-text{transform:translate(20px);opacity:0}.short-menu--menu-item.active .short-menu--menu-link,.short-menu--menu-link:hover{color:var(--short_menu_background, red)}.short-menu--button:hover,.short-menu:has(.short-menu--menu.active) .short-menu--button{width:var(--menu-max-width)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/short-menu.css.map */
