.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
    color: #ffffff !important;
}

.single-product .woocommerce-Price-amount.amount{
	background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 21px;
    border-radius: 5px;
    font-family: 'Inter';
    font-weight: bold;
	position: relative;
    top: 20px;
}
.single-product .description_produit h3{
	font-family: 'Inter';
    font-weight: 600;
    line-height: 1em;
    font-size: 21px;
	
}
.single-product .avantage_group{
	grid-template-rows: auto!important;
}
.single-product .avantage_group .contenu{
	font-size: 14px;
    font-family: 'Inter';
}
.single-product .woocommerce-Price-amount.amount{
	
}
.contenu_fidelite .elementor-shortcode p{
	text-align: center
}
.sale-price ins .woocommerce-Price-amount.amount{
	background: #E10600;
}
.sale-price del .woocommerce-Price-amount.amount{
	background: none!important;
    color: #AAAAAA;
}
.contenu_fidelite{
	background: #EFEFEF;
    text-align: center !important;
    font-family: 'Inter';
    font-size: 14px;
}
.single-product .avantage_group .titre{
	font-family: 'Inter';
    font-weight: 600;
	font-size: 21px;
}
.single-product .avantage_group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.single-product .avantage_group > .elementor-element {
    padding: 20px;
    border-right: 1px solid #DDDDDD;
}
.bloc-description-detaille-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.tests-articles-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.elementor-product-loop-item--align-left .products li.product{
	padding: 20px 20px 20px 0!important
}

.tests-articles-label {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
}

.tests-articles-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.test-article-btn {
    display: inline-block;
    padding: 8px 18px;
    border: 2px solid #D60000;
    color: #D60000;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s ease;
}

.test-article-btn:hover {
    background: #D60000;
    color: #FFF;
}
.galerie-slider {
    width: 100%;
    margin-top: 55px;
	position: relative;
    padding-top: 50px;
}

.galerie-slide {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.galerie-img {
    width: 100%;
    height: 280px;  /* ajuste la hauteur selon ton design */
    overflow: hidden;
    border-radius: 12px; /* si tu veux arrondir les coins */
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.galerie-img img {
    width: 100%;
    height: 100%!important;
    object-fit: cover; /* très important */
    object-position: center;
    display: block;
}


.galerie-desc {
    font-size: 15px;
    color: #111;
    margin: 0;
}

/* Styles des flèches */
.galerie-prev,
.galerie-next {
    position: absolute !important;
    top: -25px  !important;        /* placer les flèches au-dessus du slider */
    width: 36px !important;
    height: 36px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #222 !important;
    cursor: pointer;
    z-index: 50 !important;
}

.galerie-slider.swiper {
    overflow: visible !important;
    position: relative !important;
}

/* Pour empêcher les images de déborder hors du viewport */
.galerie-slider.swiper .swiper-wrapper {
    
}
.gallery_content{overflow:hidden}
/* Forcer la flèche même en état disabled */
.galerie-prev::after,
.galerie-next::after {
    font-family: Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: #222 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev{
	right: 50px !important;
	left: auto !important;
}

/* Chevron gauche */
.galerie-prev::after {
    content: "‹" !important;
}

/* Chevron droite */
.galerie-next::after {
    content: "›" !important;
}

/* IMPORTANT : forcer aussi sur l'état disabled */
.galerie-prev.swiper-button-disabled::after {
    content: "‹" !important;
}

.galerie-next.swiper-button-disabled::after {
    content: "›" !important;
}

/* Option : empêcher Swiper de griser */
.galerie-prev.swiper-button-disabled,
.galerie-next.swiper-button-disabled {
    opacity: 1 !important;
    pointer-events: auto !important;
}




/* Bloc image + texte */
.bloc-description-detaille {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 25px 0;
}

/* image */
.bdd-image img {
        width: 100%;
    max-width: 420px !important;
    height: auto !important;
    object-fit: contain;
}

/* texte */
.bdd-texte {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bdd-titre {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.bdd-desc {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}
.bdd-image{
	display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 768px) {
    .bloc-description-detaille {
        grid-template-columns: 1fr;
    }
    .bdd-image img {
        margin-bottom: 20px;
    }
}

/* Supprimer la bordure sur la dernière colonne */
.single-product .avantage_group > .elementor-element:nth-child(4) {
    border-right: none;
}
.variations .reset_variations {color:#E10600}
.single-product .merchant-product-size-chart .merchant-product-size-chart-button{
	float: right;
}
.single-product form.cart.variations_form  table.variations label{
	font-family: 'Inter' !important;
    font-weight: bold !important;
    font-size: 15px !important;
    color: #000 !important;
}
.single-product .e-n-tabs-heading{
	border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
div.quantity .ct-increase:hover, div.quantity .ct-decrease:hover{
	color:#000;
	font-weight:700
}

.single-product .paiement{
	background:#F6FAFF;
	border-radius: 5px;
    border: 1px solid #DDDDDD;
}
.paiement ul li{
	list-style: none;
    font-size: 15px;
    padding: 5px 0;
}
