.product_toggle_container {
	display: flex;
	justify-content: center;
	margin: 0 auto 34px;
	width: 100%;
	--awb-spacing-left-large: 0px;
	--awb-spacing-right-large: 0px;
	--awb-spacing-left-medium: 0px;
	--awb-spacing-right-medium: 0px;
	--awb-spacing-left-small: 0px;
	--awb-spacing-right-small: 0px;
}

.product_toggle_container > .fusion-column-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}

.snassi-product-toggle {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	align-items: stretch;
	width: min(100%, 600px);
	padding: 6px;
	background: #ffffff;
	border: 1px solid rgba(113, 49, 155, 0.12);
	border-radius: 999px;
	box-shadow:
		0 16px 32px rgba(113, 49, 155, 0.12),
		0 2px 6px rgba(18, 28, 39, 0.06);
}

.snassi-product-toggle__option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 50px;
	padding: 0 22px;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #231f35;
	cursor: pointer;
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	transition:
		background 160ms ease,
		box-shadow 160ms ease,
		color 160ms ease,
		transform 160ms ease;
}

.snassi-product-toggle__option:hover,
.snassi-product-toggle__option:focus-visible {
	color: #5f1da0;
	outline: none;
}

.snassi-product-toggle__option.is-active {
	background: linear-gradient(135deg, #6c22ad 0%, #8c2cc9 100%);
	box-shadow: 0 12px 24px rgba(113, 49, 155, 0.24);
	color: #ffffff;
}

.snassi-product-toggle__label,
.snassi-product-toggle__save {
	pointer-events: none;
}

.snassi-product-toggle__save {
	color: #ffe36a;
	font-size: 0.95em;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.snassi-product-toggle__option:not(.is-active) .snassi-product-toggle__save {
	color: #7d37bc;
}

.pro_price .fusion-title-heading {
	margin: 0 !important;
	font-size: 1em !important;
	line-height: var(--awb-typography1-line-height) !important;
}

.pro_price .fusion-title-heading.fusion-responsive-typography-calculated {
	--fontSize: 30;
}

@media (max-width: 640px) {
	.product_toggle_container {
		margin-bottom: 26px;
	}

	.snassi-product-toggle {
		width: min(100%, 100%);
	}

	.snassi-product-toggle__option {
		min-height: 48px;
		padding: 0 16px;
		font-size: 16px;
	}

	.snassi-product-toggle__save {
		font-size: 0.82em;
	}
}
