
            @media (min-width: 1200px) {
            .container {  	
                width: 1430px;
                
            }}
         :root {  
            --maincolor: #E20612;  
            --bodycolor: #525050;  
        }html{
            font-size: 14px;
        }body{
            font-family: "Rubik", sans-serif;
            font-size: 14px;
            color: #525050;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Rubik", sans-serif;
            color: #121111;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Rubik", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #222222;   
        }.page-title-wrapper{ background-image: url(https://motopassion-boutique.fr/img/cms/header-page.webp);}.js-product-miniature .product_desc .product_name{
            color: #121111;
            text-transform: uppercase;
            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: #E20612;
        }.product-price-and-shipping .price{
            color:#E20613;
            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:#E20613;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }.links-header .pos-account > a,
.links-header .blockcart > a {
  position: relative;
  display: inline-block;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  margin-right:10px;
}

.links-header .pos-account > a::before,
.links-header .blockcart > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 160%;
  height: 100%;
  background-color: #E20612;
  z-index: -1;
  transform: skew(-20deg);
}

.variant-links { display:block; margin-bottom:10px; }