
            @media (min-width: 1200px) {
            .container {  	
                width: 1190px;
                
            }}
         :root {  
            --maincolor: #FF1FCB;  
            --bodycolor: #525050;  
        }html{
            font-size: 15px;
        }body{
            font-family: "Libre Franklin", sans-serif;
            font-size: 15px;
            color: #525050;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Libre Franklin", sans-serif;
            color: #121111;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Libre Franklin", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.js-product-miniature .product_desc .product_name{
            color: #121111;
            text-transform: none;
            font-weight: 400;
        }@media(min-width: 768px){
                .js-product-miniature .product_desc .product_name{
                font-size: 16px;
                }
            }.js-product-miniature .product_desc .product_name:hover{
            color: #DF2121;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 16px;
        }.h1.namne_details, .product_name_h1{
            color: #121111;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#121111;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }#module-smartblog-details .articleContent img {
    display: block;                 /* Supprime l'espacement en ligne */
    max-width: 100%;                /* Responsive : s'adapte à la largeur du conteneur */
    height: auto;                   /* Respecte le ratio original */
    border-radius: 12px;            /* Coins arrondis pour un look moderne */
    box-shadow: 0 8px 20px rgba(0,0,0,0.15); /* Ombre douce et élégante */
    margin: 20px 0;                 /* Espacement vertical entre les paragraphes */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation au hover */
    object-fit: cover;              /* S'assure que l'image couvre son conteneur si redimensionnée */
}
.modal.quickview .product-additional-info {
    display: none !important;
}
#module-smartblog-details .articleContent img:hover {
    transform: scale(1.05);         /* Légère zoom au survol pour attirer l’œil */
    box-shadow: 0 12px 28px rgba(0,0,0,0.25); /* Ombre plus prononcée au hover */
}
/* Hide Add to Cart ONLY in product listing (category, home, modules…) */
.product-miniature .add-to-cart,
.product-miniature button[data-button-action="add-to-cart"],
.product-miniature .ajax_add_to_cart_button {
    display: none !important;
}
.btn.add-to-cart {
    pointer-events: none; /* Disable clicks */
    opacity: 0.5;         /* Make it look disabled */
    cursor: not-allowed;  /* Show the “not-allowed” cursor */
    background-color: #ccc; /* Optional: gray out the button */
    border-color: #999;     /* Optional: match border */
}
.btn.add-to-cart {
    display: none !important;
}
.availability,
.product-quantities {
    display: none !important;
}
.social-sharing,
.product-social-sharing {
    display: none !important;
}
.page-product-box {
    display: none !important;
}
.slider-item {
    order: 1;
}

.banner_top_site {
    order: 2;
}
ssenger-floating {
  bottom: 80px;
}

