.offcanvas {
    background-color: #E8E8E8;
} 
.wishlist-product-stock{
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 16px;
color: #000000;
}

.product-miniature__add--soldes {
  background-color: #FF0000 !important;
}
#iqitcompare-table .product-title {
    min-height: 38px;
}
/* 1. Activer le scroll et styler pour Firefox */
#iqitcompare-table > .iqitcompare-table-container {
  overflow-x: auto;
  scrollbar-width: thin !important;
  scrollbar-color: #000000 #E8E8E8; /* Curseur noir, piste gris clair */
}

/* 2. Styler pour Chrome, Edge, Safari, Opera */
#iqitcompare-table > .iqitcompare-table-container::-webkit-scrollbar {
  height: 6px; /* Épaisseur de la barre horizontale */
}

#iqitcompare-table > .iqitcompare-table-container::-webkit-scrollbar-track {
  background: #E8E8E8; /* Couleur de la piste (gris clair) */
  border-radius: 10px; /* Bords arrondis */
}

#iqitcompare-table > .iqitcompare-table-container::-webkit-scrollbar-thumb {
  background: #000000; /* Couleur du curseur (noir) */
  border-radius: 10px; /* Bords arrondis */
}

/* Optionnel : changement de couleur léger au survol du curseur */
#iqitcompare-table > .iqitcompare-table-container::-webkit-scrollbar-thumb:hover {
  background: #333333; 
}   
	.custom-offcanvas {
       
         z-index: 2147483647;
    }
	/* Style de base de la notification (masquée par défaut) */
#iqitcompare-notification {
    position: fixed;
    bottom: 150px;
    right: 30px;
    background-color: #333333;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 9999;
    
    /* Animation de transition */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}

/* Classe ajoutée par le JS pour afficher le toast */
#iqitcompare-notification.ns-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
	#header {
    
    z-index: 999999999;
}
	#offcanvasFilters .af_filter,
	.horizontal-layout .h-el {
	width: 100% !important;
	}
	.blockcart-modal {
	display: none !important
	}
	#search .pagination__container{margin: 56px 0px 100px 0px;}
	.wishlist-button-add:hover{
	    background-color: #F00 !important;
		background: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='29' fill='none' viewBox='0 0 31 29'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='M.75 8.765c0 11.31 10.293 17.602 13.913 18.91.281.1.893.1 1.175 0 3.603-1.308 13.912-7.584 13.912-18.91 0-4.422-3.384-8.015-7.536-8.015-2.381 0-4.59 1.176-6.016 3.213-.439.629-1.441.629-1.88 0C12.86 1.909 10.668.75 8.286.75 4.134.75.75 4.343.75 8.765Z' clip-rule='evenodd'/%3E%3C/svg%3E), #e1e1e1;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: 29px 27px !important;
    border: none !important;
    border-radius: 15px !important;
    height: 55px !important;
    margin: 0 !important;
    width: 55px !important;
	}
	/* On cible le conteneur principal de ta carte produit */
.product-miniature {
    /* Ta couleur de fond actuelle, probablement un #f8f9fa ou similaire */
    background-color: #f6f6f6; 
    border-radius: 16px; /* A adapter selon ta maquette */
    
    /* 1. La bordure transparente au repos pour éviter le saut */
    border: 1px solid transparent; 
    
    /* Transition douce pour l'apparition du filet */
    transition: border-color 0.3s ease; 
}
.slide-promo-custom .swiper-slide {
    height: auto !important;
}
.slide-promo-custom .product-miniature{
	    height: auto !important;
		    min-height: 600px !important;
}
/* 2. On désactive tout effet existant au survol (s'il y en avait) */
.product-miniature:hover {
    box-shadow: none !important;
    transform: none !important;
    
    /* 3. On applique le "filet" (couleur à voir avec le client, souvent un gris plus foncé ou noir) */
    border-color: #d1d5db; /* Exemple de gris, ou #000000 si c'est un filet noir */
}

