/* Base */
body {
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
	font-weight:normal;
}

ul, nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;

}

/* Layout */
.l-constrained {
	max-width: 1150px;
	margin: 0 auto;
	display: inline-block;
	text-align:center;
}

.l-constrained_products {
	max-width: 1150px;
	margin: 0 auto;
	display: inline-block;
	text-align:center;
}
.product-item__title{
	font-weight:normal;
}


.l-header {
	display: flex;
	text-align: center;
}

/* Modules */
.header-logo {

.site-nav {
}

.navbar{
	display: flex;
}

/* Products */
.product-gallery {
	display: flex;
	flex-wrap: wrap;
}
.product-item {}
.product-item__img {}
.product-item__title {
	text-align:center;
}
.product-item__title {
}

.product-item__body {
	display: flex;
	justify-content: center;
}
.product-item__body,
.product-item__price{

}

}
.product-item__price {
  font-weight: bold;

}



.product-item__buttons{}

/* Buttons */
.btn {}
.btn--primary {}

/* Startpage */
.startpage-hero {}
.startpage-banner {
text-align:center;}

/* Helpers */
.is-hidden {
	display: none;
}
.is-visible {
	display: block;
}