/**
 * CSS related to products popup
 */

.shopping-cart-compact .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__orderButton.button {
    padding: 0.5em 1em 0.5em;
    color: #fff;
}
