    /* Jim's special handlekurv kode 2024 */
    .fa-shopping-cart {
        position: relative;
    }

    .fa-shopping-cart::after {
        position: absolute;
        bottom: 5px;
        left: 5px;
        display: inline-block;
        content: '0';
        background-color: rgb(209, 183, 98);
        color: #fff;
        font-size: 0.8em;
        line-height: 1em;
        border-radius: 150px;
        height: 16px;
        width: 16px;
    }
    