.camp-wrapper {
	position: relative;
}
.campaign-products.campaign-products {
	margin-bottom: 18px;
}

.campaign-products.campaign-products > li {
	padding: 0 18px 18px;
}

.camp-wrapper .campaign-slide {
	padding: 0 18px;
}
.camp-wrapper .campaign-slide:focus {
	outline: none;
}

.campaign-products .campaign-product-header {
	position: relative;
	margin-bottom: 18px;
}

* {
  box-sizing: border-box;
}
.campaign-products a {
  display: inline-block;
}
.campaign-products a:focus {
  outline:2px dashed #ed3426;
}


.campaign-products img {
	width: 100%;
}

.campaign-products .title {
	font-family: 'Embedded-DINWebPro-Medium', sans-serif;
	font-size: 28px;
	line-height: 1.1;
}
.campaign-product-header a {
  width: 100%;
}

.campaign-products .subtitle {
	font-family: 'Embedded-DINWebPro-Light', sans-serif;
	font-size: 17px;
	line-height: 1;
	color: #505050;
	margin-bottom: 1em;
}

.campaign-products .credits {
	display: none;
}

.campaign-products .campaign-product-description {
	max-width: 48em;
}

.campaign-products .campaign-product-footer {
	position: relative;
	min-height: 2em; /* needed in case there's no price info */
}

.campaign-product-price-container {
	max-width: calc(60% - 18px);
	line-height: 1.2;
}

.campaign-products .pre-price {
	line-height: 1;
}

.campaign-products .price {
	font-size: 1.6em;
	line-height: 1.1;
	color: black;
	margin: 8px 0 4px;
	display: inline-block;
}

.campaign-products .campaign-product-link.next-line {
	margin: 2em 0 0;
}

.campaign-products .campaign-product-link:not(.next-line) {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 40%;
}

@media only screen and (max-width: 480px) {

	.campaign-products .title,
	.campaign-products .subtitle {
		font-size: 1em;
	}

	.campaign-products .title {
		font-family: 'Embedded-DINWebPro-Bold', sans-serif;
	}
}


/* Slick slider - Arrow holder styles */
.camp-wrapper .arrow-holder {
	position: absolute;
	top: 0;
	left: -18px;

	width: calc(100% + 36px);
	height: 0;
	padding-bottom: 20.55%;
	margin: 0;
	
	line-height: 0;
	pointer-events: none;
}
.camp-wrapper .arrow-holder  button {
	position: absolute;
	top: 50%;
	z-index: 400;

	background: rgba(237,52,38,.7);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	
	text-align: center;
	color: #FFF;
	line-height: 60px;
	font-size: 30px;
	cursor: pointer;
	pointer-events: auto;
}
.camp-wrapper .arrow-holder button.slick-disabled {
	opacity: .75;
}
.camp-wrapper .arrow-holder  button:before {
	content:'';
	display: none;
}
.camp-wrapper .slick-prev {
	left: 4px;
}
.camp-wrapper .slick-next  {
	right: 4px;
}
.large-items-1 .arrow-holder {
	padding-bottom: 55.55%;
}
.large-items-2 .arrow-holder {
	padding-bottom: 27%;
}
@media only screen and (max-width: 1024px) {
	.medium-items-1 .arrow-holder {
		padding-bottom: 55.5%;
	}
	.medium-items-2 .arrow-holder {
		padding-bottom: 26.55%;
	}
}
@media only screen and (max-width: 640px) {
	.camp-wrapper .arrow-holder {
		padding-bottom: 55.55%;
	}
}