.product{
	background: #eaecda;
	min-height: 95vh;
	margin:0;
	display: flex;
	flex-direction: column;
	position: relative;
}

.product h1{
	font-size:20vw;
	position: relative;
	text-align: left;
	line-height: 1.2;
	margin:0.5em auto -0.1em;
	color:#b2987d;
	user-select: none;
}

.product .name{
	display: block;
    position: relative;
    color: black;
    opacity: 0.3;
    padding-bottom: 1.5vw;
}

@supports (mix-blend-mode: multiply) {
	.product .name{
		background: #fff;
    	mix-blend-mode: multiply;
    	color: black;
    	opacity: 1;
	}

	.product .name::before{
		content: '';
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    left: 0;
	    bottom:0;
	    background:#A2895F;
	    background-size:100% 100%;
	    background-position: 50%;
	    pointer-events: none;
	    mix-blend-mode: screen;
	}
}

.product.figuerette .name::before{
	background-image:url(/img/texture_bois.jpg);
}

.product.etincelle-rose .name::before{
	background-image:url(/img/texture_bois3.jpg);
}

.product.gres-de-montpellier .name::before,
.product.gatefer .name::before{
	background-image:url(/img/texture_fer3.jpg);
}

.product.jalade .name::before,
.product.magnum-jalade .name::before{
	background-image:url(/img/texture_bois3.jpg);
}

.product.magnum-jalade .name::after{
	content: 'Magnum';
	position: absolute;
	font-size: 0.25em;
	left: 2vw;
	top: -2vw;
	letter-spacing: 0;
	font-family: 'EB Garamond', serif;
	color: #7A788B;
}

.product.etincelle-rouge .name::before{
	background-image:url(/img/texture_fer3.jpg);
}

.product.jardin-de-jules .name::before{
	background-image:url(/img/texture_fer3.jpg);
}

.product.cuvee-10-ans .name::before{
	background-image:url(/img/texture_fer3.jpg);
}

.product.cuvee-10-ans .name::after{
	content: 'édition limitée';
    position: absolute;
    font-size: 0.17em;
    left: 11vw;
    top: 3vw;
    letter-spacing: 0;
    font-family: 'EB Garamond', serif;
    color:#693F23;
}
.product.gres-de-montpellier .content .detail .claim{
	max-width: 22em;
}
.product.gres-de-montpellier .name::after{
	content: 'Grès de';
    position: absolute;
    font-size: 0.17em;
    left: 19vw;
    top: 3vw;
    letter-spacing: 0;
    font-family: 'EB Garamond', serif;
    color:#693F23;
}

html[lang="en"] .product.cuvee-10-ans .name::after{
	content:'limited edition';
}

.product.etincelle-blanc .name::before{
	background-image:url(/img/texture_fleurs.jpg);
}

.product .vintage{
	position: absolute;
	display: block;
	bottom:-0.2em;
	left:1em;
	font-size:4.5vw;
}

.product .content{
	display: flex;
	flex-direction: row;
	min-height: 350px;
}

.product .detail{
	width: 40vw;
	position: relative;
}

.product .detail .claim{
	text-align: right;
	transform-origin: top right;
	transform:  rotate(-90deg) translateY(-100%);
	right: 0;
	top:0;
	position: absolute;
	letter-spacing: 0.14em;
}

.product .packshot{
	width: 22vw;
}

.product .img-holder{
	width: 20vw;
	top:9vh;
	bottom:0;
	left:41vw;
	position: absolute;
}

.product .img-holder img{
	object-fit: contain;
	object-position: center bottom;
}

.product .description{
	flex:1;
	text-align: left;
}

.product .scratch{
	position: absolute;
	width: 100%;
	height: 17px;
	left:0;
	bottom:0;
	transform:scaleX(-1);
}

.description p{
	width: 80%;
	max-width: 420px;
	margin:0;
	font-size:17px;
	line-height: 1.5;
	margin-bottom: 1em;
}

.product .price{
	font-size:32px;
	line-height: 1.2;
}

