/* ========20251222 BEGIN========= */
/* Product price value - make it red and slightly larger */
.projector_versions__price_value {
    font-size: 30px !important;
    color: #e60023 !important; /* brand red */
    font-weight: 700 !important;
}

/* VAT label (brutto) - smaller and neutral */
.projector_versions__vat_price_vat {
    font-size: 13px !important;
    color: #999 !important;
}
/* ========20251222 END========= */


/* ========202512231134 BEGIN========= */
/* Change price font and size when use GRID */
.product_prices strong,
.product__prices strong,
.products strong {
  font-size: 26px !important;
  color: #e60023 !important;
  font-weight: 800 !important;
}
/* ========202512231134 END========= */


/* ========202512231201 BEGIN========= */
/* Change font and color when use LIST */
#content strong[style],
#content strong {
    font-size: 22px !important;
    color: #ff0000 !important;
    font-weight: 900 !important;
}

/* ========202512231201 END========= */



/* ========202512231219 BEGIN========= */
/* HIDE "one size" everyehere*/
.search_list .search_versions__label, 
span.projector_versions__header_label, 
.projector_versions__label {
    display: none !important;
}
/* ========202512231219 END========= */