@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap');

:root {
	--elements--headings--content-heading--font-family: 'Lato';
	--elements--headings--content-heading--font-size: 1.125rem;
	--elements--headings--page-heading--font-family: 'Lato';
	--elements--headings--page-heading--font-size: 1.625rem;
	--elements--headings--page-heading--font-weight: normal;
	--layout--page--body--background-color: #ffffff;
	--theme--borders--element--border-radius: 0.5rem;
	--theme--colors--danger--200: #FED7D7;
	--theme--colors--danger--600: #E53E3E;
	--theme--colors--danger--700: #C53030;
	--theme--colors--gray--100: #F7FAFC;
	--theme--colors--gray--200: #EDF2F7;
	--theme--colors--gray--300: #E2E8F0;
	--theme--colors--gray--400: #CBD5E0;
	--theme--colors--gray--500: #A0AEC0;
	--theme--colors--gray--700: #4A5568;
	--theme--colors--gray--800: #2D3748;
	--theme--colors--gray--900: #1A202C;
	--theme--colors--primary--100: #ffd6ad;
	--theme--colors--primary--200: #FFD6AD;
	--theme--colors--primary--300: #ffad5c;
	--theme--colors--primary--400: #ffad5c;
	--theme--colors--primary--500: #FFAD5C;
	--theme--colors--primary--600: #f18822;
	--theme--colors--primary--700: #CC6600;
	--theme--colors--primary--800: #854200;
	--theme--colors--primary--900: #854200;
	--theme--colors--success--600: #2F855A;
	--theme--colors--success--700: #215239;
	--theme--colors--warning--200: #FEEBC8;
	--theme--colors--warning--600: #DD6B20;
	--theme--colors--warning--700: #C05621;
	--theme--spacing--block--size: 2.375rem;
	--theme--spacing--element--size: 2.375rem;
	--theme--spacing--grid--size: 2.375rem;
	--theme--typography--body--font-family: 'Lato';
	--theme--typography--body--font-weight: normal;
	--theme--typography--heading-1--font-size: 1.625rem;
	--theme--typography--headings--font-family: 'Lato';
	--theme--typography--headings--font-weight: 900;
	--content-03--column-one--border-radius: 0.5rem;
	--content-03--column-two--background-color: #FF8000;
	--content-03--column-two--border-radius: 0.5rem;
	--content-23--image--border-radius: 0rem;
	--content-28--image--border-radius: 0rem;
	--content-31--block--background-color: #f7f7f7;
	--content-48--image-cover--opacity: 0.05;
	--content-61--block--background-color: #ffffff;
	--content-61--subheading--color: #ff8000;
	--footer-01--container--background-color: #333333;
	--footer-01--container--color: #ffffff;
	--footer-01--heading--color: #ffffff;
	--footer-01--link--color: #ffffff;
	--footer-01--link--color-hover: #ff8000;
	--footer-02--container--background-color: #333333;
	--footer-02--container--border-top-color: #333333;
	--footer-03--container-bottom--background-color: var(--theme--colors--primary--600);
	--header-02--cart-button--background-color: var(--theme--colors--primary--600);
	--header-02--cart-button--border-color: var(--theme--colors--primary--600);
	--header-02--logo--height: 3rem;
	--header-03--block--background-color: #FF8000;
	--header-03--nav-sub-items-arrow--color: var(--theme--colors--gray--300);
	--product-details-01--button-success--color: var(--theme--colors--white);
	--product-list-01--card--background-color: #ffffff;
	--product-list-01--card-image--padding-bottom: 1rem;
	--product-list-01--card-image--padding-left: 1rem;
	--product-list-01--card-image--padding-right: 1rem;
	--product-list-01--card-image--padding-top: 1rem;
	--product-list-01--list--margin-top: 0rem;
	--product-list-01--list-sorting--margin-top: 0rem;
}

@media (min-width: 1024px) {
	:root {
		--layout--main--container--padding-y: 2.375rem;
		--theme--spacing--block--margin: 2.375rem;
		--content-48--item--padding-y: 11rem;
		--header-03--block--background-color: var(--theme--colors--primary--600);
	}
}