.andasium-mobile-product-title {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: static !important;
	float: none !important;
	clear: both;
	width: 100% !important;
	max-width: 100%;
	flex: 0 0 100% !important;
	grid-column: 1 / -1;
	order: -1000;
	box-sizing: border-box;
	margin-top: 0;
}

.andasium-mobile-product-tagline {
	display: block;
	clear: both;
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	grid-column: 1 / -1;
	order: -999;
	box-sizing: border-box;
	margin: -0.35em 0 0.9em;
	line-height: 1.35;
}

.andasium-mobile-product-tagline:empty {
	display: none;
	margin: 0;
}