.product .caisse{
	margin-top:3px;
	font-size:16px;
}

.product .actions{
	margin-top:1rem;
	margin-bottom: 4rem;
	display: flex;
	flex-direction: row;
}

.actions .counter{
	display: flex;
	flex-direction: row;
	margin-right: 12px;
}

.actions .add,
.actions .remove{
	display: inline-block;
	vertical-align: top;
	display: flex;
	border:1px solid gray;
	padding: 0 12px;
}

.actions svg{
	width: 16px;
	height: 16px;
	margin:auto;
}

.actions .count{
	text-align: center;
	width: 2em;
	font-size:20px;
	border:1px solid gray;
	display: flex;
	border-left:0;
	border-right:0;
	color:inherit;
}

.actions .count span{
	margin:auto;
}

.actions .btn{
	cursor: pointer;
}

.figuerette .actions .btn{
	background: #83819d;
}

.figuerette .actions .btn:hover{
	background: #83819d22;
	color: #83819d;
}

.figuerette .actions svg{
	fill:#83819d;
}

.figuerette .actions *{
	border-color:#83819d;
}

.jalade .actions .btn,
.magnum-jalade .actions .btn{
	background: #a095a1;
}

.jalade .actions .btn:hover,
.magnum-jalade .actions .btn:hover{
	color: #a095a1;
	background: #F1EAE9;
}

.jalade .actions svg,
.magnum-jalade .actions svg{
	fill:#a095a1;
}

.jalade .name,
.magnum-jalade .name{
	padding-left: 3.2vw;
	margin-right: 3.2vw;
}

.jalade .vintage,
.magnum-jalade .vintage{
	top:0.5em;
	right: 0;
	left:auto;
	color:#E7BDB3;
}

.jardin-de-jules h1{
	font-size: 17vw;
    margin-top: 0.45em;
    max-width: 56vw;
    line-height: 0.7;
}

.jardin-de-jules .name{
	padding-left: 0.16em;
	padding-bottom: 0.22em;
}

.jardin-de-jules .content{
	margin-top: -1rem;
}

.jardin-de-jules .vintage{
	top:0;
	left:2.5em;
}

.jardin-de-jules .claim{
	max-width: 200px;
}

.cuvee-10-ans.product h1{
	font-size:15vw;
	letter-spacing: -4px;
	margin-top:0.7em;
}

.cuvee-10-ans .vintage{
	color:#693F23;
}

.cuvee-10-ans .actions .btn{
	background:#d2824f;
}

.cuvee-10-ans .actions .btn:hover{
	color:#d2824f;
	background: #E2C0AE;
}

aside.wines .cuvee-10-ans h1::after{
	content: 'édition limitée';
	display: block;
	text-transform: none;
	letter-spacing: 1px;
	font-family: 'EB Garamond', serif;
	font-size: 20px;
	margin:6px 4px 0 0;
}

html[lang="en"] aside.wines .cuvee-10-ans h1::after{
	content: 'limited edition';
}



.gres-de-montpellier .actions .btn,
.gatefer .actions .btn{
	background: #5D4123;
}

.gres-de-montpellier .actions .btn:hover,
.gatefer .actions .btn:hover{
	color: #5D4123;
	background: white;
}

.etincelle-rose .actions .btn{
	background: #83808B;
}

.etincelle-rose .actions .btn:hover{
	color: #83808B;
	background: #F1EAE9;
}

.jardin-de-jules .vintage{
	color: #85653B;
}

.jardin-de-jules .actions .btn{
	background: #85653B;
}

.jardin-de-jules .actions .btn:hover{
	color: #85653B;
	background: #DED5CC;
}

aside.wines{
	max-width: 1200px;
	margin:5rem auto;
}

aside.wines a{
	/*color:inherit;
	text-decoration: none;*/
}

aside.wines article{
	display: inline-block;
	vertical-align: top;
	margin:32px;
	padding:32px;
	min-width: 300px;
	position: relative;
}

aside.wines .price{
	font-size: 24px;
}

