.discount-card-page {
	display: flex;
	flex-direction: column;
	gap: 0.32rem;
}

.discount-card-offer {
	margin-top: 0.24rem;
	padding: 0.24rem;
	border-radius: 0.12rem;
	background: #f7f8f9;
}

.discount-card-offer__content {
	display: flex;
	flex-direction: column;
	gap: 0.14rem;
}

.discount-card-offer__eyebrow {
	font-size: 0.14rem;
	font-weight: 700;
	line-height: 1;
	color: #359327;
	text-transform: uppercase;
}

.discount-card-offer__title {
	font-size: 0.28rem;
	font-weight: 700;
	line-height: 1.1;
}

.discount-card-offer__description {
	font-size: 0.16rem;
	line-height: 1.45;
}

.discount-card-offer__price {
	font-size: 0.32rem;
	font-weight: 700;
	line-height: 1;
}

.discount-card-offer__message {
	padding: 0.12rem 0.14rem;
	border-radius: 0.08rem;
	background: #fff4e8;
	color: #9a5416;
	font-size: 0.15rem;
	line-height: 1.4;
}

.discount-card-offer__message--in_cart {
	background: #edf8eb;
	color: #2f6f25;
}

.discount-card-offer__message--owned {
	background: #eef4ff;
	color: #28518c;
}

.discount-card-offer__message--error {
	background: #fff0f0;
	color: #b53030;
}

.discount-card-offer__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.16rem;
}

.discount-card-offer__button {
	padding: 0.14rem 0.24rem;
	border-radius: 0.08rem;
	font-size: 0.16rem;
	font-weight: 700;
}

.discount-card-offer__link {
	font-size: 0.16rem;
	color: #359327;
	text-decoration: underline;
}

.discount-card-offer--cart {
	margin-top: 0.2rem;
}

.cart-product__quantity-static {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0.8rem;
	height: 0.44rem;
	padding: 0 0.16rem;
	border-radius: 0.08rem;
	background: #f7f8f9;
	font-size: 0.16rem;
	font-weight: 700;
	color: #000;
}

.checkout-form__phone-note {
	margin-top: 0.1rem;
	font-size: 0.14rem;
	line-height: 1.35;
	color: #359327;
}

@media screen and (max-width: 719px) {
	.discount-card-page {
		gap: 0.24rem;
	}

	.discount-card-offer {
		margin-top: 0.16rem;
		padding: 0.2rem;
	}

	.discount-card-offer__title {
		font-size: 0.22rem;
	}

	.discount-card-offer__price {
		font-size: 0.28rem;
	}

	.discount-card-offer__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.discount-card-offer__button,
	.discount-card-offer__link {
		width: 100%;
		text-align: center;
	}

	.checkout-form__phone-note {
		font-size: 0.13rem;
	}
}
