.water-purchase-notice[hidden] {
	display: none !important;
}
.water-purchase-notice {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(14, 20, 28, .62);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans TC", sans-serif;
}
.water-purchase-notice__dialog {
	position: relative;
	width: min(640px, 100%);
	max-height: min(820px, calc(100vh - 40px));
	overflow: auto;
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
	color: #20242a;
}
.water-purchase-notice__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #f2f4f6;
	color: #32373d;
	cursor: pointer;
}
.water-purchase-notice__close svg {
	width: 21px;
	height: 21px;
}
.water-purchase-notice__body {
	padding: 34px 34px 30px;
}
.water-purchase-notice__icon {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--storebgVar, #ffbd00) 20%, #fff);
	color: color-mix(in srgb, var(--storebgVar, #ffbd00) 78%, #684a00);
}
.water-purchase-notice__icon svg {
	width: 34px;
	height: 34px;
}
.water-purchase-notice__title {
	margin: 0;
	padding: 0 48px;
	font-size: 26px;
	font-weight: 850;
	line-height: 1.25;
	text-align: center;
}
.water-purchase-notice__intro {
	margin: 9px 0 24px;
	color: #70757c;
	font-size: 14px;
	line-height: 1.55;
	text-align: center;
}
.water-purchase-notice__section {
	margin-top: 18px;
	padding: 18px;
	border: 1px solid #e2e7ec;
	border-radius: 16px;
	background: #f8fafc;
}
.water-purchase-notice__section-title {
	display: block;
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: 800;
}
.water-purchase-notice__invoice {
	margin-bottom: 10px;
	color: #747a81;
	font-size: 12px;
	font-weight: 700;
}
.water-purchase-notice__items {
	display: grid;
	gap: 10px;
}
.water-purchase-notice__item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e9ed;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.water-purchase-notice__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.water-purchase-notice__qty {
	flex: 0 0 auto;
	color: #60666d;
}
.water-purchase-notice__service {
	overflow-wrap: anywhere;
	font-size: 14px;
	line-height: 1.7;
}
.water-purchase-notice__service img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 12px 0;
	border-radius: 12px;
}
.water-purchase-notice__service > :first-child { margin-top: 0; }
.water-purchase-notice__service > :last-child { margin-bottom: 0; }
.water-purchase-notice__action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	margin-top: 22px;
	border: 0;
	border-radius: 999px;
	background: var(--storebgVar, #ffbd00);
	color: var(--storecolorVar, #111);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none !important;
}
body.water-purchase-notice-open {
	overflow: hidden !important;
}
@media (max-width: 575px) {
	.water-purchase-notice { padding: 12px; }
	.water-purchase-notice__dialog { max-height: calc(100vh - 24px); border-radius: 22px; }
	.water-purchase-notice__body { padding: 28px 18px 20px; }
	.water-purchase-notice__title { padding: 0 42px; font-size: 22px; }
	.water-purchase-notice__section { padding: 15px; }
}
