#main {
    padding-bottom : 25px;
    background: white;
}

.brands__list {
    margin-top            : 15px;
    display               : grid;
    grid-template-columns : repeat(2, 1fr);
    grid-gap              : 5px;
}

.brands__list .brand {
    background : white;
    text-align : center;
    padding    : 15px;
}

.brands__list .brand a {
    text-decoration : none;
}

.brands__list .brand .brand-infos p {
    color     : var(--primary-color);
    font-size : 1rem;
}

.brands__list .brand .brand-products {
    display        : flex;
    flex-direction : column;
    align-items    : center;
}


.brands__list .brand .brand-products span {
    color     : #232323;
    font-size : .9rem;
}

.brands__list .brand-products span:nth-of-type(2):hover{
    color: var(--secondary-color);
}
.brands__list .brand-products span:nth-of-type(2){
    text-transform: uppercase;
}

.brand__product-list {
    padding-bottom : 15px;
}

#manufacturer-description {
    padding : 10px;
}

#manufacturer-description p {
    text-align : center;
}

.products {
    display               : grid;
    grid-template-columns : repeat(2, 1fr);
    grid-gap              : 10px;

}

#manufacturer #js-product-list>.products{
    padding: 50px;
}

.products .product-miniature {
    padding : 0;
}