.mob-cta{
	display: none;
}

.promo{
	font-size:16px;
	opacity: 0.65;
	font-weight: 300;
	-webkit-font-smoothing:antialiased;
	margin-bottom: -0.3em;
}

.stroke{
	text-decoration: line-through;
	margin-right: 0.5em;
}

article.jalade,
article.magnum-jalade{
	background: #fdf6f5;
}

article.jardin-de-jules{
	background: #edf1f9;
}

article.figuerette{
	background: #eaecda;
}

article.gres-de-montpellier,
article.gatefer{
	background: #ece8e1;
}

article.etincelle-rose{
	background: #f7efe6;
}

article.etincelle-rouge{
	background: #ffecd6;
}

article.etincelle-blanc{
	background: #f5f2e2;
}

article.cuvee-10-ans{
	background: #fbf0e0;
}

article.blank{
	background: whitesmoke;
}

aside.wines article h1{
	text-transform: uppercase;
	letter-spacing: 0.2em;
	position: absolute;
	left:1em;
	top:1em;
	font-size:17px;
	transform: translateX(-100%) rotate(-90deg);
	transform-origin: top right;
	text-shadow: 0 0 1px #9D9D9D;
	text-align: right;
	line-height: 1;
	user-select: none;
}

aside.wines article .variant{
    letter-spacing: 0.2em;
    position: absolute;
    right: 1em;
    top: 1em;
    font-size: 17px;
    transform: rotate(-90deg) translateY(-100%);
    transform-origin: top right;
    text-shadow: 0 0 1px #9D9D9D;
    text-align: right;
    line-height: 1;
    user-select: none;
}

aside.wines article img{
	height: 500px;
	width: 130px;
}

aside.wines .description{
	font-size: 16px;
	display: none;
}

.terravitis{
	margin: 6rem 0;
}

.terravitis .row{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: auto;
	align-items: center;
}

.terravitis .col{
	width: 50%;
	margin: 10px;
	text-align: left;
}

.terravitis .col:first-child{
	width: 45%;
	padding-top: 70px;
}

.terravitis .col:last-child{
	width: 55%;	
}

.terravitis .content em {
	margin-right: 3px;
}

.terravitis p::before{
	content: '“';
}

.terravitis p::after{
	content: '”';
	position: absolute;
}

.terravitis span{
	color:#cda76e;
	font-size: 15px;
	display: block;
	float:right;
	font-family:'Open Sans', sans-serif;
	margin-top: -1.5rem;
}

.terravitis .pic{
	background: gray;
	width: 33vh;
	height: 50vh;
	margin-left: auto;
	margin-right: 4rem;
	margin-bottom: 6rem;
}

.terravitis .content{
	max-width: 500px;
}

.terravitis video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.terravitis .pic{
	position: relative;
}

.terravitis .scratch{
	height: 8px;
	width: 80%;
	bottom:0;
	left:0;
}

.anniversary blockquote{
	max-width: 560px;
	margin:5rem auto;
}

.anniversary blockquote p::before{
	content: open-quote;
}

.anniversary blockquote p::after{
	content: close-quote;
}

.anniversary blockquote .author{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#cda76e;
}

.anniversary .bandeau{
	width: 100%;
	height: 60vh;
	background: black url(/img/anniversaire_bg@2x.jpg);
	background-size: cover;
	background-position: 50%;
	position: relative;
}

.anniversary .bandeau .scratch.alt{
	position: absolute;
	bottom: -2px;
	right: 0;
	left:20%;
	height: 4%;
}

.anniversary .bandeau .scratch.top{
	position: absolute;
	top: -2px;
	right: 0;
	left:0;
	height: 2%;
	transform: rotate(180deg);
}

.anniversary .col p{
	max-width: 450px;
	margin-left: 0;
}

.anniversary .col{
	text-align: left;
	width: 48%;
	vertical-align: top;
	display: inline-block;
	position: relative;
}

.anniversary .col p.technicalsheet{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	max-width: 430px;
	margin-left: 0;
}

