/*@PRODUCTS*/
body >main .home > .products {
    padding: 2rem 1rem;
    background-color: var(--panel-green);
    min-height: 20rem;
}

body >main .home > .products h2 {
    margin-bottom: 2rem;
    text-align: center;
}

body >main .home > .products .no-due {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.2rem;
}

body >main .home > .products .no-due > div:nth-child(1) {
    width: 5rem;
    height: 5rem;
    margin:0 auto 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 50%;
}

body >main .home > .products .product-event.entry:not(.due) { display: none; }

/*@MENU*/
body > main .home > #menu {
    padding: 1rem;
}

body > main .home > #menu button {
    width: 100%;
    margin-bottom: 1rem;
    justify-content: center;
}
