.wwa-product-options {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	margin: 14px 0;
	overflow: hidden;
}

.wwa-product-options__head {
	align-items: center;
	background: #f7f7f7;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	padding: 10px 12px;
}

.wwa-product-options__head--accessories {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.wwa-option {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 11px 12px;
	position: relative;
}

.wwa-option + .wwa-option {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.wwa-option input {
	flex: 0 0 auto;
}

.wwa-option__image {
	aspect-ratio: 1;
	border-radius: 6px;
	display: block;
	height: 35px !important;
	max-width: none;
	min-height: 35px;
	min-width: 35px;
	object-fit: cover;
	transform: scale(1.75);
	width: 58px !important;
}

.wwa-option__image-button {
	background: #f4f4f4;
	border: 0;
	border-radius: 6px;
	cursor: zoom-in;
	flex: 0 0 58px;
	height: 58px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 58px;
}

.wwa-option__main {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 12px;
	justify-content: space-between;
	min-width: 0;
}

.wwa-option__title {
	align-items: center;
	display: inline-flex;
	gap: 6px;
	min-width: 0;
}

.wwa-option__price {
	white-space: nowrap;
}

.wwa-option__qty {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 6px;
}

.wwa-option__qty span {
	font-size: 12px;
	opacity: 0.72;
}

.wwa-option__qty input {
	box-sizing: border-box;
	height: 32px;
	margin: 0;
	text-align: center;
	width: 58px;
}

.wwa-help {
	align-items: center;
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	height: 18px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 18px;
}

.wwa-tooltip {
	background: #202124;
	border-radius: 6px;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 12px 12px;
	padding: 9px 10px;
}

.wwa-price-summary {
	background: #fbfbfb;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: grid;
	gap: 8px;
	padding: 12px;
}

.wwa-price-summary div {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.wwa-price-summary strong {
	font-size: 15px;
}

.wwa-image-modal {
	align-items: center;
	background: rgba(0, 0, 0, 0.62);
	bottom: 0;
	cursor: zoom-out;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 24px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999;
}

.wwa-image-modal img {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
	max-height: min(74vh, 620px);
	max-width: min(88vw, 620px);
	object-fit: contain;
}

.wwa-image-modal__close {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 50%;
	color: #111;
	cursor: pointer;
	display: flex;
	font-size: 26px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	position: fixed;
	right: 18px;
	top: 18px;
	width: 38px;
}

.wwa-check-form,
.wwa-check-result {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	margin: 12px 0;
	padding: 14px;
}

.wwa-check-form input {
	box-sizing: border-box;
	width: 100%;
}

.wwa-check-result--error {
	border-color: #c62828;
	color: #c62828;
}

.wwa-warranty-card {
	--wwa-card-hue: 130;
	--wwa-card-progress: 100%;
	background:
		radial-gradient(circle at 8% 10%, rgba(255, 255, 255, 0.24), transparent 22%),
		linear-gradient(135deg, hsla(var(--wwa-card-hue), 70%, 31%, 0.98), hsla(var(--wwa-card-hue), 78%, 15%, 0.98)),
		#102017;
	border: 1px solid hsla(var(--wwa-card-hue), 88%, 62%, 0.45);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
	color: #fff;
	display: grid;
	gap: 10px;
	margin: 12px 0 16px;
	overflow: hidden;
	padding: 14px 16px;
	position: relative;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.wwa-warranty-card::after {
	background:
		linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.14) 30%, transparent 46%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 14px);
	content: "";
	inset: -40% -30%;
	opacity: 0.58;
	pointer-events: none;
	position: absolute;
	transform: rotate(-4deg);
}

.wwa-warranty-card::before {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.24), transparent 62%);
	border-radius: 999px;
	content: "";
	height: 120px;
	left: -32px;
	opacity: 0.72;
	position: absolute;
	top: -54px;
	width: 120px;
}

.wwa-warranty-card > * {
	position: relative;
	z-index: 1;
}

.wwa-warranty-card:hover {
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2), 0 0 0 3px hsla(var(--wwa-card-hue), 80%, 72%, 0.12);
	transform: translateY(-1px);
}

.wwa-warranty-card--danger {
	--wwa-card-hue: 0;
}

.wwa-warranty-card__top {
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: space-between;
}

.wwa-warranty-card__brand {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.wwa-warranty-card svg {
	fill: currentColor;
	flex: 0 0 auto;
	height: 16px;
	width: 16px;
}

.wwa-warranty-card__status {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
}

.wwa-warranty-card__identity {
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 6px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 8px 20px rgba(0, 0, 0, 0.09);
	display: grid;
	gap: 3px;
	max-width: 300px;
	padding: 9px 11px;
	width: fit-content;
}

.wwa-warranty-card__identity span {
	font-size: 10px;
	font-weight: 700;
	opacity: 0.86;
}

.wwa-warranty-card__identity strong {
	color: #fff;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1.2;
}

.wwa-warranty-card__product {
	align-items: center;
	color: #fff;
	display: flex;
	gap: 7px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.55;
	max-width: 720px;
}

.wwa-warranty-card__progress-wrap {
	display: grid;
	gap: 5px;
}

.wwa-warranty-card__progress-label {
	align-items: center;
	display: flex;
	font-size: 11px;
	font-weight: 700;
	justify-content: space-between;
}

.wwa-warranty-card__progress-label strong {
	color: #fff;
	font-size: 12px;
}

.wwa-warranty-card__progress {
	background: rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.24);
	height: 8px;
	overflow: hidden;
	padding: 1px;
}

.wwa-warranty-card__progress span {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.72)),
		linear-gradient(90deg, hsl(var(--wwa-card-hue), 94%, 72%), hsl(var(--wwa-card-hue), 90%, 56%));
	border-radius: inherit;
	box-shadow: 0 0 12px hsla(var(--wwa-card-hue), 100%, 74%, 0.64);
	display: block;
	height: 100%;
	min-width: 8px;
	width: var(--wwa-card-progress);
}

.wwa-warranty-card dl {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.wwa-warranty-card dl div {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 6px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
	display: grid;
	gap: 2px;
	padding: 8px 10px;
}

.wwa-warranty-card dd,
.wwa-warranty-card dt {
	margin: 0;
}

.wwa-warranty-card dt {
	color: rgba(255, 255, 255, 0.82);
	font-size: 10px;
	font-weight: 800;
}

.wwa-warranty-card dd {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}

@media (max-width: 480px) {
	.wwa-option__main {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.wwa-option--accessory {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.wwa-price-summary div {
		align-items: flex-start;
		flex-direction: column;
	}

	.wwa-warranty-card {
		gap: 9px;
		padding: 12px;
	}

	.wwa-warranty-card__identity {
		box-sizing: border-box;
		max-width: 100%;
		width: 100%;
	}

	.wwa-warranty-card__identity strong {
		font-size: 18px;
		overflow-wrap: anywhere;
	}

	.wwa-warranty-card dl {
		grid-template-columns: 1fr;
	}
}
