/* shop.css */
:root {

	/* names colors */

	--green				: rgb(0,102,51);

	/* dynamic vars */

	--header-height: 169.5px;
	--nav-bottom-height: 47px; 
	--scrollbar-width: 17px; 
	--footer-height: 384px;
}