/* ==========================================================================
 * afx-store.css — per-store colour/asset VALUES for the spares_net (NET, green) store.
 * The RULES live in the shared afx-base.css and consume these CSS variables;
 * only the values differ per store. Loaded body-end (after custom.css) via
 * getViewFileUrl in legacy_fixes.phtml, so it wins the cascade like afx-base.css.
 * Extracted from the old inline <style> $isUsa PHP ternaries.
 * ========================================================================== */
:root {
    --color-primary: #137C4E;
    --color-primary-lighter: #19915c;
    --color-primary-darker: #0f5d3a;
    --focus-ring: rgba(19, 124, 78, 0.25);

    --sticky-bg: #fff;
    --sticky-shadow: 0 2px 12px rgba(0,0,0,0.15);

    --mmt-arrow-on: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Ccircle cx='13' cy='13' r='13' fill='%23ffffff'/%3E%3Cpath d='M8 11l5 5 5-5' fill='none' stroke='%23DA1F26' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --mmt-arrow-off: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Ccircle cx='13' cy='13' r='13' fill='%230f6b47'/%3E%3Cpath d='M8 11l5 5 5-5' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --mmt-arrow-up-on: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Ccircle cx='13' cy='13' r='13' fill='%23ffffff'/%3E%3Cpath d='M8 15l5-5 5 5' fill='none' stroke='%23DA1F26' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --mmt-opt-disabled-color: #8bbfa8;
    --mmt-option-bg: #0d633e;
    --mmt-panel-bg: linear-gradient(180deg,#1a9060 0%,#137C4E 100%);
    --mmt-panel-accent: #1a9060;
}
