.mz-btb-block,
.mz-btb-card {
	box-sizing: border-box;
	border: 1px solid #d6d3d1;
	border-radius: 16px;
	padding: 18px;
	margin: 18px 0;
	background: linear-gradient(180deg, #fffdf8 0%, #fff 100%);
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

.mz-btb-retail-bundle {
	--mz-btb-retail-accent: #00a046;
	--mz-btb-retail-border: #c9eef0;
	--mz-btb-retail-muted: #64748b;
	border: 1px solid var(--mz-btb-retail-border);
	border-radius: 2px;
	padding: 18px 20px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.mz-btb-retail-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.mz-btb-retail-title {
	margin: 0;
	color: #008a9a;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.mz-btb-retail-subtitle {
	margin-top: 3px;
	color: var(--mz-btb-retail-muted);
	font-size: 12px;
	line-height: 1.35;
}

.mz-btb-retail-main-badge {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 3px 10px;
	border-radius: 999px;
	background: var(--mz-btb-badge-color, #008a9a);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.mz-btb-retail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 250px;
	gap: 24px;
	align-items: stretch;
}

.mz-btb-retail-items {
	display: flex;
	align-items: stretch;
	gap: 14px;
	min-width: 0;
}

.mz-btb-retail-item {
	position: relative;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	min-width: 0;
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 3px;
	background: #fff;
}

.mz-btb-retail-select {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 8px;
	color: var(--mz-btb-retail-muted);
	font-size: 11px;
	line-height: 1.2;
	cursor: pointer;
}

.mz-btb-retail-select input {
	width: 14px;
	height: 14px;
	margin: 0;
	accent-color: var(--mz-btb-retail-accent);
}

.mz-btb-retail-image-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 116px;
	margin-bottom: 10px;
	text-decoration: none;
}

.mz-btb-retail-image {
	display: block;
	max-width: 118px;
	max-height: 116px;
	object-fit: contain;
}

.mz-btb-retail-discount {
	position: absolute;
	top: 2px;
	right: 4px;
	z-index: 2;
	padding: 3px 7px;
	border-radius: 3px;
	background: #ff3f4a;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.mz-btb-retail-info {
	min-width: 0;
}

.mz-btb-retail-name {
	display: -webkit-box;
	min-height: 36px;
	overflow: hidden;
	color: #0f172a;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mz-btb-retail-name:hover,
.mz-btb-retail-name:focus {
	color: #008a9a;
}

.mz-btb-retail-prices {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: baseline;
	margin-top: 8px;
}

.mz-btb-retail-current-price,
.mz-btb-retail-total {
	color: #ef4444;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.mz-btb-retail-old-price, .mz-btb-retail-old-price span.woocommerce-Price-amount.amount {
	color: #94a3b8;
	font-size: 12px !important;
	font-weight: 500;
	line-height: 1;
	text-decoration: line-through;
}

.mz-btb-retail-sale-price, .mz-btb-retail-sale-price span.woocommerce-Price-amount.amount{
	color: #ff3f4a;
	font-size: 14px !important;
	font-weight: 800;
	line-height: 1;
}

.mz-btb-retail-plus {
	align-self: center;
	flex: 0 0 auto;
	color: #64748b;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
}

.mz-btb-retail-summary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	padding: 18px 18px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 3px;
	background: #fff;
}

.mz-btb-retail-summary-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	color: var(--mz-btb-retail-muted);
	font-size: 12px;
}

.mz-btb-retail-summary-row del {
	color: #94a3b8;
	font-size: 12px;
}

.mz-btb-retail-summary-row--total strong {
	color: #ef4444;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

.mz-btb-retail-saving {
	padding: 7px 9px;
	border-radius: 3px;
	background: #fee2e2;
	color: #ef4444;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.mz-btb-retail-code {
	color: var(--mz-btb-retail-muted);
	font-size: 11px;
	font-weight: 500;
	text-align: center;
}

.mz-btb-retail-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 100%;
	min-height: 40px;
	padding: 0 16px;
	border: 0;
	border-radius: 3px;
	background: var(--mz-btb-retail-accent);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.mz-btb-retail-button:hover,
.mz-btb-retail-button:focus {
	background: #008f3f;
	color: #fff;
}

.mz-btb-retail-cart-icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
	line-height: 1;
}

.mz-btb-retail-cart-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.mz-btb-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--mz-btb-badge-color, #0f766e);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.mz-btb-title { margin: 10px 0 4px; }
.mz-btb-subtitle,
.mz-btb-card-saving,
.mz-btb-saving { color: #57534e; font-size: 14px; }

.mz-btb-products,
.mz-btb-shortcode-items,
.mz-btb-compact-items {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.mz-btb-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border: 1px solid #e7e5e4;
	border-radius: 12px;
	background: #fff;
}

.mz-btb-thumb {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 10px;
}

.mz-btb-symbol {
	font-weight: 700;
	color: #78716c;
}

.mz-btb-footer,
.mz-btb-inline-summary,
.mz-btb-card-prices {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 14px;
}

.mz-btb-old-price { text-decoration: line-through; color: #78716c; }
.mz-btb-new-price,
.mz-btb-inline-price,
.mz-btb-card-prices ins { font-weight: 700; color: #111827; text-decoration: none; }
.mz-btb-card-prices del { color: #78716c; }

.mz-btb-button {
	background: #111827;
	border-color: #111827;
	color: #fff;
}

.mz-btb-button:hover,
.mz-btb-button:focus {
	background: #1f2937;
	border-color: #1f2937;
	color: #fff;
}

.mz-btb-virtual-preview {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	width: 120px;
}

.mz-btb-virtual-preview__image img {
	display: block;
	width: 100%;
	height: 58px;
	object-fit: cover;
	border-radius: 10px;
}

.mz-btb-card-media { position: relative; margin-bottom: 12px; }
.mz-btb-card-media .mz-btb-badge { position: absolute; top: 10px; left: 10px; }

.mz-btb-virtual-product-card {
	list-style: none;
}

.mz-btb-virtual-product-card .mz-btb-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	text-align: center;
}

.mz-btb-virtual-product-card .mz-btb-card-title {
	margin: 10px 0 8px;
	font-size: 1rem;
	line-height: 1.35;
}

.mz-btb-virtual-product-card .mz-btb-button {
	margin-top: auto;
	align-self: center;
}

.mz-btb-theme-blocksy .mz-btb-virtual-product-card .mz-btb-card {
	min-height: 100%;
}

.mz-btb-theme-blocksy .mz-btb-virtual-product-card .mz-btb-card-media {
	width: 100%;
}

.mz-btb-product-slider {
	--mz-btb-product-slider-gap: 14px;
	max-width: 100%;
	width: 100%;
	margin: 18px 0;
	overflow: hidden;
}

.mz-btb-product-slider__head {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 8px;
}

.mz-btb-product-slider__controls {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.mz-btb-product-slider__control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid #cfe8ef;
	border-radius: 999px;
	background: #fff;
	color: #0891b2;
	font-size: 21px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mz-btb-product-slider__control:hover,
.mz-btb-product-slider__control:focus {
	border-color: #0891b2;
	box-shadow: 0 8px 18px rgba(8, 145, 178, .14);
	transform: translateY(-1px);
	outline: none;
}

.mz-btb-product-slider__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - (var(--mz-btb-product-slider-gap) * (var(--mz-btb-product-slider-visible, 1) - 1))) / var(--mz-btb-product-slider-visible, 1));
	grid-template-columns: none;
	gap: var(--mz-btb-product-slider-gap);
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding: 2px 2px 8px;
}

.mz-btb-product-slider__track::-webkit-scrollbar,
.mz-btb-cart-offers__track::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.mz-btb-product-slider__track,
.mz-btb-cart-offers__track {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.mz-btb-product-slider__slide {
	min-width: 0;
	scroll-snap-align: start;
}

.mz-btb-product-slider__slide .mz-btb-retail-bundle {
	max-width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.mz-btb-product-slider__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 8px;
}

.mz-btb-product-slider__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #cfe8ef;
	cursor: pointer;
}

.mz-btb-product-slider__dot:hover,
.mz-btb-product-slider__dot:focus {
	background: #0891b2;
	outline: none;
}

.mz-btb-cart-offers {
	--mz-btb-cart-gap: 10px;
	clear: both;
	width: 100%;
	margin: 16px 0 0;
}

.cart_totals + .mz-btb-cart-offers,
.cart_totals .mz-btb-cart-offers,
.woocommerce-cart .cart-collaterals .mz-btb-cart-offers {
	margin-top: 16px;
}

.cart_totals .mz-btb-cart-offers {
	position: static;
	clear: none;
	align-self: stretch;
}

.mz-btb-cart-offers__head {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-bottom: 6px;
}

.mz-btb-cart-offers__controls {
	display: none;
	align-items: center;
	gap: 6px;
}

.mz-btb-cart-offers--has-carousel .mz-btb-cart-offers__controls {
	display: flex;
}

.mz-btb-cart-offers__control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #d7edf3;
	border-radius: 999px;
	background: #fff;
	color: #0891b2;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.mz-btb-cart-offers__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - (var(--mz-btb-cart-gap) * (var(--mz-btb-cart-visible, 3) - 1))) / var(--mz-btb-cart-visible, 3));
	grid-template-columns: none;
	gap: var(--mz-btb-cart-gap);
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 2px 8px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.mz-btb-cart-offers__slide {
	min-width: 0;
	scroll-snap-align: start;
}

.mz-btb-cart-offers__slide .mz-btb-crosssell-card {
	height: 100%;
	margin: 0;
}

.mz-btb-crosssell-card,
.mz-btb-checkout-card {
	--mz-btb-cart-accent: #0891b2;
	--mz-btb-cart-button: #f59e0b;
	--mz-btb-cart-border: #d7edf3;
	--mz-btb-cart-muted: #64748b;
	border: 1px solid var(--mz-btb-cart-border);
	border-radius: 12px;
	padding: 10px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.mz-btb-crosssell-head,
.mz-btb-checkout-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 7px;
}

.mz-btb-crosssell-title,
.mz-btb-checkout-title {
	margin: 0;
	color: var(--mz-btb-cart-accent);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.mz-btb-crosssell-subtitle,
.mz-btb-checkout-kicker,
.mz-btb-checkout-product-note {
	color: var(--mz-btb-cart-muted);
	font-size: 10px;
	line-height: 1.3;
}

.mz-btb-crosssell-subtitle {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mz-btb-checkout-kicker {
	display: inline-block;
	margin-bottom: 6px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.mz-btb-crosssell-badge,
.mz-btb-checkout-save {
	display: inline-flex;
	align-items: center;
	padding: 4px 7px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--mz-btb-badge-color, #0f766e) 12%, #ffffff);
	color: var(--mz-btb-badge-color, #0f766e);
	font-size: 10px;
	font-weight: 800;
	white-space: nowrap;
}

.cart_totals .mz-btb-crosssell-badge {
	display: none;
}

.mz-btb-crosssell-items,
.mz-btb-checkout-products {
	display: grid;
	gap: 7px;
}

.mz-btb-crosssell-item,
.mz-btb-checkout-product {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	gap: 7px;
	align-items: center;
	padding: 6px;
	border: 1px solid #ddeaf1;
	border-radius: 9px;
	background: #fff;
	cursor: pointer;
}

.mz-btb-crosssell-item input,
.mz-btb-checkout-product input {
	width: 14px;
	height: 14px;
	margin-top: 0;
	accent-color: var(--mz-btb-cart-accent);
}

.mz-btb-crosssell-image-wrap,
.mz-btb-checkout-product-card {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	gap: 7px;
	align-items: center;
	text-decoration: none;
	min-width: 0;
}

.mz-btb-crosssell-image-wrap {
	position: relative;
}

.mz-btb-checkout-product-card {
	grid-template-columns: 52px minmax(0, 1fr) auto;
}

.mz-btb-crosssell-image,
.mz-btb-checkout-product-media img {
	display: block;
	width: 42px;
	height: 42px;
	object-fit: contain;
	border-radius: 8px;
	background: #f8fafc;
}

.mz-btb-checkout-product-media {
	position: relative;
	display: inline-flex;
}

.mz-btb-crosssell-discount,
.mz-btb-checkout-discount {
	position: absolute;
	top: -5px;
	right: -5px;
	padding: 2px 6px;
	border-radius: 999px;
	background: #ef4444;
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
}

.mz-btb-crosssell-copy,
.mz-btb-checkout-product-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
	overflow: hidden;
}

.mz-btb-crosssell-name,
.mz-btb-checkout-product-name {
	display: -webkit-box;
	overflow: hidden;
	color: #0f172a;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mz-btb-crosssell-note {
	display: -webkit-box;
	overflow: hidden;
	color: var(--mz-btb-cart-muted);
	font-size: 9px;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mz-btb-crosssell-prices,
.mz-btb-checkout-product-prices {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 5px;
	justify-self: end;
	min-width: 62px;
	text-align: right;
	white-space: nowrap;
}

.mz-btb-crosssell-prices strong,
.mz-btb-checkout-product-prices strong,
.mz-btb-crosssell-total strong,
.mz-btb-checkout-total strong {
	color: #ef4444;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.mz-btb-crosssell-prices del,
.mz-btb-checkout-product-prices del,
.mz-btb-crosssell-total del,
.mz-btb-checkout-total del {
	color: #94a3b8;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
}

.mz-btb-crosssell-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: 7px;
	padding: 7px 8px;
	border: 1px solid #d8eef5;
	border-radius: 9px;
	background: linear-gradient(180deg, #f4fbff 0%, #ffffff 100%);
}

.mz-btb-crosssell-summary-copy {
	display: grid;
	gap: 2px;
}

.mz-btb-crosssell-summary-kicker {
	color: var(--mz-btb-cart-accent);
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.mz-btb-crosssell-summary-text {
	color: #475569;
	font-size: 9px;
	line-height: 1.35;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mz-btb-crosssell-saving {
	display: grid;
	gap: 4px;
	min-width: 62px;
	text-align: right;
	color: var(--mz-btb-cart-accent);
	font-size: 10px;
	font-weight: 700;
}

.mz-btb-crosssell-saving strong {
	color: var(--mz-btb-cart-accent);
	font-size: 12px;
}

.mz-btb-crosssell-footer,
.mz-btb-checkout-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: 7px;
}

.mz-btb-crosssell-button,
.mz-btb-checkout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	min-height: 32px;
	padding: 0 12px;
	border: 0;
	border-radius: 7px;
	background: linear-gradient(180deg, #ffb11f 0%, var(--mz-btb-cart-button) 100%);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 7px 14px rgba(245, 158, 11, 0.18);
	cursor: pointer;
}

.mz-btb-crosssell-button:hover,
.mz-btb-crosssell-button:focus,
.mz-btb-checkout-button:hover,
.mz-btb-checkout-button:focus {
	background: linear-gradient(180deg, #fbbf24 0%, #ea8a00 100%);
	color: #fff;
}

.mz-btb-checkout-card {
	margin-top: 18px;
}

@media (max-width: 1180px) {
	.mz-btb-crosssell-card,
	.mz-btb-checkout-card {
		padding: 9px;
	}

	.mz-btb-crosssell-head,
	.mz-btb-checkout-head,
	.mz-btb-crosssell-summary,
	.mz-btb-crosssell-footer,
	.mz-btb-checkout-footer {
		gap: 7px;
	}

	.mz-btb-crosssell-title,
	.mz-btb-checkout-title {
		font-size: 12px;
	}

	.mz-btb-crosssell-subtitle,
	.mz-btb-checkout-kicker,
	.mz-btb-checkout-product-note,
	.mz-btb-crosssell-note,
	.mz-btb-crosssell-summary-text {
		font-size: 9px;
	}

	.mz-btb-crosssell-image-wrap,
	.mz-btb-checkout-product-card {
		grid-template-columns: 42px minmax(0, 1fr) auto;
	}

	.mz-btb-crosssell-image,
	.mz-btb-checkout-product-media img {
		width: 42px;
		height: 42px;
	}

	.mz-btb-crosssell-button,
	.mz-btb-checkout-button {
		min-width: 106px;
		min-height: 30px;
		font-size: 9px;
	}
}

@media (max-width: 782px) {
	.mz-btb-product-slider {
		--mz-btb-product-slider-gap: 10px;
		margin: 14px 0;
	}

	.mz-btb-product-slider__head {
		margin-bottom: 6px;
	}

	.mz-btb-product-slider__track {
		grid-auto-columns: calc((100% - (var(--mz-btb-product-slider-gap) * (var(--mz-btb-product-slider-mobile-visible, 1) - 1))) / var(--mz-btb-product-slider-mobile-visible, 1));
		padding: 1px 1px 6px;
	}

	.mz-btb-product-slider__control {
		width: 30px;
		height: 30px;
		font-size: 19px;
	}

	.mz-btb-product-slider .mz-btb-retail-bundle {
		padding: 12px;
		border-radius: 8px;
	}

	.mz-btb-product-slider .mz-btb-retail-head {
		gap: 10px;
		margin-bottom: 10px;
	}

	.mz-btb-product-slider .mz-btb-retail-title {
		font-size: 14px;
		line-height: 1.22;
	}

	.mz-btb-product-slider .mz-btb-retail-subtitle {
		display: -webkit-box;
		overflow: hidden;
		font-size: 10px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.mz-btb-product-slider .mz-btb-retail-layout {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.mz-btb-product-slider .mz-btb-retail-items {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
		align-items: stretch;
		gap: 8px;
	}

	.mz-btb-product-slider .mz-btb-retail-item {
		display: flex;
		flex-direction: column;
		gap: 6px;
		min-width: 0;
		padding: 8px;
	}

	.mz-btb-product-slider .mz-btb-retail-select {
		grid-column: auto;
		margin-bottom: 2px;
		font-size: 9px;
	}

	.mz-btb-product-slider .mz-btb-retail-select input {
		width: 13px;
		height: 13px;
	}

	.mz-btb-product-slider .mz-btb-retail-image-wrap {
		min-height: 74px;
		margin-bottom: 0;
	}

	.mz-btb-product-slider .mz-btb-retail-image {
		max-width: 86px;
		max-height: 78px;
	}

	.mz-btb-product-slider .mz-btb-retail-name {
		min-height: 31px;
		font-size: 10px;
		line-height: 1.2;
		-webkit-line-clamp: 2;
	}

	.mz-btb-product-slider .mz-btb-retail-prices {
		gap: 5px;
		margin-top: 4px;
	}

	.mz-btb-product-slider .mz-btb-retail-current-price,
	.mz-btb-product-slider .mz-btb-retail-sale-price,
	.mz-btb-product-slider .mz-btb-retail-total {
		font-size: 12px;
	}

	.mz-btb-product-slider .mz-btb-retail-old-price {
		font-size: 10px;
	}

	.mz-btb-product-slider .mz-btb-retail-plus {
		align-self: center;
		font-size: 18px;
	}

	.mz-btb-product-slider .mz-btb-retail-summary {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
		align-items: center;
		gap: 7px 10px;
		padding: 9px;
	}

	.mz-btb-product-slider .mz-btb-retail-summary-row {
		font-size: 10px;
	}

	.mz-btb-product-slider .mz-btb-retail-summary-row--total strong {
		font-size: 16px;
	}

	.mz-btb-product-slider .mz-btb-retail-saving {
		grid-column: 1 / -1;
		padding: 6px 8px;
		font-size: 10px;
		text-align: center;
	}

	.mz-btb-product-slider .mz-btb-retail-button {
		grid-column: 1 / -1;
		width: 100%;
		min-height: 34px;
		font-size: 12px;
	}

	.mz-btb-product-slider .mz-btb-retail-code {
		grid-column: 1 / -1;
		font-size: 10px;
	}

	.mz-btb-cart-offers {
		--mz-btb-cart-gap: 10px;
		--mz-btb-cart-visible: 1;
		margin-top: 12px;
	}

	.mz-btb-cart-offers--has-mobile-carousel .mz-btb-cart-offers__controls {
		display: flex;
	}

	.mz-btb-cart-offers__track {
		grid-auto-columns: 100%;
		padding-bottom: 6px;
	}

	.mz-btb-crosssell-card {
		padding: 9px;
		border-radius: 11px;
	}

	.mz-btb-crosssell-head {
		display: block;
		margin-bottom: 7px;
	}

	.mz-btb-crosssell-title {
		font-size: 12px;
		line-height: 1.15;
	}

	.mz-btb-crosssell-subtitle {
		margin: 2px 0 0;
		font-size: 9px;
		line-height: 1.25;
		-webkit-line-clamp: 2;
	}

	.mz-btb-crosssell-items {
		gap: 6px;
	}

	.mz-btb-crosssell-item {
		grid-template-columns: 16px minmax(0, 1fr);
		gap: 6px;
		padding: 6px;
	}

	.mz-btb-crosssell-image-wrap {
		grid-template-columns: 38px minmax(0, 1fr) auto;
		gap: 6px;
	}

	.mz-btb-crosssell-image {
		width: 38px;
		height: 38px;
	}

	.mz-btb-crosssell-name {
		font-size: 10px;
		line-height: 1.2;
		-webkit-line-clamp: 2;
	}

	.mz-btb-crosssell-note {
		font-size: 8px;
		line-height: 1.2;
		-webkit-line-clamp: 1;
	}

	.mz-btb-crosssell-prices {
		min-width: 58px;
		gap: 3px;
	}

	.mz-btb-crosssell-prices strong,
	.mz-btb-crosssell-total strong {
		font-size: 12px;
	}

	.mz-btb-crosssell-summary {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		padding: 6px 7px;
	}

	.mz-btb-crosssell-summary-text {
		display: none;
	}

	.mz-btb-crosssell-footer {
		display: grid;
		grid-template-columns: auto minmax(112px, 1fr);
		align-items: center;
	}

	.mz-btb-crosssell-button {
		width: auto;
		min-width: 112px;
		min-height: 30px;
		padding: 0 10px;
	}

	.mz-btb-retail-bundle {
		padding: 16px;
	}

	.mz-btb-retail-layout {
		grid-template-columns: 1fr;
	}

	.mz-btb-retail-items {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
	}

	.mz-btb-retail-item {
		display: grid;
		grid-template-columns: 86px 1fr;
		gap: 10px;
		align-items: center;
	}

	.mz-btb-retail-select {
		grid-column: 1 / -1;
	}

	.mz-btb-retail-image-wrap {
		min-height: 86px;
		margin-bottom: 0;
	}

	.mz-btb-retail-plus {
		align-self: center;
		font-size: 24px;
	}

	.mz-btb-retail-summary {
		padding: 14px;
	}

	.mz-btb-products,
	.mz-btb-shortcode-items,
	.mz-btb-compact-items {
		flex-direction: column;
		align-items: stretch;
	}

	.mz-btb-item {
		width: 100%;
	}

	.mz-btb-checkout-head,
	.mz-btb-checkout-footer {
		flex-direction: column;
		align-items: stretch;
	}

	.mz-btb-checkout-product-card {
		grid-template-columns: 48px minmax(0, 1fr) auto;
	}

	.mz-btb-checkout-product-media img {
		width: 48px;
		height: 48px;
	}

	.mz-btb-checkout-button {
		width: 100%;
		min-width: 0;
	}

	.mz-btb-crosssell-total,
	.mz-btb-checkout-total {
		text-align: left;
	}
}

body.astra .mz-btb-retail-current-price,
body.astra .mz-btb-retail-sale-price,
body.astra .mz-btb-retail-total {
	font-size: 14px !important;
}

body.astra .mz-btb-retail-old-price,
body.astra .mz-btb-retail-summary-row del {
	font-size: 12px !important;
}

body.astra .mz-btb-retail-summary-row--total strong {
	font-size: 22px !important;
}

body.astra .mz-btb-crosssell-prices strong,
body.astra .mz-btb-checkout-product-prices strong,
body.astra .mz-btb-crosssell-total strong,
body.astra .mz-btb-checkout-total strong {
	font-size: 13px !important;
}

body.astra .mz-btb-crosssell-prices del,
body.astra .mz-btb-checkout-product-prices del,
body.astra .mz-btb-crosssell-total del,
body.astra .mz-btb-checkout-total del {
	font-size: 10px !important;
}

body.astra .mz-btb-crosssell-saving strong {
	font-size: 12px !important;
}

@media (max-width: 782px) {
	body.astra .mz-btb-product-slider .mz-btb-retail-current-price,
	body.astra .mz-btb-product-slider .mz-btb-retail-sale-price,
	body.astra .mz-btb-product-slider .mz-btb-retail-total {
		font-size: 12px !important;
	}

	body.astra .mz-btb-product-slider .mz-btb-retail-summary-row--total strong {
		font-size: 16px !important;
	}
}
