/* Dental Express — DX Mobile V1: single product responsive cleanup */
@media only screen and (max-width: 849px) {
	body.dx-mobile-v1-enabled.single-product .dx-full-wrap,
	body.dx-mobile-v1-enabled.single-product .dx-product-footer .dx-full-wrap {
		padding-right: var(--dx-mobile-edge) !important;
		padding-left: var(--dx-mobile-edge) !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-hs-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-areas: "gallery" "info" "buy" !important;
		gap: 10px !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-hs-card {
		border-radius: 0 !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-hs-card-head {
		min-height: 46px !important;
		padding: 11px 12px !important;
	}

	/* Use the full mobile width for the image and move thumbs underneath. */
	body.dx-mobile-v1-enabled.single-product .dx-clean-gallery {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-rows: auto auto !important;
		gap: 8px !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-clean-gallery-main {
		width: 100% !important;
		height: min(82vw, 360px) !important;
		min-height: 280px !important;
		max-height: 360px !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-clean-gallery-main-button {
		min-height: 100% !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-clean-gallery-main-button img,
	body.dx-mobile-v1-enabled.single-product .dx-clean-gallery.no-thumbs .dx-clean-gallery-main-button img {
		max-height: min(74vw, 322px) !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-clean-gallery-thumbs {
		display: flex !important;
		flex-direction: row !important;
		gap: 7px !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		height: 68px !important;
		min-height: 68px !important;
		max-height: 68px !important;
		padding: 6px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scrollbar-width: thin !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-clean-gallery-thumbs::before {
		display: none !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-clean-gallery-thumb {
		flex: 0 0 54px !important;
		width: 54px !important;
		height: 54px !important;
		min-width: 54px !important;
		min-height: 54px !important;
		max-width: 54px !important;
		max-height: 54px !important;
		border-radius: 0 !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-hs-gallery-body,
	body.dx-mobile-v1-enabled.single-product .dx-hs-info-body,
	body.dx-mobile-v1-enabled.single-product .dx-hs-buy-body {
		padding: 12px !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-hs-info .product-title {
		font-size: 19px !important;
		line-height: 1.7 !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-hs-shortdesc-scroll {
		height: auto !important;
		max-height: 260px !important;
		font-size: 13px !important;
		line-height: 2 !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-hs-buy form.cart .quantity,
	body.dx-mobile-v1-enabled.single-product .dx-hs-buy form.cart .quantity input,
	body.dx-mobile-v1-enabled.single-product .dx-hs-buy form.cart .single_add_to_cart_button {
		min-height: 48px !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-hs-buy form.cart .single_add_to_cart_button {
		border-radius: 0 !important;
		font-size: 13px !important;
	}

	body.dx-mobile-v1-enabled.single-product .dx-hs-service {
		min-height: 50px !important;
	}
}
