/**
 * OMONYMA — general preorder cart/checkout note styling. Used by the
 * store-wide preorder display in inc/restock-date.php — not specific
 * to Yoga Mats despite this file's original name.
 */
.omh-preorder-cart-note{
	margin:.3rem 0 0;
	font-size:.78rem;
	color:var(--color-ink-soft, #555);
}
.omh-preorder-cart-note strong{
	letter-spacing:.05em;
}
