/*
HEADER
*/


.white-label-header {
	width: 100%;
	background-color: #10110F; /* primary */
	border-bottom: 15px solid #E30613; /* secondary */
}
.white-label-header > .inner {
	padding: 15px 15px;
	text-align: center;
}
.white-label-header__logo {
	display: inline-block;
	margin: 0px auto;
}
.white-label-header__logo a {
	display: block;
}




/*
FOOTER
*/


body.body--f1000 .footer {
	border-top: 5px solid #E30613; /* secondary */
}
body.body--f1000 .footer-bottom {
	background-color: #10110F; /* primary */
}
body.body--white-label .footer-bottom,
body.body--white-label .footer-bottom a {
	color: #FFFFFF !important; /* secondary */
}



/*
PRODUCT LOOP
*/


body.body--f1000 .product-archive-products {
	width: 880px;
}

body.body--f1000 .product-loop > .inner {
	border: 2px solid #E30613; /* secondary */
}
body.body--f1000 .product-loop__title {
	background-color: #E30613; /* secondary */
	color: #ffffff !important; /* primary */
}
body.body--f1000 .product-loop__image {
	background-size: contain;
}
body.body--f1000 .product-loop__details > .inner {
	background-color: #E30613; /* secondary */
}
.product-loop .product-main-price,
.product-loop__sizes {
	color: #ffffff; /* primary */
}




/*
SINGLE PRODUCT
*/


body.body--f1000 .product-box {
	width: 1060px;
	margin: 30px auto;
	border: 2px solid #10110F; /* primary */
	background-color: #ffffff;
}
body.body--f1000 .product-title {
	background-color: #10110F; /* primary */
}
body.body--f1000 .product-title,
body.body--f1000 .product-title a {
	color: #ffffff !important; /* primary */
}
body.body--f1000 .product-main-image img {
	border: 1px solid #E30613; /* secondary */
}
body.body--f1000 .blackout-content {
	border: 5px solid #E30613; /* secondary */
}
