.shoppingCartCompact__link {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.shoppingCartCompact__icon {
    font-style: normal;
}

.shoppingCartCompact__number {
    position: absolute;
    top: 0;
    right: -13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    color: #fff;
    background-color: var(--accentColor500);
}

.variantMyPages .shoppingCartCompact__number,
.variantMyPagesHome .shoppingCartCompact__number {
    background-color: var(--primaryColor500);
}

    /**
     * Products popup
     */

.shoppingCartCompact .c-productsPopup {
    margin-top: -1000px;
    opacity: 0;
    transition: opacity .3s ease .7s, margin-top .5s ease .6s;
}

.shopping-cart-compact--peekInto .c-productsPopup {
    opacity: 1;
    margin-top: 50px;
    transition: opacity 0.5s ease .5s, margin-top 0.5s ease .2s;
}

.c-productsPopup__productPrice {
    word-break: normal;
}
