.meblovo-oms-cart-shortcode {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-family: inherit;
	z-index: 30;
}

.meblovo-oms-cart-trigger {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid #202326;
	border-radius: 8px;
	background: #fff;
	color: #202326;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	white-space: nowrap;
}

.meblovo-oms-cart-shortcode--compact .meblovo-oms-cart-trigger {
	position: relative;
	gap: 0;
	min-height: 0;
	padding: 4px 2px;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #111111 !important;
	box-shadow: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.meblovo-oms-cart-trigger:hover,
.meblovo-oms-cart-trigger:focus-visible {
	border-color: #5f7c58;
	outline: none;
	box-shadow: 0 0 0 3px rgba(95, 124, 88, 0.18);
}

.meblovo-oms-cart-shortcode--compact .meblovo-oms-cart-trigger:hover,
.meblovo-oms-cart-shortcode--compact .meblovo-oms-cart-trigger:focus-visible {
	background: transparent !important;
	color: #000000 !important;
	box-shadow: none !important;
	transform: translateY(-1px);
}

.meblovo-oms-cart-glyph {
	position: relative;
	width: 18px;
	height: 18px;
	border: 2px solid currentColor;
	border-top: 0;
	border-radius: 2px 2px 5px 5px;
	display: inline-block;
	flex: 0 0 auto;
}

.meblovo-oms-cart-shortcode--compact .meblovo-oms-cart-glyph {
	width: 26px;
	height: 24px;
	border: 0;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 24' fill='none'%3E%3Cpath d='M2.5 4H5.5L8.1 15.2C8.29 16.01 9.01 16.58 9.84 16.58H20.72C21.49 16.58 22.17 16.08 22.41 15.35L24.9 7.75C25.24 6.71 24.46 5.66 23.36 5.66H6.3' stroke='%23111111' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.4 20.1C10.4 20.76 9.86 21.3 9.2 21.3C8.54 21.3 8 20.76 8 20.1C8 19.44 8.54 18.9 9.2 18.9C9.86 18.9 10.4 19.44 10.4 20.1Z' fill='%23111111'/%3E%3Cpath d='M22.3 20.1C22.3 20.76 21.76 21.3 21.1 21.3C20.44 21.3 19.9 20.76 19.9 20.1C19.9 19.44 20.44 18.9 21.1 18.9C21.76 18.9 22.3 19.44 22.3 20.1Z' fill='%23111111'/%3E%3C/svg%3E");
}

.meblovo-oms-cart-glyph::before {
	content: "";
	position: absolute;
	left: 3px;
	top: -7px;
	width: 8px;
	height: 8px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}

.meblovo-oms-cart-shortcode--compact .meblovo-oms-cart-glyph::before {
	content: none;
}

.meblovo-oms-cart-label {
	font-size: 13px;
	font-weight: 700;
}

.meblovo-oms-cart-shortcode--compact .meblovo-oms-cart-label {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.meblovo-oms-cart-count {
	display: inline-grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: #202326;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.meblovo-oms-cart-shortcode--compact .meblovo-oms-cart-count {
	position: absolute;
	top: -8px;
	right: -8px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border: 2px solid #ffffff;
	background: #202326;
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(32, 35, 38, 0.16);
}

.meblovo-oms-cart-amount {
	font-size: 12px;
	font-weight: 700;
	color: #5f4a28;
}

.meblovo-oms-cart-shortcode--compact .meblovo-oms-cart-amount {
	display: none;
}

.meblovo-oms-cart-shortcode--compact.is-empty .meblovo-oms-cart-count {
	display: none;
}

.meblovo-oms-cart-shortcode--compact .meblovo-oms-cart-trigger {
	min-width: 30px;
	justify-content: center;
}

.meblovo-oms-cart-panel {
	position: fixed;
	top: var(--meblovo-oms-panel-top, 72px);
	left: var(--meblovo-oms-panel-left, auto);
	right: auto;
	width: var(--meblovo-oms-panel-width, min(420px, calc(100vw - 24px)));
	max-height: min(720px, calc(100vh - 120px));
	overflow: auto;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(32, 35, 38, 0.18);
}

.meblovo-oms-cart-shortcode.is-open .meblovo-oms-cart-panel {
	display: block;
}

.meblovo-oms-mini-cart,
.meblovo-oms-cart-context,
.meblovo-oms-premium-cart {
	color: #202326;
	font-family: inherit;
}

.meblovo-oms-mini-cart {
	padding: 16px;
}

.meblovo-oms-mini-head,
.meblovo-oms-mini-item,
.meblovo-oms-summary-lines > div,
.meblovo-oms-payment-preview > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.meblovo-oms-mini-head {
	padding-bottom: 12px;
	border-bottom: 1px solid #eee9e1;
}

.meblovo-oms-mini-promo,
.meblovo-oms-promo-note {
	padding: 10px 12px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #f8f5ee;
	color: #4f4639;
	font-size: 13px;
	line-height: 1.45;
}

.meblovo-oms-mini-head span,
.meblovo-oms-mini-config,
.meblovo-oms-mini-delivery,
.meblovo-oms-summary-lines span,
.meblovo-oms-payment-preview span,
.meblovo-oms-config-list dt {
	color: #68635d;
	font-size: 12px;
	line-height: 1.35;
}

.meblovo-oms-mini-items {
	display: grid;
	gap: 12px;
	margin: 14px 0;
}

.meblovo-oms-mini-item {
	align-items: flex-start;
}

.meblovo-oms-mini-thumb {
	width: 58px;
	height: 58px;
	border-radius: 6px;
	overflow: hidden;
	background: #f4f1ec;
	flex: 0 0 auto;
}

.meblovo-oms-mini-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.meblovo-oms-mini-main {
	display: grid;
	gap: 3px;
	min-width: 0;
	flex: 1 1 auto;
}

.meblovo-oms-mini-main a,
.meblovo-oms-line-title {
	color: #202326;
	font-weight: 700;
	text-decoration: none;
}

.meblovo-oms-mini-main a:hover,
.meblovo-oms-line-title:hover {
	color: #5f7c58;
}

.meblovo-oms-mini-price {
	display: grid;
	justify-items: end;
	gap: 4px;
	flex: 0 0 auto;
	font-size: 12px;
	color: #68635d;
}

.meblovo-oms-mini-price strong {
	color: #202326;
	font-size: 13px;
}

.meblovo-oms-summary-lines {
	display: grid;
	gap: 8px;
	padding-top: 12px;
	border-top: 1px solid #eee9e1;
}

.meblovo-oms-summary-lines strong {
	text-align: right;
	font-size: 14px;
}

.meblovo-oms-summary-lines .is-discount strong {
	color: #5f7c58;
}

.meblovo-oms-summary-lines .is-grand {
	margin-top: 4px;
	padding-top: 10px;
	border-top: 1px solid #d7d2ca;
}

.meblovo-oms-summary-lines .is-grand span,
.meblovo-oms-summary-lines .is-grand strong {
	color: #202326;
	font-size: 16px;
	font-weight: 800;
}

.meblovo-oms-mini-actions,
.meblovo-oms-summary-actions,
.meblovo-oms-coupon-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 14px;
}

.meblovo-oms-summary-actions {
	align-items: stretch;
}

.meblovo-oms-summary-actions .meblovo-oms-button {
	width: 100%;
	min-width: 0;
	white-space: normal;
}

.meblovo-oms-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 14px;
	border: 1px solid #202326;
	border-radius: 8px;
	background: #fff;
	color: #202326;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	line-height: 1.2;
}

.meblovo-oms-button:hover,
.meblovo-oms-button:focus-visible {
	border-color: #5f7c58;
	color: #5f7c58;
	outline: none;
}

.meblovo-oms-button--primary {
	border-color: #5f7c58;
	background: #5f7c58;
	color: #fff;
}

.meblovo-oms-button--primary:hover,
.meblovo-oms-button--primary:focus-visible {
	background: #4c6646;
	color: #fff;
}

.meblovo-oms-mini-empty,
.meblovo-oms-empty-cart {
	display: grid;
	gap: 14px;
	text-align: center;
}

.meblovo-oms-cart-context {
	margin: 0 0 24px;
	padding: 18px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #fbfaf7;
}

.meblovo-oms-cart-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 16px;
}

.meblovo-oms-cart-steps span {
	min-height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #fff;
	font-size: 12px;
	font-weight: 700;
	color: #68635d;
}

.meblovo-oms-cart-steps .is-active {
	border-color: #5f7c58;
	background: #eef4ec;
	color: #31412d;
}

.meblovo-oms-context-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	gap: 18px;
	align-items: start;
}

.meblovo-oms-context-grid h2 {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0;
}

.meblovo-oms-promo-note {
	margin: 0;
	color: #68635d;
}

.meblovo-oms-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
	gap: 24px;
	align-items: start;
}

.meblovo-oms-cart-lines {
	display: grid;
	gap: 14px;
}

.meblovo-oms-cart-line {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr) minmax(180px, 230px);
	gap: 16px;
	padding: 16px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #fff;
}

.meblovo-oms-line-image {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 8px;
	background: #f4f1ec;
}

.meblovo-oms-line-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.meblovo-oms-line-body {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.meblovo-oms-line-head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.meblovo-oms-line-remove {
	color: #8a3f36;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.meblovo-oms-config-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 14px;
	margin: 0;
}

.meblovo-oms-config-list > div {
	min-width: 0;
}

.meblovo-oms-config-list dt,
.meblovo-oms-config-list dd {
	margin: 0;
}

.meblovo-oms-config-list dd {
	color: #202326;
	font-size: 13px;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.meblovo-oms-line-controls {
	display: grid;
	grid-template-columns: 120px minmax(180px, 1fr);
	gap: 10px;
	align-items: end;
}

.meblovo-oms-line-controls label,
.meblovo-oms-delivery-static,
.meblovo-oms-delivery-select {
	display: grid;
	gap: 5px;
	font-size: 12px;
	color: #68635d;
}

.meblovo-oms-line-controls input,
.meblovo-oms-delivery-select select,
.meblovo-oms-coupon-row input {
	width: 100%;
	min-height: 40px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #fff;
	color: #202326;
	padding: 8px 10px;
	font: inherit;
}

.meblovo-oms-line-totals,
.meblovo-oms-cart-summary,
.meblovo-oms-payment-preview {
	display: grid;
	gap: 10px;
}

.meblovo-oms-line-totals {
	align-self: stretch;
	padding-left: 16px;
	border-left: 1px solid #eee9e1;
}

.meblovo-oms-line-totals > div {
	display: grid;
	gap: 4px;
}

.meblovo-oms-line-totals span {
	color: #68635d;
	font-size: 12px;
}

.meblovo-oms-line-totals strong {
	font-size: 14px;
}

.meblovo-oms-line-totals .is-total strong {
	font-size: 18px;
}

.meblovo-oms-cart-summary {
	position: sticky;
	top: 18px;
	padding: 16px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #fbfaf7;
}

.meblovo-oms-payment-preview {
	padding: 12px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #eee9e1;
}

.meblovo-oms-payment-models {
	display: grid;
	gap: 12px;
	margin: 18px 0;
}

.meblovo-oms-section-kicker {
	color: #5f7c58;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.meblovo-oms-payment-models h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0;
}

.meblovo-oms-payment-model-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.meblovo-oms-payment-model {
	display: grid;
	gap: 8px;
	padding: 12px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
}

.meblovo-oms-payment-model.is-selected {
	border-color: #5f7c58;
	background: #eef4ec;
	box-shadow: inset 0 0 0 1px #5f7c58;
}

.meblovo-oms-payment-model input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.meblovo-oms-payment-title {
	color: #202326;
	font-size: 14px;
	font-weight: 800;
}

.meblovo-oms-payment-summary {
	color: #68635d;
	font-size: 12px;
	line-height: 1.45;
}

.meblovo-oms-payment-amounts {
	display: grid;
	gap: 2px;
	font-size: 12px;
}

.meblovo-oms-payment-amounts strong,
.meblovo-oms-payment-amounts em {
	font-style: normal;
	color: #202326;
}

.meblovo-oms-order-received {
	display: grid;
	gap: 18px;
	margin: 0 0 28px;
	color: #202326;
	font-family: inherit;
}

.meblovo-oms-balance-payment-context {
	display: grid;
	gap: 14px;
	max-width: 980px;
	margin: 0 auto 22px;
	padding: 22px;
	border: 1px solid #e4ded4;
	border-radius: 16px;
	background: #fffdf9;
	box-shadow: 0 18px 40px rgba(32, 35, 38, .07);
	color: #202326;
}
.meblovo-oms-balance-payment-context h2 {
	margin: 0;
	color: #202326;
	font-size: clamp(24px, 3vw, 38px);
	line-height: 1.08;
	letter-spacing: 0;
}
.meblovo-oms-balance-payment-context p {
	margin: 0;
	color: #68635d;
	font-size: 15px;
	line-height: 1.55;
}
.meblovo-oms-balance-payment-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}
.meblovo-oms-balance-payment-facts > div {
	display: grid;
	gap: 5px;
	min-width: 0;
	padding: 13px 14px;
	border: 1px solid #eee9e1;
	border-radius: 12px;
	background: #fff;
}
.meblovo-oms-balance-payment-facts span {
	color: #857d72;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}
.meblovo-oms-balance-payment-facts strong {
	color: #202326;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.2;
	overflow-wrap: anywhere;
}
.meblovo-oms-balance-payment-reason,
.meblovo-oms-balance-payment-note {
	padding: 12px 14px;
	border-radius: 12px;
	background: #f7f4ee;
}
.meblovo-oms-balance-payment-received .meblovo-oms-order-products {
	display: none;
}

.meblovo-oms-order-received-hero,
.meblovo-oms-order-next,
.meblovo-oms-order-products,
.meblovo-oms-order-care {
	padding: 18px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #fbfaf7;
}

.meblovo-oms-order-received-hero {
	display: grid;
	gap: 8px;
	background: #fff;
}

.meblovo-oms-order-received-hero h2,
.meblovo-oms-order-products h3,
.meblovo-oms-order-payment-note h3 {
	margin: 0;
	color: #202326;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0;
}

.meblovo-oms-order-received-hero p,
.meblovo-oms-order-payment-note p,
.meblovo-oms-order-care span,
.meblovo-oms-order-steps span {
	margin: 0;
	color: #68635d;
	font-size: 14px;
	line-height: 1.5;
}

.meblovo-oms-order-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.meblovo-oms-order-facts > div,
.meblovo-oms-order-payment-amounts > div {
	display: grid;
	gap: 4px;
	padding: 14px;
	border: 1px solid #eee9e1;
	border-radius: 8px;
	background: #fff;
}

.meblovo-oms-order-facts span,
.meblovo-oms-order-payment-amounts span,
.meblovo-oms-order-product-delivery span,
.meblovo-oms-order-product-total span {
	color: #68635d;
	font-size: 12px;
	font-weight: 700;
}

.meblovo-oms-order-facts strong,
.meblovo-oms-order-payment-amounts strong,
.meblovo-oms-order-product-delivery strong,
.meblovo-oms-order-product-total strong {
	color: #202326;
	font-size: 16px;
	font-weight: 900;
}

.meblovo-oms-order-next {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 18px;
	align-items: start;
}

.meblovo-oms-order-payment-note,
.meblovo-oms-order-payment-amounts {
	display: grid;
	gap: 12px;
}

.meblovo-oms-order-steps {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: meblovo-oms-order-step;
}

.meblovo-oms-order-steps li {
	position: relative;
	display: grid;
	gap: 4px;
	min-height: 64px;
	padding: 12px 12px 12px 52px;
	border: 1px solid #eee9e1;
	border-radius: 8px;
	background: #fff;
	counter-increment: meblovo-oms-order-step;
}

.meblovo-oms-order-steps li::before {
	content: counter(meblovo-oms-order-step);
	position: absolute;
	left: 12px;
	top: 12px;
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: #eef4ec;
	color: #31412d;
	font-size: 13px;
	font-weight: 900;
}

.meblovo-oms-order-steps strong,
.meblovo-oms-order-care strong,
.meblovo-oms-order-product-head strong {
	color: #202326;
	font-weight: 900;
}

.meblovo-oms-order-products {
	display: grid;
	gap: 14px;
}

.meblovo-oms-order-product-card {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) minmax(150px, 220px);
	gap: 16px;
	padding: 16px;
	border: 1px solid #eee9e1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(32, 35, 38, 0.05);
}

.meblovo-oms-order-product-image {
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 8px;
	background: #f4f1ec;
}

.meblovo-oms-order-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.meblovo-oms-order-product-main {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.meblovo-oms-order-product-head,
.meblovo-oms-order-product-delivery,
.meblovo-oms-order-product-total {
	display: grid;
	gap: 4px;
}

.meblovo-oms-order-product-head {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
}

.meblovo-oms-order-product-head span {
	color: #68635d;
	font-size: 13px;
	font-weight: 800;
}

.meblovo-oms-order-product-total {
	align-content: center;
	justify-items: end;
	padding-left: 16px;
	border-left: 1px solid #eee9e1;
}

.meblovo-oms-order-care {
	display: grid;
	gap: 4px;
	background: #fff;
}

.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-notice--success {
	display: none !important;
}

.woocommerce-cart .cart_totals .includes_tax,
.woocommerce-checkout-review-order-table .includes_tax {
	display: none !important;
}

.woocommerce-cart .mfc-cart-delivery-summary,
.woocommerce-checkout .mfc-cart-delivery-summary {
	display: none !important;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout form.checkout {
	color: #202326;
	font-family: inherit;
}

.woocommerce-cart table.shop_table.cart,
.woocommerce-checkout-review-order-table {
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 12px !important;
	background: transparent;
}

.woocommerce-cart table.shop_table.cart thead th,
.woocommerce-checkout-review-order-table thead th {
	padding: 14px 16px;
	border: 0 !important;
	color: #68635d;
	font-size: 13px;
	font-weight: 800;
	text-transform: none;
	background: #fbfaf7;
}

.woocommerce-cart table.shop_table.cart tbody tr.cart_item,
.woocommerce-checkout-review-order-table tbody tr.cart_item {
	background: #fff;
	box-shadow: 0 10px 24px rgba(32, 35, 38, 0.06);
}

.woocommerce-cart table.shop_table.cart td,
.woocommerce-checkout-review-order-table td {
	padding: 18px 16px !important;
	border-top: 1px solid #eee9e1 !important;
	border-bottom: 1px solid #eee9e1 !important;
	vertical-align: middle;
	background: #fff;
}

.woocommerce-cart table.shop_table.cart td:first-child,
.woocommerce-checkout-review-order-table td:first-child {
	border-left: 1px solid #eee9e1 !important;
	border-radius: 8px 0 0 8px;
}

.woocommerce-cart table.shop_table.cart td:last-child,
.woocommerce-checkout-review-order-table td:last-child {
	border-right: 1px solid #eee9e1 !important;
	border-radius: 0 8px 8px 0;
}

.woocommerce-cart table.shop_table.cart .product-thumbnail img,
.woocommerce-checkout-review-order-table .product-name img {
	width: 88px;
	height: 88px;
	object-fit: cover;
	border-radius: 8px;
	background: #f4f1ec;
}

.woocommerce-cart table.shop_table.cart .product-name > a,
.woocommerce-checkout-review-order-table .product-name > a {
	display: inline-block;
	margin-bottom: 10px;
	color: #202326;
	font-size: 18px;
	font-weight: 800;
	text-decoration: none;
}

.woocommerce-cart table.shop_table.cart .product-name > a:hover,
.woocommerce-checkout-review-order-table .product-name > a:hover {
	color: #5f7c58;
}

.woocommerce-cart table.shop_table.cart dl.variation,
.woocommerce-checkout-review-order-table dl.variation,
.woocommerce-checkout-review-order-table .wc-item-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 12px;
	margin: 14px 0 0;
}

.woocommerce-cart table.shop_table.cart dl.variation dt,
.woocommerce-checkout-review-order-table dl.variation dt,
.woocommerce-checkout-review-order-table .wc-item-meta-label {
	margin: 0;
	color: #68635d;
	font-size: 12px;
	font-weight: 700;
}

.woocommerce-cart table.shop_table.cart dl.variation dd,
.woocommerce-checkout-review-order-table dl.variation dd,
.woocommerce-checkout-review-order-table .wc-item-meta p {
	margin: 0;
	color: #202326;
	font-size: 13px;
	font-weight: 800;
}

.woocommerce-cart table.shop_table.cart .product-price,
.woocommerce-cart table.shop_table.cart .product-subtotal,
.woocommerce-checkout-review-order-table .product-total {
	color: #202326;
	font-size: 16px;
	font-weight: 800;
	white-space: nowrap;
}

.woocommerce-cart table.shop_table.cart .quantity {
	display: inline-flex !important;
	align-items: stretch;
	justify-content: center;
	width: 136px;
	height: 44px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 16px rgba(32, 35, 38, 0.05);
}

.woocommerce-cart table.shop_table.cart .quantity .minus,
.woocommerce-cart table.shop_table.cart .quantity .plus,
.woocommerce-cart table.shop_table.cart .quantity button {
	position: static !important;
	inset: auto !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	min-width: 40px;
	height: 42px !important;
	min-height: 42px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fbfaf7 !important;
	color: #202326 !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	box-shadow: none !important;
	transform: none !important;
}

.woocommerce-cart table.shop_table.cart .quantity .minus:hover,
.woocommerce-cart table.shop_table.cart .quantity .plus:hover,
.woocommerce-cart table.shop_table.cart .quantity button:hover {
	background: #eef4ec !important;
	color: #31412d !important;
}

.woocommerce-cart table.shop_table.cart .quantity .qty,
.woocommerce-cart table.shop_table.cart .quantity input.qty {
	width: 54px !important;
	min-width: 54px;
	height: 42px !important;
	min-height: 42px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-left: 1px solid #eee9e1 !important;
	border-right: 1px solid #eee9e1 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #202326 !important;
	text-align: center;
	font-weight: 800;
	box-shadow: none !important;
	appearance: textfield;
}

.woocommerce-cart table.shop_table.cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-cart table.shop_table.cart .quantity input.qty::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}

.woocommerce-cart .mfc-cart-delivery-picker {
	display: grid;
	gap: 7px;
	max-width: 360px;
	margin-top: 14px !important;
	padding: 12px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #fbfaf7;
}

.woocommerce-cart .mfc-cart-delivery-picker label {
	margin: 0 !important;
	color: #4f4639 !important;
	font-size: 12px !important;
	font-weight: 800;
}

.woocommerce-cart .mfc-cart-delivery-picker select {
	width: 100%;
	min-height: 44px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #fff;
	color: #202326;
	font: inherit;
	font-weight: 700;
}

.woocommerce-cart .mfc-cart-delivery-picker div {
	color: #68635d !important;
	font-size: 12px !important;
	line-height: 1.45;
}

.woocommerce-cart table.shop_table.cart td.actions {
	padding: 18px 0 0 !important;
	border: 0 !important;
	background: transparent;
}

.woocommerce-cart table.shop_table.cart td.actions button[name="update_cart"],
.woocommerce-cart table.shop_table.cart td.actions input[name="update_cart"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

.woocommerce-cart table.shop_table.cart td.actions::after {
	content: "Koszyk przelicza sie automatycznie po zmianie ilosci lub dostawy.";
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	margin-left: 12px;
	color: #68635d;
	font-size: 13px;
	font-weight: 700;
}

.woocommerce-cart .woocommerce-cart-form.meblovo-oms-cart-is-updating table.shop_table.cart td.actions::after {
	content: "Przeliczam koszyk...";
	color: #5f7c58;
}

.woocommerce-cart table.shop_table.cart td.actions .coupon {
	display: inline-grid;
	grid-template-columns: minmax(220px, 1fr) auto;
	gap: 10px;
}

.woocommerce-cart table.shop_table.cart td.actions input.input-text,
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
	min-height: 44px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #fff;
	color: #202326;
	font: inherit;
	box-shadow: none;
}

.woocommerce-cart table.shop_table.cart td.actions .button,
.woocommerce-cart .cart_totals .checkout-button,
.woocommerce-checkout button.button,
.woocommerce-checkout #place_order {
	min-height: 46px;
	border: 1px solid #202326;
	border-radius: 8px;
	background: #202326;
	color: #fff;
	font-weight: 800;
	letter-spacing: 0;
}

