/** Shopify CDN: Minification failed

Line 41:18 Expected identifier but found "{"
Line 41:19 Unexpected "{"
Line 41:25 Expected ":"
Line 42:18 Expected identifier but found "{"
Line 42:19 Unexpected "{"
Line 42:25 Expected ":"
Line 42:63 Expected identifier but found "26"
Line 43:18 Expected identifier but found "{"
Line 43:19 Unexpected "{"
Line 43:25 Expected ":"
... and 17 more hidden warnings

**/
/* $opacity-to-hex: (
	0: '00',
	0.05: '0C',
	0.1: '19',
	0.15: '26',
	0.2: '33',
	0.25: '3F',
	0.3: '4C',
	0.35: '59',
	0.4: '66',
	0.45: '72',
	0.5: '7F',
	0.55: '8C',
	0.6: '99',
	0.65: 'A5',
	0.7: 'B2',
	0.75: 'BF',
	0.8: 'CC',
	0.85: 'D8',
	0.9: 'E5',
	0.95: 'F2',
	1: 'FF'
); */
body{
	--white: #fff;
    --theme-color:{{ shop.brand.colors.primary[0].background }}; 
	--theme-color-15:{{ shop.brand.colors.primary[0].background }}26;
	--theme-color-25:{{ shop.brand.colors.primary[0].background }}3F;
	--theme-color-30:{{ shop.brand.colors.primary[0].background }}4C;
	--theme-color-50:{{ shop.brand.colors.primary[0].background }}7F;
	--theme-color-75:{{ shop.brand.colors.primary[0].background }}BF;
	--theme-color-90:{{ shop.brand.colors.primary[0].background }}E5;
	
	--hover-color:#efbb41;
	--secondary-color:#efbb41;
	--text-color:#959595;
	--text-color-50:#9595957F;
	--text-color-75:#959595BF;
	
	--gray-dark-10:#1a1f1d19;
	--gray-dark-15:#1a1f1d26;
	--gray-dark-20:#1a1f1d33;
	--gray-dark-25:#1a1f1d3F;
	--gray-dark:#1a1f1d;
	--gray-dark-40:#1a1f1d66;
	--gray-dark-50:#1a1f1d7F;
	--gray-dark-75:#1a1f1dBF;
	--gray-dark-90:#1a1f1dE5;
	
	--body-bg-color:#ffffff;
	--border-color:#ebebeb;
	--border-color-50:#ebebeb7F;
	
	--header-bg-color: #ffffff;
	--footer-color: #878787;
	--footer-color-hover: #000000;
	--menu-color: #1a1f1d;
	--menu-hover-color: #256a34;
	--menu-dropdown-bg: #ffffff;
	--menu-dropdown-color: #959595;
	--menu-dropdown-hover-color: #256a34;
	
	--font-family-second: Recoleta;
	--heading-font-weight-default: 400;
	--heading-font-weight-bold: 400;
	--heading-font-weight-medium: 400;
	--heading-font-weight-light: 400;
	--font-size-heading: 25px;
	
	--font-family-base: Karla;
	--body-font-weight-default: 400;
	--body-font-weight-bold: 700;
	--body-font-weight-medium: 500;
	--body-font-weight-light: 300;
	--font-size-base: 14px;

    --font-family-pre: Karla;
	--pre-font-weight-default: 400;
	--pre-font-weight-bold: 700;
	--pre-font-weight-medium: 500;
	--pre-font-weight-light: 300; 
}