/* Domatic cart palette, including the Nexus shadow-root host. */
#nexus-root {
 --vl-primary:#12283f;--vl-primary-lifted:#1c3753;--vl-primary-accented:#285b8a;
 --vl-success:#285b8a;--vl-success-lifted:#234f78;--vl-success-accented:#1d4266;
 --vl-text:#202b3c;--vl-text-muted:#64748b;--vl-text-lifted:#58677b;
 --vl-border:#dce4ed;--vl-border-muted:#e4e9f0;
 --vl-bg:#fff;--vl-bg-muted:#f3f5f8;--vl-bg-lifted:#edf3f9;--vl-bg-inverted:#12283f;
 --vl-rounding-sm:6px;--vl-rounding-md:8px;--vl-rounding-lg:13px;
}
body section#main-body {background:#f3f5f8!important;}
#order-standard_cart .btn-primary {background:#12283f;border-color:#12283f;color:#fff;}
#order-standard_cart .btn-primary:hover {background:#1c3753;border-color:#1c3753;}
#order-standard_cart .order-summary {background:#fff;border:1px solid #dce4ed;border-radius:13px;}
#order-standard_cart .order-summary h2 {background:#12283f;color:#fff;}
#order-standard_cart .summary-container {background:#fff;color:#202b3c;}
#order-standard_cart .form-control {border-color:#dce4ed;border-radius:8px;}
