.nnweb-pp--list {
	--nnweb-pp-list-font: var(--nnweb-pp-list-font-family, "Cabin", sans-serif);
	--nnweb-pp-list-border: var(--nnweb-pp-list-border-color, #e5e7eb);
	--nnweb-pp-list-border-w: var(--nnweb-pp-list-border-width, 2px);
	--nnweb-pp-list-radius: var(--nnweb-pp-list-border-radius, 16px);
	--nnweb-pp-list-gap: var(--nnweb-pp-list-option-gap, 18px);
	width: 100%;
	font-family: var(--nnweb-pp-list-font);
}

.nnweb-pp-list__title {
	margin: 0 0 16px;
	font-family: inherit;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #00000094;
}

.nnweb-pp-list__options {
	display: flex;
	flex-direction: column;
	gap: var(--nnweb-pp-list-gap);
	margin-bottom: 20px;
	padding-top: 12px;
	overflow: visible;
}

.nnweb-pp-list__option {
	display: block;
	position: relative;
	margin: 0;
	cursor: pointer;
	overflow: visible;
}

.nnweb-pp-list__radio {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
	opacity: 0;
	pointer-events: none;
}

.nnweb-pp-list__radio:focus,
.nnweb-pp-list__radio:focus-visible {
	outline: none;
	opacity: 0;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
}

.nnweb-pp-list__option:focus-within .nnweb-pp-list__option-inner {
	border-color: var(--nnweb-pp-list-selected-border, #595657);
}

.nnweb-pp-list__option-inner {
	position: relative;
	display: flex;
	align-items: stretch;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	padding: 0 18px;
	border: var(--nnweb-pp-list-border-w) solid var(--nnweb-pp-list-border);
	border-radius: var(--nnweb-pp-list-radius);
	background: #fff;
	box-sizing: border-box;
	overflow: visible;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.nnweb-pp-list__body {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: space-between;
	align-self: stretch;
	gap: 16px;
	width: 100%;
	min-width: 0;
	min-height: 0;
	height: 100%;
}

.nnweb-pp-list__left {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	flex: 1;
}

.nnweb-pp-list__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	min-width: 0;
}

.nnweb-pp-list__right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 4px;
	flex-shrink: 0;
	min-width: 132px;
	text-align: right;
}

.nnweb-pp-list__radio-mark {
	position: relative;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border: 2px solid var(--nnweb-pp-list-border);
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	transition: border-color 0.15s ease;
}

.nnweb-pp-list__label-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	min-width: 0;
	line-height: 1.2;
}

