#main {
    padding-bottom : 25px;
}

.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(--color-primary);
    font-size : 1rem;
}

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

.brands__list .brand .brand-products span {
    color     : var(--color-black-default);
    font-size : .9rem;
}

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

#manufacturer-description {
    padding : 10px;
}

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

#manufacturer-description > p > a {
    display: inline-flex;
    align-items: center;
    background: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
    padding: 1em;
    margin-bottom: 1em;
}

#manufacturer-description > p > a:hover {
    background: #fff;
    color: var(--color-primary);
}

#manufacturer-description > p > a:after {
    content: '';
    width: 0.8em;
    height: 0.8em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    margin-left: 8px;
    transform: rotate(45deg);
    top: -0.2em;
    position: relative;
}

#manufacturer-description > p > a:hover:after {
    border-bottom: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
}

#manufacturer-description > p > a strong img {
    display: none;
}

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