:root {
    --font-main: 'DINNextLTArabic-Regular';
    --color-primary: #42644b;
    --bg-primary: #ffffff;
    --bg-secondary: #ffffff;
    --header-bg: #ffffff;
    --header-text-color: #ffffff;
    --store-text-primary: #42644b;
    --store-text-secondary: #42644b;
    --product-bg: #ffffff;
    --color-primary-dark: #1c3e25;
    --color-primary-light: #688a71;
    --color-primary-reverse: #ffffff;
    --product-image-height: 17rem;
    --product-border-color: #eeeeee;
    --product-enhanced-btn-bg: #ffffff;
    --product-enhanced-btn-color: var(--color-primary);
    --products-per-row: 4;
    --footer-bg: #42644b;
    --footer-text-color: #ffffff;
    --bottom-footer-bg: #F9FAFB;
    --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;
}