.elementor-8196 .elementor-element.elementor-element-99d2efa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-8196 .elementor-element.elementor-element-18f672b .elementor-heading-title{font-family:"Cinzel", Sans-serif;text-transform:uppercase;}.elementor-8196 .elementor-element.elementor-element-ade0c1b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:0.9em;font-weight:400;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-8196 .elementor-element.elementor-element-ade0c1b .elementor-heading-title{font-size:1em;line-height:1.2em;}}/* Start custom CSS for container, class: .elementor-element-99d2efa */h1.woocommerce-products-header__title.page-title {
    text-transform: uppercase !important;
	font-family: "Cinzel", Sans-serif;
}

h2.woocommerce-loop-product__title{
	color:black;
	font-family: "Cinzel", Sans-serif;
	white-space: nowrap; /* Empêche le texte de passer à la ligne */
    overflow: hidden; /* Cache tout contenu dépassant de la largeur du conteneur */
    text-overflow: ellipsis; /* Affiche des points de suspension (...) lorsque le texte est coupé */
}
.onsale{
	background-color: #B1C8BF !important;
	font-family: "Cinzel", Sans-serif ;
	display: none ;
	
}

li.product a.button{
    list-style: none outside;
    word-wrap: break-word;
    border: 0;
    text-transform: none;
    box-sizing: border-box;
    -webkit-appearance: button;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    transition: all .3s;
    transition-duration: .3s;
    transition-property: transform;
    font-size: small;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    left: auto;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    font-family: "Roboto Slab", Sans-serif;
    font-weight: 400;
    background: #5bc0de;
    color: black !important;
    border-radius: 0 !important;
    padding: 0,5em 1em ! important;
    background-color: var( --e-global-color-5bbd1d0 );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-primary )!important;
}
.cfvsw-swatches-option{
	border-radius:0 !important;
	color: black;
}
.cfvsw-swatches-disabled{
	background-color: rgba(51, 51, 51, 0.5);
}
.cfvsw-selected-swatch{
	background-color: #E6DCD3;
}
.woocommerce-result-count, select.orderby{
	display:none;
}
.woocommerce-info{
    background-color: #e6dcd3a6 !important;
    border-color: #E6DCD3 !important;
}
.woocommerce-info::before{
    color: black !important
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
  transition: filter 0.45s ease;
	filter: brightness(0.9) contrast(0.9) saturate(0.9);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover img {
  filter: brightness(1.05) contrast(1.05) saturate(1.05);
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
	overflow: hidden;
}
.cfvsw_variations_form,
.add_to_cart_button {
 	visibility: hidden !important;
 	opacity: 0 !important;
	display: none !important;
}
ul.products li.product .price {
    color: #958e09;/* End custom CSS */