/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


/*** ACCUEIL : réseaux sociaux HERO & scroll ***/
.networks-cta {
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: absolute;
    top: 50%;
    left: 1.8%;
    transform: translate(-50%, -50%);
	transition: 0.2s;
	z-index: 10;
}

.networks-cta a {
	height: 20px;
}
.networks-cta a:hover svg {
	fill: var(--theme-palette-color-2);
}
.scroll-cta {
	position: absolute;
    top: calc(92vh - 53px);
    left: 98%;
    transform: translate(-50%, -50%) rotate(-90deg);
}
.scroll-cta span {
	color: var(--theme-palette-color-4);
	font-weight: 500;
}


.underline-btn span, .underline-btn a {
	position: relative !important;
	width: fit-content;
}

.underline-btn span::after, .underline-btn a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: var(--theme-palette-color-4);
	bottom: -2px;
	left: 0;
	display: block;
}

.underline-btn--white span::after {
	background-color: var(--theme-palette-color-8);
	width: 80%;
	bottom: -5px;
}

.front-line span {
	display: flex !important;
	justify-content: flex-start;
	gap: 10px;
	align-items: center;
}

.front-line span::before {
	content: "";
	width: 40px;
	height: 2px;
	background-color: black;
	display: block;
}

.front-line--black span::before {
	background-color: var(--theme-palette-color-4) !important;
}


.overlay-text {
	height: 0;
}
.overlay-text .brz-column__items {
	position: absolute;
	transform: translateY(-50%);
	z-index: 5 !important;
	margin-top: 26vh !important;
	width: 65%;
}

@media screen and (max-width: 1500px) and (min-width: 992px) {
	.overlay-text > .brz-section__content > .brz-container {
		padding-left: 30px !important;
	}
	
	.brz-slick-slider__dots {
		padding-left: 55px !important;
	}
}


.overlay-text + section, .overlay-text + section .brz-slick-slider {
	max-width: 92vw !important;
	max-height: calc(92vh - 80px) !important;
	margin: 0 auto !important;
}

.overlay-text + section .brz-slick-slider * {
	max-height: calc(92vh - 80px) !important;
}

.home .brz-slick-slider__dots {
	transform: translate(-50%, -30px) !important;
	max-width: var(--theme-normal-container-max-width);
	width: 100%;
	left: 50% !important;
	display: flex;
	padding: 0 40px;
}

.home .brz-slick-slider__dots li {
	padding: 15px !important;
	border: 2px solid transparent;
}

.home .brz-slick-slider__dots li button {
	border-radius: 50%;
	background-color: var(--theme-palette-color-8) !important;
}

.home .brz-slick-slider__dots .slick-active  {
	border-color: var(--theme-palette-color-8);
	border-radius: 50%;
}

@media screen and (max-width: 991px) {
	.overlay-text .brz-column__items {
		width: 100%;
	}
	
	.home .brz-slick-slider__dots {
		transform: translate(-50%, -50px) !important;
	}
	
	.home .brz-slick-slider__dots {
		justify-content: center;
		
	}
	
	.scroll-cta, .networks-cta {
		display: none;
	}

}

@media screen and (max-width: 769px) {
	.overlay-text .brz-column__items {
		width: 100%;
	}
	
	.home .brz-slick-slider__dots {
		transform: translate(-50%, -20px) !important;
	}
	
	.home .brz-slick-slider__dots li {
		padding: 10px !important;
	}
	
	.home .brz-slick-slider__dots {
		transform: translate(-50%, 15px) !important;
	}
	
	.overlay-text + section, .overlay-text + section .brz-slick-slider {
		max-width: 100vw !important;
	}
	
}

/*** ACCUEIL : articles ***/
.brz-wp-post-excerpt-content, .entry-excerpt p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*** HEADER && FOOTER ***/

[class*=ct-dynamic-count] {
	top: 10px !important;
	background-color: var(--theme-palette-color-1) !important;
	color: var(--theme-palette-color-8) !important;
} 
header .ct-header-account svg {
	width: 20px;
	height: 20px;
}
.head-banner a:hover {
	color: var(--theme-palette-color-1) !important;
}

/* Mini cart Header */
.woocommerce-mini-cart__total strong {
	color: var(--theme-palette-color-2) !important;
	font-weight: 500 !important;
}

