/* Lock background scroll when order modal is open */
body.zaro-modal-open {
	overflow: hidden !important;
	height: 100vh !important;
}