.menu-desktop-tools{display:flex;margin-left:auto;gap:1em;height:100%;align-items:center}.menu-desktop-tools__link{position:relative}@media (max-width:1024px){.menu-desktop-tools__link--account,.menu-desktop-tools__link--wishlist{display:none}}.menu-desktop-tools a{display:flex;justify-content:center;align-items:center;width:1.75em;height:3em}.menu-desktop-tools a span{display:none}.menu-desktop-tools svg{width:1.75em;height:1.75em}.menu-desktop-tools svg circle,.menu-desktop-tools svg line,.menu-desktop-tools svg path{fill:none;stroke:var(--color-white);stroke-miterlimit:10;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.menu-desktop-tools #cart-counter{position:absolute;left:-.5em;bottom:0;display:flex;justify-content:center;align-items:center}.menu-desktop-tools #cart-counter .count{background-color:var(--color-secondary);color:var(--color-white);font-weight:600;width:-moz-fit-content;width:fit-content;height:1.25em;padding:0 .5em;border-radius:2em;display:flex;justify-content:center;align-items:center;text-align:center}.menu-desktop-tools #cart-counter .count span{display:block;position:relative;left:-1px;font-size:.625em;line-height:1}.menu-desktop-tools #cart-counter .count.hidden{display:none}