/* Footer */

#btnWhatsapp {
    cursor: pointer;
    color: var(--theme-palette-color-2);
}

footer .textwidget ul li a:hover {
	color: var(--theme-palette-color-2) !important;
}

.ct-social-box svg {
	fill: var(--theme-palette-color-4) !important;
}

.ct-social-box a:hover svg {
	fill: var(--theme-palette-color-2) !important;
}

footer [data-column="widget-area-4"] .ct-widget  {
	margin: 0 0 12px !important;
}

footer :is(h2, h3) {
	text-transform: uppercase !important;
	color: var(--theme-palette-color-4) !important;
	font-weight: 500 !important;
}

footer h3 {
	font-size: 18px !important;
}

footer h4 {
	font-size: 16px !important;
	font-weight: 500 !important;
}

footer .textwidget ul li {
	padding: 10px 0 !important;
}

footer .textwidget ul li a {
	color: var(--theme-palette-color-4) !important;
}

footer#footer .footer-credits {
	display: flex;
	gap: 8px;
	align-items: center;
}

footer#footer .footer-credits a {
	height: 20px;
}

footer#footer .ct-footer-copyright p {
	color: var(--theme-palette-color-3) !important;
}


footer#footer .footer-credits svg path {
	fill: var(--theme-palette-color-4);
}

footer#footer .footer-credits:hover svg path {
		fill: var(--theme-palette-color-2);
}

#block-24 {
	margin: 10px 0 0 0 !important;
}


.gform_footer [type="submit"] {
	background-color: var(--theme-palette-color-2) !important;
	cursor: pointer;
}

.gform_footer [type="submit"]:hover {
	background-color: var(--theme-palette-color-2) !important;
}

/*** FOOTER : newsletter ***/
.newsletter-container form {
	width: 50%;
	margin: 0 auto;
}

.newsletter-container input {
	height: 50px !important;
}

.newsletter-container input[type="submit"] {
	background-color: var(--theme-palette-color-2) !important;
	padding: 0 30px !important;
}

.newsletter-container #gform_fields_1 input, .newsletter-container .gform-body  {
	width: 100%;
}

#gform_wrapper_1 form {
	display: flex;
	gap: 5px;
}

#gform_wrapper_1 .gform_footer {
	margin: 0 !important;
}

.gform_fields {
	gap: 15px !important;
}

.gform_button  {
	text-transform: uppercase !important;
}
.gform_wrapper :is(input, select, textarea) {
	border-radius: 0 !important;
}

@media screen and (max-width: 1000px) {
	.newsletter-container form {
		width: 100%;
	}	
	
	.newsletter-container input {
		height: 40px !important;
	}
	
	.newsletter-container input[type="submit"] {
		padding: 0 30px !important;
	}
}

@media screen and (max-width: 769px) {
	.newsletter-container form {
		flex-direction: column !important;
	}
	
	.newsletter-container input {
		width: 100% !important;
	}
}

.gform_wrapper :is([type=text],[type=tel], [type=email],[type=password], [type=number], [type=checkbox], select, textarea) {
	border: 1px solid var(--theme-palette-color-3) !important;
	background-color: var(--theme-palette-color-8) !important;
	box-shadow: none !important;
}

.gform_heading {
	display: none !important;
}


/* REASSURANCE */
.reassurance {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 100px;
}

.reassurance__item {
	background-color: transparent;
    padding: 25px;
    display: flex;
    text-align: center;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    flex: 1 1 calc(33.3% - 100px);
    max-width: 33.3%;
    min-width: 280px;
}

.reassurance__item p {
	margin: 0;
}

.reassurance__icon {
	width: 50px;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.reassurance__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	filter: brightness(100);
}

.reassurance__title {
	font-weight: 600;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 15px !important;
	color: white;
}

.reassurance__description {
	font-size: 15px;
	color: white;
}

@media screen and (max-width: 991px) {
	.reassurance {
		gap: 30px;
	}
}

@media screen and (max-width: 769px) {
	.reassurance {
		gap: 20px;
	}
	
	.reassurance__item {
		padding: 20px;	
		max-width: 100%;
	}
}

/*************************** WOOCOMMERCE ***************************/

