  <style type="text/css">

  @font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://www.nespresso.com/shared_res/mos/free_html/pt/html_Improvements/HomeMain/fonts/slick.eot');
    src: url('https://www.nespresso.com/shared_res/mos/free_html/pt/html_Improvements/HomeMain/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/pt/html_Improvements/HomeMain/fonts/slick.woff') format('woff'), url('https://www.nespresso.com/shared_res/mos/free_html/pt/html_Improvements/HomeMain/fonts/slick.ttf') format('truetype'), url('https://www.nespresso.com/shared_res/mos/free_html/pt/html_Improvements/HomeMain/fonts/slick.svg#slick') format('svg');
}

    .slider {
        width: 100%;
        padding: 35px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: white;
    }

	
    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
	

.full-block-banner {font-family: Lucas, Trebuchet, Helvetica, Arial, sans serif; max-width: 996px; padding-top: 0px!important; padding-bottom: 20px; margin-top: 20px; background: #fff!important;}
.center {text-align: center}
.name-capsule {margin: 5% auto; font-size: 0.8rem; font-weight: bold; color:#000!important;}
.info-capsule { margin: 5% auto color:black}
.add-buttom-capsule {margin: 5% auto; color:black}
.add-buttom-capsule a {font-size:1em; color:#387d12;}
.descripction-capsule {color:black;}
.g_productPrice {color:black;}
.oldprice {font-size: 0.6rem; color:#808080!important;}
.cut {text-decoration: line-through;}
.product {padding: 1%; color:white;}
.product:hover {background-color: rgba(250,250,250,0.15); border-radius:5px; color:white;}
#container-pb {margin-top: 0!important; padding-top: 0!important; margin-bottom: 0px!important;}
#container-pb img {max-width: 85%!important; display: -webkit-inline-box; display: inline-block; display: -moz-inline-box; display: -ms-inline-box;}
@import "bourbon";
@import "neat-helpers"; $visual-grid: true;
@import "neat";
$first-breakpoint-value: 768px;
$second-breakpoint-value: 993px;
$tablet:  new-breakpoint(min-width $first-breakpoint-value max-width $second-breakpoint-value);
$desktop: new-breakpoint(min-width $second-breakpoint-value + 1);

.carousel {
	img {
		width: 100%;
	}
	
	@include media($tablet) {
		figure {
			width: 20%;
			display: inline-block;
		}
		.slick-prev {
    color:black;
}

.slick-next {
   color:black;
}
	}
	
	@include media($desktop) {
		figure {
			width: 20%;
			display: inline-block;
		}
				.slick-prev {
    color:black;
}

.slick-next {
   color:black;
}
	}
}


// Other styling
// ---------------------------------
section {
	@include outer-container;
	@include padding(10% 0 0);
}

figure {
	@include margin(0);
	@include padding(0);
}

p {
	text-align: center;
}

@include media($tablet) {
	figure:nth-child(odd) {
		opacity: 0.5;
	}
}

@include media($desktop) {
	figure:nth-child(even) {
		opacity: 0.5;
	}
}

.discover-more {
    font-family: Lucas, 'NespressoLucas-Bold', Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
	background-color: #a14e6f;
    font-size: 18px;
	text-align:center;
}

.standardWidthFooter {text-align: center;}

.title h2 {font-weight: bold;
	font-size: 1.2rem!important;
	color: #fff;
	line-height: 1.5rem!important;
	text-transform: uppercase!important;
	max-width: 996px;
	margin: 0 auto 0 auto;
	background-color: #000;
	text-align: center;
}

.g_productPrice{color:#387d12; font-weight: 800;}		


@media only screen and (max-width: 735px) {
	.title {
		border-top: 1px solid rgba(250,250,250,0.3);
		padding-top: 20px;
		width: 90%;
		margin: auto;
	}
	.title>h2:after, .title>h2:before {
		display: none!important;
	}
	.title h2 {
		font-size: 0.9rem!important;
	}
	.full-block-banner {
		margin-top: initial!important;
	}
	#container-pb img {
		max-width: 70%!important;
	}
	.slick-prev:before, .slick-next:before{
		color:#fff;
	}
}


@media only screen and (max-width: 500px) {
	.product .add-to-bag {
		display:none;
	}
	.full-block-banner {
		margin-top: initial!important;
	}
	#container-pb img {
		max-width: 45%!important;
	}
	.slick-prev:before, .slick-next:before{
		color:#fff;
	}		
}

@media only screen and (max-width: 1024px) {
	.slick-prev:before, .slick-next:before{
		color:#000;
	}	
	.slick-prev {
		left: 10px !important;
	}

	.slick-next {
		right: 10px !important;
	}
}
.title>h2:after, .title>h2:before {
    width: 3em;
    position: relative;
    left: 0;
    top: 0;
    height: .3em;
    overflow: hidden;
    display: inline-block;
    content: "";
    clear: both;
}
</style>