/* DMX_PRICE_DECIMAL_BASELINE_V51N119C */
.dmxPrice [data-price-value] + sup[data-price-decimal-sup]:not(:empty),
.dmxPrice sup[data-price-decimal-sup][data-dmx-decimal-baseline-v51n119c="1"]:not(:empty){
  display:inline!important;
  vertical-align:baseline!important;
  position:static!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  font-size:clamp(2.05rem,3.35vw,3rem)!important;
  line-height:.9!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
  margin-left:0!important;
  padding-left:0!important;
}

.dmxPrice [data-price-value] + sup[data-price-decimal-sup]:not(:empty)::before,
.dmxPrice sup[data-price-decimal-sup][data-dmx-decimal-baseline-v51n119c="1"]:not(:empty)::before{
  content:'.';
}

.dmxPrice[data-price-currency-code="EUR"] [data-price-value] + sup[data-price-decimal-sup]:not(:empty)::before,
.dmxPrice[data-price-currency-code="EUR"] sup[data-price-decimal-sup][data-dmx-decimal-baseline-v51n119c="1"]:not(:empty)::before{
  content:',';
}

.dmxPrice sup[data-price-decimal-sup][data-dmx-decimal-empty-v51n119c="1"]{
  display:none!important;
}