.single-product, .single-product main, .archive, .archive main {
	background-color: var(--theme-palette-color-8) !important;
}

/*** Archives ***/
.archive ul.products.columns-4 {
    margin-bottom: 50px;
}
.woocommerce-page main {
	margin: 0px 0!important;
}
:is(.woocommerce-cart, .woocommerce-checkout) main {
	margin: 75px 0;
}

.woocommerce-page main [data-vertical-spacing*=top]{
	padding-top:40px!important;
}


/*** Panier & Commande ***/
.woocommerce-cart main#main, .woocommerce-checkout main#main {
    margin: 50px auto !important;
}


/* GRID PRODUITS Shortcode & Archives */
.woocommerce-products {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.woocommerce-products__item {
	display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
	border: 1px solid #F2F2F2;
	background-color: var(--theme-palette-color-8);
	border-radius: 0;
}
.woocommerce-products__item h2 {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 0px;
	margin-top: 0px;
}

.woocommerce-products__image {
	position: relative;
	height: 350px;
}
.woocommerce-products__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.woocommerce-products__image:hover .woocommerce-products__add-to-cart {
	opacity: 1;
}

.woocommerce-products__add-to-cart {
	position: absolute;
	bottom: 10px;
	width: 95%;
	left: 50%;
	padding: 10px 25px;
	background-color: var(--theme-palette-color-2);
	color:  var(--theme-palette-color-8);
	transform: translateX(-50%);
	text-align: center;
	opacity: 0;
	transition: 0.2s;
}
.woocommerce-products__add-to-cart:hover {
	background-color: var(--theme-palette-color-1);
}

.woocommerce-products__infos {
	padding: 10px 25px;
}
.woocommerce-products__item .price {
	color:var(--theme-palette-color-2)!important;
	font-weight: 400!important;
}
.woocommerce-products{
	display:grid;
	grid-template-columns:repeat(4, minmax(0, 1fr))!important;
	gap: 20px;
}
@media screen and (max-width: 1300px) {
	[data-products].columns-4 {
        --shop-columns: repeat(3, minmax(0, 1fr))!important;
    }
	.woocommerce-products{
		display:grid;
		grid-template-columns:repeat(3, minmax(0, 1fr))!important;
		gap: 20px;
	}
}
@media screen and (max-width: 1000px) {
	[data-products].columns-4 {
        --shop-columns: repeat(2, minmax(0, 1fr))!important;
    }
	.woocommerce-products{
		display:grid;
		grid-template-columns:repeat(2, minmax(0, 1fr))!important;
		gap: 20px;
	}
}

@media screen and (max-width: 769px) {
	.woocommerce-products__image {
		height: 240px !important;
	}
	[data-products].columns-4 {
        --shop-columns: repeat(2, minmax(0, 1fr))!important;
    }
	.woocommerce-products{
		display:grid;
		grid-template-columns:repeat(2, minmax(0, 1fr))!important;
		gap: 20px;
	}
}

@media screen and (max-width: 500px) {
	[data-products].columns-4 {
        --shop-columns: repeat(1, minmax(0, 1fr))!important;
    }
	.woocommerce-products{
		display:grid;
		grid-template-columns:repeat(1, minmax(0, 1fr))!important;
		gap: 20px;
	}
}


/* SINGLE PRODUIT  */

/* Images */
@media screen and (min-width:1000px){
	div.woocommerce-product-gallery{
		position:sticky!important;
		top:70px!important;
	}
}

/* Variations */
.product .variations .label label, .product .variations span {
	color: var(--theme-palette-color-2);
	text-transform: capitalize;
}
.product .variations li.variable-item {
	height: 40px !important;
}
.product .variations_form {
	margin-bottom: 50px;
}
.stock.in-stock {
	display: none !important;
}

/* Label étiquettes */
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item){
    border-radius: 0px!important;
	box-shadow: none !important;
    border: 1px solid var(--theme-palette-color-2) !important;
	padding: 10px 20px!important;
}
.woo-variation-items-wrapper .button-variable-item.selected {
    background-color: var(--theme-palette-color-2) !important;
}
.woo-variation-items-wrapper .button-variable-item.selected span{
	color:white!important;	
}

