.block-shop-product-favorite-button::before {
    content: 'favorite_border';
}

.block-shop-product-favorite-button[data-status="true"]::before {
    content: 'favorite';
}

.block-shop-warehouse-list {
    display: flex;
}