/*
 * Per page navigation
 */

.webshop-products-nav {
    margin: 1rem 0;
}

.webshop-products-nav.top,
.webshop-products-nav .pages {
    display: none;
}

.webshop-products-nav ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.webshop-products-nav li {
    margin: 0 .5rem;
}

.webshop-products-nav ol li:first-child:not(.current),
.webshop-products-nav ol li:last-child:not(.current) {
    display: none;
}

.webshop-products-nav li a {
    display: block;
    padding: .5rem;
    text-decoration: none;
}

.webshop-products-nav li:not(.current) a {
    color: inherit;
}

.webshop-products-nav li.current a:hover {
    cursor: unset;
}
