.sdao-options {
	display: grid;
	gap: 18px;
	margin: 0 0 22px;
	color: #fff7f9;
}

.sdao-options__cart-total {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin: 0 10px 0 0;
	border: 1px solid rgba(255, 198, 189, .16);
	border-radius: 10px;
	background: rgba(255, 226, 218, .055);
	padding: 0 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	vertical-align: middle;
	white-space: nowrap;
}

.sdao-options__pricing {
	display: grid;
	gap: 12px;
	width: min(100%, 460px);
	margin: 8px 10px 14px 0;
	border: 1px solid rgba(255, 198, 189, .18);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 226, 218, .09), rgba(255, 226, 218, .04));
	box-shadow: 0 18px 44px rgba(0, 0, 0, .18), 0 1px 0 rgba(255, 255, 255, .06) inset;
	color: #fff7f9;
	padding: 14px;
}

.sdao-options__pricing-head,
.sdao-options__pricing-lines > div,
.sdao-options__pricing-items li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-width: 0;
}

.sdao-options__pricing-head {
	border-bottom: 1px solid rgba(255, 198, 189, .14);
	padding-bottom: 10px;
}

.sdao-options__pricing-head span,
.sdao-options__pricing-lines span,
.sdao-options__pricing-items span {
	min-width: 0;
	color: rgba(255, 242, 236, .72);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.sdao-options__pricing-head strong {
	color: #fff;
	font-size: 20px;
	font-weight: 950;
	line-height: 1;
	white-space: nowrap;
}

.sdao-options__pricing-lines {
	display: grid;
	gap: 7px;
}

.sdao-options__pricing-lines strong,
.sdao-options__pricing-items strong {
	color: #ffd797;
	font-size: 13px;
	font-weight: 950;
	white-space: nowrap;
}

.sdao-options__pricing-items {
	display: grid;
	gap: 6px;
	max-height: 190px;
	overflow: auto;
	margin: 0;
	border-top: 1px solid rgba(255, 198, 189, .12);
	padding: 10px 0 0;
	list-style: none;
}

.sdao-options__pricing-items li {
	border-radius: 9px;
	background: rgba(255, 255, 255, .045);
	padding: 7px 9px;
}

.sdao-options__pricing-items li.is-empty {
	justify-content: center;
	color: rgba(255, 242, 236, .58);
	font-size: 12px;
	font-weight: 800;
	text-align: center;
}

.sdao-field {
	display: grid;
	gap: 12px;
	min-width: 0;
	margin: 0;
	border: 1px solid rgba(255, 198, 189, .16);
	border-radius: 14px;
	background: rgba(255, 226, 218, .055);
	padding: 16px;
}

.sdao-field[hidden] {
	display: none !important;
}

.sdao-field.has-error {
	border-color: rgba(255, 78, 110, .72);
	box-shadow: 0 0 0 1px rgba(255, 78, 110, .32) inset;
}

.sdao-field__title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
}

.sdao-field__title span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.sdao-field__title em {
	border-radius: 999px;
	background: rgba(255, 63, 127, .18);
	color: #ffdce8;
	padding: 3px 8px;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
}

.sdao-field__title strong {
	max-width: 48%;
	color: rgba(255, 242, 236, .66);
	font-size: 12px;
	font-weight: 800;
	text-align: right;
}

.sdao-help-tip {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255, 198, 189, .36);
	border-radius: 50%;
	background: rgba(255, 63, 127, .16);
	color: #ffdce8;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	cursor: help;
}

.sdao-help-tip::after {
	position: absolute;
	z-index: 20;
	bottom: calc(100% + 9px);
	left: 0;
	display: none;
	width: min(280px, 72vw);
	border: 1px solid rgba(255, 198, 189, .20);
	border-radius: 10px;
	background: rgba(18, 7, 11, .96);
	box-shadow: 0 12px 34px rgba(0, 0, 0, .32);
	color: rgba(255, 242, 236, .86);
	content: attr(data-sdao-tooltip);
	padding: 10px 12px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
	text-transform: none;
}

.sdao-help-tip:hover::after,
.sdao-help-tip:focus::after {
	display: block;
}

.sdao-choice-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.sdao-choice {
	position: relative;
	display: grid;
	grid-template-rows: 82px minmax(42px, auto);
	overflow: hidden;
	min-width: 0;
	border: 1px solid rgba(255, 198, 189, .16);
	border-radius: 10px;
	background: rgba(18, 7, 11, .48);
	cursor: pointer;
	transition: border-color .18s ease, transform .18s ease, background .18s ease;
}

.sdao-choice:hover,
.sdao-choice.is-selected {
	border-color: rgba(255, 63, 127, .78);
	background: rgba(255, 63, 127, .10);
}

.sdao-choice.is-selected {
	box-shadow: 0 0 0 1px rgba(255, 63, 127, .42) inset;
}

.sdao-choice input {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
}

.sdao-choice__image {
	display: block;
	width: 100%;
	background-color: rgba(255, 255, 255, .06);
	background-position: center;
	background-size: cover;
}

.sdao-choice__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
	min-width: 0;
	padding: 7px;
	color: #fff;
	line-height: 1.25;
}

.sdao-choice__text strong {
	overflow-wrap: anywhere;
	font-size: 11px;
}

.sdao-choice__text small {
	color: #f2b15f;
	font-size: 10px;
	font-weight: 900;
}

.sdao-textarea {
	width: 100%;
	min-height: 104px;
	border: 1px solid rgba(255, 198, 189, .18);
	border-radius: 12px;
	background: rgba(18, 7, 11, .58);
	color: #fff;
	padding: 12px;
	resize: vertical;
}

.sdao-textarea::placeholder {
	color: rgba(255, 242, 236, .44);
}

.sdao-field__error {
	display: none;
	color: #ff9aa7;
	font-size: 12px;
	font-weight: 800;
}

.sdao-required-notice {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: grid;
	place-items: center;
	visibility: hidden;
	background: rgba(15, 6, 10, .44);
	opacity: 0;
	padding: 20px;
	transition: opacity .18s ease, visibility .18s ease;
}

.sdao-required-notice.is-visible {
	visibility: visible;
	opacity: 1;
}

.sdao-required-notice__box {
	position: relative;
	width: min(420px, 92vw);
	border: 1px solid rgba(255, 198, 189, .22);
	border-radius: 16px;
	background: #1b0b11;
	box-shadow: 0 26px 80px rgba(0, 0, 0, .48);
	color: #fff7f9;
	padding: 20px 46px 20px 20px;
}

.sdao-required-notice__box strong {
	display: block;
	margin: 0 0 8px;
	color: #fff;
	font-size: 17px;
	line-height: 1.25;
}

.sdao-required-notice__box p {
	margin: 0;
	color: rgba(255, 242, 236, .82);
	font-size: 14px;
	line-height: 1.55;
}

.sdao-required-notice__close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	background: rgba(255, 255, 255, .06);
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	cursor: pointer;
}

@media (max-width: 980px) {
	.sdao-choice-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.sdao-field__title {
		display: grid;
	}

	.sdao-field__title strong {
		max-width: none;
		text-align: left;
	}

	.sdao-options__cart-total {
		width: 100%;
		margin: 10px 0;
	}

	.sdao-options__pricing {
		width: 100%;
		margin: 10px 0 14px;
	}

	.sdao-options__pricing-head strong {
		font-size: 18px;
	}

	.sdao-choice-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sdao-choice {
		grid-template-rows: 74px minmax(40px, auto);
	}
}
