
         :root {  
            --maincolor: #01D5C9;  
            --bodycolor: #000000;  
        }html{
            font-size: 16px;
        }body{
            font-family: "Jost", sans-serif;
            font-size: 16px;
            color: #000000;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Jost", sans-serif;
            color: #000000;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Jost", 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: #CC3B46;
        }.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: ;
        }.product-id-19  .product-prices { display: none !important}
#ppbs-price {
  text-align: left;
  font-size: 1.6rem;
  color: #fff !important;
  margin-top: 20px;
  margin-bottom: 5px;
  position: fixed;
  right: 50px;
  top: 40%;
  background: #000;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 9999;
  transition: top 0.2s;
}

@media (max-width: 991px) {
  #ppbs-price {
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 0;
    padding: 12px 0;
    box-sizing: border-box;
	text-align:center !important
  }
}
/* Style commun pour le sticky prix natif PrestaShop */
.product-prices.js-product-prices {
  text-align: left;
  font-size: 1.6rem;
  color: #fff;
  position: fixed;
  right: 50px;
  top: 40%;
  background: #000;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 9999;
  margin-top: 20px;
  margin-bottom: 5px;
  transition: top 0.2s;
}

/* Responsive : sticky top en mobile/tablette */
@media (max-width: 991px) {
  .product-prices.js-product-prices {
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 100vw !important;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 0;
    padding: 12px 0;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}
.product-prices.js-product-prices {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.product-prices .product-price.h5 {
  margin: 0;
}

.product-prices .tax-shipping-delivery-label {
  font-size: 1.2rem;
  color: #fff;
  margin-left: 8px;
  font-weight: normal;
  white-space: nowrap;
  padding: 0;
}

@media (max-width: 991px) {
  .product-prices.js-product-prices {
    justify-content: center;
  }
  .product-prices .tax-shipping-delivery-label {
    font-size: 1rem;
  }
}
.product-prices .price, .product-prices .current-price span:first-child {
  color: #fff !important;
}
#ppbs-price {
  display: block;
  color: #fff;
  text-align: left;
  font-size: 1.4rem;
  background: #000;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 5px;
  position: fixed;
  right: 50px;
  top: 40%;
  z-index: 9999;
  transition: top 0.2s;
}

/* Desktop : "Votre prix :" en block, prix + TTC sur deuxième ligne */
#ppbs-price::before {
  content: "Votre prix :";
  display: block;
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 1.1rem;
  color: #FBE477;
}

#ppbs-price::after {
  content: " TTC";
  font-size: 1.1rem;
  color: #fff;
  margin-left: 6px;
}

/* Tablette/mobile : tout sur une ligne */
@media (max-width: 991px) {
  #ppbs-price {
    font-size: 1.2rem;
    text-align: center;
    border-radius: 0;
    padding: 12px 0;
  }
  #ppbs-price::before {
    content: "Votre prix : ";
    display: inline;
    margin-bottom: 0;
    font-size: 1rem;
  }
  #ppbs-price::after {
    font-size: 1rem;
  }
}
.product-prices {
  color: #fff;
  background: #000;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 5px;
  display: block;
  font-size: 1.6rem;
  text-align: left;
  position: fixed;  /* sticky style */
  right: 50px;
  top: 40%;
  z-index: 9999;
  transition: top 0.2s;
}

/* Desktop : "Votre prix :" sur première ligne, prix + TTC sur la seconde */
.product-prices .yrprice {
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 2px;
}

.product-prices .current-price-value::after {
  content: " TTC";
  font-size: 1.2rem;
  color: #fff;
  margin-left: 6px;
}

/* Mobile/Tablette : tout sur une ligne */
@media (max-width: 991px) {
  .product-prices {
    font-size: 1.2rem;
    text-align: center;
    border-radius: 0;
    padding: 12px 0;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    position: fixed;
  }
  .product-prices .yrprice {
    display: inline;
    font-size: 1rem;
    margin-bottom: 0;
  }
  .product-prices .current-price-value::after {
    font-size: 1rem;
  }
}
.product-price {
  color: #fff !important;
}
.product-prices .tax-shipping-delivery-label {display:none;}