.woocommerce-cart table.shop_table.cart td.actions .button:hover,
.woocommerce-cart .cart_totals .checkout-button:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-checkout #place_order:hover {
	border-color: #5f7c58;
	background: #5f7c58;
	color: #fff;
}

.woocommerce-cart .cart_totals,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout-review-order,
.woocommerce-checkout-payment {
	padding: 18px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #fbfaf7;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout h3#order_review_heading {
	margin: 0 0 14px;
	color: #202326;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0;
}

.woocommerce-cart .cart_totals table.shop_table {
	border: 0 !important;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
	padding: 12px 0 !important;
	border-top: 1px solid #eee9e1 !important;
	color: #202326;
	background: transparent;
}

.woocommerce-checkout .form-row label {
	color: #4f4639;
	font-size: 13px;
	font-weight: 800;
}

.woocommerce-checkout .meblovo-oms-native-state-field {
	display: none !important;
}

.woocommerce-checkout #billing_meblovo_delivery_method_field {
	margin-bottom: 12px;
	padding: 12px;
	border: 1px solid #eee9e1;
	border-radius: 8px;
	background: #fff;
}

.meblovo-oms-inpost-panel {
	display: grid;
	gap: 12px;
	margin: -2px 0 16px;
	padding: 14px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(32, 35, 38, 0.06);
}

.meblovo-oms-inpost-panel[hidden] {
	display: none !important;
}

.meblovo-oms-inpost-panel-head {
	display: grid;
	gap: 3px;
}

.meblovo-oms-inpost-panel-head strong {
	color: #202326;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
}

.meblovo-oms-inpost-panel-head span,
.meblovo-oms-inpost-summary {
	color: #68635d;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.meblovo-oms-inpost-widget {
	min-height: 420px;
	overflow: hidden;
	border: 1px solid #eee9e1;
	border-radius: 8px;
	background: #fbfaf7;
}

.meblovo-oms-inpost-widget inpost-geowidget {
	display: block;
	width: 100%;
	min-height: 420px;
}

.meblovo-oms-inpost-summary[data-state="success"] {
	color: #4f744b;
}

body.meblovo-oms-inpost-open .meblovo-oms-inpost-panel,
body.meblovo-oms-inpost-open .meblovo-oms-inpost-widget,
body.meblovo-oms-inpost-open inpost-geowidget,
body.meblovo-oms-inpost-open [class*="geowidget"],
body.meblovo-oms-inpost-open [class*="inpost"] {
	position: relative;
	z-index: 2147483000 !important;
}

.woocommerce-checkout .form-row .optional {
	color: #68635d;
	font-weight: 600;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
	padding: 12px 0 !important;
	border-top: 1px solid #eee9e1 !important;
	color: #202326;
	background: transparent;
}

.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
	font-size: 18px;
	font-weight: 900;
}

.meblovo-oms-coupon-row {
	grid-template-columns: minmax(0, 1fr) auto;
}

@media (max-width: 980px) {
	.meblovo-oms-context-grid,
	.meblovo-oms-cart-layout,
	.meblovo-oms-cart-line,
	.meblovo-oms-order-next,
	.meblovo-oms-order-product-card {
		grid-template-columns: 1fr;
	}

	.meblovo-oms-order-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.meblovo-oms-cart-summary {
		position: static;
	}

	.woocommerce-cart table.shop_table.cart,
	.woocommerce-checkout-review-order-table {
		border-spacing: 0 10px !important;
	}

	.meblovo-oms-line-totals {
		padding-left: 0;
		padding-top: 12px;
		border-left: 0;
		border-top: 1px solid #eee9e1;
	}

	.meblovo-oms-order-product-image {
		width: 96px;
	}

	.meblovo-oms-order-product-total {
		justify-items: start;
		padding-left: 0;
		padding-top: 12px;
		border-left: 0;
		border-top: 1px solid #eee9e1;
	}
}

