/* Add custom CSS styles below */ 
:root {
    --font-main: 'almarai';
    --color-primary: #1d2a2b;
    --bg-primary: #ffffff;
    --bg-secondary: #ffffff;
    --header-bg: #ffffff;
    --header-text-color: #111827;
    --store-text-primary: #111827;
    --store-text-secondary: #4b5563;
    --product-bg: #ffffff;
    --color-primary-dark: #88b2ba;
    --color-primary-light: #d4feff;
    --color-primary-reverse: #2f5961;
    --product-image-height: 17rem;
    --product-border-color: #eeeeee;
    --product-enhanced-btn-bg: #0d2527;
    --product-enhanced-btn-color: #ffffff;
    --products-per-row: 4;
    --footer-bg: #1d2a2b;
    --footer-text-color: #ffffff;
    --bottom-footer-bg: #1d2a2b;
    --countdown-bg: #f3f4f6;
    --countdown-color: #111827;
    --countdown-border-color: #f3f4f6;
    --bottom-nav-bg: #ffffff;
    --bottom-nav-text-color: #111827;
    --wa-btn-bg: #22c55e;
    --wa-btn-text-color: #ffffff;
}