/** Shopify CDN: Minification failed

Line 64:44 Unterminated string token
Line 71:42 Unterminated string token
Line 78:44 Unterminated string token

**/
/* $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:#B20A07; 
	--theme-color-15:#B20A0726;
	--theme-color-25:#B20A073F;
	--theme-color-50:#B20A077F;
	--theme-color-75:#B20A07BF;
	
	--hover-color:#31373d;
	--secondary-color:#31373d;
	--text-color:#7e7e84;
	--text-color-50:#7e7e847F;
	--text-color-75:#7e7e84BF;
	
	--gray-dark-15:#00000026;
	--gray-dark-25:#0000003F;
	--gray-dark:#000000;
	--gray-dark-50:#0000007F;
	--gray-dark-75:#000000BF;
	
	--body-bg-color:#ffffff;
	--border-color:#ededed;
	--border-color-50:#ededed7F;
	
	--header-bg-color: #ffffff;
	--footer-color: #878787;
	--footer-color-hover: #000000;
	--menu-color: #000000;
	--menu-hover-color: #000000;
	--menu-dropdown-bg: #ffffff;
	--menu-dropdown-color: #7e7e84;
	--menu-dropdown-hover-color: #000000;
	
	--font-family-second: Roboto Serif", serif;
	--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: Roboto Serif", serif;
	--body-font-weight-default: 400;
	--body-font-weight-bold: 700;
	--body-font-weight-medium: 500;
	--body-font-weight-light: 300;
	--font-size-base: 16px;

    --font-family-pre: Roboto Serif", serif;
	--pre-font-weight-default: 400;
	--pre-font-weight-bold: 700;
	--pre-font-weight-medium: 500;
	--pre-font-weight-light: 300; 
}