@media (max-width: 640px) {
	body.woocommerce-cart,
	body.woocommerce-checkout,
	body.woocommerce-order-received {
		overflow-x: hidden;
	}

	body.woocommerce-cart .entry-title,
	body.woocommerce-checkout .entry-title,
	body.woocommerce-order-received .entry-title,
	body.woocommerce-cart h1,
	body.woocommerce-checkout h1,
	body.woocommerce-order-received h1 {
		font-size: 34px !important;
		line-height: 1.04 !important;
		letter-spacing: 0 !important;
		overflow-wrap: anywhere;
	}

	body.woocommerce-cart .site-content,
	body.woocommerce-checkout .site-content,
	body.woocommerce-order-received .site-content {
		max-width: 100vw;
		overflow-x: hidden;
	}

	.meblovo-oms-cart-trigger {
		min-height: 38px;
		padding: 7px 9px;
	}

	.meblovo-oms-cart-label,
	.meblovo-oms-cart-amount {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	.meblovo-oms-cart-panel {
		position: fixed;
		top: var(--meblovo-oms-panel-top, 72px);
		left: 12px;
		right: 12px;
		width: auto;
		max-height: calc(100vh - 96px);
	}

	.meblovo-oms-cart-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.meblovo-oms-cart-context {
		padding: 14px;
		margin-bottom: 16px;
	}

	.meblovo-oms-context-grid {
		gap: 14px;
	}

	.meblovo-oms-summary-lines > div,
	.meblovo-oms-payment-preview > div {
		align-items: flex-start;
	}

	.meblovo-oms-summary-lines strong,
	.meblovo-oms-payment-preview strong {
		max-width: 48%;
		overflow-wrap: anywhere;
	}

	.meblovo-oms-order-received-hero,
	.meblovo-oms-order-next,
	.meblovo-oms-order-products,
	.meblovo-oms-order-care {
		padding: 14px;
	}

	.meblovo-oms-context-grid h2 {
		font-size: 20px;
	}

	.meblovo-oms-order-received-hero h2,
	.meblovo-oms-order-products h3,
	.meblovo-oms-order-payment-note h3 {
		font-size: 20px;
	}

	.meblovo-oms-cart-line {
		padding: 12px;
	}

	.meblovo-oms-line-image {
		width: 96px;
	}

	.meblovo-oms-cart-summary,
	.woocommerce-cart .cart_totals,
	.woocommerce-checkout #customer_details .col-1,
	.woocommerce-checkout #customer_details .col-2,
	.woocommerce-checkout-review-order,
	.woocommerce-checkout-payment {
		padding: 14px;
	}

	.meblovo-oms-config-list,
	.meblovo-oms-line-controls,
		.meblovo-oms-payment-model-grid,
		.meblovo-oms-mini-actions,
		.meblovo-oms-summary-actions,
		.meblovo-oms-coupon-row,
		.meblovo-oms-balance-payment-facts,
		.meblovo-oms-order-facts,
		.woocommerce-cart table.shop_table.cart dl.variation,
		.woocommerce-checkout-review-order-table dl.variation,
		.woocommerce-checkout-review-order-table .wc-item-meta,
		.woocommerce-cart table.shop_table.cart td.actions .coupon {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart table.shop_table.cart {
		display: block;
		width: 100% !important;
		border-spacing: 0 !important;
	}

	.woocommerce-cart table.shop_table.cart thead {
		display: none;
	}

	.woocommerce-cart table.shop_table.cart tbody,
	.woocommerce-cart table.shop_table.cart tr,
	.woocommerce-cart table.shop_table.cart td {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}

	.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
		position: relative;
		display: grid;
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 12px;
		margin: 0 0 14px;
		padding: 14px;
		border: 1px solid #eee9e1;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 10px 26px rgba(32, 35, 38, 0.06);
	}

	.woocommerce-cart table.shop_table.cart td {
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 2;
		width: auto !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
		display: inline-grid;
		place-items: center;
		width: 28px;
		height: 28px;
		border: 1px solid #d7d2ca;
		border-radius: 999px;
		background: #fff;
		color: #8a3f36 !important;
		font-size: 20px;
		line-height: 1;
	}

	.woocommerce-cart table.shop_table.cart td.product-thumbnail {
		grid-column: 1;
		grid-row: 1;
		padding-top: 4px !important;
	}

	.woocommerce-cart table.shop_table.cart .product-thumbnail img {
		width: 82px;
		height: 82px;
	}

	.woocommerce-cart table.shop_table.cart td.product-name {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
		padding-right: 26px !important;
	}

	.woocommerce-cart table.shop_table.cart .product-name > a {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 1.25;
	}

	.woocommerce-cart table.shop_table.cart dl.variation {
		gap: 7px;
		margin-top: 10px;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dd,
	.woocommerce-cart table.shop_table.cart dl.variation p {
		overflow-wrap: anywhere;
	}

	.woocommerce-cart .mfc-cart-delivery-picker {
		max-width: none;
		margin-top: 12px !important;
		padding: 11px;
	}

	.woocommerce-cart table.shop_table.cart td.product-price,
	.woocommerce-cart table.shop_table.cart td.product-quantity,
	.woocommerce-cart table.shop_table.cart td.product-subtotal {
		grid-column: 1 / -1;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding-top: 12px !important;
		margin-top: 12px;
		border-top: 1px solid #eee9e1 !important;
		white-space: normal;
	}

	.woocommerce-cart table.shop_table.cart td.product-price::before,
	.woocommerce-cart table.shop_table.cart td.product-quantity::before,
	.woocommerce-cart table.shop_table.cart td.product-subtotal::before {
		display: block;
		color: #68635d;
		font-size: 12px;
		font-weight: 800;
	}

	.woocommerce-cart table.shop_table.cart td.product-price::before {
		content: "Cena";
	}

	.woocommerce-cart table.shop_table.cart td.product-quantity::before {
		content: "Ilosc";
	}

	.woocommerce-cart table.shop_table.cart td.product-subtotal::before {
		content: "Kwota";
	}

	.woocommerce-cart table.shop_table.cart .quantity {
		width: 132px;
		flex: 0 0 auto;
	}

	.woocommerce-cart table.shop_table.cart td.actions {
		display: grid !important;
		gap: 12px;
		padding: 4px 0 0 !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions .coupon {
		display: grid;
		gap: 10px;
		width: 100%;
	}

	.woocommerce-cart table.shop_table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.shop_table.cart td.actions .coupon .button,
	.woocommerce-cart .cart_totals .checkout-button,
	.woocommerce-checkout #place_order {
		width: 100%;
	}

	.woocommerce-cart table.shop_table.cart td.actions::after {
		margin-left: 0;
		min-height: 0;
		padding: 10px 12px;
		border: 1px solid #eee9e1;
		border-radius: 8px;
		background: #fbfaf7;
		line-height: 1.4;
	}

	.woocommerce-cart .cart_totals table.shop_table th,
	.woocommerce-cart .cart_totals table.shop_table td,
	.woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-checkout-review-order-table tfoot td {
		display: block;
		width: 100%;
		padding: 8px 0 !important;
		text-align: left;
	}

	.woocommerce-checkout-review-order-table tbody tr.cart_item {
		display: block;
		margin-bottom: 12px;
		padding: 12px;
		border: 1px solid #eee9e1;
		border-radius: 8px;
		background: #fff;
		box-shadow: none;
	}

	.woocommerce-checkout-review-order-table td {
		display: block;
		width: 100% !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
	}

	.woocommerce-checkout-review-order-table .product-total {
		margin-top: 10px;
		padding-top: 10px !important;
		border-top: 1px solid #eee9e1 !important;
		text-align: right;
	}

	.woocommerce-cart .cart_totals,
	.woocommerce-checkout-review-order,
	.woocommerce-checkout #customer_details .col-1,
	.woocommerce-checkout #customer_details .col-2,
	.woocommerce-checkout-payment {
		overflow: hidden;
		border-radius: 10px;
	}

	.woocommerce-cart .cart_totals h2,
	.woocommerce-checkout #customer_details h3,
	.woocommerce-checkout h3#order_review_heading {
		font-size: clamp(17px, 8.2vw, 28px) !important;
		line-height: 0.98 !important;
		letter-spacing: 0 !important;
		word-break: break-word;
		overflow-wrap: anywhere;
		max-width: 100%;
		margin-bottom: 12px !important;
	}

	.woocommerce-cart .cart_totals table.shop_table th,
	.woocommerce-cart .cart_totals table.shop_table td,
	.woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-checkout-review-order-table tfoot td {
		font-size: 15px;
		line-height: 1.25;
	}

	.woocommerce-cart .cart_totals table.shop_table .order-total th,
	.woocommerce-cart .cart_totals table.shop_table .order-total td,
	.woocommerce-checkout-review-order-table tfoot .order-total th,
	.woocommerce-checkout-review-order-table tfoot .order-total td {
		font-size: 18px;
		font-weight: 900;
	}

	.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 14px 16px;
		padding: 16px;
		border-radius: 10px;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove {
		top: 12px;
		right: 12px;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
		width: 24px;
		height: 24px;
		font-size: 18px;
	}

	.woocommerce-cart table.shop_table.cart td.product-thumbnail {
		align-self: start;
	}

	.woocommerce-cart table.shop_table.cart .product-thumbnail img {
		width: 96px;
		height: 128px;
		border-radius: 10px;
		object-fit: cover;
	}

	.woocommerce-cart table.shop_table.cart td.product-name {
		align-self: start;
		padding-right: 20px !important;
	}

	.woocommerce-cart table.shop_table.cart .product-name > a {
		display: block;
		margin-bottom: 10px;
		font-size: clamp(16px, 7vw, 24px) !important;
		line-height: 1.05 !important;
		font-weight: 800;
		word-break: break-word;
		overflow-wrap: anywhere;
	}

	.woocommerce-cart table.shop_table.cart dl.variation {
		grid-template-columns: minmax(100px, 42%) minmax(0, 1fr) !important;
		gap: 8px 12px;
		margin-top: 8px;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dt {
		font-size: 11px;
		line-height: 1.15;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dd,
	.woocommerce-cart table.shop_table.cart dl.variation p {
		font-size: 12px;
		line-height: 1.22;
	}

	.woocommerce-cart .mfc-cart-delivery-picker {
		margin-top: 10px !important;
		padding: 10px;
		gap: 6px;
	}

	.woocommerce-cart .mfc-cart-delivery-picker label {
		font-size: 11px !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker select {
		min-height: 40px;
		font-size: 14px;
		font-weight: 700;
	}

	.woocommerce-cart .mfc-cart-delivery-picker div {
		font-size: 11px !important;
		line-height: 1.35;
	}

	.woocommerce-cart table.shop_table.cart td.product-price,
	.woocommerce-cart table.shop_table.cart td.product-quantity,
	.woocommerce-cart table.shop_table.cart td.product-subtotal {
		gap: 10px;
		padding-top: 10px !important;
		margin-top: 10px;
	}

	.woocommerce-cart table.shop_table.cart td.product-price::before,
	.woocommerce-cart table.shop_table.cart td.product-quantity::before,
	.woocommerce-cart table.shop_table.cart td.product-subtotal::before {
		font-size: 11px;
	}

	.woocommerce-cart table.shop_table.cart .product-price,
	.woocommerce-cart table.shop_table.cart .product-subtotal {
		font-size: 15px;
	}

	.woocommerce-cart table.shop_table.cart .quantity {
		width: 118px;
		height: 40px;
	}

	.woocommerce-cart table.shop_table.cart .quantity .minus,
	.woocommerce-cart table.shop_table.cart .quantity .plus,
	.woocommerce-cart table.shop_table.cart .quantity button,
	.woocommerce-cart table.shop_table.cart .quantity .qty,
	.woocommerce-cart table.shop_table.cart .quantity input.qty {
		height: 38px !important;
		min-height: 38px;
	}

	.woocommerce-cart table.shop_table.cart .quantity .minus,
	.woocommerce-cart table.shop_table.cart .quantity .plus,
	.woocommerce-cart table.shop_table.cart .quantity button {
		width: 36px !important;
		min-width: 36px;
		font-size: 16px !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .qty,
	.woocommerce-cart table.shop_table.cart .quantity input.qty {
		width: 44px !important;
		min-width: 44px;
		font-size: 15px;
	}
}

.meblovo-oms-google-address-note {
	display: block;
	margin-top: 8px;
	color: #68635d;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.meblovo-oms-google-address-note[data-state="success"] {
	color: #4f744b;
}

.meblovo-oms-google-address-note[data-state="warning"] {
	color: #8a5a2b;
}

.pac-container {
	z-index: 100000 !important;
	border: 1px solid #ded6ca;
	border-radius: 8px;
	box-shadow: 0 18px 38px rgba(32, 35, 38, 0.12);
	font-family: inherit;
}

.pac-item {
	padding: 10px 12px;
	color: #68635d;
	font-size: 13px;
	line-height: 1.35;
}

.pac-item-query {
	color: #202326;
	font-size: 14px;
	font-weight: 800;
}

@media (max-width: 640px) {
	.woocommerce-checkout-review-order-table thead {
		display: none !important;
	}

	.woocommerce-checkout-review-order-table,
	.woocommerce-checkout-review-order-table tbody,
	.woocommerce-checkout-review-order-table tfoot,
	.woocommerce-checkout-review-order-table tr,
	.woocommerce-checkout-review-order-table th,
	.woocommerce-checkout-review-order-table td {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	.woocommerce-checkout-review-order-table tbody tr.cart_item {
		padding: 14px !important;
		border: 1px solid #eee9e1 !important;
		border-radius: 8px !important;
		background: #fff !important;
		box-shadow: 0 10px 24px rgba(32, 35, 38, 0.05);
		overflow: hidden;
	}

	.woocommerce-checkout-review-order-table td.product-name,
	.woocommerce-checkout-review-order-table td.product-total {
		display: block !important;
		width: 100% !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
	}

	.woocommerce-checkout-review-order-table td.product-name > * {
		max-width: 100% !important;
	}

	.woocommerce-checkout-review-order-table .product-name > a {
		display: block;
		margin-right: 0;
		font-size: 17px;
		line-height: 1.25;
		overflow-wrap: anywhere;
	}

	.woocommerce-checkout-review-order-table dl.variation,
	.woocommerce-checkout-review-order-table .wc-item-meta {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 12px;
	}

	.woocommerce-checkout-review-order-table dl.variation dt,
	.woocommerce-checkout-review-order-table dl.variation dd,
	.woocommerce-checkout-review-order-table .wc-item-meta-label,
	.woocommerce-checkout-review-order-table .wc-item-meta p {
		float: none !important;
		display: block !important;
		width: auto !important;
		margin: 0 !important;
	}

	.woocommerce-checkout-review-order-table .product-total {
		margin-top: 12px;
		padding-top: 12px !important;
		border-top: 1px solid #eee9e1 !important;
		color: #202326;
		font-size: 20px;
		font-weight: 900;
		text-align: right !important;
		white-space: normal;
	}

	.woocommerce-cart .cart_totals table.shop_table tr,
	.woocommerce-checkout-review-order-table tfoot tr {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 12px;
		align-items: start;
		padding: 10px 0;
		border-top: 1px solid #eee9e1;
	}

	.woocommerce-cart .cart_totals table.shop_table th,
	.woocommerce-cart .cart_totals table.shop_table td,
	.woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-checkout-review-order-table tfoot td {
		display: block !important;
		width: auto !important;
		min-width: 0;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		text-align: left;
	}

	.woocommerce-cart .cart_totals table.shop_table td,
	.woocommerce-checkout-review-order-table tfoot td {
		text-align: right;
		font-weight: 900;
	}

	.woocommerce-cart .cart_totals table.shop_table tr.order-total,
	.woocommerce-checkout-review-order-table tfoot tr.order-total {
		padding-top: 14px;
	}

	.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
	.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
	.woocommerce-checkout-review-order-table tfoot tr.order-total th,
	.woocommerce-checkout-review-order-table tfoot tr.order-total td {
		font-size: 18px;
		line-height: 1.25;
	}

	.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
		grid-template-columns: 74px minmax(0, 1fr);
		gap: 12px;
	}

	.woocommerce-cart table.shop_table.cart .product-thumbnail img {
		width: 74px;
		height: 74px;
	}

	.woocommerce-cart table.shop_table.cart .product-name > a {
		font-size: 17px;
	}

	.woocommerce-cart table.shop_table.cart .quantity {
		width: 118px;
	}

	.woocommerce-cart table.shop_table.cart .quantity .qty,
	.woocommerce-cart table.shop_table.cart .quantity button,
	.woocommerce-cart table.shop_table.cart .quantity .plus,
	.woocommerce-cart table.shop_table.cart .quantity .minus {
		min-height: 40px;
	}

	.woocommerce-checkout #billing_address_1_field {
		margin-bottom: 14px;
	}

	.meblovo-oms-google-address-note {
		font-size: 11px;
	}
}

@media (max-width: 640px) {
	.meblovo-oms-cart-context {
		padding: 12px;
		margin-bottom: 14px;
	}

	.meblovo-oms-cart-steps {
		gap: 8px;
	}

	.meblovo-oms-cart-steps span,
	.meblovo-oms-cart-steps a {
		min-height: 38px;
		padding: 8px 10px;
		font-size: 13px;
	}

	.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 10px;
		margin-bottom: 10px;
		padding: 12px;
		box-shadow: 0 8px 22px rgba(32, 35, 38, 0.045);
	}

	.woocommerce-cart table.shop_table.cart td.product-remove {
		top: 8px;
		right: 8px;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
		width: 26px;
		height: 26px;
		font-size: 18px;
	}

	.woocommerce-cart table.shop_table.cart .product-thumbnail img {
		width: 70px;
		height: 70px;
	}

	.woocommerce-cart table.shop_table.cart td.product-name {
		padding-right: 28px !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-name::before {
		display: none !important;
		content: "" !important;
	}

	.woocommerce-cart table.shop_table.cart .product-name > a {
		margin-bottom: 7px;
		font-size: 16px;
		line-height: 1.2;
	}

	.woocommerce-cart table.shop_table.cart dl.variation {
		grid-template-columns: minmax(74px, 0.42fr) minmax(0, 1fr) !important;
		gap: 4px 9px;
		margin-top: 8px;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dt {
		grid-column: 1;
		align-self: baseline;
		font-size: 11px;
		line-height: 1.25;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dd {
		grid-column: 2;
		align-self: baseline;
		font-size: 12px;
		line-height: 1.25;
		text-align: left;
	}

	.woocommerce-cart .mfc-cart-delivery-picker {
		gap: 5px;
		margin-top: 8px !important;
		padding: 9px;
	}

	.woocommerce-cart .mfc-cart-delivery-picker label {
		font-size: 11px !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker select {
		min-height: 38px;
		font-size: 13px;
	}

	.woocommerce-cart .mfc-cart-delivery-picker div {
		display: none !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-price,
	.woocommerce-cart table.shop_table.cart td.product-quantity,
	.woocommerce-cart table.shop_table.cart td.product-subtotal {
		gap: 10px;
		padding-top: 8px !important;
		margin-top: 8px;
		font-size: 15px;
	}

	.woocommerce-cart table.shop_table.cart td.product-price::before,
	.woocommerce-cart table.shop_table.cart td.product-quantity::before,
	.woocommerce-cart table.shop_table.cart td.product-subtotal::before {
		font-size: 11px;
	}

	.woocommerce-cart table.shop_table.cart .quantity {
		width: 116px;
	}

	.woocommerce-cart table.shop_table.cart .quantity .qty,
	.woocommerce-cart table.shop_table.cart .quantity button,
	.woocommerce-cart table.shop_table.cart .quantity .plus,
	.woocommerce-cart table.shop_table.cart .quantity .minus {
		min-height: 36px;
		height: 36px !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .qty,
	.woocommerce-cart table.shop_table.cart .quantity input.qty {
		min-width: 46px;
		width: 46px !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity button,
	.woocommerce-cart table.shop_table.cart .quantity .plus,
	.woocommerce-cart table.shop_table.cart .quantity .minus {
		min-width: 35px;
		width: 35px !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions::after {
		padding: 8px 10px;
		font-size: 12px;
		line-height: 1.35;
	}
}

@media (max-width: 640px) {
	.woocommerce-cart .woocommerce-message,
	.woocommerce-cart .woocommerce-info,
	.woocommerce-cart .woocommerce-error {
		margin: 12px 0 !important;
		padding: 12px 14px !important;
		border-radius: 8px;
		font-size: 14px;
		line-height: 1.35;
	}

	.woocommerce-cart .cart_totals .woocommerce-shipping-totals,
	.woocommerce-cart .cart_totals tr.shipping {
		display: none !important;
	}

	.woocommerce-cart .cart_totals table.shop_table,
	.woocommerce-cart .cart_totals table.shop_table tbody {
		display: block !important;
		width: 100% !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 12px;
		align-items: baseline;
		width: 100% !important;
		padding: 12px 0 !important;
		border-top: 1px solid #eee9e1 !important;
	}

	.woocommerce-cart .cart_totals table.shop_table th,
	.woocommerce-cart .cart_totals table.shop_table td {
		display: block !important;
		width: auto !important;
		min-width: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		text-align: left !important;
		white-space: normal !important;
	}

	.woocommerce-cart .cart_totals table.shop_table td {
		text-align: right !important;
		font-size: 16px;
		font-weight: 800;
		line-height: 1.3;
		overflow-wrap: anywhere;
	}

	.woocommerce-cart .cart_totals table.shop_table td::before,
	.woocommerce-cart .cart_totals table.shop_table th::before {
		display: none !important;
		content: "" !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
	.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
		font-size: 20px !important;
		font-weight: 900;
	}

	.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
		grid-template-columns: 84px minmax(0, 1fr);
		align-items: start;
	}

	.woocommerce-cart table.shop_table.cart .product-thumbnail img {
		width: 84px;
		height: 84px;
	}

	.woocommerce-cart table.shop_table.cart td.product-name {
		display: grid !important;
		grid-template-columns: 1fr;
		align-content: start;
		gap: 8px;
	}

	.woocommerce-cart table.shop_table.cart .product-name > a {
		max-width: calc(100% - 32px);
		margin-bottom: 0;
		font-size: 17px;
	}

	.woocommerce-cart .mfc-cart-delivery-picker {
		width: 100%;
		margin-top: 0 !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker select {
		width: 100%;
		min-width: 0;
		text-overflow: ellipsis;
	}

	.woocommerce-cart table.shop_table.cart dl.variation {
		grid-column: 1 / -1;
		grid-template-columns: minmax(92px, 0.46fr) minmax(0, 1fr) !important;
		width: 100%;
		margin: 4px 0 0;
		text-align: left !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dt,
	.woocommerce-cart table.shop_table.cart dl.variation dd {
		text-align: left !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dt {
		font-size: 11px;
		font-weight: 800;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dd,
	.woocommerce-cart table.shop_table.cart dl.variation dd p {
		font-size: 12px;
		font-weight: 700;
		line-height: 1.3;
	}

	.woocommerce-cart table.shop_table.cart td.product-price,
	.woocommerce-cart table.shop_table.cart td.product-quantity,
	.woocommerce-cart table.shop_table.cart td.product-subtotal {
		padding-top: 9px !important;
		margin-top: 9px;
	}
}

/* 0.35.38 — one-field Google address assist. */
.woocommerce-checkout #billing_meblovo_address_search_field {
	margin-bottom: 16px;
}

.woocommerce-checkout #billing_meblovo_address_search {
	min-height: 48px;
	font-size: 16px;
}

.meblovo-oms-google-predictions-closed .pac-container {
	display: none !important;
}

/* 0.35.41 — premium showroom polish for cart and checkout. */
:root {
	--meblovo-oms-ink: #202326;
	--meblovo-oms-muted: #6d675f;
	--meblovo-oms-line: #ded6ca;
	--meblovo-oms-line-soft: #eee8df;
	--meblovo-oms-paper: #fffdf9;
	--meblovo-oms-cream: #fbf8f1;
	--meblovo-oms-cream-2: #f6f1e8;
	--meblovo-oms-green: #5f7c58;
	--meblovo-oms-green-dark: #4b6547;
	--meblovo-oms-gold: #bfae92;
	--meblovo-oms-danger: #9a6a61;
	--meblovo-oms-radius-xl: 22px;
	--meblovo-oms-radius-lg: 18px;
	--meblovo-oms-radius-md: 14px;
	--meblovo-oms-shadow-card: 0 18px 44px rgba(32, 35, 38, 0.075);
	--meblovo-oms-shadow-soft: 0 10px 28px rgba(32, 35, 38, 0.055);
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-order-received .woocommerce {
	max-width: 1160px;
	margin-inline: auto;
}

.meblovo-oms-mini-cart,
.meblovo-oms-cart-context,
.meblovo-oms-premium-cart,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout form.checkout {
	font-synthesis-weight: none;
	text-rendering: optimizeLegibility;
}

.meblovo-oms-cart-context,
.meblovo-oms-cart-line,
.meblovo-oms-cart-summary,
.woocommerce-cart table.shop_table.cart tbody tr.cart_item,
.woocommerce-cart .cart_totals,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout-review-order,
.woocommerce-checkout-payment {
	border-color: var(--meblovo-oms-line) !important;
	border-radius: var(--meblovo-oms-radius-xl) !important;
	box-shadow: var(--meblovo-oms-shadow-card);
}

.meblovo-oms-cart-context,
.woocommerce-cart .cart_totals,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout-review-order,
.woocommerce-checkout-payment {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 248, 241, 0.96)),
		var(--meblovo-oms-paper) !important;
}

.meblovo-oms-cart-context {
	margin: 0 0 28px;
	padding: clamp(18px, 2.2vw, 26px);
}

.meblovo-oms-cart-steps {
	gap: 10px;
	margin-bottom: clamp(18px, 2vw, 24px);
}

.meblovo-oms-cart-steps span,
.meblovo-oms-cart-steps a {
	min-height: 46px;
	border-radius: var(--meblovo-oms-radius-md);
	border-color: var(--meblovo-oms-line) !important;
	background: rgba(255, 255, 255, 0.78) !important;
	color: var(--meblovo-oms-muted) !important;
	font-size: 14px;
	font-weight: 800;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.meblovo-oms-cart-steps .is-active {
	border-color: var(--meblovo-oms-green) !important;
	background: linear-gradient(180deg, #f3f8f1, #eaf3e7) !important;
	color: #31412d !important;
	box-shadow: inset 0 0 0 1px rgba(95, 124, 88, 0.2), 0 8px 20px rgba(95, 124, 88, 0.1);
}

.meblovo-oms-context-grid {
	gap: clamp(18px, 2vw, 28px);
}

.meblovo-oms-context-grid h2,
.woocommerce-cart .cart_totals h2,
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout h3#order_review_heading {
	color: var(--meblovo-oms-ink) !important;
	font-weight: 800;
	letter-spacing: -0.015em !important;
}

.meblovo-oms-promo-note,
.meblovo-oms-mini-promo {
	border-color: var(--meblovo-oms-line) !important;
	border-radius: var(--meblovo-oms-radius-md);
	background: rgba(251, 248, 241, 0.92) !important;
	color: #665d51 !important;
}

.meblovo-oms-summary-lines {
	gap: 12px;
}

.meblovo-oms-summary-lines > div,
.meblovo-oms-payment-preview > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: baseline;
	gap: 18px;
}

.meblovo-oms-summary-lines span,
.meblovo-oms-payment-preview span,
.meblovo-oms-line-totals span {
	color: var(--meblovo-oms-muted) !important;
	font-weight: 700;
}

.meblovo-oms-summary-lines strong,
.meblovo-oms-payment-preview strong,
.meblovo-oms-line-totals strong {
	color: var(--meblovo-oms-ink) !important;	
	font-weight: 900;
	white-space: nowrap;
}

.meblovo-oms-summary-lines .is-grand {
	margin-top: 8px;
	padding-top: 16px;
	border-top-color: var(--meblovo-oms-line) !important;
}

.meblovo-oms-summary-lines .is-grand span,
.meblovo-oms-summary-lines .is-grand strong {
	font-size: clamp(18px, 2.3vw, 22px);
	line-height: 1.16;
}

.meblovo-oms-cart-line {
	grid-template-columns: 132px minmax(0, 1fr) minmax(190px, 250px);
	gap: 20px;
	padding: 18px;
	background: linear-gradient(180deg, #fff, #fffdf9) !important;
	box-shadow: var(--meblovo-oms-shadow-soft);
}

.meblovo-oms-line-image,
.woocommerce-cart table.shop_table.cart .product-thumbnail img,
.woocommerce-checkout-review-order-table .product-name img {
	border-radius: var(--meblovo-oms-radius-md) !important;
	box-shadow: 0 8px 22px rgba(32, 35, 38, 0.08);
}

.meblovo-oms-line-title,
.woocommerce-cart table.shop_table.cart .product-name > a,
.woocommerce-checkout-review-order-table .product-name > a {
	color: var(--meblovo-oms-ink) !important;
	font-weight: 900 !important;
	letter-spacing: -0.015em;
	line-height: 1.18;
}

.meblovo-oms-line-remove,
.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
	transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.meblovo-oms-line-remove:hover,
.woocommerce-cart table.shop_table.cart td.product-remove a.remove:hover {
	transform: translateY(-1px);
}

.meblovo-oms-config-list,
.woocommerce-cart table.shop_table.cart dl.variation,
.woocommerce-checkout-review-order-table dl.variation,
.woocommerce-checkout-review-order-table .wc-item-meta {
	gap: 9px 16px;
}

.meblovo-oms-config-list dt,
.woocommerce-cart table.shop_table.cart dl.variation dt,
.woocommerce-checkout-review-order-table dl.variation dt,
.woocommerce-checkout-review-order-table .wc-item-meta-label {
	color: var(--meblovo-oms-muted) !important;
	font-weight: 800 !important;
}

.meblovo-oms-config-list dd,
.woocommerce-cart table.shop_table.cart dl.variation dd,
.woocommerce-cart table.shop_table.cart dl.variation dd p,
.woocommerce-checkout-review-order-table dl.variation dd,
.woocommerce-checkout-review-order-table dl.variation dd p,
.woocommerce-checkout-review-order-table .wc-item-meta p {
	color: var(--meblovo-oms-ink) !important;
	font-weight: 700 !important;
}

.meblovo-oms-line-controls input,
.meblovo-oms-delivery-select select,
.meblovo-oms-coupon-row input,
.woocommerce-cart table.shop_table.cart td.actions input.input-text,
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
	min-height: 52px;
	border-color: var(--meblovo-oms-line) !important;
	border-radius: var(--meblovo-oms-radius-md) !important;
	background: #fff !important;
	padding: 12px 15px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(32, 35, 38, 0.02) !important;
}

.meblovo-oms-line-controls input:focus,
.meblovo-oms-delivery-select select:focus,
.meblovo-oms-coupon-row input:focus,
.woocommerce-cart table.shop_table.cart td.actions input.input-text:focus,
.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
	border-color: var(--meblovo-oms-green) !important;
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(95, 124, 88, 0.16) !important;
}

.meblovo-oms-button,
.woocommerce-cart table.shop_table.cart td.actions .button,
.woocommerce-cart .cart_totals .checkout-button,
.woocommerce-checkout button.button,
.woocommerce-checkout #place_order {
	min-height: 54px;
	border-radius: var(--meblovo-oms-radius-md) !important;
	font-size: 14px;
	font-weight: 900 !important;
	letter-spacing: 0.02em !important;
	text-transform: uppercase;
	box-shadow: 0 10px 22px rgba(32, 35, 38, 0.08);
	transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.meblovo-oms-button:hover,
.woocommerce-cart table.shop_table.cart td.actions .button:hover,
.woocommerce-cart .cart_totals .checkout-button:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-checkout #place_order:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(32, 35, 38, 0.12);
}

.meblovo-oms-button--primary,
.woocommerce-cart .cart_totals .checkout-button,
.woocommerce-checkout #place_order {
	border-color: var(--meblovo-oms-green) !important;
	background: linear-gradient(180deg, #688763, var(--meblovo-oms-green-dark)) !important;
	color: #fff !important;
}

/* Native Woo cart — premium product card and coupon row. */
.woocommerce-cart table.shop_table.cart {
	border-spacing: 0 16px !important;
}

.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
	background: linear-gradient(180deg, #fff, #fffdf9) !important;
}

.woocommerce-cart table.shop_table.cart td {
	border-color: var(--meblovo-oms-line-soft) !important;
}

.woocommerce-cart table.shop_table.cart td.actions {
	padding: 18px 0 0 !important;
}

.woocommerce-cart table.shop_table.cart td.actions .coupon {
	display: grid !important;
	grid-template-columns: minmax(180px, 1fr) minmax(150px, auto);
	gap: 12px;
	align-items: stretch;
	width: min(100%, 680px);
}

.woocommerce-cart table.shop_table.cart td.actions .coupon .input-text {
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
}

.woocommerce-cart table.shop_table.cart td.actions .coupon .button {
	width: 100%;
	padding-inline: 18px;
	white-space: normal;
	line-height: 1.08;
}

.woocommerce-cart table.shop_table.cart td.actions::after {
	justify-content: center;
	width: min(100%, 680px);
	margin: 14px 0 0 !important;
	padding: 12px 16px;
	border: 1px solid var(--meblovo-oms-line-soft);
	border-radius: var(--meblovo-oms-radius-md);
	background: rgba(251, 248, 241, 0.82);
	color: var(--meblovo-oms-muted);
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
}

/* Native Woo cart totals — prevent glued labels and noisy delivery rows. */
.woocommerce-cart .cart_totals {
	padding: clamp(18px, 2.2vw, 26px) !important;
}

.woocommerce-cart .cart_totals h2 {
	margin: 0 0 18px !important;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--meblovo-oms-line-soft);
	font-size: clamp(28px, 4vw, 42px) !important;
	line-height: 1.05 !important;
}

.woocommerce-cart .cart_totals table.shop_table {
	width: 100%;
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
}

.woocommerce-cart .cart_totals table.shop_table tbody,
.woocommerce-cart .cart_totals table.shop_table tr,
.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
	box-sizing: border-box;
}

.woocommerce-cart .cart_totals table.shop_table tr {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: baseline;
	width: 100% !important;
	padding: 14px 0 !important;
	border-top: 1px solid var(--meblovo-oms-line-soft) !important;
}

.woocommerce-cart .cart_totals table.shop_table tr:first-child {
	border-top: 0 !important;
}

.woocommerce-cart .cart_totals table.shop_table tr.shipping,
.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals,
.woocommerce-cart .cart_totals table.shop_table .woocommerce-shipping-totals,
.woocommerce-checkout-review-order-table tfoot tr.shipping,
.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals,
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals {
	display: none !important;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
	display: block !important;
	width: auto !important;
	min-width: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	line-height: 1.25;
}

.woocommerce-cart .cart_totals table.shop_table th {
	color: #554d42 !important;
	font-size: 16px;
	font-weight: 800;
	text-align: left !important;
}

.woocommerce-cart .cart_totals table.shop_table td {
	color: var(--meblovo-oms-ink) !important;
	font-size: 17px;
	font-weight: 900;
	text-align: right !important;
	white-space: nowrap !important;
}

.woocommerce-cart .cart_totals table.shop_table tr.order-total {
	margin-top: 4px;
	padding-top: 18px !important;
	border-top-color: var(--meblovo-oms-line) !important;
}

.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
	font-size: clamp(22px, 4vw, 30px) !important;
	font-weight: 950;
	letter-spacing: -0.02em;
}

.woocommerce-cart .cart_totals table.shop_table td::before,
.woocommerce-cart .cart_totals table.shop_table th::before,
.woocommerce-checkout-review-order-table tfoot td::before,
.woocommerce-checkout-review-order-table tfoot th::before {
	display: none !important;
	content: "" !important;
}

.woocommerce-cart .cart_totals .checkout-button {
	min-height: 68px;
	margin-top: 18px;
	font-size: clamp(16px, 3.8vw, 21px) !important;
	line-height: 1.1;
}

/* Notices should feel like a subtle premium status, not a layout block. */
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error {
	border: 1px solid var(--meblovo-oms-line) !important;
	border-radius: var(--meblovo-oms-radius-md) !important;
	background: rgba(255, 253, 249, 0.94) !important;
	box-shadow: 0 8px 24px rgba(32, 35, 38, 0.055);
	color: #5f584f !important;
}

.woocommerce-cart .woocommerce-message.meblovo-oms-cart-notice-soft {
	max-width: 720px;
	margin: 14px auto 18px !important;
	padding: 12px 16px !important;
	text-align: center;
	transition: opacity 0.28s ease, transform 0.28s ease, max-height 0.28s ease, margin 0.28s ease, padding 0.28s ease;
}

.woocommerce-cart .woocommerce-message.meblovo-oms-cart-notice-soft.is-fading {
	max-height: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-6px);
}

/* Checkout form detail polish. */
.woocommerce-checkout #billing_meblovo_address_search_field label .optional {
	display: none !important;
}

.woocommerce-checkout #billing_meblovo_address_search_field .description,
.woocommerce-checkout .meblovo-oms-google-address-note {
	color: var(--meblovo-oms-muted) !important;
	font-size: 12px !important;
	font-weight: 700;
	line-height: 1.45;
}

.woocommerce-checkout .form-row label {
	color: #4f4639 !important;
	font-size: 14px !important;
	font-weight: 850 !important;
	letter-spacing: -0.01em;
}

.woocommerce-checkout .form-row .required {
	color: #c22d22 !important;
}

.woocommerce-checkout .form-row .optional {
	color: #7b7369 !important;
	font-weight: 650 !important;
}

.woocommerce-checkout-review-order-table tfoot tr {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: baseline;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
	display: block !important;
	width: auto !important;
	min-width: 0 !important;
	border-top-color: var(--meblovo-oms-line-soft) !important;
}

.woocommerce-checkout-review-order-table tfoot td {
	text-align: right !important;
	white-space: nowrap;
}

/* Keep scroll-to-top widgets away from cart/checkout where they cover product data. */
body.woocommerce-cart #ast-scroll-top,
body.woocommerce-checkout #ast-scroll-top,
body.woocommerce-order-received #ast-scroll-top,
body.woocommerce-cart .ast-scroll-top-icon,
body.woocommerce-checkout .ast-scroll-top-icon,
body.woocommerce-order-received .ast-scroll-top-icon,
body.woocommerce-cart .scroll-to-top,
body.woocommerce-checkout .scroll-to-top,
body.woocommerce-order-received .scroll-to-top,
body.woocommerce-cart .back-to-top,
body.woocommerce-checkout .back-to-top,
body.woocommerce-order-received .back-to-top,
body.woocommerce-cart .go-top,
body.woocommerce-checkout .go-top,
body.woocommerce-order-received .go-top,
body.woocommerce-cart .generate-back-to-top,
body.woocommerce-checkout .generate-back-to-top,
body.woocommerce-order-received .generate-back-to-top,
body.woocommerce-cart .ct-back-to-top,
body.woocommerce-checkout .ct-back-to-top,
body.woocommerce-order-received .ct-back-to-top {
	display: none !important;
}

@media (max-width: 980px) {
	.meblovo-oms-cart-line {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.meblovo-oms-line-totals {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
		padding: 14px 0 0;
		border-top: 1px solid var(--meblovo-oms-line-soft);
	}
}

@media (max-width: 640px) {
	body.woocommerce-cart .woocommerce,
	body.woocommerce-checkout .woocommerce,
	body.woocommerce-order-received .woocommerce {
		width: 100%;
		max-width: 100%;
	}

	.meblovo-oms-cart-context,
	.woocommerce-cart .cart_totals,
	.woocommerce-checkout #customer_details .col-1,
	.woocommerce-checkout #customer_details .col-2,
	.woocommerce-checkout-review-order,
	.woocommerce-checkout-payment {
		border-radius: 18px !important;
	}

	.meblovo-oms-cart-context {
		padding: 14px;
		margin-bottom: 18px;
	}

	.meblovo-oms-cart-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}

	.meblovo-oms-cart-steps span,
	.meblovo-oms-cart-steps a {
		min-height: 42px;
		font-size: 13px;
	}

	.meblovo-oms-context-grid h2,
	.woocommerce-checkout #customer_details h3,
	.woocommerce-checkout h3#order_review_heading {
		font-size: 23px !important;
		line-height: 1.12 !important;
	}

	.meblovo-oms-summary-lines > div,
	.meblovo-oms-payment-preview > div {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 12px;
	}

	.meblovo-oms-summary-lines strong,
	.meblovo-oms-payment-preview strong {
		max-width: none;
		white-space: nowrap;
		overflow-wrap: normal;
	}

	/* Native Woo product cards. */
	.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
		grid-template-columns: 92px minmax(0, 1fr) !important;
		gap: 12px !important;
		padding: 16px !important;
		border-radius: 18px !important;
		border-color: var(--meblovo-oms-line) !important;
		box-shadow: var(--meblovo-oms-shadow-soft) !important;
	}

	.woocommerce-cart table.shop_table.cart .product-thumbnail img {
		width: 92px !important;
		height: 92px !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove {
		top: 12px !important;
		right: 12px !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
		width: 30px !important;
		height: 30px !important;
		border-color: var(--meblovo-oms-line) !important;
		background: rgba(255, 255, 255, 0.92) !important;
		color: var(--meblovo-oms-danger) !important;
		box-shadow: 0 6px 18px rgba(32, 35, 38, 0.08);
	}

	.woocommerce-cart table.shop_table.cart td.product-name {
		padding-right: 38px !important;
	}

	.woocommerce-cart table.shop_table.cart .product-name > a {
		max-width: none !important;
		font-size: 18px !important;
		line-height: 1.18 !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation {
		grid-column: 1 / -1;
		grid-template-columns: minmax(98px, 0.42fr) minmax(0, 1fr) !important;
		gap: 6px 12px !important;
		margin-top: 8px !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker {
		grid-column: 1 / -1;
		padding: 12px !important;
		border-radius: var(--meblovo-oms-radius-md) !important;
		background: rgba(251, 248, 241, 0.92) !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker div {
		display: block !important;
		font-size: 11px !important;
		line-height: 1.35 !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-price,
	.woocommerce-cart table.shop_table.cart td.product-quantity,
	.woocommerce-cart table.shop_table.cart td.product-subtotal {
		grid-column: 1 / -1;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 14px !important;
		width: 100% !important;
		margin: 0 !important;
		padding-top: 12px !important;
		border-top: 1px solid var(--meblovo-oms-line-soft) !important;
		font-size: 17px !important;
		font-weight: 900 !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-price::before,
	.woocommerce-cart table.shop_table.cart td.product-quantity::before,
	.woocommerce-cart table.shop_table.cart td.product-subtotal::before {
		font-size: 12px !important;
		font-weight: 850 !important;
		color: var(--meblovo-oms-muted) !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-quantity::before {
		content: "Ilość" !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity {
		width: 124px !important;
		height: 42px !important;
		border-radius: 12px !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .qty,
	.woocommerce-cart table.shop_table.cart .quantity button,
	.woocommerce-cart table.shop_table.cart .quantity .plus,
	.woocommerce-cart table.shop_table.cart .quantity .minus {
		height: 40px !important;
		min-height: 40px !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions {
		gap: 12px !important;
		padding-top: 8px !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions .coupon {
		grid-template-columns: minmax(0, 1fr) minmax(132px, 0.92fr) !important;
		gap: 10px !important;
		width: 100% !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.shop_table.cart td.actions .coupon .button {
		min-height: 56px !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions .coupon .button {
		font-size: 13px !important;
		line-height: 1.08 !important;
		padding: 8px 10px !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions::after {
		width: 100%;
		font-size: 13px !important;
	}

	.woocommerce-cart .cart_totals {
		padding: 20px !important;
		margin-top: 18px;
	}

	.woocommerce-cart .cart_totals h2 {
		font-size: 34px !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr {
		grid-template-columns: minmax(0, 1fr) auto !important;
		gap: 12px !important;
		padding: 13px 0 !important;
	}

	.woocommerce-cart .cart_totals table.shop_table th {
		font-size: 16px !important;
	}

	.woocommerce-cart .cart_totals table.shop_table td {
		font-size: 17px !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
	.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
		font-size: 24px !important;
	}

	.woocommerce-cart .cart_totals .checkout-button {
		min-height: 68px !important;
		font-size: 18px !important;
	}

	/* Checkout data form: no half-width columns on phones. */
	.woocommerce-checkout #customer_details .form-row,
	.woocommerce-checkout #customer_details .form-row-first,
	.woocommerce-checkout #customer_details .form-row-last,
	.woocommerce-checkout #billing_first_name_field,
	.woocommerce-checkout #billing_last_name_field,
	.woocommerce-checkout #billing_address_1_field,
	.woocommerce-checkout #billing_meblovo_house_number_field,
	.woocommerce-checkout #billing_postcode_field,
	.woocommerce-checkout #billing_city_field,
	.woocommerce-checkout #billing_phone_field,
	.woocommerce-checkout #billing_secondary_phone_field,
	.woocommerce-checkout #billing_meblovo_voivodeship_field {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
	}

	.woocommerce-checkout input.input-text,
	.woocommerce-checkout textarea,
	.woocommerce-checkout select {
		min-height: 54px !important;
		font-size: 16px !important;
	}

	.woocommerce-checkout-review-order-table tfoot tr {
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	.woocommerce-checkout-review-order-table tfoot td {
		white-space: nowrap !important;
	}
}

@media (max-width: 360px) {
	.woocommerce-cart table.shop_table.cart td.actions .coupon {
		grid-template-columns: 1fr !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr,
	.woocommerce-checkout-review-order-table tfoot tr {
		grid-template-columns: 1fr !important;
	}

	.woocommerce-cart .cart_totals table.shop_table td,
	.woocommerce-checkout-review-order-table tfoot td {
		text-align: left !important;
	}
}

/* 0.35.42 — mobile cart summary and product card rebuild after live iPhone review. */
body.woocommerce-cart,
body.woocommerce-checkout {
	--meblovo-oms-mobile-safe-gap: clamp(14px, 4vw, 20px);
}

.woocommerce-cart .cart_totals table.shop_table tr.meblovo-oms-cart-delivery-total-row td,
.woocommerce-checkout-review-order-table tfoot tr.meblovo-oms-cart-delivery-total-row td {
	white-space: nowrap !important;
}

.woocommerce-cart .cart_totals table.shop_table tr:has(td[data-title*="Dostaw"] .mfc-cart-delivery-summary),
.woocommerce-cart .cart_totals table.shop_table tr:has(td[data-title*="Dostaw"] [class*="mfc" i]),
.woocommerce-checkout-review-order-table tfoot tr:has(td[data-title*="Dostaw"] .mfc-cart-delivery-summary),
.woocommerce-checkout-review-order-table tfoot tr:has(td[data-title*="Dostaw"] [class*="mfc" i]) {
	display: grid !important;
}

@media (max-width: 640px) {
	/* Native Woo cart product card: one luxury card, no squeezed side column. */
	.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
		position: relative !important;
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 0 !important;
		padding: 18px !important;
		overflow: hidden !important;
		border: 1px solid var(--meblovo-oms-line) !important;
		border-radius: 22px !important;
		background: linear-gradient(180deg, #fff, #fffdf9) !important;
		box-shadow: 0 18px 42px rgba(32, 35, 38, 0.065) !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove {
		position: absolute !important;
		top: 14px !important;
		right: 14px !important;
		z-index: 5 !important;
		display: block !important;
		width: auto !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 34px !important;
		height: 34px !important;
		border: 1px solid rgba(190, 181, 168, 0.85) !important;
		border-radius: 999px !important;
		background: rgba(255, 255, 255, 0.94) !important;
		color: #9a6a61 !important;
		font-size: 0 !important;
		line-height: 1 !important;
		box-shadow: 0 8px 20px rgba(32, 35, 38, 0.09) !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove a.remove::before {
		content: "×" !important;
		font-size: 28px !important;
		font-weight: 300 !important;
		line-height: 1 !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-thumbnail {
		display: block !important;
		width: 100% !important;
		padding: 0 0 14px !important;
		border: 0 !important;
		background: transparent !important;
		text-align: left !important;
	}

	.woocommerce-cart table.shop_table.cart .product-thumbnail img {
		display: block !important;
		width: 100% !important;
		height: clamp(164px, 46vw, 220px) !important;
		object-fit: cover !important;
		border-radius: 18px !important;
		box-shadow: 0 12px 26px rgba(32, 35, 38, 0.075) !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-name {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		width: 100% !important;
		padding: 0 42px 16px 0 !important;
		border: 0 !important;
		background: transparent !important;
		text-align: left !important;
	}

	.woocommerce-cart table.shop_table.cart .product-name > a {
		display: block !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		color: var(--meblovo-oms-ink) !important;
		font-size: clamp(24px, 7.1vw, 31px) !important;
		font-weight: 950 !important;
		letter-spacing: -0.035em !important;
		line-height: 1.04 !important;
		text-align: left !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
		hyphens: none !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 9px !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 14px !important;
		border: 1px solid var(--meblovo-oms-line-soft) !important;
		border-radius: 18px !important;
		background: rgba(251, 248, 241, 0.9) !important;
		text-align: left !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker label,
	.woocommerce-cart .mfc-cart-delivery-picker > span,
	.woocommerce-cart .mfc-cart-delivery-picker strong {
		color: #4f4639 !important;
		font-size: 13px !important;
		font-weight: 900 !important;
		line-height: 1.2 !important;
		text-align: left !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker select {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 52px !important;
		padding: 12px 42px 12px 14px !important;
		border: 1px solid var(--meblovo-oms-line) !important;
		border-radius: 14px !important;
		background-color: #fff !important;
		color: var(--meblovo-oms-ink) !important;
		font-size: 15px !important;
		font-weight: 850 !important;
		line-height: 1.25 !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker div,
	.woocommerce-cart .mfc-cart-delivery-picker p,
	.woocommerce-cart .mfc-cart-delivery-picker small {
		margin: 0 !important;
		color: var(--meblovo-oms-muted) !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		line-height: 1.35 !important;
		text-align: left !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation {
		display: grid !important;
		grid-template-columns: minmax(118px, 0.43fr) minmax(0, 1fr) !important;
		gap: 8px 14px !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 4px 0 0 !important;
		border: 0 !important;
		text-align: left !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dt,
	.woocommerce-cart table.shop_table.cart dl.variation dd {
		display: block !important;
		float: none !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		text-align: left !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
		hyphens: none !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dt {
		color: var(--meblovo-oms-muted) !important;
		font-size: 13px !important;
		font-weight: 850 !important;
		line-height: 1.18 !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dd,
	.woocommerce-cart table.shop_table.cart dl.variation dd p {
		color: var(--meblovo-oms-ink) !important;
		font-size: 14px !important;
		font-weight: 850 !important;
		line-height: 1.24 !important;
		text-align: left !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-price,
	.woocommerce-cart table.shop_table.cart td.product-quantity,
	.woocommerce-cart table.shop_table.cart td.product-subtotal {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 18px !important;
		width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 16px 0 0 !important;
		border-top: 1px solid var(--meblovo-oms-line-soft) !important;
		background: transparent !important;
		color: var(--meblovo-oms-ink) !important;
		font-size: clamp(19px, 5.4vw, 24px) !important;
		font-weight: 500 !important;
		line-height: 1.15 !important;
		text-align: right !important;
		white-space: nowrap !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-price::before,
	.woocommerce-cart table.shop_table.cart td.product-quantity::before,
	.woocommerce-cart table.shop_table.cart td.product-subtotal::before {
		content: attr(data-title) !important;
		flex: 0 1 auto !important;
		color: var(--meblovo-oms-muted) !important;
		font-size: 13px !important;
		font-weight: 900 !important;
		letter-spacing: -0.01em !important;
		line-height: 1.2 !important;
		text-align: left !important;
		white-space: normal !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-price::before {
		content: "Cena" !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-quantity::before {
		content: "Ilość" !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-subtotal::before {
		content: "Kwota" !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity {
		flex: 0 0 auto !important;
		width: 132px !important;
		height: 46px !important;
		margin-left: auto !important;
		border-radius: 14px !important;
		overflow: hidden !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .qty,
	.woocommerce-cart table.shop_table.cart .quantity button,
	.woocommerce-cart table.shop_table.cart .quantity .plus,
	.woocommerce-cart table.shop_table.cart .quantity .minus {
		height: 44px !important;
		min-height: 44px !important;
		font-size: 17px !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-subtotal {
		padding-bottom: 2px !important;
		font-weight: 500 !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px !important;
		padding: 4px 0 0 !important;
		background: transparent !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions .coupon {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
		width: 100% !important;
		max-width: none !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.shop_table.cart td.actions .coupon .button,
	.woocommerce-cart table.shop_table.cart td.actions > .button {
		width: 100% !important;
		min-height: 56px !important;
		margin: 0 !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions::after {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		font-size: 13px !important;
	}

	/* Native Woo totals: compact, calm and impossible to overlap. */
	.woocommerce-cart .cart_totals {
		padding: 22px 20px !important;
		margin-top: 20px !important;
		overflow: hidden !important;
	}

	.woocommerce-cart .cart_totals h2 {
		margin-bottom: 16px !important;
		font-size: clamp(32px, 10.2vw, 44px) !important;
		line-height: 0.98 !important;
		letter-spacing: -0.045em !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr,
	.woocommerce-checkout-review-order-table tfoot tr {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) max-content !important;
		gap: 12px !important;
		align-items: start !important;
		width: 100% !important;
		padding: 14px 0 !important;
		overflow: hidden !important;
	}

	.woocommerce-cart .cart_totals table.shop_table th,
	.woocommerce-cart .cart_totals table.shop_table td,
	.woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-checkout-review-order-table tfoot td {
		display: block !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: 100% !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		line-height: 1.22 !important;
	}

	.woocommerce-cart .cart_totals table.shop_table th,
	.woocommerce-checkout-review-order-table tfoot th {
		color: #5f584f !important;
		font-size: 15px !important;
		font-weight: 900 !important;
		text-align: left !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
		hyphens: none !important;
	}

	.woocommerce-cart .cart_totals table.shop_table td,
	.woocommerce-checkout-review-order-table tfoot td {
		color: var(--meblovo-oms-ink) !important;
		font-size: 18px !important;
		font-weight: 500 !important;
		text-align: right !important;
		white-space: nowrap !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
	}

	.woocommerce-cart .cart_totals table.shop_table td *:not(.meblovo-oms-cart-total-price),
	.woocommerce-checkout-review-order-table tfoot td *:not(.meblovo-oms-cart-total-price) {
		max-width: 100% !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr.meblovo-oms-cart-delivery-total-row th,
	.woocommerce-cart .cart_totals table.shop_table tr.meblovo-oms-cart-delivery-total-row td,
	.woocommerce-checkout-review-order-table tfoot tr.meblovo-oms-cart-delivery-total-row th,
	.woocommerce-checkout-review-order-table tfoot tr.meblovo-oms-cart-delivery-total-row td {
		font-size: 16px !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr.order-total,
	.woocommerce-checkout-review-order-table tfoot tr.order-total {
		grid-template-columns: minmax(0, 0.95fr) max-content !important;
		padding-top: 18px !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
	.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
	.woocommerce-checkout-review-order-table tfoot tr.order-total th,
	.woocommerce-checkout-review-order-table tfoot tr.order-total td {
		font-size: clamp(23px, 6vw, 31px) !important;
		font-weight: 950 !important;
		letter-spacing: -0.035em !important;
	}

	.woocommerce-cart .cart_totals .checkout-button,
	.woocommerce-checkout #place_order {
		width: 100% !important;
		min-height: 74px !important;
		border-radius: 18px !important;
		font-size: clamp(17px, 5vw, 24px) !important;
		letter-spacing: 0.01em !important;
	}

	/* Also polish the plugin premium shortcode, if it is used instead of the native Woo table. */
	.meblovo-oms-premium-cart .meblovo-oms-cart-line {
		grid-template-columns: 1fr !important;
		padding: 18px !important;
		border-radius: 22px !important;
	}

	.meblovo-oms-premium-cart .meblovo-oms-line-image {
		width: 100% !important;
		height: clamp(164px, 46vw, 220px) !important;
		aspect-ratio: auto !important;
	}

	.meblovo-oms-premium-cart .meblovo-oms-line-head {
		align-items: flex-start !important;
		gap: 12px !important;
	}

	.meblovo-oms-premium-cart .meblovo-oms-line-title {
		font-size: clamp(24px, 7.1vw, 31px) !important;
		line-height: 1.04 !important;
	}

	.meblovo-oms-premium-cart .meblovo-oms-config-list {
		grid-template-columns: minmax(118px, 0.43fr) minmax(0, 1fr) !important;
	}

	.meblovo-oms-premium-cart .meblovo-oms-config-list > div {
		display: contents !important;
	}

	.meblovo-oms-premium-cart .meblovo-oms-config-list dt,
	.meblovo-oms-premium-cart .meblovo-oms-config-list dd {
		overflow-wrap: normal !important;
		word-break: normal !important;
		hyphens: none !important;
	}

	.meblovo-oms-premium-cart .meblovo-oms-line-controls,
	.meblovo-oms-premium-cart .meblovo-oms-line-totals {
		grid-template-columns: 1fr !important;
	}

	.meblovo-oms-premium-cart .meblovo-oms-line-totals > div,
	.meblovo-oms-summary-lines--full > div,
	.meblovo-oms-summary-lines--context > div {
		grid-template-columns: minmax(0, 1fr) max-content !important;
		gap: 12px !important;
	}
}

@media (max-width: 420px) {
	.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
		padding: 16px !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation {
		grid-template-columns: minmax(112px, 0.44fr) minmax(0, 1fr) !important;
		gap: 7px 12px !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dt,
	.woocommerce-cart table.shop_table.cart dl.variation dd,
	.woocommerce-cart table.shop_table.cart dl.variation dd p {
		font-size: 13px !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr,
	.woocommerce-checkout-review-order-table tfoot tr {
		grid-template-columns: minmax(0, 1fr) max-content !important;
		gap: 10px !important;
	}

	.woocommerce-cart .cart_totals table.shop_table th,
	.woocommerce-checkout-review-order-table tfoot th {
		font-size: 14px !important;
	}

	.woocommerce-cart .cart_totals table.shop_table td,
	.woocommerce-checkout-review-order-table tfoot td {
		font-size: 17px !important;
	}
}

@media (max-width: 360px) {
	.woocommerce-cart .cart_totals table.shop_table tr,
	.woocommerce-checkout-review-order-table tfoot tr {
		grid-template-columns: 1fr !important;
	}

	.woocommerce-cart .cart_totals table.shop_table td,
	.woocommerce-checkout-review-order-table tfoot td {
		text-align: left !important;
	}
}

/* Catch more theme/plugin scroll-to-top buttons visible in screenshots. */
body.woocommerce-cart [class*="back" i][class*="top" i],
body.woocommerce-checkout [class*="back" i][class*="top" i],
body.woocommerce-order-received [class*="back" i][class*="top" i],
body.woocommerce-cart [id*="back" i][id*="top" i],
body.woocommerce-checkout [id*="back" i][id*="top" i],
body.woocommerce-order-received [id*="back" i][id*="top" i],
body.woocommerce-cart [class*="scroll" i][class*="top" i],
body.woocommerce-checkout [class*="scroll" i][class*="top" i],
body.woocommerce-order-received [class*="scroll" i][class*="top" i],
body.woocommerce-cart [id*="scroll" i][id*="top" i],
body.woocommerce-checkout [id*="scroll" i][id*="top" i],
body.woocommerce-order-received [id*="scroll" i][id*="top" i],
body.woocommerce-cart [class*="to-top" i],
body.woocommerce-checkout [class*="to-top" i],
body.woocommerce-order-received [class*="to-top" i],
body.woocommerce-cart [class*="totop" i],
body.woocommerce-checkout [class*="totop" i],
body.woocommerce-order-received [class*="totop" i],
body.woocommerce-cart [id*="totop" i],
body.woocommerce-checkout [id*="totop" i],
body.woocommerce-order-received [id*="totop" i],
body.woocommerce-cart a[href="#top"],
body.woocommerce-checkout a[href="#top"],
body.woocommerce-order-received a[href="#top"] {
	display: none !important;
}

@media (max-width: 640px) {
	.woocommerce-cart table.shop_table.cart td.product-thumbnail,
	.woocommerce-cart table.shop_table.cart td.product-name,
	.woocommerce-cart table.shop_table.cart td.product-price,
	.woocommerce-cart table.shop_table.cart td.product-quantity,
	.woocommerce-cart table.shop_table.cart td.product-subtotal,
	.woocommerce-cart table.shop_table.cart td.actions {
		grid-column: 1 / -1 !important;
		grid-row: auto !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
		display: block !important;
		width: 100% !important;
	}
}


/* 0.35.45 — final mobile cart composition pass.
   Mobile product cards use a large showroom photo first, then the content.
   This removes the broken thumbnail/text side-by-side composition. */
@media (max-width: 640px) {
	body.woocommerce-cart .cart_totals,
	body.woocommerce-checkout-review-order {
		padding: 16px !important;
		border-radius: 12px !important;
		overflow: hidden !important;
	}

	.woocommerce-cart .cart_totals h2,
	.woocommerce-checkout h3#order_review_heading {
		display: block !important;
		max-width: 100% !important;
		margin: 0 0 12px !important;
		padding: 0 0 10px !important;
		border-bottom: 1px solid #eee9e1;
		font-family: inherit !important;
		font-size: 13px !important;
		font-weight: 900 !important;
		line-height: 1.3 !important;
		letter-spacing: .12em !important;
		text-transform: uppercase !important;
		white-space: normal !important;
		overflow: visible !important;
		word-break: normal !important;
		overflow-wrap: anywhere !important;
		color: #4f4639 !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr,
	.woocommerce-checkout-review-order-table tfoot tr {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		gap: 12px !important;
		align-items: baseline !important;
		padding: 8px 0 !important;
		border-top: 1px solid #eee9e1 !important;
	}

	.woocommerce-cart .cart_totals table.shop_table th,
	.woocommerce-checkout-review-order-table tfoot th {
		display: block !important;
		width: auto !important;
		min-width: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		color: #68635d !important;
		font-size: 12px !important;
		font-weight: 800 !important;
		line-height: 1.25 !important;
		text-align: left !important;
		overflow-wrap: anywhere !important;
	}

	.woocommerce-cart .cart_totals table.shop_table td,
	.woocommerce-checkout-review-order-table tfoot td {
		display: block !important;
		width: auto !important;
		min-width: max-content !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		color: #202326 !important;
		font-size: 13px !important;
		font-weight: 800 !important;
		line-height: 1.25 !important;
		text-align: right !important;
		white-space: nowrap !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr.order-total,
	.woocommerce-checkout-review-order-table tfoot tr.order-total {
		margin-top: 2px !important;
		padding-top: 12px !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
	.woocommerce-checkout-review-order-table tfoot tr.order-total th {
		color: #4f4639 !important;
		font-size: 15px !important;
		font-weight: 900 !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
	.woocommerce-checkout-review-order-table tfoot tr.order-total td {
		font-size: 16px !important;
		font-weight: 900 !important;
	}

	.woocommerce-cart .cart_totals .checkout-button,
	.woocommerce-checkout #place_order {
		min-height: 58px !important;
		margin-top: 12px !important;
		border-radius: 12px !important;
		font-size: 15px !important;
		letter-spacing: .03em !important;
	}

	.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
		display: block !important;
		grid-template-columns: none !important;
		gap: 0 !important;
		padding: 16px !important;
		border-radius: 12px !important;
		overflow: hidden !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove {
		position: absolute !important;
		top: 14px !important;
		right: 14px !important;
		z-index: 5 !important;
		width: auto !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
		width: 28px !important;
		height: 28px !important;
		border: 1px solid rgba(215, 210, 202, .9) !important;
		background: rgba(255, 255, 255, .92) !important;
		font-size: 18px !important;
		box-shadow: 0 8px 18px rgba(32, 35, 38, .08);
	}

	.woocommerce-cart table.shop_table.cart td.product-thumbnail {
		display: block !important;
		width: 100% !important;
		margin: 0 0 14px !important;
		padding: 0 !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
		display: block !important;
		width: 100% !important;
	}

	.woocommerce-cart table.shop_table.cart .product-thumbnail img {
		display: block !important;
		width: 100% !important;
		height: 190px !important;
		max-width: none !important;
		border-radius: 12px !important;
		object-fit: cover !important;
		object-position: center !important;
		background: #f4f1ec !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-name {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.woocommerce-cart table.shop_table.cart .product-name > a {
		display: block !important;
		margin: 0 34px 12px 0 !important;
		color: #202326 !important;
		font-size: 22px !important;
		font-weight: 850 !important;
		line-height: 1.08 !important;
		letter-spacing: -.02em !important;
		word-break: normal !important;
		overflow-wrap: anywhere !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker {
		width: 100% !important;
		max-width: none !important;
		margin: 8px 0 14px !important;
		padding: 11px !important;
		border-radius: 12px !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker label {
		font-size: 11px !important;
		line-height: 1.2 !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker select {
		min-height: 40px !important;
		padding: 0 12px !important;
		border-radius: 10px !important;
		font-size: 13px !important;
		font-weight: 800 !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker div {
		font-size: 11px !important;
		line-height: 1.35 !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation {
		display: grid !important;
		grid-template-columns: minmax(100px, 40%) minmax(0, 1fr) !important;
		gap: 7px 12px !important;
		margin: 12px 0 0 !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dt {
		color: #68635d !important;
		font-size: 11px !important;
		font-weight: 800 !important;
		line-height: 1.18 !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dd,
	.woocommerce-cart table.shop_table.cart dl.variation p {
		color: #202326 !important;
		font-size: 12px !important;
		font-weight: 800 !important;
		line-height: 1.2 !important;
		word-break: normal !important;
		overflow-wrap: anywhere !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-price,
	.woocommerce-cart table.shop_table.cart td.product-quantity,
	.woocommerce-cart table.shop_table.cart td.product-subtotal {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		align-items: center !important;
		gap: 12px !important;
		margin-top: 10px !important;
		padding-top: 10px !important;
		border-top: 1px solid #eee9e1 !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-price::before,
	.woocommerce-cart table.shop_table.cart td.product-quantity::before,
	.woocommerce-cart table.shop_table.cart td.product-subtotal::before {
		color: #68635d !important;
		font-size: 11px !important;
		font-weight: 800 !important;
		line-height: 1.2 !important;
	}

	.woocommerce-cart table.shop_table.cart .product-price,
	.woocommerce-cart table.shop_table.cart .product-subtotal {
		color: #202326 !important;
		font-size: 17px !important;
		font-weight: 500 !important;
		line-height: 1.2 !important;
		white-space: nowrap !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity {
		width: 112px !important;
		height: 38px !important;
		border-radius: 10px !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .minus,
	.woocommerce-cart table.shop_table.cart .quantity .plus,
	.woocommerce-cart table.shop_table.cart .quantity button {
		width: 34px !important;
		min-width: 34px !important;
		height: 36px !important;
		min-height: 36px !important;
		font-size: 15px !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .qty,
	.woocommerce-cart table.shop_table.cart .quantity input.qty {
		width: 44px !important;
		min-width: 44px !important;
		height: 36px !important;
		min-height: 36px !important;
		font-size: 14px !important;
	}
}

@media (max-width: 380px) {
	.woocommerce-cart table.shop_table.cart .product-thumbnail img {
		height: 170px !important;
	}

	.woocommerce-cart table.shop_table.cart .product-name > a {
		font-size: 20px !important;
	}

	.woocommerce-cart .cart_totals table.shop_table td,
	.woocommerce-checkout-review-order-table tfoot td {
		font-size: 12px !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
	.woocommerce-checkout-review-order-table tfoot tr.order-total td {
		font-size: 15px !important;
	}
}

/* 0.35.47 — delivery selector and quantity control hardening. */
.woocommerce-cart .mfc-cart-delivery-picker select,
.woocommerce-cart .mfc-cart-delivery-picker select option {
	visibility: visible !important;
	opacity: 1 !important;
}

.woocommerce-cart .mfc-cart-delivery-picker select {
	display: block !important;
	appearance: auto !important;
	-webkit-appearance: menulist !important;
}

@media (max-width: 640px) {
	.woocommerce-cart .mfc-cart-delivery-picker {
		padding: 12px !important;
		border-radius: 14px !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker select {
		min-height: 44px !important;
		font-size: 14px !important;
		line-height: 1.2 !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker div {
		display: none !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity {
		display: grid !important;
		grid-template-columns: 36px 46px 36px !important;
		align-items: stretch !important;
		justify-content: end !important;
		width: 118px !important;
		height: 40px !important;
		min-height: 40px !important;
		padding: 0 !important;
		border: 1px solid #d7d2ca !important;
		border-radius: 12px !important;
		background: #fff !important;
		overflow: hidden !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .screen-reader-text,
	.woocommerce-cart table.shop_table.cart .quantity label {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .minus,
	.woocommerce-cart table.shop_table.cart .quantity .plus,
	.woocommerce-cart table.shop_table.cart .quantity button.minus,
	.woocommerce-cart table.shop_table.cart .quantity button.plus,
	.woocommerce-cart table.shop_table.cart .quantity input.minus,
	.woocommerce-cart table.shop_table.cart .quantity input.plus,
	.woocommerce-cart table.shop_table.cart .quantity .qty,
	.woocommerce-cart table.shop_table.cart .quantity input.qty {
		display: inline-flex !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		float: none !important;
		inset: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		min-height: 38px !important;
		height: 38px !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		transform: none !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .minus,
	.woocommerce-cart table.shop_table.cart .quantity button.minus,
	.woocommerce-cart table.shop_table.cart .quantity input.minus {
		order: 1 !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .qty,
	.woocommerce-cart table.shop_table.cart .quantity input.qty {
		order: 2 !important;
		width: 46px !important;
		min-width: 46px !important;
		max-width: 46px !important;
		align-items: center !important;
		justify-content: center !important;
		border: 0 !important;
		border-left: 1px solid #eee9e1 !important;
		border-right: 1px solid #eee9e1 !important;
		background: #fff !important;
		color: #202326 !important;
		-webkit-text-fill-color: #202326 !important;
		font-size: 15px !important;
		font-weight: 800 !important;
		line-height: 38px !important;
		text-align: center !important;
		appearance: textfield !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .plus,
	.woocommerce-cart table.shop_table.cart .quantity button.plus,
	.woocommerce-cart table.shop_table.cart .quantity input.plus {
		order: 3 !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .minus,
	.woocommerce-cart table.shop_table.cart .quantity .plus,
	.woocommerce-cart table.shop_table.cart .quantity button.minus,
	.woocommerce-cart table.shop_table.cart .quantity button.plus,
	.woocommerce-cart table.shop_table.cart .quantity input.minus,
	.woocommerce-cart table.shop_table.cart .quantity input.plus {
		width: 36px !important;
		min-width: 36px !important;
		max-width: 36px !important;
		align-items: center !important;
		justify-content: center !important;
		border: 0 !important;
		background: #fbfaf7 !important;
		color: #202326 !important;
		-webkit-text-fill-color: #202326 !important;
		font-size: 16px !important;
		font-weight: 900 !important;
		line-height: 38px !important;
		text-align: center !important;
		cursor: pointer !important;
	}
}

/* 0.35.48 — authoritative cart selector and quantity controls. */
@media (max-width: 640px) {
	.woocommerce-cart table.shop_table.cart .mfc-cart-delivery-picker,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-cart-native-delivery {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 8px !important;
		width: 100% !important;
		max-width: none !important;
		margin: 12px 0 14px !important;
		padding: 12px !important;
		border: 1px solid #eee2d1 !important;
		border-radius: 14px !important;
		background: #fbfaf7 !important;
		box-sizing: border-box !important;
	}

	.woocommerce-cart table.shop_table.cart .mfc-cart-delivery-picker label,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-cart-native-delivery label {
		margin: 0 !important;
		color: #4f4639 !important;
		font-size: 12px !important;
		font-weight: 900 !important;
		line-height: 1.2 !important;
	}

	.woocommerce-cart table.shop_table.cart .mfc-cart-delivery-picker select,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-cart-native-delivery select {
		display: block !important;
		width: 100% !important;
		min-height: 44px !important;
		padding: 0 14px !important;
		border: 1px solid #ded6ca !important;
		border-radius: 11px !important;
		background-color: #fff !important;
		color: #202326 !important;
		-webkit-text-fill-color: #202326 !important;
		font-size: 15px !important;
		font-weight: 850 !important;
		line-height: 1.2 !important;
		visibility: visible !important;
		opacity: 1 !important;
		appearance: auto !important;
		-webkit-appearance: menulist !important;
	}

	.woocommerce-cart table.shop_table.cart .mfc-cart-delivery-picker div,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-cart-native-delivery div {
		display: none !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-quantity {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		align-items: center !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity {
		display: inline-grid !important;
		grid-template-columns: 38px 46px 38px !important;
		align-items: stretch !important;
		justify-content: end !important;
		width: 122px !important;
		height: 40px !important;
		min-height: 40px !important;
		padding: 0 !important;
		border: 1px solid #d7d2ca !important;
		border-radius: 12px !important;
		background: #fff !important;
		overflow: hidden !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .qty,
	.woocommerce-cart table.shop_table.cart .quantity input.qty,
	.woocommerce-cart table.shop_table.cart .quantity .meblovo-oms-qty-step,
	.woocommerce-cart table.shop_table.cart .quantity button.minus,
	.woocommerce-cart table.shop_table.cart .quantity button.plus {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		float: none !important;
		inset: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		height: 38px !important;
		min-height: 38px !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		transform: none !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .meblovo-oms-qty-step,
	.woocommerce-cart table.shop_table.cart .quantity button.minus,
	.woocommerce-cart table.shop_table.cart .quantity button.plus {
		width: 38px !important;
		min-width: 38px !important;
		max-width: 38px !important;
		border: 0 !important;
		background: #fbfaf7 !important;
		color: #202326 !important;
		-webkit-text-fill-color: #202326 !important;
		font-size: 17px !important;
		font-weight: 900 !important;
		line-height: 38px !important;
		text-align: center !important;
		cursor: pointer !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .qty,
	.woocommerce-cart table.shop_table.cart .quantity input.qty {
		width: 46px !important;
		min-width: 46px !important;
		max-width: 46px !important;
		border: 0 !important;
		border-left: 1px solid #eee9e1 !important;
		border-right: 1px solid #eee9e1 !important;
		background: #fff !important;
		color: #202326 !important;
		-webkit-text-fill-color: #202326 !important;
		font-size: 15px !important;
		font-weight: 850 !important;
		line-height: 38px !important;
		text-align: center !important;
		appearance: textfield !important;
	}
}

/* 0.35.49 — single delivery selector, polished remove button and stable quantity stepper. */
.woocommerce-cart table.shop_table.cart .meblovo-oms-duplicate-delivery-picker {
	display: none !important;
}

@media (max-width: 640px) {
	.woocommerce-cart table.shop_table.cart td.product-remove {
		top: 12px !important;
		right: 12px !important;
		z-index: 10 !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
		position: relative !important;
		display: inline-grid !important;
		place-items: center !important;
		width: 30px !important;
		height: 30px !important;
		min-width: 30px !important;
		min-height: 30px !important;
		padding: 0 !important;
		border: 1px solid rgba(215, 210, 202, .95) !important;
		border-radius: 999px !important;
		background: rgba(255, 255, 255, .88) !important;
		color: transparent !important;
		font-size: 0 !important;
		line-height: 1 !important;
		text-decoration: none !important;
		box-shadow: 0 8px 18px rgba(32, 35, 38, .10) !important;
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
	}

	.woocommerce-cart table.shop_table.cart td.product-remove a.remove::before,
	.woocommerce-cart table.shop_table.cart td.product-remove a.remove::after {
		content: "" !important;
		position: absolute !important;
		left: 8px !important;
		top: 14px !important;
		width: 14px !important;
		height: 2px !important;
		border-radius: 999px !important;
		background: #9b7569 !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove a.remove::before {
		transform: rotate(45deg) !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove a.remove::after {
		transform: rotate(-45deg) !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-quantity {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		align-items: center !important;
		gap: 12px !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready {
		display: inline-grid !important;
		grid-template-columns: 36px 44px 36px !important;
		align-items: stretch !important;
		justify-content: end !important;
		width: 116px !important;
		height: 38px !important;
		min-height: 38px !important;
		padding: 0 !important;
		border: 1px solid #d7d2ca !important;
		border-radius: 12px !important;
		background: #ffffff !important;
		overflow: hidden !important;
		box-shadow: none !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-step,
	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-input {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		float: none !important;
		inset: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		height: 36px !important;
		min-height: 36px !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		transform: none !important;
		text-align: center !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-step {
		width: 36px !important;
		min-width: 36px !important;
		max-width: 36px !important;
		border: 0 !important;
		background: #fbfaf7 !important;
		color: #202326 !important;
		-webkit-text-fill-color: #202326 !important;
		font-size: 16px !important;
		font-weight: 900 !important;
		line-height: 36px !important;
		cursor: pointer !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-input {
		width: 44px !important;
		min-width: 44px !important;
		max-width: 44px !important;
		border: 0 !important;
		border-left: 1px solid #eee9e1 !important;
		border-right: 1px solid #eee9e1 !important;
		background: #fff !important;
		color: #202326 !important;
		-webkit-text-fill-color: #202326 !important;
		font-size: 14px !important;
		font-weight: 850 !important;
		line-height: 36px !important;
		appearance: textfield !important;
		-moz-appearance: textfield !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-input::-webkit-outer-spin-button,
	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-input::-webkit-inner-spin-button {
		margin: 0 !important;
		appearance: none !important;
		-webkit-appearance: none !important;
	}
}

/* 0.35.50 — keep the normal storefront header/menu visible during cart and checkout.
   Some themes, especially WooCommerce focus/distraction-free checkout modes, hide the
   main header on cart/checkout/order-received. MEBLOVO checkout should stay consistent
   with the rest of the showroom, so we only restore header wrappers and leave the
   theme's own desktop/mobile menu rules to decide the internal layout. */
body.woocommerce-cart #masthead,
body.woocommerce-checkout #masthead,
body.woocommerce-order-received #masthead,
body.woocommerce-cart header.site-header,
body.woocommerce-checkout header.site-header,
body.woocommerce-order-received header.site-header,
body.woocommerce-cart .site-header,
body.woocommerce-checkout .site-header,
body.woocommerce-order-received .site-header,
body.woocommerce-cart .elementor-location-header,
body.woocommerce-checkout .elementor-location-header,
body.woocommerce-order-received .elementor-location-header,
body.woocommerce-cart .wp-site-blocks > header,
body.woocommerce-checkout .wp-site-blocks > header,
body.woocommerce-order-received .wp-site-blocks > header,
body.woocommerce-cart .wp-block-template-part[area="header"],
body.woocommerce-checkout .wp-block-template-part[area="header"],
body.woocommerce-order-received .wp-block-template-part[area="header"] {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	overflow: visible !important;
	pointer-events: auto !important;
}

body.woocommerce-cart .ast-primary-header-bar,
body.woocommerce-checkout .ast-primary-header-bar,
body.woocommerce-order-received .ast-primary-header-bar,
body.woocommerce-cart .ast-mobile-header-wrap,
body.woocommerce-checkout .ast-mobile-header-wrap,
body.woocommerce-order-received .ast-mobile-header-wrap,
body.woocommerce-cart .ast-main-header-wrap,
body.woocommerce-checkout .ast-main-header-wrap,
body.woocommerce-order-received .ast-main-header-wrap,
body.woocommerce-cart .main-header-bar,
body.woocommerce-checkout .main-header-bar,
body.woocommerce-order-received .main-header-bar,
body.woocommerce-cart .site-primary-header-wrap,
body.woocommerce-checkout .site-primary-header-wrap,
body.woocommerce-order-received .site-primary-header-wrap {
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

body.woocommerce-cart.meblovo-oms-has-visible-header .meblovo-oms-cart-context,
body.woocommerce-checkout.meblovo-oms-has-visible-header .meblovo-oms-cart-context,
body.woocommerce-order-received.meblovo-oms-has-visible-header .meblovo-oms-cart-context {
	margin-top: clamp(12px, 2vw, 22px);
}

/* 0.35.51 — final mobile density, one-font cart/checkout and stable quantity controls. */
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-order-received,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-order-received .woocommerce,
.meblovo-oms-mini-cart,
.meblovo-oms-cart-panel,
.meblovo-oms-cart-context,
.meblovo-oms-premium-cart,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout form.checkout,
.woocommerce-order-received .woocommerce-order {
	font-family: inherit !important;
}

body.woocommerce-cart button,
body.woocommerce-cart input,
body.woocommerce-cart select,
body.woocommerce-checkout button,
body.woocommerce-checkout input,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
.meblovo-oms-mini-cart button,
.meblovo-oms-mini-cart input,
.meblovo-oms-mini-cart select {
	font-family: inherit !important;
}

@media (max-width: 640px) {
	body.woocommerce-cart .woocommerce,
	body.woocommerce-checkout .woocommerce {
		font-size: 14px !important;
		line-height: 1.35 !important;
	}

	.woocommerce-cart table.shop_table.cart {
		border-spacing: 0 10px !important;
	}

	.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
		padding: 14px !important;
		margin-bottom: 10px !important;
		border-radius: 18px !important;
		box-shadow: 0 12px 28px rgba(32, 35, 38, 0.052) !important;
	}

	.woocommerce-cart table.shop_table.cart .product-thumbnail img {
		height: clamp(148px, 42vw, 190px) !important;
		border-radius: 14px !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-name {
		gap: 9px !important;
		padding-right: 0 !important;
		padding-bottom: 10px !important;
	}

	.woocommerce-cart table.shop_table.cart .product-name > a {
		margin: 0 34px 2px 0 !important;
		font-size: clamp(21px, 6vw, 26px) !important;
		line-height: 1.05 !important;
		letter-spacing: -0.025em !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker,
	.woocommerce-cart table.shop_table.cart .mfc-cart-delivery-picker,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-cart-native-delivery {
		gap: 6px !important;
		margin: 5px 0 10px !important;
		padding: 9px 10px !important;
		border-radius: 12px !important;
		background: rgba(251, 248, 241, 0.72) !important;
		box-shadow: none !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker label,
	.woocommerce-cart table.shop_table.cart .mfc-cart-delivery-picker label,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-cart-native-delivery label {
		font-size: 11px !important;
		line-height: 1.1 !important;
		letter-spacing: 0 !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker select,
	.woocommerce-cart table.shop_table.cart .mfc-cart-delivery-picker select,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-cart-native-delivery select {
		min-height: 38px !important;
		height: 38px !important;
		padding: 0 34px 0 12px !important;
		border-radius: 10px !important;
		font-size: 13px !important;
		font-weight: 800 !important;
		line-height: 38px !important;
	}

	.woocommerce-cart .mfc-cart-delivery-picker div,
	.woocommerce-cart .mfc-cart-delivery-picker p,
	.woocommerce-cart .mfc-cart-delivery-picker small,
	.woocommerce-cart table.shop_table.cart .mfc-cart-delivery-picker div,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-cart-native-delivery div {
		display: none !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation {
		grid-template-columns: minmax(104px, 0.42fr) minmax(0, 1fr) !important;
		gap: 6px 10px !important;
		padding-top: 1px !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dt,
	.woocommerce-cart table.shop_table.cart dl.variation dd,
	.woocommerce-cart table.shop_table.cart dl.variation dd p {
		font-size: 12px !important;
		line-height: 1.18 !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-price,
	.woocommerce-cart table.shop_table.cart td.product-quantity,
	.woocommerce-cart table.shop_table.cart td.product-subtotal {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		gap: 10px !important;
		align-items: center !important;
		padding-top: 10px !important;
		margin-top: 0 !important;
		font-size: 16px !important;
		line-height: 1.15 !important;
	}

	.woocommerce-cart table.shop_table.cart tr.meblovo-oms-qty-one td.product-price {
		display: none !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-price::before,
	.woocommerce-cart table.shop_table.cart td.product-quantity::before,
	.woocommerce-cart table.shop_table.cart td.product-subtotal::before {
		font-size: 11px !important;
		font-weight: 850 !important;
		line-height: 1.15 !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-subtotal {
		padding-bottom: 0 !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity,
	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-qty-control {
		direction: ltr !important;
		display: grid !important;
		grid-template-columns: 32px 40px 32px !important;
		align-items: stretch !important;
		justify-content: end !important;
		width: 104px !important;
		min-width: 104px !important;
		max-width: 104px !important;
		height: 36px !important;
		min-height: 36px !important;
		padding: 0 !important;
		border: 1px solid #ded6ca !important;
		border-radius: 12px !important;
		background: #fff !important;
		overflow: hidden !important;
		box-shadow: none !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-step,
	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-input,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-qty-control .meblovo-oms-qty-step,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-qty-control .meblovo-oms-qty-input {
		direction: ltr !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		float: none !important;
		inset: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		height: 34px !important;
		min-height: 34px !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		transform: none !important;
		line-height: 34px !important;
		text-align: center !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-step,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-qty-control .meblovo-oms-qty-step {
		width: 32px !important;
		min-width: 32px !important;
		max-width: 32px !important;
		border: 0 !important;
		background: #fbfaf7 !important;
		color: #202326 !important;
		-webkit-text-fill-color: #202326 !important;
		font-size: 15px !important;
		font-weight: 900 !important;
		cursor: pointer !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-input,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-qty-control .meblovo-oms-qty-input {
		width: 40px !important;
		min-width: 40px !important;
		max-width: 40px !important;
		border: 0 !important;
		border-left: 1px solid #eee9e1 !important;
		border-right: 1px solid #eee9e1 !important;
		background: #fff !important;
		color: #202326 !important;
		-webkit-text-fill-color: #202326 !important;
		font-size: 14px !important;
		font-weight: 850 !important;
		appearance: none !important;
		-webkit-appearance: none !important;
		-moz-appearance: textfield !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-input::-webkit-outer-spin-button,
	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-input::-webkit-inner-spin-button {
		display: none !important;
		margin: 0 !important;
		appearance: none !important;
		-webkit-appearance: none !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions {
		gap: 8px !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions .coupon {
		gap: 8px !important;
		margin: 0 !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.shop_table.cart td.actions .coupon .button {
		min-height: 48px !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions::after {
		margin: 8px 0 0 !important;
		padding: 9px 10px !important;
		font-size: 12px !important;
		line-height: 1.28 !important;
	}

	.woocommerce-cart .cart_totals {
		margin-top: 10px !important;
		padding: 16px !important;
		border-radius: 16px !important;
	}

	.woocommerce-cart .cart_totals h2 {
		margin-bottom: 10px !important;
		padding-bottom: 9px !important;
		font-size: 12px !important;
		line-height: 1.25 !important;
		letter-spacing: .14em !important;
		text-transform: uppercase !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr,
	.woocommerce-checkout-review-order-table tfoot tr {
		grid-template-columns: minmax(0, 1fr) auto !important;
		gap: 10px !important;
		padding: 7px 0 !important;
	}

	.woocommerce-cart .cart_totals table.shop_table th,
	.woocommerce-checkout-review-order-table tfoot th {
		font-size: 12px !important;
		font-weight: 800 !important;
		line-height: 1.2 !important;
	}

	.woocommerce-cart .cart_totals table.shop_table td,
	.woocommerce-checkout-review-order-table tfoot td {
		font-size: 13px !important;
		font-weight: 800 !important;
		line-height: 1.2 !important;
	}

	.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
	.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
	.woocommerce-checkout-review-order-table tfoot tr.order-total th,
	.woocommerce-checkout-review-order-table tfoot tr.order-total td {
		font-size: 15px !important;
		font-weight: 900 !important;
	}

	.woocommerce-cart .cart_totals .checkout-button,
	.woocommerce-checkout #place_order {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		min-height: 58px !important;
		margin: 12px auto 0 !important;
		padding: 0 18px !important;
		border-radius: 14px !important;
		font-size: 15px !important;
		font-weight: 900 !important;
		line-height: 1.15 !important;
		text-align: center !important;
	}
}


/* 0.35.52 — mobile flow symmetry, cleaner delivery cards and authoritative quantity stepper. */
.meblovo-oms-cart-context .meblovo-oms-cart-steps {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 10px !important;
}

.meblovo-oms-cart-context .meblovo-oms-cart-steps span {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 48px !important;
	padding: 0 10px !important;
	text-align: center !important;
	font-family: inherit !important;
}

@media (max-width: 640px) {
	.meblovo-oms-cart-context .meblovo-oms-cart-steps {
		gap: 8px !important;
	}

	.meblovo-oms-cart-context .meblovo-oms-cart-steps span {
		min-height: 46px !important;
		padding: 0 8px !important;
		font-size: 14px !important;
		line-height: 1.15 !important;
		font-weight: 800 !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions {
		padding-top: 6px !important;
		margin-top: 0 !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions::after,
	.woocommerce-cart .woocommerce-cart-form.meblovo-oms-cart-is-updating table.shop_table.cart td.actions::after,
	.woocommerce-cart table.shop_table.cart .mfc-cart-delivery-picker div,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-cart-native-delivery div {
		display: none !important;
		content: none !important;
	}

	.woocommerce-cart table.shop_table.cart td.actions .coupon {
		gap: 8px !important;
		margin: 0 !important;
	}

	.woocommerce-cart .cart_totals {
		margin-top: 4px !important;
	}

	.woocommerce-cart .cart_totals .checkout-button,
	.woocommerce-checkout #place_order {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: calc(100% - 24px) !important;
		max-width: 100% !important;
		margin: 14px auto 0 !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		text-align: center !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-name,
	.woocommerce-checkout-review-order-table,
	.woocommerce-checkout .meblovo-oms-cart-context,
	.woocommerce-checkout .meblovo-oms-context-grid,
	.woocommerce-checkout .meblovo-oms-context-grid h2,
	.woocommerce-checkout .meblovo-oms-cart-steps span,
	.woocommerce-cart .cart_totals h2,
	.woocommerce-cart table.shop_table.cart .product-name > a,
	.woocommerce-cart table.shop_table.cart dl.variation dt,
	.woocommerce-cart table.shop_table.cart dl.variation dd,
	.woocommerce-cart table.shop_table.cart dl.variation dd p,
	.woocommerce-cart table.shop_table.cart td.product-price,
	.woocommerce-cart table.shop_table.cart td.product-quantity,
	.woocommerce-cart table.shop_table.cart td.product-subtotal {
		font-family: inherit !important;
	}

	.woocommerce-cart table.shop_table.cart .mfc-cart-delivery-picker,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-cart-native-delivery {
		gap: 6px !important;
		margin: 6px 0 8px !important;
		padding: 8px 10px !important;
		border-radius: 12px !important;
	}

	.woocommerce-cart table.shop_table.cart .mfc-cart-delivery-picker label,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-cart-native-delivery label {
		margin: 0 !important;
		font-size: 11px !important;
		font-weight: 800 !important;
		line-height: 1.1 !important;
	}

	.woocommerce-cart table.shop_table.cart .mfc-cart-delivery-picker select,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-cart-native-delivery select {
		min-height: 34px !important;
		height: 34px !important;
		padding: 0 34px 0 12px !important;
		font-size: 12px !important;
		line-height: 34px !important;
		border-radius: 10px !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation {
		grid-template-columns: minmax(122px, 0.44fr) minmax(0, 1fr) !important;
		gap: 8px 12px !important;
		padding-top: 4px !important;
		align-items: start !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dt {
		margin: 0 !important;
		font-size: 11px !important;
		line-height: 1.2 !important;
		font-weight: 800 !important;
	}

	.woocommerce-cart table.shop_table.cart dl.variation dd,
	.woocommerce-cart table.shop_table.cart dl.variation dd p {
		margin: 0 !important;
		font-size: 12px !important;
		line-height: 1.24 !important;
		font-weight: 800 !important;
		text-align: left !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity,
	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready,
	.woocommerce-cart table.shop_table.cart .meblovo-oms-qty-control {
		display: grid !important;
		grid-template-columns: 34px 46px 34px !important;
		grid-auto-flow: column !important;
		width: 114px !important;
		min-width: 114px !important;
		max-width: 114px !important;
		height: 38px !important;
		min-height: 38px !important;
		justify-content: end !important;
		align-items: stretch !important;
		overflow: hidden !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .meblovo-oms-qty-step,
	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-step {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 34px !important;
		min-width: 34px !important;
		max-width: 34px !important;
		height: 36px !important;
		min-height: 36px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: #fbfaf7 !important;
		color: #202326 !important;
		font-size: 16px !important;
		font-weight: 900 !important;
		line-height: 1 !important;
		text-indent: 0 !important;
		letter-spacing: 0 !important;
		-webkit-text-fill-color: #202326 !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .meblovo-oms-qty-step--minus {
		grid-column: 1 !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .meblovo-oms-qty-input,
	.woocommerce-cart table.shop_table.cart .quantity.meblovo-oms-qty-ready .meblovo-oms-qty-input {
		grid-column: 2 !important;
		width: 46px !important;
		min-width: 46px !important;
		max-width: 46px !important;
		height: 36px !important;
		min-height: 36px !important;
		margin: 0 !important;
		padding: 0 !important;
		border-top: 0 !important;
		border-bottom: 0 !important;
		border-left: 1px solid #eee9e1 !important;
		border-right: 1px solid #eee9e1 !important;
		background: #fff !important;
		color: #202326 !important;
		font-size: 14px !important;
		font-weight: 850 !important;
		line-height: 36px !important;
		text-align: center !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity .meblovo-oms-qty-step--plus {
		grid-column: 3 !important;
	}

	.woocommerce-cart table.shop_table.cart .quantity button.plus,
	.woocommerce-cart table.shop_table.cart .quantity button.minus,
	.woocommerce-cart table.shop_table.cart .quantity .plus:not(.meblovo-oms-qty-step),
	.woocommerce-cart table.shop_table.cart .quantity .minus:not(.meblovo-oms-qty-step) {
		display: none !important;
	}
}


/* 0.35.53 — final mobile stepper and spacing polish. */
@media (max-width: 640px) {
	.meblovo-oms-cart-context .meblovo-oms-cart-steps,
	body.woocommerce-cart .meblovo-oms-cart-steps,
	body.woocommerce-checkout .meblovo-oms-cart-steps,
	body.woocommerce-order-received .meblovo-oms-cart-steps {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 14px !important;
	}

	.meblovo-oms-cart-context .meblovo-oms-cart-steps span,
	body.woocommerce-cart .meblovo-oms-cart-steps span,
	body.woocommerce-checkout .meblovo-oms-cart-steps span,
	body.woocommerce-order-received .meblovo-oms-cart-steps span {
		min-width: 0 !important;
		width: 100% !important;
		min-height: 44px !important;
		padding: 0 10px !important;
		border-radius: 14px !important;
		font-size: 14px !important;
		font-weight: 800 !important;
		line-height: 1.12 !important;
		text-align: center !important;
		white-space: normal !important;
		overflow: hidden !important;
		text-overflow: clip !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	.meblovo-oms-cart-context .meblovo-oms-cart-steps span.is-active,
	body.woocommerce-cart .meblovo-oms-cart-steps span.is-active,
	body.woocommerce-checkout .meblovo-oms-cart-steps span.is-active,
	body.woocommerce-order-received .meblovo-oms-cart-steps span.is-active {
		box-shadow: 0 12px 28px rgba(95, 124, 88, 0.10) !important;
	}

	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart,
	body.woocommerce-cart .cart-collaterals {
		margin-bottom: 8px !important;
	}

	body.woocommerce-cart .cart-collaterals,
	body.woocommerce-cart .cart_totals {
		margin-top: 8px !important;
	}

	body.woocommerce-cart table.shop_table.cart td.actions {
		padding-bottom: 0 !important;
	}

	body.woocommerce-cart table.shop_table.cart td.actions .coupon .button,
	body.woocommerce-cart table.shop_table.cart td.actions .coupon button,
	body.woocommerce-cart table.shop_table.cart td.actions .coupon input[type="submit"] {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
		line-height: 1.1 !important;
	}
}

@media (max-width: 360px) {
	.meblovo-oms-cart-context .meblovo-oms-cart-steps span,
	body.woocommerce-cart .meblovo-oms-cart-steps span,
	body.woocommerce-checkout .meblovo-oms-cart-steps span,
	body.woocommerce-order-received .meblovo-oms-cart-steps span {
		font-size: 13px !important;
		min-height: 42px !important;
		padding: 0 8px !important;
	}
}


/* 0.35.54 — checkout legal acceptance and Polish privacy polish. */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	display: none !important;
}

.meblovo-oms-legal-acceptance {
	margin: 14px 0 18px;
	padding: 14px 16px;
	border: 1px solid #ded6ca;
	border-radius: 14px;
	background: #fbfaf7;
	color: #4f4639;
	font-family: inherit;
}

.meblovo-oms-legal-acceptance__label {
	display: grid !important;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin: 0 !important;
	color: #202326;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.42;
	cursor: pointer;
}

.meblovo-oms-legal-acceptance__label input[type="checkbox"] {
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	min-height: 18px !important;
	margin: 2px 0 0 !important;
	accent-color: #5f7c58;
	cursor: pointer;
}

.meblovo-oms-legal-acceptance a {
	color: #5f7c58;
	font-weight: 850;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.meblovo-oms-legal-acceptance p {
	margin: 9px 0 0 32px !important;
	color: #68635d;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
	border-radius: 12px;
	font-family: inherit;
}

@media (max-width: 640px) {
	.meblovo-oms-legal-acceptance {
		margin: 12px 0 14px !important;
		padding: 12px 12px !important;
		border-radius: 12px !important;
	}

	.meblovo-oms-legal-acceptance__label {
		grid-template-columns: 20px minmax(0, 1fr);
		gap: 9px;
		font-size: 12px !important;
		line-height: 1.36 !important;
	}

	.meblovo-oms-legal-acceptance__label input[type="checkbox"] {
		width: 17px !important;
		height: 17px !important;
		min-width: 17px !important;
		min-height: 17px !important;
	}

	.meblovo-oms-legal-acceptance p {
		margin-left: 29px !important;
		font-size: 11px !important;
		line-height: 1.3 !important;
	}
}


/* 0.35.55 — payment gateway wording follows the selected MEBLOVO payment model. */
.woocommerce-checkout #payment ul.payment_methods {
	display: none !important;
}

.meblovo-oms-payment-guidance {
	margin: 14px 0 12px;
	padding: 14px 16px;
	border: 1px solid #ded6ca;
	border-radius: 14px;
	background: #fbfaf7;
	color: #4f4639;
	font-family: inherit;
}

.meblovo-oms-payment-guidance.is-gateway-missing {
	border-color: #d39b31;
	background: #fff9ec;
}

.meblovo-oms-payment-guidance strong {
	display: block;
	margin: 0 0 6px;
	color: #202326;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
}

.meblovo-oms-payment-guidance span {
	display: block;
	color: #68635d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.42;
}

.meblovo-oms-payment-guidance .meblovo-oms-payment-gateway-note {
	margin-top: 7px;
	color: #4f565f;
	font-size: 12px;
	font-weight: 800;
}

.meblovo-oms-payment-guidance.is-gateway-missing .meblovo-oms-payment-gateway-note {
	color: #8a5a09;
}

.woocommerce-checkout #payment .payment_box {
	display: none !important;
}

.woocommerce-checkout .meblovo-oms-place-order-fallback {
	display: block;
	clear: both;
	margin: 16px 0 0 !important;
	padding: 0 !important;
}

.woocommerce-checkout .meblovo-oms-place-order-fallback .meblovo-oms-payment-guidance {
	margin-top: 0 !important;
}

@media (max-width: 640px) {
	.meblovo-oms-payment-guidance {
		margin: 12px 0 10px !important;
		padding: 12px 12px !important;
		border-radius: 12px !important;
	}

	.meblovo-oms-payment-guidance strong {
		font-size: 13px !important;
		line-height: 1.22 !important;
	}

	.meblovo-oms-payment-guidance span {
		font-size: 12px !important;
		line-height: 1.34 !important;
	}
}

/* 0.35.82 — cart/checkout navigation recovery and mobile overflow guard. */
.meblovo-oms-flow-nav {
	display: none;
}

.meblovo-oms-flow-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 16px;
	max-width: 560px;
}

.meblovo-oms-flow-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid #d7d2ca;
	border-radius: 8px;
	background: #f8f5ee;
	color: #4f4a43;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.15;
	text-decoration: none !important;
	text-align: center;
}

.meblovo-oms-flow-action:hover,
.meblovo-oms-flow-action:focus-visible {
	border-color: #5f7c58;
	color: #31412d;
	box-shadow: 0 0 0 3px rgba(95, 124, 88, 0.14);
	outline: none;
}

.meblovo-oms-flow-action--primary {
	background: #202326;
	border-color: #202326;
	color: #fff !important;
}

.meblovo-oms-flow-action--back,
.meblovo-oms-flow-action--shop {
	border-color: #d8cfc3;
	background: #f7f3ec;
	color: #4f4a43 !important;
}

.meblovo-oms-cart-context--checkout .meblovo-oms-flow-actions {
	width: 100%;
	max-width: 560px;
}

@media (max-width: 921px) {
	body.woocommerce-cart,
	body.woocommerce-checkout,
	body.woocommerce-order-received {
		overflow-x: hidden !important;
		padding-top: 54px;
	}

	body.woocommerce-cart #page,
	body.woocommerce-checkout #page,
	body.woocommerce-order-received #page,
	body.woocommerce-cart #content,
	body.woocommerce-checkout #content,
	body.woocommerce-order-received #content,
	body.woocommerce-cart .site-content,
	body.woocommerce-checkout .site-content,
	body.woocommerce-order-received .site-content,
	body.woocommerce-cart .ast-container,
	body.woocommerce-checkout .ast-container,
	body.woocommerce-order-received .ast-container,
	body.woocommerce-cart .entry-content,
	body.woocommerce-checkout .entry-content,
	body.woocommerce-order-received .entry-content {
		box-sizing: border-box !important;
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	body.woocommerce-cart .ast-container,
	body.woocommerce-checkout .ast-container,
	body.woocommerce-order-received .ast-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.woocommerce-cart #masthead,
	body.woocommerce-checkout #masthead,
	body.woocommerce-order-received #masthead {
		min-height: 0 !important;
	}

	body.woocommerce-cart #masthead .elementor-hidden-mobile,
	body.woocommerce-checkout #masthead .elementor-hidden-mobile,
	body.woocommerce-order-received #masthead .elementor-hidden-mobile {
		display: none !important;
	}

	.meblovo-oms-flow-nav {
		position: fixed !important;
		z-index: 99998 !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		display: flex !important;
		align-items: center;
		gap: 6px;
		box-sizing: border-box !important;
		width: 100% !important;
		min-height: 54px;
		padding: 8px 12px;
		border-bottom: 1px solid #ded6ca;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 10px 26px rgba(32, 35, 38, 0.10);
		backdrop-filter: blur(8px);
	}

	body.admin-bar .meblovo-oms-flow-nav {
		top: 46px;
	}

	.meblovo-oms-flow-nav a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 34px;
		padding: 6px 8px;
		border-radius: 8px;
		color: #202326;
		font-size: 13px;
		font-weight: 850;
		line-height: 1;
		text-decoration: none !important;
		white-space: nowrap;
	}

	.meblovo-oms-flow-nav a:hover,
	.meblovo-oms-flow-nav a:focus-visible {
		background: #f4f1ec;
		outline: none;
	}

	.meblovo-oms-flow-nav__brand {
		margin-right: auto;
		font-family: "Playfair Display", serif;
		font-size: 15px !important;
		font-weight: 900 !important;
		letter-spacing: 0 !important;
	}

	.meblovo-oms-cart-context,
	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-cart .cart-collaterals,
	body.woocommerce-checkout form.checkout,
	body.woocommerce-checkout .woocommerce-checkout-review-order {
		box-sizing: border-box !important;
		max-width: calc(100vw - 40px) !important;
		overflow: hidden;
	}

	.meblovo-oms-cart-context {
		width: auto !important;
		max-width: none !important;
		margin-left: 16px !important;
		margin-right: 16px !important;
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	.meblovo-oms-context-grid {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		gap: 14px !important;
	}

	.meblovo-oms-context-grid > *,
	.meblovo-oms-summary-lines--context {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.meblovo-oms-promo-note {
		display: block !important;
		max-width: 100% !important;
		white-space: normal !important;
		overflow-wrap: break-word !important;
	}

	.meblovo-oms-summary-lines--context > div {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		gap: 10px !important;
	}

	.meblovo-oms-summary-lines--context strong {
		max-width: 100% !important;
		white-space: normal !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
		font-size: 14px !important;
		justify-self: end !important;
		text-align: right !important;
	}

	.meblovo-oms-summary-lines--context .amount {
		white-space: nowrap !important;
	}

	.meblovo-oms-summary-lines--context .is-grand strong {
		font-size: 18px !important;
	}
}

@media (max-width: 380px) {
	.meblovo-oms-flow-nav {
		gap: 4px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.meblovo-oms-flow-nav a {
		padding-left: 6px;
		padding-right: 6px;
		font-size: 12px;
	}

	.meblovo-oms-flow-nav__brand {
		font-size: 14px !important;
	}

	.meblovo-oms-summary-lines--context > div {
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	.meblovo-oms-summary-lines--context .is-grand strong {
		font-size: 16px !important;
	}
}

body.meblovo-oms-payment-link-page {
	background: #f5f7fb;
}

body.meblovo-oms-payment-link-page .site-content,
body.meblovo-oms-payment-link-page .entry-content,
body.meblovo-oms-payment-link-page .ast-container {
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.meblovo-oms-payment-link-page form#order_review > table.shop_table,
body.meblovo-oms-payment-link-page form#order_review table.shop_table,
body.meblovo-oms-payment-link-page .woocommerce-order-overview,
body.meblovo-oms-payment-link-page .woocommerce-order-details,
body.meblovo-oms-payment-link-page .woocommerce-customer-details,
body.meblovo-oms-payment-link-page .woocommerce-notice--success {
	display: none !important;
}

body.meblovo-oms-payment-link-page form#order_review,
body.meblovo-oms-payment-link-page .woocommerce #payment {
	max-width: 980px;
	margin: 0 auto 32px !important;
	border: 1px solid #d8e3f2 !important;
	border-radius: 18px !important;
	background: #ffffff !important;
	box-shadow: 0 18px 44px rgba(24, 39, 75, 0.08) !important;
	overflow: hidden;
}

body.meblovo-oms-payment-link-page .woocommerce #payment ul.payment_methods {
	padding: 18px 20px !important;
	border-bottom: 1px solid #d8e3f2 !important;
	background: #f7fbff !important;
}

body.meblovo-oms-payment-link-page .woocommerce #payment div.form-row {
	padding: 18px 20px 20px !important;
}

body.meblovo-oms-payment-link-page #place_order {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 58px !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: #315eea !important;
	color: #ffffff !important;
	font-size: 17px !important;
	font-weight: 900 !important;
	letter-spacing: 0 !important;
	box-shadow: 0 16px 32px rgba(49, 94, 234, 0.22) !important;
}

body.meblovo-oms-payment-link-page #place_order:hover,
body.meblovo-oms-payment-link-page #place_order:focus-visible {
	background: #244bd0 !important;
	color: #ffffff !important;
}

.meblovo-oms-balance-payment-context.is-pay-page,
.meblovo-oms-balance-payment-received {
	max-width: 980px;
	margin: 0 auto 22px;
	padding: 24px;
	border: 1px solid #d8e3f2;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(24, 39, 75, 0.08);
}

.meblovo-oms-balance-payment-hero {
	display: grid;
	gap: 8px;
}

.meblovo-oms-balance-payment-context.is-pay-page h2,
.meblovo-oms-balance-payment-received h2 {
	margin: 0;
	color: #111827;
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1.08;
	letter-spacing: 0;
}

.meblovo-oms-balance-payment-context.is-pay-page p,
.meblovo-oms-balance-payment-received p {
	margin: 0;
	color: #526178;
	font-size: 15px;
	line-height: 1.6;
}

.meblovo-oms-balance-payment-context .meblovo-oms-balance-payment-facts,
.meblovo-oms-balance-payment-received .meblovo-oms-balance-payment-facts {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.meblovo-oms-balance-payment-summary {
	display: grid;
	gap: 12px;
	padding: 16px;
	border: 1px solid #d8e3f2;
	border-radius: 16px;
	background: #f8fbff;
}

.meblovo-oms-balance-payment-summary h3 {
	margin: 0;
	color: #111827;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 0;
}

.meblovo-oms-balance-payment-summary dl {
	display: grid;
	gap: 0;
	margin: 0;
	border: 1px solid #d8e3f2;
	border-radius: 14px;
	background: #ffffff;
	overflow: hidden;
}

.meblovo-oms-balance-payment-summary dl > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 14px;
	border-bottom: 1px solid #e6edf7;
}

.meblovo-oms-balance-payment-summary dl > div:last-child {
	border-bottom: 0;
}

.meblovo-oms-balance-payment-summary dt,
.meblovo-oms-balance-payment-summary dd {
	margin: 0;
}

.meblovo-oms-balance-payment-summary dt {
	color: #526178;
	font-size: 14px;
}

.meblovo-oms-balance-payment-summary dd {
	color: #111827;
	font-size: 15px;
	font-weight: 900;
	text-align: right;
}

.meblovo-oms-balance-payment-summary .is-balance {
	background: #eef7f1;
}

.meblovo-oms-balance-payment-notice,
.meblovo-oms-balance-payment-email-check {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 14px;
	padding: 14px 16px;
	border-radius: 16px;
	background: #f5f9ff;
	border: 1px solid #d8e3f2;
}

.meblovo-oms-balance-payment-notice strong,
.meblovo-oms-balance-payment-email-check strong {
	color: #111827;
	font-size: 14px;
}

.meblovo-oms-balance-payment-notice span,
.meblovo-oms-balance-payment-email-check span {
	color: #526178;
	font-size: 14px;
	line-height: 1.55;
}

.meblovo-oms-balance-payment-received .meblovo-oms-order-received-hero,
.meblovo-oms-balance-payment-received .meblovo-oms-order-next {
	border-color: #d8e3f2;
	border-radius: 16px;
	background: #ffffff;
}

.meblovo-oms-balance-payment-received .meblovo-oms-order-next {
	background: #f8fbff;
}

@media (max-width: 760px) {
	.meblovo-oms-balance-payment-context.is-pay-page,
	.meblovo-oms-balance-payment-received,
	body.meblovo-oms-payment-link-page form#order_review,
	body.meblovo-oms-payment-link-page .woocommerce #payment {
		margin-left: 12px !important;
		margin-right: 12px !important;
	}

	.meblovo-oms-balance-payment-context .meblovo-oms-balance-payment-facts,
	.meblovo-oms-balance-payment-received .meblovo-oms-balance-payment-facts {
		grid-template-columns: 1fr;
	}

	.meblovo-oms-balance-payment-notice,
	.meblovo-oms-balance-payment-email-check {
		grid-template-columns: 1fr;
	}
}

/* MEBLOVO cart/checkout polish: one shared customer-facing price breakdown. */
.meblovo-oms-payment-preview {
	display: none !important;
}

.meblovo-oms-line-breakdown {
	display: grid;
	gap: 8px;
	width: 100%;
}

.meblovo-oms-line-breakdown > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-width: 0;
	padding: 9px 0;
	border-bottom: 1px solid rgba(202, 213, 229, 0.82);
	color: #475569;
	font-size: 13px;
	line-height: 1.35;
}

.meblovo-oms-line-breakdown > div:last-child {
	border-bottom: 0;
}

.meblovo-oms-line-breakdown span {
	min-width: 0;
	color: #5b677a;
}

.meblovo-oms-line-breakdown strong {
	flex: 0 0 auto;
	color: #0f172a;
	font-weight: 800;
	white-space: nowrap;
}

.meblovo-oms-line-breakdown .is-total {
	margin-top: 2px;
	padding-top: 10px;
	border-top: 1px solid #cbd7e8;
	background: rgba(255, 255, 255, 0.72);
}

.meblovo-oms-line-breakdown .is-total span,
.meblovo-oms-line-breakdown .is-total strong {
	color: #0f172a;
	font-size: 14px;
	font-weight: 900;
}

.meblovo-oms-line-breakdown--mini {
	gap: 0;
	margin-top: 8px;
	padding: 8px 10px;
	border: 1px solid #d8e3f2;
	border-radius: 12px;
	background: #f8fbff;
}

.meblovo-oms-line-breakdown--mini > div {
	padding: 5px 0;
	font-size: 12px;
}

.meblovo-oms-mini-more {
	padding: 10px 12px;
	border: 1px dashed #c7d7ef;
	border-radius: 12px;
	background: #f8fbff;
	color: #334155;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

.meblovo-oms-line-breakdown--cart,
.meblovo-oms-line-breakdown--checkout,
.meblovo-oms-line-breakdown--order {
	padding: 10px 12px;
	border: 1px solid #d8e3f2;
	border-radius: 14px;
	background: #f8fbff;
}

.meblovo-oms-native-cart-breakdown {
	width: 100%;
	max-width: 420px;
	margin-left: auto;
}

.woocommerce-checkout-review-order-table .product-total .meblovo-oms-native-cart-breakdown,
.meblovo-oms-native-cart-breakdown--checkout {
	max-width: 320px;
}

.woocommerce-checkout-review-order-table tbody tr.cart_item {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 12px !important;
	padding: 14px !important;
	border: 1px solid #eee9e1 !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: 0 10px 24px rgba(32, 35, 38, 0.06) !important;
}

.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name,
.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	white-space: normal !important;
}

.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
	margin-top: 2px;
	padding-top: 10px !important;
	border-top: 1px solid #eee9e1 !important;
	text-align: left !important;
}

.woocommerce-checkout-review-order-table .product-total .meblovo-oms-native-cart-breakdown,
.woocommerce-checkout-review-order-table .product-total .meblovo-oms-line-breakdown--checkout {
	width: 100%;
	max-width: none;
	margin-left: 0;
}

.meblovo-oms-order-product-total .meblovo-oms-line-breakdown {
	min-width: 240px;
}

.meblovo-oms-mini-head {
	align-items: flex-start !important;
}

.meblovo-oms-mini-head-main {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.meblovo-oms-cart-close {
	appearance: none;
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	padding: 0 !important;
	border: 1px solid #d7d2ca !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: #202326 !important;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	box-shadow: none !important;
	transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.meblovo-oms-cart-close:hover,
.meblovo-oms-cart-close:focus {
	border-color: #202326 !important;
	background: #f8f5ee !important;
	color: #202326 !important;
	outline: none;
}

.meblovo-oms-order-facts {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.meblovo-oms-order-facts > div {
	min-width: 0;
}

@media (max-width: 980px) {
	.meblovo-oms-order-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.meblovo-oms-line-breakdown > div {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.meblovo-oms-line-breakdown strong {
		white-space: normal;
	}

	.meblovo-oms-order-facts {
		grid-template-columns: 1fr;
	}

	.meblovo-oms-native-cart-breakdown {
		max-width: none;
		margin-left: 0;
	}

	.meblovo-oms-order-product-total .meblovo-oms-line-breakdown {
		min-width: 0;
	}
}

/* 2026-06-12: Checkout desktop polish.
 * Hide the legacy WooCommerce heading above the custom MEBLOVO order column.
 * Keep #order_review content, products, payment methods and submit controls intact.
 */
body.woocommerce-checkout h3#order_review_heading,
body.woocommerce-checkout .woocommerce > h3#order_review_heading {
	display: none !important;
}

body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
