@use './example-1/index.scss' as Product;
body {
	background-color: darkorange;
}
@include Product.layout;
@include Product.style;
