.header-cart{position:relative;width:44px;height:44px;margin:0;padding:0!important;display:grid;place-items:center;border:1px solid var(--navy);border-radius:50%;background:var(--navy);color:#fff;transition:transform .2s,background .2s}.header-cart:hover{transform:translateY(-2px);background:var(--ink)}.header-cart svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header-cart .cart-count{position:absolute;right:-6px;top:-7px;min-width:22px;height:22px;padding:0 5px;display:grid;place-items:center;border:2px solid var(--paper);border-radius:999px;background:var(--accent);color:var(--navy);font-size:.67rem;font-weight:900;line-height:1;box-shadow:0 3px 8px rgba(21,25,31,.18)}@media(max-width:900px){.header-cart{width:42px;height:42px}.header-cart .cart-count{right:-5px;top:-6px}}
