:root {
	--commerceflow-mobile-bottom-offset: 0px;
}

@media (max-width: 768px) {
	/* Keep Woodmart's off-canvas cart above product and navigation toolbars. */
	.cart-widget-side,
	.wd-side-hidden.cart-widget-side,
	.woodmart-cart-side {
		z-index: 2147483000 !important;
		max-height: 100dvh !important;
	}

	.wd-close-side.wd-close-side-opened,
	.wd-close-side.wd-opened {
		z-index: 2147482990 !important;
	}

	.cart-widget-side .widget_shopping_cart_content,
	.cart-widget-side .shopping-cart-widget-body,
	.cart-widget-side .wd-scroll-content {
		max-height: 100dvh !important;
	}

	.cart-widget-side .shopping-cart-widget-footer,
	.cart-widget-side .widget_shopping_cart_content > .woocommerce-mini-cart__total,
	.cart-widget-side .widget_shopping_cart_content > .woocommerce-mini-cart__buttons {
		position: relative;
		z-index: 3;
	}

	.cart-widget-side .shopping-cart-widget-footer {
		padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
		background: #fff;
	}

	.cart-widget-side .woocommerce-mini-cart__buttons,
	.cart-widget-side .shopping-cart-widget-footer .woocommerce-mini-cart__buttons,
	.cart-widget-side .shopping-cart-widget-footer .buttons {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		gap: 8px !important;
		width: 100% !important;
		margin: 10px 0 0 !important;
		padding: 0 !important;
	}

	.cart-widget-side .woocommerce-mini-cart__buttons > a,
	.cart-widget-side .shopping-cart-widget-footer .buttons > a {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 46px !important;
		margin: 0 !important;
		padding: 10px 8px !important;
		font-size: 12px !important;
		font-weight: 800 !important;
		line-height: 1.2 !important;
		text-align: center !important;
		white-space: normal !important;
	}

	.cart-widget-side .woocommerce-mini-cart__buttons .checkout,
	.cart-widget-side .shopping-cart-widget-footer .buttons .checkout {
		background: #c91524 !important;
		color: #fff !important;
	}

	/* Hide the fixed mobile toolbar only while the cart drawer is open. */
	body.commerceflow-mini-cart-open .commerceflow-mobile-fixed-bar {
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}

	/* Prevent the underlying WooCommerce notice action from appearing below the toolbar. */
	body.commerceflow-mini-cart-open .woocommerce-notices-wrapper .button.wc-forward,
	body.commerceflow-mini-cart-open .woocommerce-message .button.wc-forward {
		visibility: hidden !important;
		pointer-events: none !important;
	}
}
