﻿.banner-img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: 0 77%;
}

.header{
    text-align:center;
    margin:1rem auto;
}

.product-list .item-box .add-to-compare-list-button, .product-list .item-box .add-to-wishlist-button {
    display: none;
}

.product-list .item-box .product-title {
    display: none;
}

.product-list .cellar .picture {
    display: none;
}

.item-box .buttons {
    text-align: center;
}

.item-box .description {
    display:none !important;
}

.product-list .item-box .picture + .details {
    margin: 0 !important;
    text-align: center;
}

.description{
    text-align:center;
    margin:1rem auto;
    color:#444;
    max-width:50%;
    line-height:1.8;
}

@media(max-width:1000px){
    .description{
        max-width:95%;
    }

    .product-list{
        margin:0;
    }

    .item-box{
        margin:1rem auto;
        float:none;
    }
}