.anniversary .claim{
	position: absolute;
    transform: rotate(-90deg) translateX(-100%);
    top: 4em;
    left: -6em;
    transform-origin: top left;
    text-align: right;
}

.anniversary .claim span{
	display: block;
	margin-right: 4em;
}

.anniversary .x{
	margin-top:-10vh;
	display: block;
	height: 34vh;
}

.anniversary .sticky{
	position: sticky;
	top:0;
	padding-top: 56px;
	margin-top: -60vh;
	text-align: right;
}

.anniversary .coffret{
	height: 72vh;
	margin:10vh 6em 0 auto;
	position: relative;
}

.anniversary .coffret img{
	display: block;
	height: 100%;
	right: 0;
	position: absolute;
}

#coffret2, #coffret3{
	opacity: 0;
}

@media only screen and (max-width: 550px) {

	.product h1{
		margin:60px 0 0;
		font-size:34vw;
		text-align: center;
	}

	.etincelle-rose h1,
	.etincelle-rouge h1,
	.etincelle-blanc h1{
		font-size:25vw;
	}

	.cuvee-10-ans.product h1{
		margin:60px 20px 0;
		font-size:72px;
	}

	.jardin-de-jules h1{
		max-width: unset;
		font-size:20vw;
		line-height: 0.8;
		margin-bottom: 10px;
	}

	.gres-de-montpellier h1,
	.gatefer h1{
		font-size:26vw;
	}

	.figuerette h1{
		font-size:21vw;
	}

	.cuvee-10-ans.product h1{
		letter-spacing: -0.3vw;
    	font-size: 16vw;
	}

	.product.cuvee-10-ans .name::after{
		display: none;
	}

	.product .vintage{
		font-size: 30px !important;
		bottom:-12px !important;
		left:auto !important;
		right: 30px !important;
		top: auto !important;
		text-align: right;
	}

	.jardin-de-jules .vintage{
		bottom:20px !important;
	}
	
	.product .content{
		flex-direction: column;
		padding: 0 20px 20px;
	}

	.product .detail{
		display: none;
	}

	.product .packshot{
		width: 100%;
		height: 65vh;
	}

	.product .img-holder{
		position: static;
		height: 100%;
		width: auto;
		margin:auto;
	}

	.product .addtocart{
		padding: 12px;
		flex:1;
		width: 100%;
	}

	.description p{
		max-width: unset;
		width: 100%;
	}

	aside.wines article{
		margin:0 auto 16px;
		width: calc(100% - 32px);
		min-width: initial;
	}

	aside.wines article img{
		height: 60vh;
		width: calc(60vh * 130 / 500);
	}

	aside.wines .btn{
		pointer-events: initial;
	}

	.terravitis{
		margin: 4rem 0;
	}

	.terravitis .row{
		flex-direction: column;
	}

	.terravitis .col:first-child{
		width: 100%;
	}

	.terravitis .pic{
		display: none;
	}

	.terravitis .col:last-child{
		width: 100%;
		text-align: center;
		padding:0 16px;
	}

	.terravitis span{
		float:none;
		margin:2rem auto;
	}

	.mob-cta{
		display: block;
		margin-top: 1rem;
	}

	.anniversary{
		display: none;
	}
}

@media only screen and (max-width: 320px) {
	
	.product .vintage {
	    font-size: 26px !important;
	    bottom: -21px !important;
	    left: auto !important;
	    right: 20px !important;
	    top: auto !important;
	    text-align: right;
	}

	.actions .add, .actions .remove{
		padding: 0 8px;
	}

	.product .addtocart{
		padding: 12px 8px;
		font-size: 14px;
    	letter-spacing: 0px;
	}
}

aside.wines article.outofstock .price,
aside.wines article.outofstock .mob-cta{
	visibility: hidden;
}

aside.wines article.outofstock .description::before{
	content:"Rupture temporaire de stock";
}

aside.wines article.outofstock .description span{
	display: none;
}

.product.outofstock .price,
.product.outofstock .actions{
	display: none;
}