.logo .site-logo-image {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
}

.cart-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    margin-left: 4px;
    padding: 0 6px;
    border-radius: 5px;
    background-color: #dc3545;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    box-shadow: 0 2px 5px rgba(220, 53, 69, .22);
}

.cart-count-badge[hidden] {
    display: none !important;
}
