/* STUFF product-list empty state. */
.stuff-empty-products .stuff-no-products-notice.woocommerce-info {
	border-top-color: #315b45 !important;
	color: #315b45 !important;
}

.stuff-empty-products .stuff-no-products-notice.woocommerce-info::before {
	color: #315b45 !important;
}

.stuff-empty-products__image {
	display: block;
	width: auto;
	max-width: min(100%, 700px);
	height: auto;
	margin: 24px auto 0;
}
