.gift {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2rem;
}

.gift img {
	width: 100%;
	height: 8.1rem;
	border-radius: 3.5rem;
}

.gift p {
	font-family: "BebasNeue", sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
	padding: 1.6rem 3.2rem;
	background-color: #fff;
	border-radius: 3.5rem;
	border: 0.2rem solid #7f26c5;
}

@media (min-width: 640px) {
	.gift {
		flex-direction: row;
	}

	.gift img {
		flex-shrink: 0;
		width: 13.8rem;
		height: 9.6rem;
	}

	.gift p {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		font-size: 3.2rem;
	}
}

@media (min-width: 1024px) {
	.gift {
		max-width: 80rem;
	}
}

.btn-grid__regular-price {
	margin: 0.4rem 0;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: line-through;
}