/* 4. On s'assure que l'image reste fixe */
.product-miniature:hover .thumbnail-top img {
    transform: none !important;
}
	.product-miniature__prices span.price span sup {
    font-weight: 300;
}
	.product-miniature__inner:hover .product-miniature__image {
        transform: none;
    }
	.horizontal-layout .af_filter_content {
    position: relative !important;
    padding: 5px 10px;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
    background: transparent !important;
    border: none !important;
    margin-top: 0px !important;
}
.horizontal-layout .af_subtitle {
    background: transparent !important;
    border: none !important;
font-family: 'Raleway' !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 18px !important;
line-height: 21px !important;
color: #000000 !important;
}
#offcanvasFilters .viewFilteredProducts {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
gap: 10px !important;
padding: 10px 20px !important;
height: 55px !important;
background: #1C7EE1 !important;
border-radius: 20px !important;
font-family: 'Raleway' !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 18px !important;
line-height: 21px !important;
text-align: center !important;
color: #FFFFFF !important;
justify-content: center !important;
}
.custom-reset-btn{
display: flex !important;
flex-direction: row !important;
align-items: center !important;
padding: 10px 20px !important;
gap: 10px !important;
        justify-content: center !important;
height: 55px !important;
background: #D9D9D9 !important;
border-radius: 20px !important;
font-family: 'Raleway' !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 18px !important;
line-height: 21px !important;
text-align: center !important;
color: #000000 !important;
}



	.kreabel-checked-wishlist{
	background-color: #F00 !important;
	}
	.products article .wishlist-button-add {
    position: relative !important;
    top: auto !important;
    right: auto !important;
  
}
	body{
	font-family: Raleway;
	}
	.breadcrumb a,
	.breadcrumb span{
	color: #000;
	}
	.breadcrumb__wrapper {
    background-color: transparent;
    margin: 32px 0px 24px;
	
	
}
	.breadcrumb{padding-bottom: 0px;padding-top: 0px;
	color: #000;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
	}
	.breadcrumb-item{
	color: #000;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
	}
	.breadcrumb .breadcrumb-item:last-child span{
	font-weight: 700;
	text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
	}
	.btn-iqitcompare-add {
    margin: 0 auto;
}
/*.product-miniature__image-container img {
    width: 314px;
    height: 246px;
   
}*/
.product-miniature__inner{
padding: 40px;
}
.product-miniature__details,
.product-miniature__add{
border: none;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 20px;
width: 198px;
min-width: 180px;
height: 55px;
background: #1C7EE1;
border-radius: 20px;
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 21px;
text-align: center;
color: #FFFFFF;
}
.fins-series .product-miniature__details,
.fins-series .product-miniature__add{
color: #000000;background: #FFFF49;
}
.fins-series .product-miniature__details svg  path,
.fins-series .product-miniature__add svg path{
stroke: #000000;
}
.product-miniature__title,
.product-miniature__title a{
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 28px;
color: #000000;
}
.product-miniature__prices span.price span{
    display: block;
}
.product-miniature__prices span{
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 38px;
color: #000000;
}
.product-miniature__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0; /* La ligne magique pour Flexbox/Grid */
}
.product-miniature__infos {
    gap: 10px;
}
.product-miniature__inner {
    padding: 40px;
    gap: 20px;
}
.product-miniature__bottom {
    gap: 20px;
    padding: 0;
    margin-top: 20px;
}
.product-miniature {
    height: 600px !important;
    background-color: #F8F8F8 !important;
    border-radius: 20px !important;
	padding: 0px !important;
}
.product-miniature__inner {
    background-color: transparent;
}
.product-miniature__regular-price{
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
/* identical to box height */
text-decoration-line: line-through;
color: #000000;
}
.product-miniature__stock{
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
color: #000000;
gap: 10px;
    align-items: center;display: flex;
}
.product-miniature__actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
    .product-miniature__inner:hover {
        box-shadow: none;
    }

.elementor-button-icon svg
 {
    fill: none !important;
}
.product-miniature__title,
.product-miniature__description{
margin-bottom: 0 !important;
}

