:root{
	--font-title: 'Satoshi';
	--font-text: 'Satoshi';
	--clr-primary: var(--wp--preset--color--custom-primary);
	--clr-secondary: var(--wp--preset--color--custom-gris);
	--clr-black: var(--wp--preset--color--custom-noir-1);
	--clr-text: #212529;
	--font-size-text: 16px;
	--header-height: 80px;
	--nav-height: 50px;
	--px-global: 32px;
    --listing-gap: 20px;
	--block-container-width: 1920px;
}

/* Variables
	var(--wp--preset--color--custom-primary)
*/

h2{
	line-height: normal !important;
}

.home h2{
	line-height: 50px;
}

p{
	line-height: normal;
}

.archive p{
    font-family: var(--font-text) !important;
}

.is-highlighted{
	background-color: var(--clr-primary);
	color: #fff;
	padding: 4px 8px;
	padding-top: 0px;
}

.hero .is-highlighted{
	padding: 8px;
	padding-top: 0px;
}

.is-highlighted.black{
	background-color: var(--clr-black);
}

.hero img{
    height: calc(100vh - 100px) !important;
    object-fit: cover !important;
}

.encadre-message-wrapper{
	gap: 40px;
}

.encadre-message-wrapper > *{
	width: fit-content !important;
}

.encadre-message-wrapper svg{
	position: relative;
	top: 4px;
}

.is-block-container-wrapper{
	max-width: 1366px !important;
	margin: 0 auto !important;
}

.is-card-icon{
	width: 60px !important;
	height: 60px !important;
	background-color: #EDEDED !important;
	border-radius: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.listing-product-cat-content{
	width: fit-content !important;
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 60px !important;
	align-items: center !important;
}

.block-product-cat{
	align-items: stretch !important;
}

.block-product-cat,
.block-product-cat .jet-listing-grid,
.block-product-cat .jet-listing-grid__items,
.listing-product-cat,
.product-cat-container,
.product-cat-container [data-is-block="jet-engine/dynamic-image"],
.product-cat-container .jet-listing-dynamic-image,
.product-cat-container .jet-listing-dynamic-image img{
	height: 100% !important;
}

.product-cat-container .jet-listing-dynamic-image img{
	width: 100% !important;
}

.encadre-boutique-content{
	max-width: 735px !important;
}

.encadre-boutique-content .block-coe873{
	max-width: 537px !important;
}

.block-notre-boutique > div,
.block-shoppez > div{
	align-items: stretch !important;
}

.block-titre-nos-nouveautes > div:first-child{
	width: 60% !important;
}

.block-titre-nos-nouveautes > div:last-child{
	width: 40% !important;
}

.block-titre-nos-nouveautes{
	flex-wrap: nowrap !important;
}

.block-titre-nos-nouveautes-inner{
	max-width: 580px !important;
	margin: 0 auto !important;
}

.block-titre-nos-nouveautes-inner > *{
	text-align: center !important;
}

.block-titre-nos-nouveautes-inner h2{
	width: 100% !important;
}

.block-titre-nos-nouveautes{
	position: absolute !important;
    left: 0;
    top: 20%;
}

.block-nouveautes,
.hero .wp-block-image{
	position: relative !important;
}

.block-product-cat .jet-listing-dynamic-image::before,
.hero .wp-block-image::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5A1A0533;
    pointer-events: none;
}

input.qty{
	width: 50px;
    padding: 0 .4em;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    outline-offset: -3px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.quantity-button.quantity-down.minus{
	bottom: 0;
}

.custom-breadcrumbs{
	padding: 0 var(--px-global) !important;
	max-width: 1920px !important;
	margin: 0 auto !important;
}

.custom-breadcrumbs *{
	font-size: 13px !important;
}

.archive .custom-breadcrumbs{
	margin-bottom: 16px !important;
}

.secondary-wrapper{
    position: fixed;
    top: 82px;
    max-width: 400px;
    width: 100%;
    height: 100%;
    right: -100%;
    background-color: #fff;
    padding: 24px;
    z-index: 100;
    overflow: scroll !important;
    padding-top: 0 !important;
}

.content-area,
#secondary{
    width: 100% !important;
}

.close-filtre{
    width: fit-content !important;
    margin-left: auto !important;
}

.product__categories{
    display: none;
}

.archive h1{
    font-size: 20px;
    font-weight: 700;
    /* padding: 0 var(--px-global) !important; */
    padding-bottom: 16px !important;
    margin-bottom: 0 !important;
}

.shoptimizer-archive > .col-full{
    /* padding: 0 var(--px-global) !important; */
    padding: 0 !important;
}

#content{
    padding-top: 8px !important;
}

/* :not(.home) .shoptimizer-archive > .col-full{
    padding-left: var(--px-global) !important;
    padding-right: var(--px-global) !important;
}  */

.archive .shoptimizer-archive > .col-full{
	padding-left: var(--px-global) !important;
    padding-right: var(--px-global) !important;
}

.archive .custom-breadcrumbs {
    padding: 0 !important;
}

