.qht-icon-cart-empty {
    font-size: 98px
}

.cart-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    min-height: calc(100vh - 300px)
}

.cart-empty .qht-icon {
    [dir="ltr"] & {
        margin-right: 30px;
    }
    [dir="rtl"] & {
        margin-left: 30px;
    }
    color: #bbb
}

.cart-empty a {
    color: var(--color-primary)
}

.cart-empty a:hover {
    text-decoration: underline
}
