.packing-list__img img{
	width: 100%;
	height: auto;
	object-fit: contain;
}

.packing-list__img{
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	height: 210px;
}

.packing-list__card{
	display: flex;
	flex-direction: column;
	padding: 15px;
	border-radius: 20px;
	background-color: white;
	height: 100%;
	gap: 10px;
	box-sizing: border-box;
}

.price_row{
	margin-top: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

	color: var(--blue-nav, #1724C2);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.desc_col{
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
}

.packing-list__item{
	height: 100%;
}