.nnweb-pp-list__option.is-active .nnweb-pp-list__option-inner,
.nnweb-pp-list__option:has(.nnweb-pp-list__radio:checked) .nnweb-pp-list__option-inner {
	border-color: var(--nnweb-pp-list-selected-border, #595657);
	box-shadow: inset 0 0 0 1px var(--nnweb-pp-list-selected-border, #595657);
}

.nnweb-pp-list__option.is-active .nnweb-pp-list__radio-mark,
.nnweb-pp-list__option:has(.nnweb-pp-list__radio:checked) .nnweb-pp-list__radio-mark {
	border-color: var(--nnweb-pp-list-selected-border, #595657);
}

.nnweb-pp-list__option.is-active .nnweb-pp-list__radio-mark::after,
.nnweb-pp-list__option:has(.nnweb-pp-list__radio:checked) .nnweb-pp-list__radio-mark::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--nnweb-pp-list-selected-border, #595657);
	transform: translate(-50%, -50%);
}

.nnweb-pp-list__label {
	font-size: 16px;
	font-weight: var(--nnweb-pp-list-label-weight, 600);
	line-height: 1.3;
	color: #1d2327;
}

.nnweb-pp-list__chip {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--nnweb-pp-list-chip-bg, #eceff1);
	color: var(--nnweb-pp-list-chip-text, #50575e);
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.nnweb-pp-list__savings {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--nnweb-pp-list-savings-color, #50575e);
}

.nnweb-pp-list__price-badge {
	position: absolute;
	top: 0;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--nnweb-pp-list-badge-text, #fff);
	pointer-events: none;
	transform: translateY(-50%);
}

.nnweb-pp-list__price-badge--popular {
	right: calc(18px + var(--nnweb-pp-list-popular-badge-right, 0px));
	margin-top: var(--nnweb-pp-list-popular-badge-top, 0px);
	background: var(--nnweb-pp-list-popular-badge-bg, #595657);
}

.nnweb-pp-list__price-badge--value {
	right: calc(18px + var(--nnweb-pp-list-value-badge-right, 0px));
	margin-top: var(--nnweb-pp-list-value-badge-top, 0px);
	background: var(--nnweb-pp-list-value-badge-bg, #536c50);
}

.nnweb-pp-list__price {
	font-size: 17px;
	font-weight: var(--nnweb-pp-list-price-weight, 700);
	line-height: 1.15;
	color: var(--nnweb-pp-list-price-color, #1d2327);
}

.nnweb-pp-list__price .woocommerce-Price-amount,
.nnweb-pp-list__price-regular .woocommerce-Price-amount {
	font: inherit;
	color: inherit;
}

.nnweb-pp-list__price-regular {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.15;
	color: var(--nnweb-pp-list-strike-color, #d63638);
	text-decoration: line-through;
}

.nnweb-pp-list__form {
	margin: 0;
	padding: 0;
}

.nnweb-pp-list__submit,
.nnweb-pp--list form.cart .single_add_to_cart_button.nnweb-pp-list__submit,
.nnweb-pp--list .single_add_to_cart_button.nnweb-pp-list__submit,
.elementor-widget-nnweb-package-add-to-cart .nnweb-pp--list form.cart .single_add_to_cart_button.nnweb-pp-list__submit.elementor-button,
.elementor-widget-wc-add-to-cart .nnweb-pp--list form.cart .single_add_to_cart_button.nnweb-pp-list__submit.elementor-button,
.nnweb-pp--list form.cart .single_add_to_cart_button.nnweb-pp-list__submit.button.alt {
	display: inline-flex !important;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 52px;
	padding: 14px 20px !important;
	border: 0 !important;
	border-radius: var(--nnweb-pp-list-radius) !important;
	background: var(--nnweb-pp-list-button-bg, #595657) !important;
	background-color: var(--nnweb-pp-list-button-bg, #595657) !important;
	color: var(--nnweb-pp-list-button-text, #fff) !important;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.nnweb-pp-list__submit:hover,
.nnweb-pp-list__submit:focus,
.nnweb-pp-list__submit:focus-visible,
.nnweb-pp--list form.cart .single_add_to_cart_button.nnweb-pp-list__submit:hover,
.nnweb-pp--list form.cart .single_add_to_cart_button.nnweb-pp-list__submit:focus,
.nnweb-pp--list form.cart .single_add_to_cart_button.nnweb-pp-list__submit:focus-visible,
.elementor-widget-nnweb-package-add-to-cart .nnweb-pp--list form.cart .single_add_to_cart_button.nnweb-pp-list__submit.elementor-button:hover,
.elementor-widget-nnweb-package-add-to-cart .nnweb-pp--list form.cart .single_add_to_cart_button.nnweb-pp-list__submit.elementor-button:focus,
.elementor-widget-wc-add-to-cart .nnweb-pp--list form.cart .single_add_to_cart_button.nnweb-pp-list__submit.elementor-button:hover,
.elementor-widget-wc-add-to-cart .nnweb-pp--list form.cart .single_add_to_cart_button.nnweb-pp-list__submit.elementor-button:focus,
.nnweb-pp--list form.cart .single_add_to_cart_button.nnweb-pp-list__submit.button.alt:hover,
.nnweb-pp--list form.cart .single_add_to_cart_button.nnweb-pp-list__submit.button.alt:focus {
	background: var(--nnweb-pp-list-button-bg-hover, #4a4849) !important;
	background-color: var(--nnweb-pp-list-button-bg-hover, #4a4849) !important;
	color: var(--nnweb-pp-list-button-text, #fff) !important;
}

.nnweb-pp-list__submit-text {
	display: inline-block;
}

.nnweb-pp-list__submit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-inline-start: 2px;
}

.nnweb-pp-list__submit-svg {
	display: block;
}

@media (max-width: 540px) {
	.nnweb-pp-list__option-inner {
		flex-direction: row;
		align-items: stretch;
		height: 80px;
		min-height: 80px;
		max-height: 80px;
		padding: 0 14px;
	}

	.nnweb-pp-list__right {
		min-width: 0;
	}

	.nnweb-pp-list__price-badge--popular,
	.nnweb-pp-list__price-badge--value {
		right: auto;
		left: calc(18px + var(--nnweb-pp-list-popular-badge-right, 0px));
	}

	.nnweb-pp-list__price-badge--value {
		left: calc(18px + var(--nnweb-pp-list-value-badge-right, 0px));
	}
}
