.choq-renewal-plans-enabled .bundle_form > .bundled_product,
.choq-renewal-plans-enabled .bundle_form .bundle_price,
.choq-renewal-plans-enabled .bundle_form .bundle_availability,
.choq-renewal-plans-enabled .bundle_form .bundle_button {
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.choq-renewal-plans {
	color: #7e5a23;
	font-family: inherit;
	margin: 24px 0 10px;
	max-width: 560px;
}

.choq-renewal-plans__fieldset {
	background: linear-gradient(180deg, #fffcf3 0%, #fbf6e8 100%);
	border: 4px solid #e9b44c;
	border-radius: 16px;
	box-shadow: 0 18px 40px -16px rgba(126, 90, 35, .62), 0 7px 16px -8px rgba(126, 90, 35, .42);
	margin: 0;
	padding: 22px;
}

.choq-renewal-plans__fieldset > legend {
	background: #fffcf3;
	color: #7e5a23;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .02em;
	margin: 0 auto;
	padding: 0 12px;
	text-align: center;
	text-transform: uppercase;
}

.choq-renewal-plans__options {
	display: grid;
	gap: 10px;
}

.choq-renewal-plan,
.choq-renewal-plans__one-time {
	align-items: center;
	background: #fffcf3;
	border: 2px solid rgba(233, 180, 76, .7);
	border-radius: 12px;
	cursor: pointer;
	display: flex;
	gap: 12px;
	min-height: 66px;
	padding: 11px 14px;
	transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.choq-renewal-plan:hover,
.choq-renewal-plans__one-time:hover {
	background: #fff7de;
	border-color: #7e5a23;
}

.choq-renewal-plan.is-selected,
.choq-renewal-plans__one-time.is-selected {
	background: linear-gradient(135deg, #fff7de 0%, #ffe9b0 100%);
	border-color: #7e5a23;
	box-shadow: 0 5px 14px -6px rgba(126, 90, 35, .6);
}

.choq-renewal-plan input,
.choq-renewal-plans__one-time input {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.choq-renewal-plan:has(input:focus-visible),
.choq-renewal-plans__one-time:has(input:focus-visible) {
	outline: 3px solid #4f46e5;
	outline-offset: 2px;
}

.choq-renewal-plan__marker {
	align-items: center;
	background: #fff;
	border: 2px solid rgba(233, 180, 76, .85);
	border-radius: 50%;
	display: flex;
	flex: 0 0 16px;
	height: 16px;
	justify-content: center;
	width: 16px;
}

.is-selected > .choq-renewal-plan__marker {
	background: linear-gradient(135deg, #ffe197, #e9b44c);
	border-color: #7e5a23;
}

.is-selected > .choq-renewal-plan__marker::after {
	background: #7e5a23;
	border-radius: 50%;
	content: '';
	height: 6px;
	width: 6px;
}

.choq-renewal-plan__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.choq-renewal-plan__heading {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.choq-renewal-plan__label,
.choq-renewal-plans__one-time strong {
	color: #7e5a23;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.choq-renewal-plan__badge {
	align-items: center;
	background: linear-gradient(90deg, #6366f1, #4338ca);
	border-radius: 999px;
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, .55), 0 3px 7px -3px rgba(67, 56, 202, .7);
	color: #fff;
	display: inline-flex;
	font-size: 9px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: .04em;
	line-height: 1.3;
	padding: 4px 8px;
	text-align: center;
	text-transform: uppercase;
}

.choq-renewal-plan__savings {
	color: #7e5a23;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 4px;
}

.choq-renewal-plan__savings em {
	color: #4f46e5;
	font-style: normal;
}

.choq-renewal-plan__price {
	align-items: flex-end;
	display: flex;
	flex: 0 0 112px;
	flex-direction: column;
	text-align: right;
}

.choq-renewal-plan__price del {
	color: #929292;
	font-size: 12px;
}

.choq-renewal-plan__price strong {
	color: #4f46e5;
	font-size: 17px;
	line-height: 1.2;
}

.choq-renewal-plan__price small {
	color: #7e5a23;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.3;
}

.choq-renewal-plans__controls {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
	margin-top: 18px;
}

.choq-renewal-plans__controls label > span {
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.choq-renewal-plans__controls select {
	appearance: auto;
	background: #fffcf3;
	border: 2px solid #7e5a23;
	border-radius: 8px;
	color: #7e5a23;
	font-size: 12px;
	font-weight: 700;
	height: 42px;
	padding: 0 10px;
	width: 100%;
}

.choq-renewal-plans__controls select:disabled {
	cursor: not-allowed;
	opacity: .55;
}

.choq-renewal-plans__why {
	background: none;
	border: 0;
	color: #7e5a23;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	margin: 9px 0 0;
	padding: 0;
	text-decoration: underline;
}

.choq-renewal-plans__explanation {
	background: #fff7de;
	border-left: 3px solid #e9b44c;
	font-size: 12px;
	line-height: 1.45;
	margin-top: 8px;
	padding: 10px 12px;
}

.choq-renewal-plans__add-to-cart {
	align-items: center;
	background: linear-gradient(135deg, #6e4f1e 0%, #a9792a 52%, #d9a836 100%);
	border: 0;
	border-radius: 12px;
	box-shadow: inset 0 2px 6px rgba(255, 255, 255, .4), inset 0 -3px 8px rgba(74, 53, 15, .6), 0 6px 0 #4a3a1a, 0 12px 24px -8px rgba(126, 90, 35, .7);
	color: #fff6e0;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-style: italic;
	font-weight: 800;
	justify-content: center;
	letter-spacing: .06em;
	margin: 24px 0 22px;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	transition: box-shadow .18s ease, filter .18s ease, transform .18s ease;
	width: 100%;
}

.choq-renewal-plans__add-to-cart:hover {
	box-shadow: inset 0 2px 6px rgba(255, 255, 255, .5), inset 0 -3px 8px rgba(74, 53, 15, .55), 0 7px 0 #4a3a1a, 0 16px 28px -8px rgba(126, 90, 35, .85);
	filter: brightness(1.08) saturate(1.08);
	transform: translateY(-2px);
}

.choq-renewal-plans__add-to-cart:focus-visible {
	outline: 3px solid #4f46e5;
	outline-offset: 4px;
}

.choq-renewal-plans__add-to-cart:active {
	box-shadow: inset 0 2px 6px rgba(255, 255, 255, .4), inset 0 -3px 8px rgba(74, 53, 15, .6), 0 2px 0 #4a3a1a;
	filter: brightness(.98);
	transform: translateY(4px);
}

.choq-renewal-plans__one-time {
	border-top-color: #e9b44c;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
}

.choq-renewal-plans__one-time > span:last-child {
	font-size: 18px;
	margin-left: auto;
}

.choq-renewal-plans__cancel {
	color: #b8923f;
	font-size: 13px;
	font-weight: 800;
	margin: 14px 0 0;
	text-align: center;
}

.choq-renewal-plans__service {
	color: #8a6a2a;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.4;
	margin: 7px auto 0;
	max-width: 500px;
	text-align: center;
}

.choq-renewal-plans-enabled .bundle_form .bundle_error {
	margin-top: 14px;
}

@media (max-width: 520px) {
	.choq-renewal-plans__fieldset {
		padding: 16px 12px;
	}

	.choq-renewal-plan {
		gap: 8px;
		padding: 10px;
	}

	.choq-renewal-plan__price {
		flex-basis: 92px;
	}

	.choq-renewal-plan__label {
		font-size: 12px;
	}

	.choq-renewal-plan__savings,
	.choq-renewal-plan__price small {
		font-size: 8px;
	}

	.choq-renewal-plans__controls {
		grid-template-columns: 1fr;
	}
}

.woocommerce-account .woocommerce-MyAccount-content form > button[name="edit-subscription-button"] {
	background: #f2b32e;
	border: 0;
	border-radius: 0;
	color: #280108;
	cursor: pointer;
	display: block;
	font-family: "Parkson", sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 900;
	margin: 28px auto 0;
	min-width: 190px;
	padding: 12px 36px;
	text-align: center;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.woocommerce-account .woocommerce-MyAccount-content form > button[name="edit-subscription-button"]:hover,
.woocommerce-account .woocommerce-MyAccount-content form > button[name="edit-subscription-button"]:focus-visible {
	background: #280108;
	color: #f2b32e;
	transform: translateY(-2px);
}

.woocommerce-account .woocommerce-MyAccount-content form > button[name="edit-subscription-button"]:focus-visible {
	outline: 3px solid #4f46e5;
	outline-offset: 3px;
}

.choq-account-plan-summary strong {
	color: #32246f;
}

.choq-has-new-mvs-subscription .woocommerce_account_subscriptions form[name="jgtb_my_subscriptions_form"] > button[name="submit_button"] {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-content tr.jgtb-add-product form {
	align-items: end;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.woocommerce-account .woocommerce-MyAccount-content tr.jgtb-add-product form > select,
.woocommerce-account .woocommerce-MyAccount-content tr.jgtb-add-product form > .selectize-control {
	grid-column: 1;
}

.woocommerce-account .woocommerce-MyAccount-content tr.jgtb-add-product button[type="submit"] {
	background: #f2b32e;
	border: 0;
	border-radius: 0;
	color: #280108;
	cursor: pointer;
	display: inline-flex;
	font-family: "Parkson", sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 900;
	justify-content: center;
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	min-width: 110px;
	padding: 10px 26px;
	text-align: center;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.woocommerce-account .woocommerce-MyAccount-content tr.jgtb-add-product button[type="submit"]:hover,
.woocommerce-account .woocommerce-MyAccount-content tr.jgtb-add-product button[type="submit"]:focus-visible {
	background: #280108;
	color: #f2b32e;
	transform: translateY(-2px);
}

.woocommerce-account .woocommerce-MyAccount-content tr.jgtb-add-product button[type="submit"]:focus-visible {
	outline: 3px solid #4f46e5;
	outline-offset: 3px;
}

@media (max-width: 640px) {
	.woocommerce-account .woocommerce-MyAccount-content tr.jgtb-add-product form {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce-MyAccount-content tr.jgtb-add-product button[type="submit"] {
		grid-column: 1;
		grid-row: auto;
		justify-self: start;
	}
}
