/* Product detail: bron-gestuurde eigenschappen boven de prijs. */
.vh-product-properties{display:flex;flex-wrap:wrap;gap:8px;margin:17px 0 13px;padding:0}
.vh-product-properties li{margin:0;padding:7px 11px;border:1px solid #cfe4f2;border-radius:999px;background:#f2f8fc;color:#173f5d;font-size:12px;font-weight:800;line-height:1.25}
.vh-product-properties li::first-letter{color:#16843f}
@media(max-width:700px){.vh-product-properties{gap:6px}.vh-product-properties li{padding:6px 9px;font-size:11px}}
