.nihao-coupons {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.nihao-coupons--cart h2 {
	margin: 0;
	color: #000000;
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0;
}

.nihao-coupon-card {
	position: relative;
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) 112px;
	min-height: 104px;
	overflow: hidden;
	border: 1px solid #ffd39a;
	background: #fff7ec;
}

.nihao-coupon-card::before,
.nihao-coupon-card::after {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 18px;
	border: 1px solid #ffd39a;
	border-radius: 50%;
	background: #ffffff;
	content: "";
	transform: translateY(-50%);
}

.nihao-coupon-card::before {
	left: 87px;
}

.nihao-coupon-card::after {
	right: 103px;
}

.nihao-coupon-card__value {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #ff9f18;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}

.nihao-coupon-card__body {
	min-width: 0;
	padding: 14px 12px 12px 18px;
}

.nihao-coupon-card__body h3 {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #000000;
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nihao-coupon-card__body p,
.nihao-coupon-card__body small {
	display: block;
	margin: 4px 0 0;
	overflow: hidden;
	color: #666666;
	font-size: 13px;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nihao-coupon-card__button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 0;
	padding: 10px;
	border: 0;
	border-left: 1px dashed #ffb451;
	background: #ffffff;
	color: #000000;
	cursor: pointer;
}

.nihao-coupon-card__button span {
	display: block;
	max-width: 100%;
	overflow: hidden;
	color: #ff8a00;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nihao-coupon-card__button b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	height: 26px;
	padding: 0 12px;
	border-radius: 999px;
	background: #000000;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 26px;
}

.nihao-coupon-card__button.is-copied b {
	background: #ff9f18;
}

.nihao-coupons--cart {
	margin-top: 8px;
	padding: 14px 16px 16px;
	border: 1px solid #eeeeee;
	background: #ffffff;
}

.nihao-coupons--cart h2 {
	font-size: 27px;
	font-weight: 700;
	line-height: 36px;
}

.nihao-coupons__stack {
	display: grid;
	gap: 10px;
	margin-top: 12px;
}

.nihao-coupons--cart .nihao-coupon-card {
	grid-template-columns: 86px minmax(0, 1fr) 94px;
	min-height: 92px;
}

.nihao-coupons--cart .nihao-coupon-card::before {
	left: 77px;
}

.nihao-coupons--cart .nihao-coupon-card::after {
	right: 85px;
}

.nihao-coupons--cart .nihao-coupon-card__value {
	font-size: 21px;
	line-height: 25px;
}

.nihao-coupons--cart .nihao-coupon-card__body {
	padding: 12px 10px 10px 16px;
}

.nihao-coupons--cart .nihao-coupon-card__body h3 {
	font-size: 14px;
	line-height: 19px;
}

.nihao-coupons--cart .nihao-coupon-card__body p,
.nihao-coupons--cart .nihao-coupon-card__body small {
	font-size: 12px;
	line-height: 17px;
}

.nihao-coupons--cart .nihao-coupon-card__button span {
	font-size: 12px;
	line-height: 18px;
}

.nihao-coupons--cart .nihao-coupon-card__button b {
	min-width: 52px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
}

.nihao-cart-summary__row--coupon {
	margin-top: 12px;
}

.nihao-cart-summary__row--coupon strong {
	color: #ff8a00;
	font-weight: 700;
}

.nihao-coupon-page {
	padding: 30px 22px 58px;
	background: #ffffff;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.nihao-coupon-page__panel {
	position: relative;
	width: min(100%, 1900px);
	min-height: 458px;
	margin: 0 auto;
	overflow: hidden;
	border: 2px solid #f1e8dc;
	border-radius: 12px;
	background: linear-gradient(#fff8eb 0 60%, #77563b 60% 100%);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.nihao-coupon-page__panel::before,
.nihao-coupon-page__panel::after {
	position: absolute;
	top: 176px;
	z-index: 1;
	width: 380px;
	height: 95px;
	border: 5px solid rgba(255, 244, 224, 0.78);
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
	background: #6f5037;
	content: "";
}

.nihao-coupon-page__panel::before {
	left: -28px;
}

.nihao-coupon-page__panel::after {
	right: -28px;
}

.nihao-coupon-page h1 {
	position: relative;
	z-index: 3;
	margin: 30px 20px 20px;
	color: #76543d;
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: 0;
	text-align: center;
}

.nihao-coupon-page__tickets {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 42px;
	width: min(100% - 420px, 1530px);
	margin: 0 auto;
}

.nihao-coupon-ticket {
	position: relative;
	min-height: 166px;
	overflow: hidden;
	border-radius: 6px;
	background: #ffc46f;
	color: #ffffff;
}

.nihao-coupon-ticket::before,
.nihao-coupon-ticket::after {
	position: absolute;
	left: 50%;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff8eb;
	content: "";
	transform: translateX(-50%);
}

.nihao-coupon-ticket::before {
	top: -12px;
}

.nihao-coupon-ticket::after {
	bottom: -12px;
}

.nihao-coupon-ticket h2 {
	position: relative;
	z-index: 2;
	margin: 22px 120px 20px 16px;
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0;
}

.nihao-coupon-ticket__items {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 0 126px 18px 16px;
}

.nihao-coupon-ticket__item {
	display: block;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ffffff;
	text-align: left;
	cursor: pointer;
}

.nihao-coupon-ticket__item.is-loading,
.nihao-coupon-ticket__item.is-claimed {
	opacity: 0.72;
}

.nihao-coupon-ticket__item strong,
.nihao-coupon-ticket__item span,
.nihao-coupon-ticket__item em {
	display: block;
	white-space: nowrap;
}

.nihao-coupon-ticket__item strong {
	font-size: 33px;
	font-weight: 700;
	line-height: 40px;
}

.nihao-coupon-ticket__item span {
	margin-top: 2px;
	font-size: 16px;
	line-height: 22px;
}

.nihao-coupon-ticket__item em {
	width: fit-content;
	min-width: 58px;
	height: 22px;
	margin-top: 9px;
	padding: 0 10px;
	border-radius: 999px;
	background: #ffffff;
	color: #b47a31;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}

.nihao-coupon-ticket__item.is-claimed em {
	border: 1px solid rgba(255, 255, 255, 0.72);
	background: transparent;
	color: #ffffff;
	line-height: 20px;
}

.nihao-coupon-ticket__stamp {
	position: absolute;
	top: 26px;
	right: -22px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 136px;
	height: 136px;
	border: 3px solid rgba(255, 255, 255, 0.74);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.72);
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	transform: rotate(-35deg);
}

.nihao-coupon-ticket__stamp::before {
	position: absolute;
	inset: 8px;
	border: 2px dashed rgba(255, 255, 255, 0.68);
	border-radius: 50%;
	content: "";
}

.nihao-coupon-page__cta {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 474px;
	height: 46px;
	margin: 62px auto 0;
	border-radius: 999px;
	background: linear-gradient(#fff6eb, #edd8bd);
	color: #79563c;
	font-size: 28px;
	font-weight: 400;
	line-height: 46px;
	text-decoration: none;
}

.nihao-coupon-page__benefits {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	width: min(100% - 420px, 1530px);
	margin: 28px auto 0;
	padding: 0;
	list-style: none;
}

.nihao-coupon-page__benefits li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 0;
	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
	line-height: 32px;
	white-space: nowrap;
}

.nihao-coupon-page__benefits svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 1439px) and (min-width: 721px) {
	.nihao-coupon-card {
		grid-template-columns: 90px minmax(0, 1fr) 104px;
	}

	.nihao-coupon-card::before {
		left: 81px;
	}

	.nihao-coupon-card::after {
		right: 95px;
	}

	.nihao-coupons--cart .nihao-coupon-card {
		grid-template-columns: 78px minmax(0, 1fr) 82px;
	}

	.nihao-coupons--cart .nihao-coupon-card::before {
		left: 69px;
	}

	.nihao-coupons--cart .nihao-coupon-card::after {
		right: 73px;
	}

	.nihao-coupon-page__panel {
		min-height: 410px;
	}

	.nihao-coupon-page h1 {
		font-size: 34px;
		line-height: 44px;
	}

	.nihao-coupon-page__tickets,
	.nihao-coupon-page__benefits {
		width: min(100% - 120px, 1180px);
	}

	.nihao-coupon-page__tickets {
		gap: 22px;
	}

	.nihao-coupon-ticket h2 {
		margin-right: 92px;
		font-size: 21px;
		line-height: 28px;
	}

	.nihao-coupon-ticket__items {
		gap: 16px;
		padding-right: 96px;
	}

	.nihao-coupon-ticket__item strong {
		font-size: 27px;
		line-height: 34px;
	}

	.nihao-coupon-ticket__item span {
		font-size: 13px;
		line-height: 20px;
	}

	.nihao-coupon-ticket__stamp {
		right: -28px;
		width: 112px;
		height: 112px;
		font-size: 16px;
		line-height: 20px;
	}

	.nihao-coupon-page__benefits li {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 720px) {
	.nihao-coupon-card {
		grid-template-columns: 72px minmax(0, 1fr) 78px;
		flex: 0 0 300px;
		min-height: 82px;
	}

	.nihao-coupon-card::before,
	.nihao-coupon-card::after {
		width: 14px;
		height: 14px;
	}

	.nihao-coupon-card::before {
		left: 65px;
	}

	.nihao-coupon-card::after {
		right: 71px;
	}

	.nihao-coupon-card__value {
		padding: 8px;
		font-size: 18px;
		line-height: 22px;
	}

	.nihao-coupon-card__body {
		padding: 10px 8px 8px 12px;
	}

	.nihao-coupon-card__body h3 {
		font-size: 13px;
		line-height: 18px;
	}

	.nihao-coupon-card__body p,
	.nihao-coupon-card__body small {
		margin-top: 2px;
		font-size: 11px;
		line-height: 16px;
	}

	.nihao-coupon-card__button {
		gap: 4px;
		padding: 8px 6px;
	}

	.nihao-coupon-card__button span {
		font-size: 11px;
		line-height: 16px;
	}

	.nihao-coupon-card__button b {
		min-width: 48px;
		height: 22px;
		padding: 0 8px;
		font-size: 11px;
		line-height: 22px;
	}

	.nihao-coupons--cart {
		padding: 14px 12px;
	}

	.nihao-coupons--cart h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.nihao-coupons--cart .nihao-coupon-card {
		grid-template-columns: 68px minmax(0, 1fr) 76px;
		flex: 0 0 auto;
		min-height: 82px;
	}

	.nihao-coupons--cart .nihao-coupon-card::before {
		left: 61px;
	}

	.nihao-coupons--cart .nihao-coupon-card::after {
		right: 69px;
	}

	.nihao-coupons--cart .nihao-coupon-card__value {
		font-size: 17px;
		line-height: 21px;
	}

	.nihao-coupon-page {
		padding: 12px 10px 28px;
	}

	.nihao-coupon-page__panel {
		min-height: auto;
		border-radius: 8px;
		background: linear-gradient(#fff8eb 0 72%, #77563b 72% 100%);
	}

	.nihao-coupon-page__panel::before,
	.nihao-coupon-page__panel::after {
		display: none;
	}

	.nihao-coupon-page h1 {
		margin: 20px 14px 16px;
		font-size: 22px;
		line-height: 30px;
	}

	.nihao-coupon-page__tickets {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		width: auto;
		margin: 0 14px;
	}

	.nihao-coupon-ticket {
		min-height: 116px;
	}

	.nihao-coupon-ticket h2 {
		margin: 14px 88px 10px 14px;
		font-size: 17px;
		line-height: 24px;
	}

	.nihao-coupon-ticket__items {
		gap: 13px;
		overflow-x: auto;
		padding: 0 86px 14px 14px;
		scrollbar-width: none;
	}

	.nihao-coupon-ticket__items::-webkit-scrollbar {
		display: none;
	}

	.nihao-coupon-ticket__item strong {
		font-size: 21px;
		line-height: 27px;
	}

	.nihao-coupon-ticket__item span {
		font-size: 11px;
		line-height: 16px;
	}

	.nihao-coupon-ticket__item em {
		min-width: 48px;
		height: 19px;
		margin-top: 6px;
		padding: 0 8px;
		font-size: 11px;
		line-height: 19px;
	}

	.nihao-coupon-ticket__item.is-claimed em {
		line-height: 17px;
	}

	.nihao-coupon-ticket__stamp {
		top: 18px;
		right: -24px;
		width: 92px;
		height: 92px;
		font-size: 12px;
		line-height: 16px;
	}

	.nihao-coupon-page__cta {
		width: min(260px, calc(100% - 54px));
		height: 36px;
		margin-top: 24px;
		font-size: 15px;
		line-height: 36px;
	}

	.nihao-coupon-page__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px 10px;
		width: auto;
		margin: 18px 14px 16px;
	}

	.nihao-coupon-page__benefits li {
		justify-content: flex-start;
		gap: 6px;
		font-size: 12px;
		line-height: 18px;
	}

	.nihao-coupon-page__benefits svg {
		width: 16px;
		height: 16px;
	}
}
