@media (min-width: 769px) {
  .fm-header-v2 .hv2-cart {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(17, 24, 39, .86);
    text-decoration: none;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
    backdrop-filter: blur(16px) saturate(1.25);
    -webkit-backdrop-filter: blur(16px) saturate(1.25);
    transition: transform 120ms ease, box-shadow 140ms ease, background 140ms ease;
  }

  .fm-header-v2 .hv2-cart:hover {
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .20);
    transform: translateY(-1px);
  }

  .fm-header-v2 .hv2-cart .material-icons {
    font-size: 21px;
    line-height: 1;
  }

  .fm-header-v2 .hv2-cart__badge {
    position: absolute;
    right: -5px;
    top: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(239, 68, 68, .25);
  }
}
