/*
White: #fff;
Grey: #111111;
Red: #E33439
*/


/**
 * Header
 */
.white-label-header {
	width: 100%;
	background-color: #111111;
	padding: 0;
	border-bottom: 10px solid #E33439;
	margin-bottom: 30px;
}
.white-label-header > .inner {
	position: relative;
	text-align: center;
	width: 1370px;
	margin: 0 auto;
	padding: 15px;
}
.white-label-header__logo {
	display: block;
	width: 300px;
	margin: 0 auto;
}
.white-label-header__logo a,
.white-label-header__logo img {
	display: block;
	margin: 0;
}
body.body--ariic .product-archive-pagination--top {
	padding-top: 0;
	border-top: 0 none;
}
body.body--ariic .product-archive-pagination--bottom {
	padding-bottom: 0;
	border-bottom: 0 none;
}


/**
 * Body
 */
body.body--ariic .body-wrap,
body.body--ariic .product-recommended__title h2 {
	background-color: #ffffff;
}
body.body--ariic .main {
}
body.body--ariic .main a {
	color: #111111;
}


/**
 * Footer
 */
body.body--ariic {
	background-color: #111111;
}
body.body--ariic .footer {
	border-top: 0 none;
}
body.body--ariic .footer-bottom {
	background-color: #111111;
	padding: 0;
	border-top: 10px solid #E33439;
	padding: 30px 0;
}
body.body--ariic .footer-bottom .footer-wrap {
	text-align: center;
	color: #fff;
}
body.body--white-label .footer-bottom,
body.body--white-label .footer-bottom a {
	color: #fff !important;
}
body.body--white-label .footer-bottom .footer-copyright {
	float: none;
}


/**
 * Product Loop
 */
body.body--ariic .product-archive-products {
	width: 660px;
}

body.body--ariic .product-loop > .inner {
	border: 2px solid #111111;
}
body.body--ariic .product-loop__title {
	background-color: #111111;
	color: #fff !important;
	font-weight: 600;
}
body.body--ariic .product-loop__image {
	background-size: contain;
}
body.body--ariic .product-loop__details > .inner {
	background-color: #111111;
}
.product-loop .product-main-price,
.product-loop__sizes {
	color: #ffffff;
}
body.body--ariic  .product-loop__banner {
	display: block;
}


/**
 * Single product
 */
body.body--ariic .product-box {
	width: 1060px;
	margin: 30px auto;
	border: 2px solid #111111;
	background-color: #ffffff;
}
body.body--ariic .product-title {
	background-color: #111111;
}
body.body--ariic .product-title,
body.body--ariic .product-title a {
	color: #fff !important;
	font-weight: 600;
}
body.body--ariic .product-title .product-sku {
	display: none;
}
body.body--ariic .product-main-image img {
	border: 1px solid #111111;
}
body.body--ariic .product-main-price,
body.body--ariic .product-size-guide h2,
body.body--ariic .variation-grid-quantity-line-input .price--gross-value {
	color: #111111;
}
body.body--ariic .blackout-content {
	border: 5px solid #111111;
}
body.body--ariic .product-buy-box {
	border: #111111 3px solid;
}
body.body--ariic .variation-grid {
	border: #111111 1px solid;
}
body.body--ariic .variation-grid-header {
	background-color: #111111;
}
body.body--ariic .product-recommended {
	display: none;
}
