<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Enter Your Custom CSS Here */
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    display: none;
}
.woocommerce .product_meta {
  text-transform: none
}
td.product-subtotal {
  display: none;
}
th.product-subtotal {
  display: none;
}
</pre></body></html>