.menu-tools{position:relative;display:flex;gap:.4em;margin-left:auto}@media (max-width:768px){.menu-tools__link--account{display:none}}.menu-tools__link a{display:flex;width:2em;height:2em;justify-content:center;align-items:center}.menu-tools__link span{display:none}.menu-tools svg{display:block;line-height:1;width:1em;height:1em;fill:var(--color-black)}.menu-tools .cart-counter{position:absolute;right:-.1em;bottom:-.1em;display:flex;justify-content:center;align-items:center}.menu-tools .cart-counter span{background-color:var(--color-black);color:var(--color-white);font-size:.6875em;font-weight:700;width:1.5em;height:1.5em;border-radius:50%;display:flex;justify-content:center;align-items:center;text-align:center;line-height:1}.menu-tools .cart-counter span.hidden{display:none}