/* Custom Data 2025-02-21 09:40:36: Do not change this file. */

:root{
	/* Page Width */
		--layout__max-width: 1440px;
	
	/* Body Font */
		--font-family-name__base: 'Archivo', sans-serif;
			--font-size__base: 16px;
			--text-weight: 400;
	
	/* Heading Font */
			--heading__font-family__base: 'Archivo', sans-serif;
			--heading__font-weight__base: 700;
		
	/* Menu Font */
			--navigation-level0-item__font-family:  'Archivo', sans-serif;
			--naviation-level0-item__font-size: 16px;
			--navigation-level0-item__font-weight: 400;
			
	/* Other Font */
		--other_font_family: 'Archivo', sans-serif;
	
	/* Theme Colors */
		--theme__color__primary: #3C2415; 
	
	/* Basic Colors */
		
	/* Buttons Colors */
		--button__border-radius: 0px;
				--button__color: #3C2415;
	--button-primary__color: #3C2415;
		 
	--button-secondary-bg: #C7B299;
	--button__background: #C7B299;
	--button-primary__background: #C7B299;
			--button__hover__background: #DCC5A9;
	--button-primary__hover__background: #DCC5A9;
			--button__hover__color: #24160D;
	--button-primary__hover__color: #24160D;
		
	/* Custom Sticky Background Color */
		--header_sticky_bg: #FFFFFF;
	
	/* Custom Header */
			--topbarbg: #FFFFFF;
			--topbarcolor: #3C2415;
			--header-icons-color: #3C2415;
			--header__background-color: #FFFFFF;
		
	/* Custom Footer */
			--footer-title-color: #3C2415;
			--footer-links-color: #3C2415;
			
	/* Custom Menu */
			--navigation-level0-item__color: #3C2415;
			--navigation__background: #FFFFFF;
			--submenu__background: #C7B299;
			--submenu-item__color: #3C2415;
		
	/* Page wraper */
	}
@media (min-width: 1200px){
	.cms-index-index .header-absolute{
						--navigation__background: #FFFFFF;
					}
	.cms-index-index .header-container:not(.header_scroll_up) .header_light{
								--navigation-level0-item__color: #3C2415;
						--navigation-desktop-level0-item__hover__color: var(--navigation-level0-item__color);
										--header-icons-color: #3C2415;
						}
}


	body{
		font-weight: var(--text-weight);
	}
	body{
		font-size: var(--font-size__base);
	}
	footer{
		--footer-links-color: #3C2415;
		--link__color: #3C2415;
	}
	.minicart-wrapper .block-content .actions .secondary .action.viewcart:not(:hover){
		--heading__color__base: #3C2415;
	}
 
	button, .cart.table-wrapper .actions-toolbar > .action, .action-gift{
		border: 1px solid var(--button__background);
	}
	

/* Custom Header */
header.page-header{
	}



/* Custom Footer */
footer.page-footer{
	}







