.bx_catalog_line_img .brandHover,
.collection__itemHover,
.brands__itemHover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.bx_catalog_line_img .brandHover:before,
.collection__itemHoverbefore,
.brands__itemHover:before {
content: '';
display: block;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.bx_catalog_line_img:hover .brandHover:before,
.collection__listItem:hover .collection__itemHover:before,
.brands__listItemLink:hover .brands__itemHover:before {
border: 2px solid #ec2024;
}