.gift-item-image-wrapper {
	display: block;
	width: 100%;
	height: 430px;
}
.gift-item-image-original {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.gift-item-title a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 16px 0 20px;
}
.gift-item-button-container path {
	stroke: var(--theme-txt);
}
@media (max-width: 992px) {
	.gift-item-image-wrapper {
		height: 330px;
	}
}
@media (max-width: 768px) {
	.gift-item-image-wrapper {
		height: 380px;
	}
}
@media (max-width: 576px) {
	.gift-item-image-wrapper {
		height: 65vw;
	}
}