.product-miniature__description{

	font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #000000;
display: -webkit-box;
  -webkit-line-clamp: 2; /* C'est ici que tu forces l'ellipsis après 2 lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.promo-section-global .product-miniature__description{
display: none;
}
.promo-section-global .product-miniature__add{
background-color: #FFFF49;
}
.section-mag{
box-shadow: 0px 486px 194px rgba(0, 0, 0, 0.01), 0px 273px 164px rgba(0, 0, 0, 0.02), 0px 121px 121px rgba(0, 0, 0, 0.03), 0px 30px 67px rgba(0, 0, 0, 0.04);
}
.product-miniature__actions .thumbnail-container {
    height: 55px !important;
    width: 55px !important;
}

@media screen and (max-width: 50em){
.product-miniature__bottom {
    margin-top: 0px;
}
.wishlist-button-add{
width: 56px !important;
        max-height: 49px;
	background-size: cover !important;	
}
.product-miniature__actions .thumbnail-container{
width: 56px !important;
height: 49px !important;
}

.product-miniature__actions {
    gap: 6px;
}
 /*.product-miniature__image-container img{
 width: auto;
        height: 230px;
}*/
.product-miniature__inner {
    padding: 25px;
	gap: 7px;
}
.elementor-5010000 .elementor-element.elementor-element-cdcec04 .elementor-accordion-icon {
    margin-inline-end: 0px !important;
}
.elementor-element-5567103{
width: 55% !important;
}
.widget-seo .elementor-tab-title {
    justify-content: space-evenly !important;
}
    .elementor-5010000 .elementor-element.elementor-element-cdcec04 > .elementor-widget-container {
        padding: 9px 0px 9px !important;
    }
.section-mag{
box-shadow: none;
}
.product-miniature__title{
font-size: 16px;
line-height: 24px;
}
.product-miniature__description{
font-size: 12px;
line-height: 18px;
        margin-bottom: 3px;
}
.product-miniature__prices span{
font-size: 25px;
line-height: 20px;
}
.product-miniature__regular-price{
font-size: 13px;
line-height: 20px;
}
.product-miniature__stock{
        margin-top: 3px;
font-size: 10px;
line-height: 15px;
}
.product-miniature__details, .product-miniature__add{
width: 72px;
height: 49px;        padding: 22px 20px;
    min-width: unset;
border-radius: 15px;border: none;        min-width: 72px;
}
.product-miniature {
    height: 439px !important;
    background-color: #F8F8F8 !important;
    padding: 0px !important;
	       
}
 .product-miniature__add span{
display: none;
}

.product-miniature__infos {
    gap: 3px;
}

	.breadcrumb__wrapper {
    margin: 10px 0;
}
	.breadcrumb{
	font-size: 11px;
line-height: 20px; 
       gap: 5px;
	           padding: 0;
	}
	.breadcrumb__wrapper .container {
    padding: 0 15px;
}
	.breadcrumb-item{
font-size: 11px;
line-height: 20px;
	}
	.breadcrumb-item + .breadcrumb-item::before {

    padding-inline-end: 5px;
}
.elementor-widget .swiper-slide>:not(.swiper-lazy-preloader) {
    min-width: unset!important;

}
}
.wishlist-quantity {
    border: 1px solid #8F8F8F;
    border-radius: 15px;
    height: 49px;
    min-width: 70px;
}

.block-stock-ecotax-wishlist {
    margin-top: 10px;
}

.js-wishlist-qty-down,
.js-wishlist-qty-up {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 20px;
    color: #000000;
}

#offcanvasWishlist .offcanvas-title {
    width: 200px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

#offcanvasWishlist .wishlist-summary-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    gap: 10px;
    width: 414px;
    background: #FFFFFF;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}

.offcanvas-footer-commander,
.offcanvas-footer-btn-continue {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 20px;
    height: 55px;
    border-radius: 20px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

.offcanvas-footer-btn-continue {
    margin-bottom: 20px;
}

.offcanvas-footer-commander {
    background: #1C7EE1;
    color: #FFFFFF;
    position: relative;
}

.offcanvas-footer-commander svg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#offcanvasWishlist .lh-sm {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #000000;
}

#offcanvasWishlist {
    background-color: #EFEFEF !important;
    width: 450px;
    border-left: none;
	    z-index: 999999999;
}

#offcanvasWishlist .offcanvas-body {
    overflow-y: auto !important;
    overflow-x: hidden;
    scrollbar-width: none;
}

#offcanvasWishlist .offcanvas-body::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

#offcanvasWishlist .btn-primary {
    background-color: #1A73E8 !important;
    border-color: #1A73E8 !important;
    color: #ffffff !important;
}

.cart-item-card {
    background: #FFFFFF;
    border-radius: 20px;
    flex-wrap: wrap;
    transition: all 0.3s ease;
    padding: 22px;
    margin-bottom: 30px;
}

.cart-item-card-container {
    width: 100%;
    gap: 10px;
    display: flex;
    justify-content: space-between;
}

