/**
 * 2009-2025 NdkDesign
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future.
 *
 *  @author    NdkDesign <postmaster@ndk-design.fr>
 *  @copyright 2009-2025 NdkDesign
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */


:root {
  --ndkacf-loader-width: 70px;
  --ndkacf-loader-height: 70px;
  --ndkacf-loader-color-primary: #333;
  --ndkacf-loader-color-secondary: #999;
  --ndkacf-line-width: 3px;
  --ndkacf-animation-duration: 2s;
  --ndkacf-loader-initial-scale: 0.1;
  --ndkacf-ui-color-primary: #4af;
  --ndkacf-ui-color-hover: #7d9;
  --ndkacf-ui-color-soft: #ebebeb;
  --ndkacf-ui-soft-bg: #f5f5f5;
  --ndkacf-ui-main-bg: #fff;
  --ndkacf-ui-color-remove: #f55;
  --ndkacf-ui-main-text-color: #333;
  --ndkacf-ui-color-alert: #f55;
  --pastille-size: 3rem;
  --color-item-size: max(90px, var(--pastille-size));
}

.ndkacf-movable-zone {
  --ndkacf-ui-color-primary: #f55;
}
