

/* Start:/local/components/adn/brands/templates/.default/style.css?17438827191010*/
.brand-list {
    display: flex;
    flex-wrap: wrap;
}

.brand-list__item {
    background-color: #fff;
    flex: 1 1 50%;
    max-width: 50%;
    height: 18vw;
    border: 1px solid #e6e6e6;
    margin-left: -1px;
    margin-bottom: 30px;
    transition: .3s;
}

.brand-list__item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    z-index: 1;
}

.brand-list__item a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.brand-detail__text p {
    line-height: 20pt;
}

@media screen and (min-width: 480px) {
    .brand-list__item {
        flex: 1 1 33.3333333%;
        max-width: 33.3333333%;
    }
}

@media screen and (min-width: 768px) {
    .brand-list__item {
        flex: 1 1 25%;
        max-width: 25%;
        height: 7.3vw;
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 1000px) {
    .brand-list__item {
        flex: 1 1 16.6666666%;
        max-width: 16.6666666%;
    }
}
/* End */


/* Start:/local/components/adn/brands.view/templates/.default/style.css?1743882719568*/
.brand-detail {
    /*display: flex;*/
    align-items: center;
}
/*
.brand-detail__img {
    flex: 1 1 25%;
    max-width: 25%;
}
*/

.brand-detail__img {
	float: right;
	margin-left: 4.5%;
	max-width: 25%;
}

.brand-detail__text {
    flex: 1 1 60%;
    /*padding-left: 25px;*/
}

@media screen and (max-width: 480px){
    .brand-detail {
        flex-direction: column;
    }

    .brand-detail__img {
        flex: 1 1 100%;
        max-width: 100%;
		margin-left: 0;
    }
    
    .brand-detail__text {
        flex: 1 1 100%;
        padding-left: 0px;
    }

}
/* End */
/* /local/components/adn/brands/templates/.default/style.css?17438827191010 */
/* /local/components/adn/brands.view/templates/.default/style.css?1743882719568 */
