/* ////////// SECTION 1 ///////// */
.section-1{
	position: relative;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 70px 0;
	/*margin-top: 130px;*/
}
.product-showcase{
	display: flex;
	align-items: center;
	flex: 1 1 50%;
	flex-direction: column;
}
.dsp-image{
	position: relative;
	width: 28vw;
	height: 28vw;
}
.img-dsp{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.img-dsp:first-child{
	display: block;
}
.img-list{
	display: flex;
	flex-wrap: wrap;
	width: 28vw;
}
.img-btn{
	width: 6.55vw;
	height: 6.55vw;
	margin: 0.6vw 0.6vw 0 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.img-btn:nth-child(4n){
	margin: 0.6vw 0 0 0;
}
.product-info{
	display: flex;
	align-items: flex-start;
	flex: 1 1 50%;
	flex-direction: column;
	justify-content: flex-start;
}
.product-info .titre{
	margin: 0;
	color: var(--mainFgColorDark);
}
.product-info .ref{
	margin: 0;
	color: #878787;
}
.promo-price{
	margin-top: 20px;
}
.p-init-price{
	font-size: 0.75rem;
	text-decoration: line-through;
	color: #a1a1a1;
}
.p-promo{
	font-size: 0.75rem;
	color: var(--mainBgColor);
}
.dsp-price > *{
	margin: 0;
	color: var(--mainBgColor);
}
.product-info .p-stock-infos{
	font-size: .8em;
	margin: .5em 0 1em 0;
}
.product-info .p-stock-infos.ls{
	color: var(--warningColor);
}
.product-info .p-stock-infos.oos{
	color: var(--errorColor);
}
.product-info select{
	font-size: 0.9rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px 10px 10px;
	text-align: left;
	white-space: nowrap;
	color: #2f2c2f;
	border: 1px solid #ebebeb;
	background-color: var(--mainFgColorBright);
}
.product-info label{
	margin-top: 20px;
}
.product-info input{
	font-size: 0.9rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
	white-space: nowrap;
	color: #2f2c2f;
	border: 1px solid #ebebeb;
	background-color: var(--mainFgColorBright);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: border-color 200ms linear;
	-moz-transition: border-color 200ms linear;
	-ms-transition: border-color 200ms linear;
	-o-transition: border-color 200ms linear;
	transition: border-color 200ms linear;
}
.product-info input.error{
	border-color: var(--errorColor);
}
.next-discount{
	font-size: 0.9em;
	font-style: italic;
}
.next-discount strong{
	font-style: normal;
}
.cart-actions{
	display: flex;
	justify-content: flex-start;
	margin: 2rem 0;
}
.add-to-cart{
	display: flex;
	align-items: center;
	padding: 7px 20px;
	cursor: pointer;
	text-decoration: none;
	color: var(--mainFgColorBright);
	background: var(--mainBgColor);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.favorite{
	margin: 0 0 0 10px;
	display: flex;
	align-items: center;
	padding: 10px;
	cursor: pointer;
	text-decoration: none;
	color: var(--mainBgColor);
}
.favorite > *{
	fill: var(--mainBgColor);
	width: 24px;
	height: 24px;
}
.section-1 .icone-btn{
	width: 38px;
	height: 38px;
	margin: 0 20px 0 0;
	padding: 7px;
	transition: all 750ms;
	border: 2px dotted var(--mainFgColorBright);
	border-radius: 100%;
}
.section-1 .add-to-cart:hover .icone-btn{
	transform: rotate(360deg);
}
.section-1 .add-to-cart svg{
	width: 100%;
	height: 100%;
	fill: var(--mainFgColorBright);
}
.info{
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	padding: 1rem 1.5rem;
	background-color: var(--mainFgColorBright);
}
.shipping-icon, .collect-icon, .brand-icon, .vendor-icon{
	width: 20px;
	height: 20px;
	margin-right: 20px;
}
.info p{
	margin: 0;
}

.specs-list{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	margin: 10px 0 0 0;
	flex-wrap: wrap;
	max-width: 80%;
}
.specs-list .spec{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	margin: 10px;
	background-color: var(--sdBgColor);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

.specs-list .spec .s-title{
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.specs-list .spec .s-detail{
	color: var(--mainBgColor);
	margin: 10px 0 0 0;
}

.description{
	width: 38vw;
	margin-top: 2rem;
	padding: 1.25rem 1.875rem;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.description h3{
	padding-bottom: 8px;
	color: var(--mainBgColor);
	border-bottom: 3px solid var(--mainBgColor);
}
.more{
	margin-top: 2rem;
	padding: 1.25rem 1.875rem;
	background: var(--mainFgColorBright);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.more h3{
	display: inline-block;
	padding-bottom: 8px;
	color: var(--mainBgColor);
	border-bottom: 3px solid var(--mainBgColor);
}
.lightbox{
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.lightboxOverlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(31, 39, 50, 0.4);
	backdrop-filter: blur(3px);
}
.lightboxContent{
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	max-width: 600px;
	padding: 50px;
	border-radius: .25rem;
	background: var(--mainFgColorBright);
}
.lightboxActions{
	display: flex;
}
.btn-cancel{
	display: flex;
	align-items: center;
	margin: 5px 10px 5px 0;
	padding: 7px 20px;
	cursor: pointer;
	text-decoration: none;
	color: #23272b;
	border: 1px solid #23272b;
	border-radius: 50px;
}
.link-cart{
	display: flex;
	align-items: center;
	margin: 5px 0 5px 10px;
	padding: 7px 20px;
	cursor: pointer;
	text-decoration: none;
	color: var(--mainFgColorBright);
	border-radius: 50px;
	background: var(--mainBgColor);
}
@media screen and (max-width: 700px){
	.section-1{
		flex-direction: column;
	}
	.dsp-image{
		width: 80vw;
		height: 80vw;
	}
	.img-list{
		width: 80vw;
	}
	.img-btn{
		width: 18vw;
		height: 18vw;
		margin: 2vw 2.6666vw 0 0;
	}
	.img-btn:nth-child(4n){
		margin: 2vw 0 0 0;
	}
	.product-info{
		padding: 10vw;
	}
	.description{
		width: 80vw;
	}
}
/* ////////// SECTION 2 ///////// */
.section-2{
	padding: 5rem 11% 2rem;
}