/* Accordeon */
.woocommerce-tabs[data-type*=type-3] .ct-accordion-heading{
    font-size: 22px;
    text-transform: uppercase;
}

/* Quantité & Ajout panier */
.quantity[data-type=type-2] .ct-increase:before, .quantity[data-type=type-2] .ct-decrease:before {
	font-size: 10px !important;
	height: 15px !important;
	width: 15px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.ct-cart-actions {
	display: flex !important;
	flex-wrap: nowrap !important;
   --theme-button-min-height: 45px!important;
   width: fit-content;
}

.ct-cart-actions .quantity {
    box-shadow: none!important;
	border-radius: 0!important;
	height: 50px !important;
    align-items: center !important;
    display: flex !important;
    width: 100px !important;
    background-color: var(--theme-palette-color-8);
}

.single-product button.single_add_to_cart_button{
    padding: 0 25px !important;
    height: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-color: var(--theme-palette-color-2) !important;
    border: 2px solid var(--theme-palette-color-2) !important;
    color: var(--theme-palette-color-8) !important;
    font-size: 16px !important;
    border-radius: 0px !important;
    width: 100% !important;
}

/* Produits liés */
.up-sells>h2 {
    display: none;
}
.custom-html-section{
	margin:100px auto 50px;
	
}
.custom-html-section h2{
    text-transform: uppercase;	
}
.single-product article>:where(.related,.up-sells){
	margin-bottom: 50px;
}
.single-product .reassurance{
	margin-top:50px ;
}

/* SINGLE PRODUCT ***/
/*

.woocommerce .products .product >a {
    padding: 0 !important;
	margin: 0!important;
}

.archive .woocommerce-products__item{
	min-width: fit-content!important;
}
@media (max-width: 999.98px) {
    .related [data-products], .upsells [data-products] {
        --shop-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 1000px) {
    .woocommerce-products__item {
        max-width: 100% !important;
    }
}

@media (min-width: 767px) and (max-width: 1000px) {
	.product-entry-wrapper.ct-constrained-width {
		display: flex;
	}
    .ct-default-gallery .woocommerce-product-gallery, .ct-stacked-gallery .woocommerce-product-gallery,
	.ct-default-gallery .entry-summary, .ct-stacked-gallery .entry-summary{
        width: 50%!important;
    }
}
*/

  /*******************/
 /** CODE BOUTIQUE **/
/*******************/

/*

.woocommerce-products__item .add_to_cart_button, .added_to_cart {
	width: 100%;
	border-radius: 0 !important;
	text-transform: uppercase;
	padding: 0;
}
.woocommerce-products__item .ct-woo-card-actions {
	border: 1px solid #F2F2F2;
	border-bottom: none;
}
.woocommerce-products__item .entry-meta {
	display: none;
}
.woocommerce .products .product .price {
	margin-bottom: 25px;
	color: var(--theme-palette-color-6);
	font-weight: bold;
}

.woocommerce .products .product .price span {
	color: var(--theme-palette-color-2);
}

.woocommerce .products .product figure {
	margin-top: 25px;
}

.woocommerce .products .product .ct-media-container {
	height: 280px;
}
.singleProduitImages {
	max-height: 600px !important;
}

.singleProduitImages .product-images-slider img {
	height: 100%;
	width: 100%;
}

.singleProduitImages .product-images-slider img {
	object-fit: contain;
	object-position: center;
}
.woocommerce .ct-media-container img {
	object-fit: contain !important;
}

.woocommerce .woocommerce-loop-product__link {
	font-weight: 700;
	font-size: 20px;
}

.wp-block-woocommerce-cart {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

body .wp-block-woocommerce-checkout  input:is([type=email],[type=number],[type=tel],[type=text],[type=url]), body .wc-block-components-text-input select {
	background-color: var(--theme-palette-color-8) !important;
	border-radius: 0px !important;
	border: 1px solid var(--theme-palette-color-2) !important;
}

.wc-block-components-sidebar * {
	border-color: var(--theme-palette-color-2) !important;
}

.singlePrice p {
	margin-bottom: 30px !important;
	font-size: 25px !important;
	font-weight: 600;
	color: var(--theme-palette-color-2);
}

.singleProduitWrap .woocommerce-Price-amount {
	font-size: 20px !important;
	color: var(--theme-palette-color-1);
}

.productImgWrap {
	background-color: var(--theme-palette-color-8);
}

@media screen and (max-width: 991px) {
	.singlePrice * {
		font-size: 22px !important;
		font-weight: bold;
		color: var(--theme-palette-color-1);
	}
	
	.singleProduitDescriptions h1 {
		font-size: 28px !important;
	}
	
	.accordeonMobTrigger1, .accordeonMobTrigger2 {
		font-size: 20px !important;
	}
	
	.singleProduitWrap h1 {
		margin-top: 30px;
	}
}

.woocommerce-variation {
	display: none !important;
}


.singleProduitDescriptions h1 {
	font-size: 32px;
	text-transform: uppercase;
}

.singleProduitWrap h2 {
	text-transform: uppercase;
}

.accordeonMobTrigger1, .accordeonMobTrigger2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
}
.singleProduitWrap .singleProduitWrap form.variations_form table.variations {
	margin-bottom: 0px;
}

.singleProduitWrap .woo-variation-items-wrapper .button-variable-item {
	width: fit-content !important;
	border-radius: 0px !important;
	background-color: var(--theme-palette-color-2);
	box-shadow: none !important;
	border: 1px solid var(--theme-palette-color-2) !important;
}

.singleProduitWrap .woo-variation-items-wrapper .button-variable-item::before, .singleProduitWrap .woo-variation-items-wrapper .button-variable-item::after {
	display: none !important;
}

.singleProduitWrap .woo-variation-items-wrapper .button-variable-item.selected {
	background-color: var(--theme-palette-color-2) !important;	
}

.singleProduitWrap .woo-variation-items-wrapper .button-variable-item.selected span {
	color: var(--theme-palette-color-8) !important;	
}

.singleProduitWrap .woo-variation-items-wrapper .button-variable-item .variable-item-contents {
	padding: 10 20px;
}

.singleProduitWrap {
	margin-top: 75px;
}

.singleProduitWrap .accordeonMobile1.accOpen {
	padding-top: 15px !important;
}

.singleProduitWrap .single_add_to_cart_button {
	padding: 0 25px !important;
	height: 50px !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	background-color: var(--theme-palette-color-2) !important;
	border: 2px solid  var(--theme-palette-color-2) !important;
	color: var(--theme-palette-color-8) !important;
	font-size: 16px !important;
	border-radius: 0px !important;
	width: 100% !important;
}

.singleProduitWrap .single_add_to_cart_button:hover {
	background-color: var(--theme-palette-color-2) !important;
	border: 2px solid  var(--theme-palette-color-2) !important;
	color: var(--theme-palette-color-8) !important;
}
.singleProduitWrap .ct-cart-actions .quantity {
	height: 50px !important;
	align-items: center !important;
    display: flex !important;
	border-radius: 0px !important;
	width: 100px !important;
	border: 1px solid var(--theme-palette-color-2);
	background-color: var(--theme-palette-color-8);
	box-shadow: none !important;
}
.singleProduitWrap .ct-cart-actions .quantity input {
	border: none;
}

.singleProduitWrap .woocommerce-Price-amount {
	font-weight: 700;
}
.imgWrapper{
    width: 100%;
    height: 100%; 
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.single-product .singleProduitWrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:50px;
}
.single-product .singleProduitWrap.bundle-product {
    grid-template-columns: 2fr 3fr!important;
}

.separateur{
    width: 100%;
    height: 1px;
    background-color: var(--theme-palette-color-2);
    margin: 20px 0;
}

@media screen and (max-width:767px) {
    .single-product .singleProduitWrap {
        grid-template-columns: 1fr!important;
        gap: 0px!important;
    }
    .single-product .singleProduitWrap.bundle-product {
        grid-template-columns: 1fr!important;
        gap: 0px!important;    }
}



.singleProduitDescriptions .variations_form .variations tr{
    gap: 0px!important;
}
.singleProduitDescriptions .variations_form .variations tr:not(:last-child){
    margin-bottom: 15px!important;
}

button.single_add_to_cart_button{
    background-color: var(--theme-palette-color-1) !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    color: var(--theme-palette-color-8) !important;
    font-size:20px!important;
    height: fit-content !important;
    min-height: fit-content !important;
    padding: 0px 21px !important;
    transition: 0.3s ease-in-out!important;
    width: fit-content !important;
    flex: unset !important;
}

form.cart, form.cart .ct-cart-actions {
    width: 100%;
}
   --theme-button-min-height: 45px!important;
   width: fit-content;

.shop_table .quantity, .ct-cart-actions .quantity{
    --quantity-height: fit-content!important;
    padding: 4px 0!important;
}
.quantity[data-type=type-1] input[type=number]{
    border-width: 0px!important;
    font-size:20px!important;
    font-size: 15px !important;
    min-height: fit-content;
    height: fit-content;
}

div.quantity .ct-increase, div.quantity .ct-decrease{
    justify-content: left!important;
}
.quantity[data-type=type-1] .ct-increase:before, .quantity[data-type=type-1] .ct-decrease:before {
    font-size: 10px!important;
}

.single-product hr {
	margin-bottom: 30px;
}
.single-product__featured {
	margin: 75px 0;
}
.single-product .reassurance {
	margin-top: 75px;
	margin-bottom: 0 !important;
}
@media screen and (max-width: 1000px) {
	.single-product__featured {
		margin-top: 50px 0;
	}
	
	.single-product .newsletter, .single-product .reassurance {
		margin-bottom: 50px !important;
	}
	
	.single-product .reassurance {
		margin-top: 50px
	}
}

@media screen and (max-width: 769px) {
	.single-product__featured {
		margin: 40px 0;
	}
	
	.single-product .newsletter, .single-product .reassurance {
		margin-bottom: 40px !important;
	}
	
	.single-product .reassurance {
		margin-top: 40px
	}
}
.single-product__featured ul.products {
	border-radius: 0px;
	filter: drop-shadow(0px 8px 6px rgba(219, 219, 219, 0.25));
	padding: 30px;
	background-color: var(--theme-palette-color-8);
}

.product-long-description{
	margin-top:40px;
}

.product-long-description h2 {
	font-size: 22px;
}

.product-long-description>div p {
    margin-bottom: 10px !important;
}

.product-attributs h2{
    margin-bottom: 10px!important;
}
.product-attributs h3{
    margin: 20px 0 10px!important;
}

.product-attributs table{
    display: flex;
    margin-bottom: 10px ;
}
.product-attributs tbody{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.product-attributs table, .product-attributs td {
    border-width: 0 !important;
    background: transparent!important;
}
.woocommerce-product-attributes tr{
    background: var(--light-gray);
    margin-bottom: 10px;
    display: flex;
    width: 100%;
}
.woocommerce-product-attributes tr:not(:last-child) {
    margin-bottom: 10px;
}
.woocommerce-product-attributes a{
    color: var(--main-black);
}
.product-attributs th{
    min-width: 150px;
    font-weight: 400!important;
    position: relative;
    border-width: 0px;
}
.product-attributs th:after{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    top : 8px;
    bottom: 8px;
    background-color: var(--main-black);
}
tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_couleur {
    order: -1;
}
.product-long-description br{
    display: none!important;
}
.accordeonMobTrigger1, .accordeonMobTrigger2 {
    cursor: pointer;
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px !important;
}
.accordeonMobTrigger1 svg, .accordeonMobTrigger2 svg{
    display: inline-flex;
    transition: 0.3s ease-in-out;
    align-self: center;
}
.accordeonMobile1, .accordeonMobile2{
    height: 0;
    opacity: 0;
    transform: translateY(-100%);
    visibility: hidden;
}
.accordeonMobile2 table, .accordeonMobile2 table{
    margin-bottom: 0px !important;
}
.accordeonMobile2 h3{
    display: none;
}
.accordeonMobile2.accOpen h3{
    display: flex;
}
.accOpen{
    height: fit-content!important;
    opacity: 1!important;
    transform: translateY(0);
    visibility: visible;
}
.turnArrow{
    transform: rotate(180deg);
}

@media screen and (max-width:767px){
    .product-attributs h2, .product-long-description h2{
        margin-bottom: 0px !important;
    }
    .accordeonMobile1.accOpen p:first-child{
        margin-top: 10px!important;
    }
}


.singleProduitImages .ct-media-container img, 
.singleProduitImages .ct-media-container video, 
.singleProduitImages .ct-media-container picture {
    aspect-ratio: unset!important;
}

.productImgWrap img {
	height: 100%;
	width: 100%;
}

.singleProduitImages {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    position: sticky;
    top: 145px;
    height: fit-content;
}
.product-images-slider{
    width: 80%;
    background: #F6F6F6!important;
    height: auto;
}

.product-thumbnails-slider{
    width: calc(20% - 20px);
    margin-right: 20px;
    height: auto;
}
.product-thumbnails-slider .slick-list {
    overflow: visible;
}
.product-thumbnails-slider .slick-list .slick-track{
    height: 100% !important;
    align-content: start;
}

.single-product-images-slider .slick-list, .product-thumbnails-slider .slick-list{
    width: 100%;
}

.product-thumbnails-slider .slick-prev, .product-thumbnails-slider .slick-next{
    position: absolute;
    left: 50%; 
    z-index: 1;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
}
.product-thumbnails-slider .slick-prev{
    top: 0%!important;
    transform: translate(-50%, 0%); 
}

.product-thumbnails-slider .slick-next{
    bottom: 0%;
    transform: translate(-50%, 0%);
    top: unset;
}
.product-thumbnails-slider .slick-prev:before, .product-thumbnails-slider .slick-next:before{
    content: "" !important;
    height: 30px;
    width: 30px;
    display: flex;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/wp-content/uploads/2024/08/arrow-down.svg);
    background-color: var(--theme-palette-color-1);
    opacity: 1;
    transition: 0.3s ease-in-out;
}
.product-thumbnails-slider .slick-prev:hover:before, .product-thumbnails-slider .slick-next:hover:before{
    background-size: 20px!important;
    background-color: var(--theme-palette-color-2);
}
.product-thumbnails-slider .slick-prev:before{
    transform: rotate(180deg);
}
.slick-vertical .slick-slide{
    border: 0px solid transparent!important;
}

.product-thumbnails-slider  .slick-current.slick-active img {
    border: 2px solid var(--main-blue)!important;
}
.productImgWrap{
    position: relative;
}

@media screen and (min-width:768px) {
    a.zoom-icon{
        display: none;
    }
}
a.zoom-icon {
    position: absolute;
    color:transparent;
    bottom: 10px;
    right: 15px;
    z-index: 999999;
    background: white;
    background-image: url(/wp-content/uploads/2024/03/search.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    margin: auto;
}
a.zoom-icon:hover {
    color:transparent;
}
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}

#lightbox img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
}

#lightbox:target {
    display: flex;
}
span#close-lightbox{
    position:absolute; 
    right: 20px; 
    top: 20px; 
    cursor: pointer; 
    color: white; 
    font-size: 40px;
    font-weight: 200;
    line-height: 30px;
}

@media screen and (max-width:1000px) {
    .singleProduitImages{
        flex-direction: column;
        top: 115px;
    }
    .product-thumbnails-slider,.product-images-slider{
        width: 100%;
    }
    .product-thumbnails-slider .slick-prev {
        top: 50% !important;
        transform: translate(0%, -50%);
        left: 0%;
    }
    .product-thumbnails-slider .slick-next {
        top: 50%;
        bottom: unset;
        left: unset;
        right: 0;
        transform: translate(0%, -50%);
    }
    .product-thumbnails-slider .slick-prev:before {
        transform: rotate(90deg);
    }
    .product-thumbnails-slider .slick-next:before {
        transform: rotate(-90deg);
    }
    .product-thumbnails-slider{
        margin-right: 0;
        margin-top: 10px;
    }
    .product-thumbnails-slider .slick-list .slick-track .slick-slide>div {
        margin-right: 5px;
    }
}
@media screen and (max-width:767px) {
    .singleProduitImages{
        flex-direction: column;
        position: relative!important;
        top: unset !important;
    }
    .product-images-slider .slick-slide img {
        max-height: 40vh;
        margin: auto;
    }
    .product-thumbnails-slider .slick-slide img {
        max-height: 18vh;
        object-fit: cover;
        width: 100%;
    }
}
*/


/*** INSTAGRAM ***/
#sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a, #sb_instagram #sbi_load .sbi_load_btn {
    border-radius: 0;
    padding: 12px 26Px;
    font-size: 18px;
}