.card .product-card-bottom{
	display: flex;
	align-items: center;
}

.card .product-card-bottom .price__container {
	flex:1;
}

.card .product-card-bottom button.component-button{
	flex:2;
}