**
* Nav
*/

.navbar {
    text-transform: uppercase;
}
.navbar .is-dark {
    background: #444;
}

/**
* Footer
*/

.footer a {
    margin-bottom: 15px;
    display: inline-block;
    color: #444;
}

/**
* Bulma overrides
*/

.input, .button {
    border-radius: 0;
}

/**
*Product list item
*/
.product-list-item .box .subtitle {
    margin-bottom: 0;
}
.product-list-item .box .price {
    color: #888;
}
