
/* AZCB background overlay - robuste */
body.azcb-has-bg::before{
  content:"";
  position:fixed;
  inset:0;
  background-image: var(--azcb-bg);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  opacity: .18;
  pointer-events:none;
  z-index: 0;
}
body.azcb-has-bg #wrapper,
body.azcb-has-bg #content,
body.azcb-has-bg #main,
body.azcb-has-bg main{
  position:relative;
  z-index: 1;
}

/* IMPORTANT: ne jamais filtrer les badges (ex: "Nouveau") */
.product-flags,
.product-flags *{
  filter: none !important;
}
