.h-brands__link img {
    border: 1px solid #e7e7e7;
}

/* КОМПЛЕКТ ПО УМОЛЧАНИЮ */
.productsets-userbundle-thumbs img {
    max-width: 156px;
    max-height: 156px;
    border:1px solid #e7e7e7;
}

/* Добавили высоту и ширину к картике КОМПЛЕКТ ПО УМОЛЧАНИЮ */
.productsets-userbundle-thumbs img, .productsets-userbundle-thumbs svg {
    max-width:  156px;
    max-height: 156px;
}
.productsets-userbundle-thumbs svg
 {
   width: 156px;
   height: 156px;
}


/*Осветлили рамку в блоках у картинки / Было #000000 */
 .productsets-userbundle-item .productsets-item-image { 
    height: 142px;  /*(Было 122)*/  
    border-color: #e7e7e7;   
    
}   

.header__address-bl {
display: flex;
align-items: center;
gap: 6px;
}
