/* Header cart — icon only, square white block on dark nav */
a.liftstock-header-cart {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    padding: 8px !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #222246 !important;
    text-decoration: none !important;
    flex-shrink: 0;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    line-height: 1;
    float: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

a.liftstock-header-cart:hover,
a.liftstock-header-cart:focus {
    background: #f5f6fa !important;
    border-color: #f5f6fa !important;
}

.liftstock-header-cart__icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.liftstock-header-cart__icon {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: brightness(0) saturate(100%) invert(11%) sepia(30%) saturate(1200%) hue-rotate(210deg) brightness(95%) contrast(95%);
}

.liftstock-header-cart__label {
    display: none !important;
}

.liftstock-header-cart__count {
    position: absolute;
    top: -7px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff !important;
    font-size: 9px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    box-shadow: 0 0 0 2px #fff;
    pointer-events: none;
}

.liftstock-header-cart:not(.is-active) .liftstock-header-cart__count {
    display: none;
}

@media (max-width: 991px) {
    .masthead .liftstock-header-cart {
        display: none !important;
    }
}
