product-recommendations{display:block}

.header__tools{display:flex;align-items:center;gap:.5rem}
.header-icon-button{position:relative;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--navy);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}
.header-icon-button:hover{border-color:rgba(5,42,58,.12);background:rgba(255,255,255,.68);transform:translateY(-1px)}
.header-icon-button:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.header-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.header-cart{margin-left:.05rem}
.cart-count{position:absolute;right:-3px;top:-3px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border:2px solid var(--header-background,#fff);border-radius:999px;background:var(--orange);color:#fff;font-size:.62rem;font-weight:800;line-height:1}
