html.esco_shop_form_page,
body.esco_shop_form_page {
	min-height: 100%;
	background-color: #f7f7f4 !important;
}

body.esco_shop_form_page {
	min-height: 100vh;
	min-height: 100dvh;
}

body.esco_shop_form_page .elementor,
body.esco_shop_form_page .elementor-section,
body.esco_shop_form_page .elementor-container,
body.esco_shop_form_page .elementor-widget-wrap,
body.esco_shop_form_page .elementor-widget-shortcode,
body.esco_shop_form_page .elementor-widget-container {
	min-height: 0;
}

.elementor-widget-shortcode .esco_shop_form,
.elementor-widget-text-editor .esco_shop_form,
.elementor-shortcode .esco_shop_form,
.esco_shop_form {
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	max-width: none;
	min-height: 0;
	margin: 0 auto;
	padding: 40px 16px 24px;
}

.esco_shop_form *,
.esco_shop_form *::before,
.esco_shop_form *::after {
	box-sizing: border-box;
}

.esco_shop_form .esco_shop_form__card {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	padding: 32px 28px;
	overflow: visible;
	border: 1px solid #ecece8;
	border-radius: 8px;
	background: #fff;
	color: #161615;
	text-align: center;
}

.esco_product_picker,
.elementor-widget-shortcode .elementor-widget-container,
.elementor-widget-text-editor .elementor-widget-container {
	overflow: visible;
}

.esco_shop_form h2.esco_shop_form__title {
	margin: 0 0 20px;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.5;
	color: #161615;
	text-align: center;
}

.esco_shop_form .esco_shop_form__form {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
	margin: 0;
	width: 100%;
	text-align: right;
}

.esco_shop_steps {
	display: flex;
	align-items: flex-start;
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}

.esco_shop_steps__item {
	position: relative;
	display: flex;
	justify-content: center;
	flex: 1;
	min-width: 0;
}

.esco_shop_steps__item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 14px;
	z-index: 0;
	height: 1px;
	inset-inline-start: calc(50% + 18px);
	inset-inline-end: calc(-50% + 18px);
	background: #ecece8;
}

.esco_shop_steps__item--done:not(:last-child)::after {
	background: #004C97;
}

.esco_shop_steps__btn {
	position: relative;
	z-index: 1;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 100%;
	max-width: 148px;
	padding: 0 4px;
	border: 0;
	background: none;
	box-shadow: none;
	color: #889199;
	cursor: pointer;
}

.esco_shop_steps__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid #ecece8;
	border-radius: 50%;
	background: #fff;
	color: #889199;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.esco_shop_steps__item--active .esco_shop_steps__num,
.esco_shop_steps__item--done .esco_shop_steps__num {
	border-color: #004C97;
	background: #004C97;
	color: #fff;
}

.esco_shop_steps__label {
	display: block;
	width: 100%;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.45;
	color: #889199;
	text-align: center;
}

.esco_shop_steps__item--active .esco_shop_steps__label {
	color: #161615;
	font-weight: 600;
}

