
            @media (min-width: 1200px) {
            .container {  	
                width: 1400px;
                
            }}
         :root {  
            --maincolor: #39563C;  
            --bodycolor: #525050;  
        }html{
            font-size: 16px;
        }body{
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            color: #525050;
        }body{background-color: #FFFFFF;background-repeat: repeat-x;background-attachment: scroll;background-size: auto;}.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Montserrat", sans-serif;
            color: #121111;
            text-transform: uppercase;
			font-weight: 600;
        }.pos_title h2{
            font-size: 28px;
        }.pos-title{
            font-family: "Montserrat", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #FFFFFF;   
        }.page-title-wrapper{ background-color: #FFFFFF}.page-header h1,.breadcrumb{  
                color: #111111;   
            }.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: #39563C;
        }.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: ;
        }/* Boutons plus modernes */
.btn {
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

/* Images produits plus clean */
.product-miniature img {
    border-radius: 10px;
}

/* Ombre légère pour effet premium */
.product-miniature {
    transition: all 0.3s ease;
}

.product-miniature:hover {
    transform: translateY(-5px);
}

/* Titres plus impactants */
h1, h2, h3 {
    letter-spacing: 0.5px;
}

/* Espacement global */
.container {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Masquer onglets détails et avis */
.nav-tabs li:nth-child(2),
.nav-tabs li:nth-child(3) {
    display: none !important;
}

/* Masquer le contenu associé */
.tab-pane:not(:first-child) {
    display: none !important;
}