/** Shopify CDN: Minification failed

Line 61:23 Expected identifier but found whitespace
Line 61:25 Unexpected "{"
Line 61:31 Expected ":"

**/
/* $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:#866156; 
	--theme-color-15:#86615626;
	--theme-color-25:#8661563F;
	--theme-color-50:#8661567F;
	--theme-color-75:#866156BF;
	
	--hover-color:#472e44;
	--secondary-color:#383838;
	--text-color:#1f1f1f;
	--text-color-50:#1f1f1f7F;
	--text-color-75:#1f1f1fBF;
	
	--gray-dark-15:#38383826;
	--gray-dark-25:#3838383F;
	--gray-dark:#383838;
	--gray-dark-50:#3838387F;
	--gray-dark-75:#383838BF;
	
	--body-bg-color:#ffffff;
	--border-color:#d1d1d1;
	--border-color-50:#d1d1d17F;
	
	--header-bg-color: #ffffff;
	--footer-color: #000000;
	--footer-color-hover: #63512d;
	--menu-color: #000000;
	--menu-hover-color: #63512d;
	--menu-dropdown-bg: #ffffff;
	--menu-dropdown-color: {{ shop.brand.colors.primary[0].foreground }};
	--menu-dropdown-hover-color: #63512d;
	
	--font-family-second: Luxia Display;
	--heading-font-weight-default: 300;
	--heading-font-weight-bold: 300;
	--heading-font-weight-medium: 300;
	--heading-font-weight-light: 300;
	--font-size-heading: 30px;
	
	--font-family-base: Poppins;
	--body-font-weight-default: 400;
	--body-font-weight-bold: 400;
	--body-font-weight-medium: 400;
	--body-font-weight-light: 400;
	--font-size-base: 14px;

    --font-family-pre: Poppins;
	--pre-font-weight-default: 600;
	--pre-font-weight-bold: 500;
	--pre-font-weight-medium: 500;
	--pre-font-weight-light: 500; 
}