.esco_shop_step {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.esco_shop_step[hidden] {
	display: none !important;
}

.esco_shop_pay {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.esco_shop_gateways {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.esco_shop_gateway {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid var(--esco_ui_soft, #ecece8);
	border-radius: var(--esco_ui_radius, 8px);
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.esco_shop_gateway:has(.esco_shop_gateway__input:checked) {
	border-color: #004C97;
}

.esco_shop_gateway__input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.esco_shop_gateway__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #f6f6f3;
}

.esco_shop_gateway__icon img {
	display: block;
	max-width: 36px;
	max-height: 36px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.esco_shop_gateway__fallback {
	font-size: 14px;
	font-weight: 700;
	color: #111;
	line-height: 1;
}

.esco_shop_gateway__text {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 10px;
	min-width: 0;
}

.esco_shop_gateway__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #161615;
}

.esco_shop_gateway__tag {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 999px;
	background: #f0f0ec;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	color: #889199;
}

.esco_shop_pay__notice {
	margin: 8px 0 0;
	padding: 10px 12px;
	border-radius: 8px;
	background: #f7f7f4;
	color: #889199;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
	text-align: right;
}

.esco_shop_pay__notice[hidden] {
	display: none;
}

.esco_shop_pay__notice--error {
	background: #fdecec;
	color: #b42318;
}

.esco_shop_coupon {
	width: 100%;
	max-width: none;
}

.esco_shop_coupon .esco_ui_input {
	width: auto;
	flex: 1;
	max-width: none;
}

.esco_shop_coupon .esco_ui_btn {
	width: auto;
	max-width: none;
	flex-shrink: 0;
	white-space: nowrap;
}

.esco_shop_coupon__status {
	margin: 6px 0 0;
	font-size: 12px;
	line-height: 1.5;
}

.esco_shop_coupon__status--ok {
	color: #15803d;
}

.esco_shop_coupon__status--error {
	color: #b42318;
}

.esco_shop_pay__discount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 8px;
	font-size: 13px;
	color: #15803d;
}

.esco_shop_pay__discount[hidden] {
	display: none !important;
}

.esco_shop_pay__discount-value,
.esco_shop_pay__discount-value .amount,
.esco_shop_pay__discount-value .woocommerce-Price-amount {
	font-weight: 600;
	color: #15803d;
}

.esco_shop_pay__total-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding-top: 4px;
}

.esco_shop_pay__total-label {
	font-size: 12px;
	font-weight: 500;
	color: #889199;
}

.esco_shop_pay__total,
.esco_shop_pay__total .amount,
.esco_shop_pay__total .woocommerce-Price-amount {
	color: #28A745;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.esco_shop_form .esco_shop_pay__btn,
.esco_shop_form [data-esco-jetpay-submit],
.esco_jetpay_pay [data-esco-jetpay-submit] {
	width: 100%;
	max-width: none;
	border-color: #28A745;
	background: #28A745;
	color: #fff;
}

.esco_shop_form .esco_shop_pay__btn:hover,
.esco_shop_form .esco_shop_pay__btn:focus,
.esco_shop_form [data-esco-jetpay-submit]:hover,
.esco_shop_form [data-esco-jetpay-submit]:focus,
.esco_jetpay_pay [data-esco-jetpay-submit]:hover,
.esco_jetpay_pay [data-esco-jetpay-submit]:focus {
	border-color: #218838;
	background: #218838;
	color: #fff;
}

.esco_shop_form__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: 4px;
}

.esco_shop_form__nav .esco_ui_btn {
	width: auto;
	max-width: none;
	gap: 8px;
	padding-inline: 14px;
}

.esco_shop_form__nav [hidden] {
	display: none !important;
}

.esco_shop_form__nav [data-esco-step-next] {
	margin-inline-start: auto;
}

.esco_shop_form__nav-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.esco_shop_form__nav-icon svg {
	display: block;
	width: 8px;
	height: 12px;
}

.esco_shop_form .esco_shop_form__row {
	display: flex;
	align-items: stretch;
	gap: 12px;
	width: 100%;
}

.esco_shop_form .esco_shop_form__field {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	width: 100%;
	margin: 0;
	text-align: right;
}

.esco_shop_form .esco_shop_form__row .esco_shop_form__field {
	flex: 1;
	min-width: 0;
}

.esco_product_picker,
.esco_choice_picker {
	min-width: 0;
	max-width: 100%;
}

.esco_shop_form .esco_shop_form__address {
	display: flex;
	flex-direction: column;
	gap: 16px;
	overflow: visible;
}

.esco_shop_form .esco_shop_form__row,
.esco_choice_picker {
	overflow: visible;
}

.esco_shop_form .esco_ui_select:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.esco_shop_form .esco_ui_label {
	text-align: right;
}

.esco_shop_form .esco_ui_input,
.esco_shop_form .esco_ui_select,
.esco_shop_form .esco_ui_textarea,
.esco_shop_form input.esco_ui_input,
.esco_shop_form input.esco_ui_input[type="text"],
.esco_shop_form input.esco_ui_input[type="tel"],
.esco_shop_form input.esco_ui_input[type="search"],
.esco_shop_form input.esco_ui_input[type="number"],
.esco_shop_form select.esco_ui_select,
.esco_shop_form textarea.esco_ui_textarea {
	width: 100%;
	max-width: none;
}

.esco_shop_form .esco_ui_input,
.esco_shop_form .esco_ui_select,
.esco_shop_form .esco_ui_textarea,
.esco_shop_form input.esco_ui_input,
.esco_shop_form select.esco_ui_select,
.esco_shop_form textarea.esco_ui_textarea,
.esco_shop_form .esco_ui_btn,
.esco_shop_form button.esco_ui_btn,
.esco_shop_form a.esco_ui_btn,
.esco_shop_form .esco_product_picker__toggle,
.esco_shop_form .esco_choice_picker__toggle {
	-webkit-appearance: none;
	appearance: none;
	border-radius: var(--esco_ui_radius, 8px) !important;
}

.esco_shop_form select.esco_ui_select {
	padding-left: 26px;
	background-size: 8px 5px;
	background-position: left 10px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 12 8'%3E%3Cpath fill='%23004C97' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
}

.esco_shop_form .esco_shop_form__error {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #b42318;
}

.esco_shop_form .esco_shop_form__control--error,
.esco_shop_form .esco_ui_input.esco_shop_form__control--error,
.esco_shop_form .esco_ui_select.esco_shop_form__control--error,
.esco_shop_form .esco_ui_textarea.esco_shop_form__control--error,
.esco_shop_form .esco_product_picker__toggle.esco_shop_form__control--error,
.esco_shop_form .esco_choice_picker__toggle.esco_shop_form__control--error,
.esco_shop_form .esco_shop_gateways.esco_shop_form__control--error {
	border-color: #b42318;
	box-shadow: 0 0 0 1px #b42318;
}

.esco_product_picker {
	position: relative;
	width: 100%;
	text-align: right;
}

.esco_product_picker__toggle {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 40px;
	padding: 8px 12px 8px 36px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	color: #111;
	font-size: 13px;
	line-height: 1.5;
	text-align: right;
	cursor: pointer;
}

.esco_product_picker__toggle:focus {
	border-color: #004C97;
	box-shadow: 0 0 0 1px #004C97;
	outline: none;
}

.esco_product_picker__placeholder,
.esco_product_picker__current {
	flex: 1;
	min-width: 0;
}

.esco_product_picker__placeholder {
	color: #889199;
}

.esco_product_picker__placeholder[hidden],
.esco_product_picker__current[hidden] {
	display: none !important;
}

.esco_product_picker__current {
	display: flex;
	align-items: center;
	gap: 10px;
}

.esco_product_picker__chevron {
	position: absolute;
	top: 50%;
	left: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 8px;
	color: #111;
	pointer-events: none;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.15s ease;
}

.esco_product_picker__chevron svg {
	display: block;
	width: 12px;
	height: 8px;
}

.esco_product_picker--open .esco_product_picker__chevron {
	transform: translateY(-50%) rotate(180deg);
}

.esco_product_picker__panel {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border: 1px solid #ecece8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(17, 17, 17, 0.08);
	box-sizing: border-box;
}

.esco_product_picker__search {
	position: sticky;
	top: 0;
	z-index: 1;
	display: flex;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 8px;
	background: #fff;
	border-bottom: 1px solid #f0f0ec;
	box-sizing: border-box;
}

.esco_choice_picker__search {
	position: sticky;
	top: 0;
	z-index: 1;
	display: flex;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 8px;
	background: #fff;
	border-bottom: 1px solid #f0f0ec;
	box-sizing: border-box;
}

.esco_shop_form .esco_product_picker__search .esco_ui_input,
.esco_shop_form .esco_product_picker__search input.esco_ui_input,
.esco_shop_form .esco_product_picker__search input.esco_ui_input[type="search"],
.esco_shop_form .esco_choice_picker__search .esco_ui_input,
.esco_shop_form .esco_choice_picker__search input.esco_ui_input,
.esco_shop_form .esco_choice_picker__search input.esco_ui_input[type="search"] {
	display: block;
	flex: 1 1 auto;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
}

.esco_product_picker__list {
	list-style: none;
	max-height: 360px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.esco_product_picker__item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 10px 12px;
	cursor: pointer;
}

.esco_product_picker__item:hover,
.esco_product_picker__item:focus {
	background: #f7f7f4;
}

.esco_product_picker__photo {
	display: block;
	flex-shrink: 0;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
	line-height: 0;
	cursor: zoom-in;
}

.esco_product_picker__photo:focus {
	outline: none;
	box-shadow: 0 0 0 2px #004C97;
}

.esco_product_picker__thumb {
	width: 72px;
	height: 72px;
	flex-shrink: 0;
	border-radius: 8px;
	object-fit: cover;
	background: #f7f7f4;
}

.esco_lightbox {
	position: fixed;
	inset: 0;
	z-index: 100001;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(17, 17, 17, 0.78);
	cursor: zoom-out;
}

.esco_lightbox[hidden] {
	display: none !important;
}

.esco_lightbox__dialog {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: auto;
	max-width: min(92vw, 960px);
	max-height: 92vh;
	cursor: zoom-out;
}

.esco_lightbox__stage {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: 100%;
}

.esco_lightbox__img {
	display: block;
	max-width: min(92vw, 960px);
	max-height: calc(92vh - 120px);
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
	cursor: default;
	user-select: none;
}

.esco_lightbox__nav {
	position: absolute;
	top: 50%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: #fff;
	color: #111;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
}

.esco_lightbox__nav[hidden] {
	display: none !important;
}

.esco_lightbox__nav--prev {
	inset-inline-start: 8px;
}

.esco_lightbox__nav--next {
	inset-inline-end: 8px;
}

.esco_lightbox__nav:focus,
.esco_lightbox__thumb:focus {
	outline: none;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #004C97;
}

.esco_lightbox__thumbs {
	display: flex;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	padding: 4px 2px 2px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.esco_lightbox__thumbs[hidden] {
	display: none !important;
}

.esco_lightbox__thumb {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	padding: 0;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 8px;
	background: #004C97;
	cursor: pointer;
}

.esco_lightbox__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.esco_lightbox__thumb--active {
	border-color: #fff;
}

.esco_lightbox__close {
	position: fixed;
	top: 16px;
	left: 16px;
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: #fff;
	color: #111;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.esco_lightbox__close:focus {
	outline: none;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #004C97;
}

body.esco_lightbox_open {
	overflow: hidden;
}

.esco_product_picker__meta {
	display: flex;
	flex: 1 1 auto;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	min-width: 0;
	text-align: right;
}

.esco_product_picker__name {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
	color: #161615;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.esco_shop_form .esco_product_picker__amount,
.esco_product_picker__amount {
	display: inline-block !important;
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: 58%;
	overflow: hidden;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	color: #889199 !important;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.esco_product_picker__empty {
	padding: 16px 12px;
	font-size: 12px;
	color: #889199;
	text-align: center;
}

.esco_choice_picker {
	position: relative;
	width: 100%;
	text-align: right;
}

.esco_choice_picker__toggle {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 40px;
	padding: 8px 12px 8px 28px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	color: #111;
	font-size: 13px;
	line-height: 1.5;
	text-align: right;
	cursor: pointer;
}

.esco_choice_picker__toggle:focus {
	border-color: #004C97;
	box-shadow: 0 0 0 1px #004C97;
	outline: none;
}

.esco_choice_picker--disabled .esco_choice_picker__toggle {
	opacity: 0.55;
	cursor: not-allowed;
}

.esco_choice_picker__placeholder {
	overflow: hidden;
	color: #889199;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.esco_choice_picker__placeholder[hidden],
.esco_choice_picker__current[hidden] {
	display: none !important;
}

.esco_choice_picker__current {
	display: block;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.esco_choice_picker__chevron {
	position: absolute;
	top: 50%;
	left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8px;
	height: 5px;
	color: #111;
	pointer-events: none;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.15s ease;
}

.esco_choice_picker__chevron svg {
	display: block;
	width: 8px;
	height: 5px;
}

.esco_choice_picker--open .esco_choice_picker__chevron {
	transform: translateY(-50%) rotate(180deg);
}

.esco_choice_picker__panel {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border: 1px solid #ecece8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(17, 17, 17, 0.08);
	box-sizing: border-box;
}

.esco_choice_picker__list {
	list-style: none;
	max-height: 240px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.esco_choice_picker__item {
	padding: 10px 12px;
	font-size: 13px;
	line-height: 1.5;
	cursor: pointer;
}

.esco_choice_picker__item:hover,
.esco_choice_picker__item:focus,
.esco_choice_picker__item--active {
	background: #f7f7f4;
}

.esco_choice_picker__empty {
	padding: 16px 12px;
	font-size: 12px;
	color: #889199;
	text-align: center;
}

.esco_product_picker__variations {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 12px;
}

.esco_product_picker__variations[hidden] {
	display: none !important;
}

.esco_shop_form .esco_swatches {
	display: flex !important;
	flex-wrap: wrap !important;
	margin: 4px -4px 0 !important;
	padding: 0;
	list-style: none;
}

.esco_shop_form .esco_swatches .esco_swatch {
	display: inline-flex !important;
	align-items: center;
	width: auto !important;
	min-height: 0;
	margin: 4px !important;
	padding: 6px 12px;
	border: 1px solid #ecece8;
	border-radius: 999px;
	background: #fff;
	color: #161615;
	font-size: 13px;
	line-height: 1.5;
	text-align: right;
	cursor: pointer;
}

.esco_shop_form .esco_swatches .esco_swatch:hover {
	border-color: #c9c9c2;
}

.esco_shop_form .esco_swatches .esco_swatch:focus {
	outline: none;
	box-shadow: 0 0 0 1px #004C97;
}

.esco_shop_form .esco_swatches .esco_swatch--active {
	border-color: #004C97;
	box-shadow: 0 0 0 1px #004C97;
}

.esco_shop_form .esco_swatches .esco_swatch__dot {
	display: inline-block !important;
	flex: 0 0 auto !important;
	width: 25px !important;
	height: 25px !important;
	min-width: 25px !important;
	min-height: 25px !important;
	margin: 0 0 0 8px !important;
	padding: 0 !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 50% !important;
	background-color: #fff;
	background-clip: padding-box;
}

.esco_shop_form .esco_swatches .esco_swatch__dot[data-esco-swatch-blank] {
	background-image: linear-gradient(45deg, transparent 45%, #e0e0e0 45%, #e0e0e0 55%, transparent 55%);
}

.esco_shop_form .esco_swatches .esco_swatch__name {
	white-space: nowrap;
}

.esco_shop_form__field:has(input[data-esco-variation-attr].esco_shop_form__control--error) .esco_swatch {
	border-color: #b42318;
}

.esco_product_picker__price {
	margin-top: 15px;
	padding-top: 12px;
	border-top: 1px solid #ecece8;
	text-align: right;
}

.woocommerce-checkout .payment_box .esco_gateway_markup_notice,
.esco_gateway_markup_notice {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.7;
	color: #889199;
}

.esco_jetpay_pay {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 16px 0 32px;
}

.esco_jetpay_pay__card {
	width: 100%;
	max-width: 480px;
	padding: 28px 24px;
	border: 1px solid #ecece8;
	border-radius: 8px;
	background: #fff;
	color: #161615;
	text-align: right;
}

.esco_jetpay_pay__title {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 600;
	color: #111;
}

.esco_jetpay_pay__intro {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.7;
	color: #889199;
}

.esco_jetpay_pay__amount {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 20px;
	padding: 12px 0;
	border-top: 1px solid #ecece8;
	border-bottom: 1px solid #ecece8;
	font-size: 14px;
	font-weight: 600;
}

.esco_jetpay_pay__field,
.esco_jetpay_pay__actions,
.esco_jetpay_pay__credits,
.esco_jetpay_pay__otp {
	margin-bottom: 16px;
}

.esco_jetpay_pay__alert {
	margin-bottom: 16px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #f7f7f4;
	font-size: 13px;
	line-height: 1.7;
}

.esco_jetpay_pay__alert--error {
	background: #fff2f0;
	color: #8a1f11;
}

.esco_jetpay_pay__credit {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 8px;
	padding: 12px;
	border: 1px solid #ecece8;
	border-radius: 8px;
	cursor: pointer;
}

.esco_jetpay_pay__credit:has(input:checked) {
	border-color: #004C97;
}

.esco_jetpay_pay__credit--disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.esco_jetpay_pay__credit_body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 13px;
}

.esco_jetpay_pay__credit_desc,
.esco_jetpay_pay__credit_balance {
	color: #889199;
	font-size: 12px;
}

.esco_jetpay_pay__installments ul {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.esco_jetpay_pay__installments li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 6px 0;
	border-bottom: 1px solid #ecece8;
	font-size: 12px;
}

.esco_shop_steps__item--locked {
	opacity: 0.4;
	pointer-events: none;
}

.esco_shop_form .esco_shop_order_details {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
	text-align: right;
}

.esco_shop_form .esco_shop_order_details li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ecece8;
	font-size: 13px;
	line-height: 1.7;
	color: #889199;
}

.esco_shop_form .esco_shop_order_details li:first-child {
	padding-top: 0;
}

.esco_shop_form .esco_shop_order_details strong {
	color: #161615;
	font-weight: 600;
	text-align: left;
}

.esco_shop_form .esco_jetpay_pay {
	margin: 8px 0 0;
}

.esco_shop_form .esco_jetpay_pay__card {
	max-width: none;
	padding: 12px 0 0;
	border: 0;
	border-radius: 0;
}
