/* CR Graffix site refinements supplied with the protected custom build. */
.metaslider .caption-wrap a,
.metaslider .msHtmlOverlay a {
	display: none !important;
}

/* Keep the WooCommerce loop actions in normal flow on Lumise products. */
.woocommerce ul.products li.product .crg-lumise-loop-actions,
body.woocommerce ul.products li.product .crg-lumise-loop-actions {
	position: static !important;
	display: flex !important;
	flex-direction: column;
	align-items: stretch;
	clear: both;
	gap: 8px;
	width: 100%;
	margin-top: 8px;
	transform: none !important;
}

.woocommerce ul.products li.product .crg-lumise-loop-actions > a,
body.woocommerce ul.products li.product .crg-lumise-loop-actions > a {
	position: static !important;
	inset: auto !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	float: none !important;
	box-sizing: border-box;
	width: 100% !important;
	margin: 0 !important;
	transform: none !important;
}

/* The Customize link is a separate action, not the actual cart submit button. */
.single-product form.cart #lumise-customize-button {
	position: static !important;
	inset: auto !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	float: none !important;
	box-sizing: border-box;
	margin: 8px 0 0 8px !important;
	transform: none !important;
}

@media (max-width: 767px) {
	.single-product form.cart #lumise-customize-button {
		width: 100%;
		margin-left: 0 !important;
	}
}
