
         :root {  
            --maincolor: #CC3B46;  
            --bodycolor: #525050;  
        }html{
            font-size: 16px;
        }body{
            font-family: "Jost", sans-serif;
            font-size: 16px;
            color: #525050;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Jost", sans-serif;
            color: #121111;
            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: ;
        }.payment-detail {
display:none;}



/* cadre info boutique sur page produit */
.myshopinfo-store {
  margin-bottom: 20px;
}

.myshopinfo-card {
  background: #ffffff;
  border: 1px solid #960000;
 
 
  padding: 16px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.myshopinfo-title {
  color: #960000;
  font-size: 1 rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.myshopinfo-body {
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.4rem;
}

.myshopinfo-line {
  margin: 6px 0;
}

.myshopinfo-link {
  color: #555555;
  text-decoration: none;
}

.myshopinfo-link:hover {
  color: #960000;
  text-decoration: underline;
}

.myshopinfo-hours {
  margin-top: 12px;
  font-size: 0.9rem;
  color: #555555;
}
/* Bandeau alerte fermeture */
.myshopinfo-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #960000;
  color: #fff;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.myshopinfo-alert-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
}
.myshopinfo-alert-text {
  font-size: 0.95rem;
}



