/**
 * Jeklin Ajax Search Pro - Custom Styles
 * 
 * ═══════════════════════════════════════════════════════════
 * THIS FILE IS YOURS! 
 * Edit this file freely - it will NOT be overwritten by updates.
 * ═══════════════════════════════════════════════════════════
 * 
 * This file loads AFTER search.css, so your styles will override the defaults.
 * 
 * 
 * QUICK CUSTOMIZATION - Change CSS Variables:
 * ───────────────────────────────────────────
 * :root {
 *     --jeklin-primary: #FF6B6B;      // Main accent color
 *     --jeklin-secondary: #FFE5E5;    // Light background
 *     --jeklin-text: #333333;         // Text color
 *     --jeklin-radius: 8px;           // Border radius
 * }
 * 
 * 
 * EXAMPLE CUSTOMIZATIONS:
 * ───────────────────────
 * 
 * // Change store card to 6 columns:
 * .stores-grid {
 *     grid-template-columns: repeat(6, 1fr);
 * }
 * 
 * // Make modal wider:
 * .jeklin-modal {
 *     max-width: 1300px;
 * }
 * 
 * // Change search icon:
 * .jeklin-icon {
 *     color: #FF6B6B;
 * }
 * 
 * // Custom font:
 * .jeklin-modal {
 *     font-family: 'Your Font', sans-serif;
 * }
 * 
 */

/* Your custom styles below this line */