header.woocommerce-products-header, .shoptimizer-category-banner{
    background-color: transparent !important;
}

.term-description{
    padding: 0 !important;
}

.woocommerce-products-header{
    border-bottom: 0.5px solid #DDDDDD !important;
    padding-bottom: 16px !important;
    margin-bottom: 16px !important;
}

.mobile-filter.shoptimizer-mobile-toggle{
	display: none !important;
}
/* 
.woocommerce-products-header .term-description p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */



.select_option_label.select_option,
.select_option_label.select_option:hover{
	border-radius: 3px !important;
    padding: 2px 10px !important;
    border: 2px solid #D4643E !important;
}

ul.products li.product .variations_form .select_box .yith_wccl_value, ul.products li.wc-block-grid__product .variations_form .select_box .yith_wccl_value, .wc-block-grid ul.wc-block-grid__products li.product .variations_form .select_box .yith_wccl_value, .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .variations_form .select_box .yith_wccl_value {
    min-width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}

li.product .select_option_label div {
    min-width: fit-content !important;
	height: auto !important;
}

.select_option_label.select_option.selected{
	background-color: #D4643E !important;
	color: #fff !important;
}

.select_option .yith_wccl_value{
	border: none !important;
}

.block-newsletter p{
    color: #fff !important;
	text-align: center !important;
}

.select_box_label{
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px 0px !important;
}

.select_box .select_option,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
    border-color: rgba(0, 0, 0, 0.10) !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-color, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-image {
    border-color: #D4643E !important;
}

.attribute_pa_couleur .select_option.selected,
.attribute_pa_couleur .select_option:hover{
    border-color: #D4643E !important;
}

body.archive-filter-active{
	overflow: hidden !important;
	position: relative !important;
}


@media only screen and (max-width: 1024px) and (min-width: 0px){
	.is-column-2-wrapper{
		flex-direction: column !important;
	}

	.is-column-2-wrapper > div{
		width: 100% !important;
		max-width: 100% !important;
	}

	.encadre-reassurance-icons{
		overflow-x: hidden !important;
	}

	.encadre-reassurance-icons .slick-track{
		display: flex !important;
	}

	.encadre-reassurance-icons .slick-list{
		width: 100% !important;
	}

	.encadre-reassurance-icons .slick-track > *{
		width: 100% !important;
		align-items: center !important;
	}

	.block-titre-nos-nouveautes{
		position: relative !important;
		top: unset !important;
	}

	.block-titre-nos-nouveautes h2{
		margin-bottom: 0 !important;
	}

	.block-titre-nos-nouveautes .block-titre-nos-nouveautes-inner > p{
		display: none !important;
	}

	.block-titre-nos-nouveautes-inner > *{
		text-align: left !important;
	}
	
	.content-wrapper{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.content-wrapper > div{
		padding: 0 !important;
	}

	h2{
		line-height: normal !important;
	}

	.reassurance-titre-block{
		gap: 24px !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 0px){
	:root{
		--px-global: 20px;
	}

	.single-product .custom-breadcrumbs{
		padding: 0 !important;
	}

	.block-product-cat{
		flex-direction: column !important;
	}

	.listing-product-cat.grid{
		flex-direction: column !important;
	}



	.product-cat-listing{
		display: flex;
		list-style: none;
		gap: 24px;
		justify-content: start;
		flex-wrap: nowrap;
		padding-right: 20px !important; 
	}

	.product-cat-listing > *{
		padding: 3px 15px !important;
		color: #1E1E1E !important;
		background-color: #EDEDED !important;
		border-radius: 4px !important;
		flex: none !important;
	}

	.product-cat-listing a{
		color: #1E1E1E !important;
		text-decoration: none !important;
	}

	.hero{
		padding-top: 0 !important;
	}

	.product-cat-listing-wrapper{
		padding: 16px 20px !important;
		overflow: scroll !important;
	}
}

@media only screen and (max-width: 500px) and (min-width: 0px){
	.product-cat-listing{
		gap: 10px;
	}
}

/* *** ***************** *** */
/* *** FAQ RANK MATH *** */
/* *** ***************** *** */
#rank-math-faq .rank-math-list-item{
	position:relative;
}
#rank-math-faq .rank-math-list-item input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 41px;
    opacity: 0;
    cursor: pointer;
    z-index:999;
}
#rank-math-faq .rank-math-list-item h3 {
    background: #f1f2f6;
    padding: 10px 12px 10px 18px;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: normal !important;
    position:relative;
    margin-bottom: 0;
}
#rank-math-faq .rank-math-list-item h3:before {
	display:inline-block;
	content: "";
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 12px;
	border-color: transparent transparent transparent #000000;
	margin-right: 8px;
}
#rank-math-faq .rank-math-list-item input:checked+h3:before {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
#rank-math-faq .rank-math-answer{
	padding: 10px 10px 0px 10px;
	max-height: 0;
	overflow:hidden;
}
#rank-math-faq .rank-math-list-item input:checked+h3~.rank-math-answer {
	max-height: 100vh;
	overflow:visible;
}