

/* ## CSS error message ##*/
body::before {
  font-weight: bold;
  content: "A css error occured, using an old style to render this page";
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100000000000;
  background-color: #C00;
  color: #DDD;
}

css_error_message {
  content: "rtlcss: error processing payload\ACssSyntaxError: <css input>:29709:1: Unexpected }\A\A  29707 |     margin: 5px;\A  29708 | }\A> 29709 | }\A        | ^\A  29710 | .product.product_content .product-img{\A  29711 | 	width: 102px !important;\A\AThis error occurred while compiling the bundle 'web.assets_frontend' containing:";
}
