
/* INFINET_PALETTE — brand vars for the standard storefront look */
/* NOCO NOW — brand palette only. Colorado navy + magenta.
 * Measured on #fff:  #0e278e 12.35:1 · #091a5f 16.7:1 · #f90ecb 3.53:1
 * The magenta is LARGE-TEXT ONLY — never body text, never a ground under white
 * text — so it is bound to --es-accent (borders/flourishes), not --es-brand. */
.com-easystore {
	--es-brand: #0e278e;
	--es-brand-deep: #091a5f;
	--es-accent: #f90ecb;
	--es-line: rgba(14, 39, 142, 0.16);
	--es-shadow: 0 10px 28px rgba(9, 26, 95, 0.10);
}
.com-easystore .easystore-product-item:hover {
	border-color: rgba(249, 14, 203, 0.5);
}