.wishlist-custom-product-image {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.wishlist-product-attribute-line {
    font-size: 12px;
    line-height: 16px;
    color: #555;
    margin-top: 4px;
}

.wishlist-login-message {
    min-height: 300px;
    width: 100%;
}

.wishlist-login-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 180px !important;
    height: 48px !important;
    padding: 0 24px !important;
    background: #1A73E8 !important;
    color: #ffffff !important;
    border-radius: 24px !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 100002 !important;
}

.wishlist-login-btn:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

#offcanvasWishlist .hover-opacity {
    transition: opacity 0.2s;
}

#offcanvasWishlist .hover-opacity:hover {
    opacity: 0.6;
}

.gradient-footer {
    background-color: #EFEFEF;
    z-index: 10;
}

.gradient-footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    top: -30px;
    left: 0;
    background: linear-gradient(to top, #EFEFEF 20%, transparent);
    pointer-events: none;
}

/* Produit déjà ajouté à la wishlist */
.wishlist-button-add.kreabel-checked-wishlist {
    background-color: #ff0c20 !important;
}

.wishlist-button-add.kreabel-checked-wishlist .material-icons {
    color: #ffffff !important;
}

@media (max-width: 767px) {
	#iqitcompare-floating {
	    bottom: 90px !important;
}
    #_desktop_wishlist {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 9999 !important;
    }

    #_desktop_wishlist #open-wishlist-btn,
    #_desktop_wishlist .trigger-custom-wishlist {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #_desktop_wishlist .mt-2 {
        margin-top: 0 !important;
    }

    #offcanvasWishlist {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100dvh !important;
        z-index: 99999 !important;
    }

    .offcanvas-backdrop {
        z-index: 99998 !important;
    }

    #offcanvasWishlist .wishlist-top-summary {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #offcanvasWishlist .wishlist-summary-text {
        width: 100% !important;
        max-width: 100% !important;
    }

    #offcanvasWishlist .offcanvas-body {
		display: block !important;
		overflow-y: auto !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
		padding-bottom: 24px !important; /* Valeur réduite pour éviter le débordement */
		min-height: auto !important; /* Laisse le flexbox gérer la hauteur */
    }

    

    #wishlist-ajax-container {
        display: block !important;
        width: 100% !important;
        min-height: 320px !important;
        overflow: visible !important;
    }

    .wishlist-login-message {
        display: flex !important;
        min-height: 320px !important;
        padding-bottom: 40px !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wishlist-login-btn {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .cart-item-card {
        padding: 16px !important;
        margin-bottom: 20px !important;
    }

    .cart-item-card-container {
        gap: 8px !important;
    }

    .wishlist-custom-product-image {
        width: 58px !important;
        height: 58px !important;
    }

    .offcanvas-footer-commander,
    .offcanvas-footer-btn-continue {
        height: 55px !important;
        font-size: 15px !important;
    }

    #offcanvasWishlist .offcanvas-footer {
		position: relative !important; /* Le parent est déjà en flex, le relative suffit */
		z-index: 100000 !important;
		background: #EFEFEF !important;
		/* Ajout d'une marge sécurisée pour la barre de navigation iOS (Safari) */
		padding-bottom: max(24px, env(safe-area-inset-bottom)) !important; 
    }

    body.wishlist-offcanvas-open .mobile-menu,
    body.wishlist-offcanvas-open .bottom-menu,
    body.wishlist-offcanvas-open .mobile-bottom-menu,
    body.wishlist-offcanvas-open .mobile-bottom-nav,
    body.wishlist-offcanvas-open #mobile_menu,
    body.wishlist-offcanvas-open #mobile-bottom-menu {
        display: none !important;
    }
	#iqitcompare-table td {
    width: 100px;
    min-width: 100px;
}
}
@media (max-width: 767.98px) {
  .mobile-ml-9 {
    
  }
}

/* FIX mobile wishlist/login v3 : une wishlist fermee ne doit jamais capter les taps
   au-dessus du panneau login/register ou de la page authentication. */
#offcanvasWishlist:not(.show):not(.showing) {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#offcanvasWishlist.show,
#offcanvasWishlist.showing {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

body:not(.wishlist-offcanvas-open) #offcanvasWishlist:not(.show):not(.showing) {
    display: none !important;
    pointer-events: none !important;
}
