body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-order-received,
body.woocommerce-page,
body.single-product,
body.tax-product_cat,
body.post-type-archive-product {
	--ix-wc-brand-a: #d6e1f6;
	--ix-wc-brand-b: #cef6dd;
	--ix-wc-gradient: linear-gradient(135deg, #d6e1f6 0%, #cef6dd 100%);
	--ix-wc-gradient-hover: linear-gradient(135deg, #c4d4ec 0%, #b8ecd0 100%);
	--ix-wc-hero: linear-gradient(145deg, #1a2d42 0%, #243b55 48%, #1f4d3d 100%);
	--ix-wc-bg: #f7f9fc;
	--ix-wc-surface: #ffffff;
	--ix-wc-border: #d8e3ef;
	--ix-wc-text: #0f1419;
	--ix-wc-muted: #5a6570;
	--ix-wc-link: #1a2d42;
	--ix-wc-accent: #1f7a54;
	--ix-wc-radius: 14px;
	--ix-wc-radius-sm: 10px;
	--ix-wc-shadow: 0 1px 2px rgba(15, 20, 25, 0.04), 0 10px 28px rgba(15, 20, 25, 0.06);
	--ix-wc-field-bg: #f5f8fb;
	--ix-wc-focus: rgba(214, 225, 246, 0.75);
	--ix-wc-danger: #6b1c1c;
	--ix-wc-danger-bg: #fef2f2;
	--ix-wc-ok: #14532d;
	--ix-wc-ok-bg: rgba(206, 246, 221, 0.45);
	direction: ltr;
	text-align: left;
	unicode-bidi: isolate;
}

body:not(.elementor-editor-active) .woocommerce-notices-wrapper {
	margin-block-end: 1.15rem;
}

body:not(.elementor-editor-active) .ixp-wc-steps {
	margin: 0 0 1.35rem;
	padding: 0.25rem 0 0.85rem;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body:not(.elementor-editor-active) .ixp-wc-steps__list {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

body:not(.elementor-editor-active) .ixp-wc-steps__list::before {
	content: "";
	position: absolute;
	left: calc(100% / 6);
	right: calc(100% / 6);
	top: 1.15rem;
	height: 2px;
	background: var(--ix-wc-gradient, linear-gradient(135deg, #d6e1f6 0%, #cef6dd 100%));
	z-index: 0;
	pointer-events: none;
}

body:not(.elementor-editor-active) .ixp-wc-steps__item {
	flex: 1 1 0;
	position: relative;
	z-index: 1;
	text-align: center;
	min-width: 0;
}

body:not(.elementor-editor-active) .ixp-wc-steps__link {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 0.4rem;
	text-decoration: none !important;
	color: var(--ix-wc-muted, #5a6570) !important;
}

body:not(.elementor-editor-active) .ixp-wc-steps__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.3rem;
	height: 2.3rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	background: #edf2f7;
	border: 1px solid var(--ix-wc-border, #d8e3ef);
	color: var(--ix-wc-muted, #5a6570);
}

body:not(.elementor-editor-active) .ixp-wc-steps__label {
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.25;
}

body:not(.elementor-editor-active) .ixp-wc-steps__item.is-complete .ixp-wc-steps__num,
body:not(.elementor-editor-active) .ixp-wc-steps__item.is-current .ixp-wc-steps__num {
	background: var(--ix-wc-gradient, linear-gradient(135deg, #d6e1f6 0%, #cef6dd 100%));
	border-color: rgba(15, 20, 25, 0.08);
	color: #0f1419;
}

body:not(.elementor-editor-active) .ixp-wc-steps__item.is-complete .ixp-wc-steps__link,
body:not(.elementor-editor-active) .ixp-wc-steps__item.is-current .ixp-wc-steps__link {
	color: var(--ix-wc-text, #0f1419) !important;
}

body:not(.elementor-editor-active) .ixp-wc-steps__item.is-complete a.ixp-wc-steps__link:hover .ixp-wc-steps__label {
	text-decoration: underline;
}

body:not(.elementor-editor-active) .ixp-wc-steps__item.is-current .ixp-wc-steps__label {
	color: var(--ix-wc-accent, #1f7a54);
}

body:not(.elementor-editor-active) .woocommerce-message,
body:not(.elementor-editor-active) .woocommerce-info,
body:not(.elementor-editor-active) .woocommerce-error,
body:not(.elementor-editor-active) .woocommerce-NoticeGroup .woocommerce-error,
body:not(.elementor-editor-active) .woocommerce-NoticeGroup .woocommerce-message,
body:not(.elementor-editor-active) .woocommerce-NoticeGroup .woocommerce-info,
body:not(.elementor-editor-active) .wc-block-components-notice-banner {
	display: block;
	list-style: none;
	margin: 0 0 0.85rem;
	padding: 0.95rem 1.1rem;
	border-radius: var(--ix-wc-radius-sm, 10px);
	border: 1px solid transparent;
	box-shadow: var(--ix-wc-shadow, 0 1px 2px rgba(15, 20, 25, 0.04), 0 10px 28px rgba(15, 20, 25, 0.06));
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--ix-wc-text, #0f1419);
	background: var(--ix-wc-surface, #ffffff);
}

body:not(.elementor-editor-active) .woocommerce-message::before,
body:not(.elementor-editor-active) .woocommerce-info::before,
body:not(.elementor-editor-active) .woocommerce-error::before {
	display: none !important;
	content: none !important;
}

body:not(.elementor-editor-active) .woocommerce-error,
body:not(.elementor-editor-active) .woocommerce-NoticeGroup .woocommerce-error,
body:not(.elementor-editor-active) .wc-block-components-notice-banner.is-error {
	background: var(--ix-wc-danger-bg, #fef2f2) !important;
	color: var(--ix-wc-danger, #6b1c1c) !important;
	border-color: #f3c1c1 !important;
}

body:not(.elementor-editor-active) .woocommerce-message,
body:not(.elementor-editor-active) .woocommerce-NoticeGroup .woocommerce-message,
body:not(.elementor-editor-active) .wc-block-components-notice-banner.is-success {
	background: var(--ix-wc-ok-bg, rgba(206, 246, 221, 0.45)) !important;
	color: var(--ix-wc-ok, #14532d) !important;
	border-color: rgba(206, 246, 221, 0.95) !important;
}

body:not(.elementor-editor-active) .woocommerce-info,
body:not(.elementor-editor-active) .woocommerce-NoticeGroup .woocommerce-info,
body:not(.elementor-editor-active) .wc-block-components-notice-banner.is-info {
	background: rgba(214, 225, 246, 0.55) !important;
	color: #1a2d42 !important;
	border-color: rgba(214, 225, 246, 0.95) !important;
}

body:not(.elementor-editor-active) .woocommerce-error li {
	margin: 0;
	padding: 0.15rem 0;
	list-style: none;
}

body:not(.elementor-editor-active) .woocommerce-message a,
body:not(.elementor-editor-active) .woocommerce-info a,
body:not(.elementor-editor-active) .woocommerce-error a,
body:not(.elementor-editor-active) .wc-block-components-notice-banner a {
	color: inherit !important;
	font-weight: 700;
	text-decoration: underline;
}

body:not(.elementor-editor-active) .woocommerce-message a.button,
body:not(.elementor-editor-active) .woocommerce-info a.button,
body:not(.elementor-editor-active) .woocommerce-error a.button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	margin-inline-start: 0.65rem;
	padding: 0.4rem 0.95rem !important;
	border-radius: 999px !important;
	border: 1px solid rgba(15, 20, 25, 0.08) !important;
	background: var(--ix-wc-gradient, linear-gradient(135deg, #d6e1f6 0%, #cef6dd 100%)) !important;
	color: #0f1419 !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	box-shadow: var(--ix-wc-shadow, 0 1px 2px rgba(15, 20, 25, 0.04), 0 10px 28px rgba(15, 20, 25, 0.06));
}

body:not(.elementor-editor-active) .woocommerce-message a.button:hover,
body:not(.elementor-editor-active) .woocommerce-info a.button:hover {
	background: var(--ix-wc-gradient-hover, linear-gradient(135deg, #c4d4ec 0%, #b8ecd0 100%)) !important;
	color: #0f1419 !important;
}

body:not(.elementor-editor-active) .wc-block-components-notice-banner {
	display: flex !important;
	align-items: flex-start;
	gap: 0.75rem;
}

body:not(.elementor-editor-active) .wc-block-components-notice-banner svg {
	flex: 0 0 auto;
	width: 1.25rem;
	height: 1.25rem;
	margin-block-start: 0.1rem;
	fill: currentColor;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce,
body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce {
	max-width: 1100px;
	margin-inline: auto;
	color: var(--ix-wc-text);
	min-height: 0;
}

body.woocommerce-cart:not(.elementor-editor-active) .site-main:has(.woocommerce),
body.woocommerce-checkout:not(.elementor-editor-active) .site-main:has(.woocommerce),
body.woocommerce-order-received:not(.elementor-editor-active) .site-main:has(.woocommerce),
body.woocommerce-cart:not(.elementor-editor-active) .entry-content:has(.woocommerce),
body.woocommerce-checkout:not(.elementor-editor-active) .entry-content:has(.woocommerce),
body.woocommerce-order-received:not(.elementor-editor-active) .entry-content:has(.woocommerce) {
	padding-block: clamp(1rem, 3vw, 2rem);
}

body.woocommerce-cart:not(.elementor-editor-active) .elementor-section.elementor-section-height-full,
body.woocommerce-checkout:not(.elementor-editor-active) .elementor-section.elementor-section-height-full,
body.woocommerce-order-received:not(.elementor-editor-active) .elementor-section.elementor-section-height-full {
	height: auto !important;
	min-height: 0 !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .elementor-section.elementor-section-height-full > .elementor-container,
body.woocommerce-checkout:not(.elementor-editor-active) .elementor-section.elementor-section-height-full > .elementor-container,
body.woocommerce-order-received:not(.elementor-editor-active) .elementor-section.elementor-section-height-full > .elementor-container {
	height: auto !important;
	min-height: 0 !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .elementor-widget-woocommerce-cart.empty,
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce:has(.cart-empty),
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce:not(:has(form.checkout)) {
	padding-block: 0.5rem 1rem;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce a,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce a,
body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce a {
	color: var(--ix-wc-link);
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce .button,
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce button.button,
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce input.button,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce .button,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce button.button,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce input.button,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce #place_order,
body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce .button,
body.single-product:not(.elementor-editor-active) .woocommerce .single_add_to_cart_button,
body.single-product:not(.elementor-editor-active) .woocommerce button.button {
	appearance: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-height: 2.75rem;
	padding: 0.55rem 1.35rem !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	line-height: 1.3;
	border-radius: 999px !important;
	border: 1px solid rgba(15, 20, 25, 0.08) !important;
	background: var(--ix-wc-gradient) !important;
	color: var(--ix-wc-text) !important;
	cursor: pointer;
	text-decoration: none !important;
	box-shadow: var(--ix-wc-shadow);
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce .button:hover,
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce button.button:hover,
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce input.button:hover,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce .button:hover,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce button.button:hover,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce #place_order:hover,
body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce .button:hover,
body.single-product:not(.elementor-editor-active) .woocommerce .single_add_to_cart_button:hover {
	background: var(--ix-wc-gradient-hover) !important;
	color: var(--ix-wc-text) !important;
	border-color: rgba(15, 20, 25, 0.12) !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce .button:disabled,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce .button:disabled,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce #place_order:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce .input-text,
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce input[type="text"],
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce input[type="email"],
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce input[type="tel"],
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce input[type="number"],
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce input[type="password"],
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce select,
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce textarea,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce .input-text,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce input[type="text"],
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce input[type="email"],
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce input[type="tel"],
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce input[type="number"],
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce input[type="password"],
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce select,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce textarea,
body.single-product:not(.elementor-editor-active) .woocommerce .qty {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 2.7rem;
	padding: 0.6rem 0.85rem;
	background: var(--ix-wc-field-bg) !important;
	border: 1px solid var(--ix-wc-border) !important;
	border-radius: var(--ix-wc-radius-sm) !important;
	color: var(--ix-wc-text) !important;
	font-size: 1rem;
	line-height: 1.4;
	box-shadow: none !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce .input-text:focus,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce .input-text:focus,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce select:focus,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce textarea:focus,
body.single-product:not(.elementor-editor-active) .woocommerce .qty:focus {
	outline: none;
	border-color: #b8c9dc !important;
	box-shadow: 0 0 0 3px var(--ix-wc-focus) !important;
	background: var(--ix-wc-surface) !important;
}

body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce .form-row label,
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce .form-row label {
	display: block;
	margin-block-end: 0.35rem;
	font-size: 0.875rem;
	font-weight: 650;
	color: var(--ix-wc-text);
}

body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce .form-row {
	margin: 0 0 1rem;
	padding: 0;
}

body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce .form-row .required {
	color: #b42318;
	text-decoration: none;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce table.shop_table,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce table.shop_table,
body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce table.shop_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius);
	overflow: hidden;
	background: var(--ix-wc-surface);
	box-shadow: var(--ix-wc-shadow);
	font-size: 0.94rem;
	margin: 0 0 1.35rem;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce table.shop_table th,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce table.shop_table th,
body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce table.shop_table th {
	background: var(--ix-wc-field-bg);
	color: var(--ix-wc-text);
	font-weight: 700;
	text-align: start;
	padding: 0.85rem 1rem;
	border: 0;
	border-block-end: 1px solid var(--ix-wc-border);
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce table.shop_table td,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce table.shop_table td,
body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce table.shop_table td {
	padding: 0.95rem 1rem;
	border: 0;
	border-block-end: 1px solid var(--ix-wc-border);
	vertical-align: middle;
	color: var(--ix-wc-text);
	background: transparent;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce table.shop_table tr:last-child td,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce table.shop_table tr:last-child td,
body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce table.shop_table tr:last-child td {
	border-block-end: 0;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce-cart-form__contents .product-thumbnail img,
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce-cart-form__contents .product-thumbnail a {
	display: none !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce-cart-form__contents .product-thumbnail {
	width: 0;
	padding: 0 !important;
	border: 0 !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce-cart-form__contents .product-name a {
	font-weight: 750;
	color: var(--ix-wc-text) !important;
	text-decoration: none;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce-cart-form__contents .product-name a:hover {
	color: var(--ix-wc-accent) !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce-cart-form__contents .product-remove .remove,
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce-cart-form__contents .product-remove a.remove {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 2rem !important;
	height: 2rem !important;
	min-width: 2rem !important;
	min-height: 2rem !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 999px !important;
	border: 1px solid var(--ix-wc-border) !important;
	background: var(--ix-wc-field-bg) !important;
	background-image: none !important;
	color: var(--ix-wc-muted) !important;
	font-size: 1.15rem !important;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: 0 !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-indent: 0 !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce-cart-form__contents .product-remove .remove:hover,
body.woocommerce-cart:not(.elementor-editor-active) .woocommerce-cart-form__contents .product-remove a.remove:hover {
	background: var(--ix-wc-danger-bg) !important;
	border-color: #f3c1c1 !important;
	color: var(--ix-wc-danger) !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce .quantity .qty,
body.single-product:not(.elementor-editor-active) .woocommerce .quantity .qty {
	width: 4.5rem;
	min-width: 4.5rem;
	text-align: center;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce .coupon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce .coupon .input-text {
	max-width: 14rem;
	flex: 1 1 10rem;
}

body.woocommerce-cart:not(.elementor-editor-active) .woocommerce .actions {
	padding: 1rem !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .cart-collaterals {
	margin-block-start: 0.5rem;
}

body.woocommerce-cart:not(.elementor-editor-active) .cart_totals {
	background: var(--ix-wc-surface);
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius);
	box-shadow: var(--ix-wc-shadow);
	padding: clamp(1.1rem, 3vw, 1.6rem);
}

body.woocommerce-cart:not(.elementor-editor-active) .cart_totals > h2 {
	margin: 0 0 1rem;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

body.woocommerce-cart:not(.elementor-editor-active) .cart_totals table.shop_table {
	box-shadow: none;
	border: 0;
	border-radius: 0;
	margin: 0 0 0.5rem !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .cart_totals table.shop_table th,
body.woocommerce-cart:not(.elementor-editor-active) .cart_totals table.shop_table td {
	background: transparent;
	padding: 0.7rem 0;
	border-block-end: 1px solid var(--ix-wc-border);
}

body.woocommerce-cart:not(.elementor-editor-active) .cart_totals .order-total th,
body.woocommerce-cart:not(.elementor-editor-active) .cart_totals .order-total td {
	font-size: 1.05rem;
	font-weight: 800;
	border-block-end: 0;
}

body.woocommerce-cart:not(.elementor-editor-active) .wc-proceed-to-checkout {
	padding: 0 !important;
	margin: 0 !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .wc-proceed-to-checkout p {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0;
}

body.woocommerce-cart:not(.elementor-editor-active) .wc-proceed-to-checkout br {
	display: none !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .wc-proceed-to-checkout .checkout-button {
	width: 100%;
	margin: 0 !important;
	line-height: 1.3 !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .cart-empty,
body.woocommerce-cart:not(.elementor-editor-active) .cart-empty.woocommerce-info {
	text-align: center;
	padding: 1.1rem 1.2rem !important;
	margin: 0 0 0.75rem !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .return-to-shop {
	text-align: center;
	margin: 0.35rem 0 0 !important;
	padding: 0 !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .return-to-shop br {
	display: none !important;
}

body.woocommerce-cart:not(.elementor-editor-active) .return-to-shop .button,
body.woocommerce-cart:not(.elementor-editor-active) .return-to-shop a.button {
	margin: 0 !important;
}

body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce-form-login-toggle {
	margin-block-end: 1rem;
}

body.woocommerce-checkout:not(.elementor-editor-active) form.woocommerce-form-login,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce-form-login {
	margin: 0 0 1.5rem;
	padding: clamp(1.1rem, 3vw, 1.5rem);
	background: var(--ix-wc-surface);
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius);
	box-shadow: var(--ix-wc-shadow);
}

body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce-form-login .form-row {
	margin-block-end: 0.85rem;
}

body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce-account-fields {
	margin-block-start: 0.75rem;
	padding: 1rem 1.05rem;
	background: var(--ix-wc-field-bg);
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius-sm);
}

body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce-account-fields .create-account {
	margin-block-start: 0.75rem;
}

body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce-checkout-must-login-message,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce > p:only-child {
	max-width: 40rem;
	margin: 0 auto;
	padding: 1.2rem 1.25rem;
	text-align: center;
	background: var(--ix-wc-surface);
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius);
	box-shadow: var(--ix-wc-shadow);
	font-size: 1rem;
	line-height: 1.6;
}

body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce-form-coupon-toggle .woocommerce-info {
	margin-block-end: 1rem;
}

body.woocommerce-checkout:not(.elementor-editor-active) form.checkout_coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
	margin: 0 0 1.5rem;
	padding: 1rem 1.1rem;
	background: var(--ix-wc-surface);
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius);
	box-shadow: var(--ix-wc-shadow);
}

body.woocommerce-checkout:not(.elementor-editor-active) form.checkout_coupon .form-row-first,
body.woocommerce-checkout:not(.elementor-editor-active) form.checkout_coupon .form-row-last {
	float: none;
	width: auto;
	flex: 1 1 12rem;
	margin: 0;
}

body.woocommerce-checkout:not(.elementor-editor-active) form.checkout.woocommerce-checkout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 420px) !important;
	gap: 1.35rem !important;
	align-items: start !important;
	width: 100% !important;
	clear: both !important;
}

body.woocommerce-checkout:not(.elementor-editor-active) form.checkout.woocommerce-checkout > .woocommerce-NoticeGroup,
body.woocommerce-checkout:not(.elementor-editor-active) form.checkout.woocommerce-checkout > .woocommerce-notices-wrapper {
	grid-column: 1 / -1 !important;
}

body.woocommerce-checkout:not(.elementor-editor-active) form.checkout.woocommerce-checkout #customer_details.col2-set,
body.woocommerce-checkout:not(.elementor-editor-active) form.checkout.woocommerce-checkout #customer_details {
	display: flex !important;
	flex-direction: column !important;
	gap: 1rem !important;
	grid-column: 1 !important;
	grid-row: 1 / span 6 !important;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin: 0 !important;
	clear: both !important;
}

body.woocommerce-checkout:not(.elementor-editor-active) #customer_details::before,
body.woocommerce-checkout:not(.elementor-editor-active) #customer_details::after,
body.woocommerce-checkout:not(.elementor-editor-active) .col2-set::before,
body.woocommerce-checkout:not(.elementor-editor-active) .col2-set::after {
	display: none !important;
	content: none !important;
}

body.woocommerce-checkout:not(.elementor-editor-active) form.checkout #customer_details .col-1,
body.woocommerce-checkout:not(.elementor-editor-active) form.checkout #customer_details .col-2,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce .col2-set .col-1,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce .col2-set .col-2 {
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(1.1rem, 3vw, 1.55rem) !important;
	background: var(--ix-wc-surface) !important;
	border: 1px solid var(--ix-wc-border) !important;
	border-radius: var(--ix-wc-radius) !important;
	box-shadow: var(--ix-wc-shadow);
	box-sizing: border-box !important;
}

body.woocommerce-checkout:not(.elementor-editor-active) #customer_details .woocommerce-shipping-fields:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce-checkout:not(.elementor-editor-active) #customer_details .col-2:not(:has(.woocommerce-additional-fields__field-wrapper)):not(:has(input)):not(:has(textarea)):not(:has(select)) {
	display: none !important;
}

body.woocommerce-checkout:not(.elementor-editor-active) form.checkout #order_review_heading {
	grid-column: 2 !important;
	grid-row: 1 !important;
	margin: 0 0 0.75rem !important;
	padding: 0 !important;
	align-self: end;
}

body.woocommerce-checkout:not(.elementor-editor-active) form.checkout #order_review,
body.woocommerce-checkout:not(.elementor-editor-active) form.checkout .woocommerce-checkout-review-order {
	grid-column: 2 !important;
	grid-row: 2 !important;
	position: sticky !important;
	top: 1rem;
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	background: var(--ix-wc-surface) !important;
	border: 1px solid var(--ix-wc-border) !important;
	border-radius: var(--ix-wc-radius) !important;
	box-shadow: var(--ix-wc-shadow);
	padding: clamp(1.1rem, 3vw, 1.55rem) !important;
	box-sizing: border-box !important;
}

body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce-billing-fields > h3,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce-shipping-fields > h3,
body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce-additional-fields > h3,
body.woocommerce-checkout:not(.elementor-editor-active) #order_review_heading {
	margin: 0 0 1rem;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--ix-wc-text);
}

body.woocommerce-checkout:not(.elementor-editor-active) #order_review table.shop_table {
	box-shadow: none;
	border: 0;
	border-radius: 0;
	margin-block-end: 1.15rem;
}

body.woocommerce-checkout:not(.elementor-editor-active) #order_review table.shop_table th,
body.woocommerce-checkout:not(.elementor-editor-active) #order_review table.shop_table td {
	background: transparent;
	padding: 0.75rem 0;
}

body.woocommerce-checkout:not(.elementor-editor-active) #payment {
	background: transparent;
	border-radius: 0;
}

body.woocommerce-checkout:not(.elementor-editor-active) #payment ul.payment_methods {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius-sm);
	overflow: hidden;
	background: var(--ix-wc-field-bg);
}

body.woocommerce-checkout:not(.elementor-editor-active) #payment ul.payment_methods li {
	margin: 0;
	padding: 0.9rem 1rem;
	border-block-end: 1px solid var(--ix-wc-border);
	line-height: 1.45;
}

body.woocommerce-checkout:not(.elementor-editor-active) #payment ul.payment_methods li:last-child {
	border-block-end: 0;
}

body.woocommerce-checkout:not(.elementor-editor-active) #payment ul.payment_methods li label {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-weight: 650;
	cursor: pointer;
}

body.woocommerce-checkout:not(.elementor-editor-active) #payment .payment_box {
	margin: 0.75rem 0 0;
	padding: 0.85rem 0.95rem;
	background: var(--ix-wc-surface);
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius-sm);
	color: var(--ix-wc-muted);
	font-size: 0.9rem;
}

body.woocommerce-checkout:not(.elementor-editor-active) #payment .payment_box::before {
	display: none;
}

body.woocommerce-checkout:not(.elementor-editor-active) #payment div.form-row {
	padding: 0;
	margin: 0;
}

body.woocommerce-checkout:not(.elementor-editor-active) #payment #place_order {
	width: 100%;
	margin-block-start: 0.85rem;
}

body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce-privacy-policy-text {
	font-size: 0.86rem;
	color: var(--ix-wc-muted);
	line-height: 1.55;
}

body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce-terms-and-conditions-wrapper {
	margin-block-end: 0.85rem;
}

body.woocommerce-checkout:not(.elementor-editor-active) .select2-container .select2-selection--single {
	min-height: 2.7rem;
	border: 1px solid var(--ix-wc-border) !important;
	border-radius: var(--ix-wc-radius-sm) !important;
	background: var(--ix-wc-field-bg) !important;
}

body.woocommerce-checkout:not(.elementor-editor-active) .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 2.6rem;
	padding-inline-start: 0.85rem;
	color: var(--ix-wc-text);
}

body.woocommerce-checkout:not(.elementor-editor-active) .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 2.6rem;
}

body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-order {
	background: var(--ix-wc-surface);
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius);
	box-shadow: var(--ix-wc-shadow);
	padding: clamp(1.25rem, 3vw, 2rem);
}

body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-notice--success,
body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-thankyou-order-received {
	margin: 0 0 1.15rem;
	padding: 0.95rem 1.1rem;
	border-radius: var(--ix-wc-radius-sm);
	background: var(--ix-wc-ok-bg);
	border: 1px solid rgba(206, 246, 221, 0.95);
	color: var(--ix-wc-ok);
	font-weight: 650;
}

body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-order-overview {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
	gap: 0.85rem;
	list-style: none !important;
	margin: 0 0 1.5rem !important;
	padding: 0 !important;
	overflow: visible;
}

body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-order-overview::before,
body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-order-overview::after {
	content: none !important;
	display: none !important;
}

body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-order-overview li {
	float: none !important;
	margin: 0 !important;
	padding: 0.9rem 1rem;
	background: var(--ix-wc-field-bg);
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius-sm);
	font-size: 0.86rem;
	color: var(--ix-wc-muted);
	width: auto !important;
}

body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-order-overview li strong {
	display: block;
	margin-block-start: 0.25rem;
	color: var(--ix-wc-text);
	font-size: 0.98rem;
}

body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-order-details__title,
body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-customer-details h2,
body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-column__title {
	margin: 0 0 0.85rem;
	font-size: 1.1rem;
	font-weight: 800;
}

body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-customer-details {
	margin-block-start: 1.5rem;
}

body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-customer-details address,
body.woocommerce-order-received:not(.elementor-editor-active) address {
	display: block;
	font-style: normal;
	line-height: 1.6;
	color: var(--ix-wc-muted);
	margin: 0;
	padding: 1rem 1.15rem;
	background: var(--ix-wc-field-bg);
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius-sm);
	box-sizing: border-box;
}

body.woocommerce-order-received:not(.elementor-editor-active) .ixfc-wc-gateway {
	margin: 0 0 1.5rem;
	padding: 1.15rem 1.25rem;
	background: var(--ix-wc-field-bg);
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius);
	box-sizing: border-box;
}

body.woocommerce-order-received:not(.elementor-editor-active) .ixfc-wc-gateway > h2 {
	margin: 0 0 0.55rem;
	font-size: 1.1rem;
	font-weight: 800;
	color: var(--ix-wc-text);
}

body.woocommerce-order-received:not(.elementor-editor-active) .ixfc-wc-gateway > p {
	margin: 0 0 0.75rem;
	color: var(--ix-wc-muted);
	line-height: 1.55;
}

body.woocommerce-order-received:not(.elementor-editor-active) .ixfc-wc-wallets > h3 {
	margin: 0 0 0.65rem;
	font-size: 0.95rem;
	font-weight: 750;
	color: var(--ix-wc-text);
}

body.woocommerce-order-received:not(.elementor-editor-active) .ixfc-wc-wallet-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0 0 1rem;
	padding: 0;
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius-sm);
	overflow: hidden;
	background: var(--ix-wc-surface);
}

body.woocommerce-order-received:not(.elementor-editor-active) .ixfc-wc-wallet-card {
	margin: 0 !important;
	padding: 0.9rem 1rem !important;
	border: 0 !important;
	border-block-end: 1px solid var(--ix-wc-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

body.woocommerce-order-received:not(.elementor-editor-active) .ixfc-wc-wallet-card:last-child {
	border-block-end: 0 !important;
}

body.woocommerce-order-received:not(.elementor-editor-active) .ixfc-wc-wallet-card__meta {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-block-end: 0.45rem;
}

body.woocommerce-order-received:not(.elementor-editor-active) .ixfc-wc-wallet-card__network {
	font-size: 0.78rem;
	color: var(--ix-wc-muted);
}

body.woocommerce-order-received:not(.elementor-editor-active) .ixfc-wc-copy-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
}

body.woocommerce-order-received:not(.elementor-editor-active) .ixfc-wc-copy-row code {
	flex: 1 1 12rem;
	min-width: 0;
	padding: 0.45rem 0.65rem;
	font-size: 0.78rem;
	word-break: break-all;
	background: var(--ix-wc-field-bg);
	border: 1px solid var(--ix-wc-border);
	border-radius: 8px;
	color: var(--ix-wc-text);
}

body.woocommerce-order-received:not(.elementor-editor-active) .ixfc-wc-proof-form {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.single-product:not(.elementor-editor-active) .woocommerce div.product {
	color: var(--ix-wc-text);
}

body.single-product:not(.elementor-editor-active) .woocommerce div.product .summary {
	margin-block-end: 1.5rem;
}

body.single-product:not(.elementor-editor-active) .woocommerce div.product .product_title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
}

body.single-product:not(.elementor-editor-active) .woocommerce div.product p.price {
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--ix-wc-text);
	margin: 0 0 0.85rem;
}

body.single-product:not(.elementor-editor-active) .woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-block-end: 1.15rem;
}

body.single-product:not(.elementor-editor-active) .woocommerce div.product .woocommerce-tabs {
	margin-block-start: 1.5rem;
	background: var(--ix-wc-surface);
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius);
	box-shadow: var(--ix-wc-shadow);
	padding: clamp(1rem, 3vw, 1.5rem);
}

body.single-product:not(.elementor-editor-active) .woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 0 1rem;
	padding: 0;
	border: 0;
}

body.single-product:not(.elementor-editor-active) .woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

body.single-product:not(.elementor-editor-active) .woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 1px solid var(--ix-wc-border);
	border-radius: 999px;
	background: var(--ix-wc-field-bg);
}

body.single-product:not(.elementor-editor-active) .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 0.45rem 0.95rem;
	font-weight: 700;
	color: var(--ix-wc-muted) !important;
	text-decoration: none;
}

body.single-product:not(.elementor-editor-active) .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--ix-wc-gradient);
	border-color: rgba(15, 20, 25, 0.08);
}

body.single-product:not(.elementor-editor-active) .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--ix-wc-text) !important;
}

body:not(.elementor-editor-active) .ixp-dir-landing .added_to_cart,
body:not(.elementor-editor-active) .ixp-dir-archive .added_to_cart,
body:not(.elementor-editor-active) .ixp-dir-product .added_to_cart,
body:not(.elementor-editor-active) .elementor-widget-shortcode .ixp-dir-card .added_to_cart {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 2.45rem;
	padding: 0.45rem 1.05rem;
	font-size: 0.86rem;
	font-weight: 700;
	border-radius: 999px !important;
	border: 1px solid rgba(15, 20, 25, 0.08) !important;
	background: #1a2d42 !important;
	color: #ffffff !important;
	text-decoration: none !important;
	box-shadow: var(--ix-wc-shadow, 0 1px 2px rgba(15, 20, 25, 0.04), 0 10px 28px rgba(15, 20, 25, 0.06));
}

body:not(.elementor-editor-active) .ixp-dir-landing .added_to_cart:hover,
body:not(.elementor-editor-active) .ixp-dir-archive .added_to_cart:hover,
body:not(.elementor-editor-active) .elementor-widget-shortcode .ixp-dir-card .added_to_cart:hover {
	background: #243b55 !important;
	color: #ffffff !important;
}

body:not(.elementor-editor-active) .ixp-dir-landing .woocommerce-message,
body:not(.elementor-editor-active) .ixp-dir-archive .woocommerce-message,
body:not(.elementor-editor-active) .ixp-dir-product .woocommerce-message,
body:not(.elementor-editor-active) .elementor-widget-shortcode .woocommerce-message,
body:not(.elementor-editor-active) .elementor-widget-shortcode .woocommerce-error,
body:not(.elementor-editor-active) .elementor-widget-shortcode .woocommerce-info {
	margin-block: 0.85rem 1.15rem;
}

@media (max-width: 920px) {
	body.woocommerce-checkout:not(.elementor-editor-active) form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-checkout:not(.elementor-editor-active) form.checkout.woocommerce-checkout #customer_details.col2-set,
	body.woocommerce-checkout:not(.elementor-editor-active) form.checkout.woocommerce-checkout #customer_details,
	body.woocommerce-checkout:not(.elementor-editor-active) form.checkout #order_review_heading,
	body.woocommerce-checkout:not(.elementor-editor-active) form.checkout #order_review {
		grid-column: 1 !important;
		grid-row: auto !important;
		position: static !important;
		width: 100% !important;
	}

	body.woocommerce-checkout:not(.elementor-editor-active) #customer_details {
		display: flex !important;
		flex-direction: column !important;
	}

	body:not(.elementor-editor-active) .ixp-wc-steps__list::before {
		left: calc(100% / 6);
		right: calc(100% / 6);
	}
}

@media (max-width: 768px) {
	body.woocommerce-cart:not(.elementor-editor-active) .woocommerce table.shop_table_responsive thead,
	body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce table.shop_table_responsive thead {
		display: none;
	}

	body.woocommerce-cart:not(.elementor-editor-active) .woocommerce table.shop_table_responsive tr,
	body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce table.shop_table_responsive tr {
		display: block;
		border-block-end: 1px solid var(--ix-wc-border);
		padding: 0.75rem 0;
	}

	body.woocommerce-cart:not(.elementor-editor-active) .woocommerce table.shop_table_responsive td,
	body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce table.shop_table_responsive td {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 0.75rem;
		width: 100%;
		text-align: end;
		border: 0 !important;
		padding: 0.45rem 1rem !important;
	}

	body.woocommerce-cart:not(.elementor-editor-active) .woocommerce table.shop_table_responsive td::before,
	body.woocommerce-checkout:not(.elementor-editor-active) .woocommerce table.shop_table_responsive td::before {
		content: attr(data-title);
		font-weight: 700;
		text-align: start;
		color: var(--ix-wc-muted);
		flex: 0 0 auto;
	}

	body.woocommerce-cart:not(.elementor-editor-active) .woocommerce table.shop_table_responsive td.product-remove,
	body.woocommerce-cart:not(.elementor-editor-active) .woocommerce table.shop_table_responsive td.actions {
		justify-content: flex-end;
	}

	body.woocommerce-cart:not(.elementor-editor-active) .woocommerce table.shop_table_responsive td.product-remove::before,
	body.woocommerce-cart:not(.elementor-editor-active) .woocommerce table.shop_table_responsive td.actions::before,
	body.woocommerce-cart:not(.elementor-editor-active) .woocommerce table.shop_table_responsive td.product-thumbnail::before {
		display: none;
	}

	body.woocommerce-cart:not(.elementor-editor-active) .woocommerce .coupon {
		width: 100%;
	}

	body.woocommerce-cart:not(.elementor-editor-active) .woocommerce .coupon .input-text {
		max-width: none;
		width: 100%;
	}

	body.woocommerce-cart:not(.elementor-editor-active) .woocommerce .actions .button,
	body.woocommerce-checkout:not(.elementor-editor-active) form.checkout_coupon .button {
		width: 100%;
	}

	body.woocommerce-checkout:not(.elementor-editor-active) form.checkout_coupon {
		flex-direction: column;
		align-items: stretch;
	}

	body.woocommerce-checkout:not(.elementor-editor-active) form.checkout_coupon .form-row-first,
	body.woocommerce-checkout:not(.elementor-editor-active) form.checkout_coupon .form-row-last {
		width: 100%;
		flex: 1 1 auto;
	}

	body:not(.elementor-editor-active) .woocommerce-message a.button,
	body:not(.elementor-editor-active) .woocommerce-info a.button {
		display: flex !important;
		width: 100%;
		margin: 0.65rem 0 0;
	}
}

@media (max-width: 560px) {
	body.woocommerce-cart:not(.elementor-editor-active) .cart_totals,
	body.woocommerce-checkout:not(.elementor-editor-active) #customer_details .col-1,
	body.woocommerce-checkout:not(.elementor-editor-active) #customer_details .col-2,
	body.woocommerce-checkout:not(.elementor-editor-active) #order_review,
	body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-order {
		padding: 1rem;
	}

	body.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-order-overview {
		grid-template-columns: 1fr;
	}

	body:not(.elementor-editor-active) .ixp-wc-steps {
		padding: 0.15rem 0 0.55rem;
		border: 0;
		box-shadow: none;
		background: transparent;
	}

	body:not(.elementor-editor-active) .ixp-wc-steps__label {
		font-size: 0.75rem;
	}

	body:not(.elementor-editor-active) .ixp-wc-steps__num {
		width: 2rem;
		height: 2rem;
		font-size: 0.7rem;
	}
}
