/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 21 2026 | 12:21:59 */
.woocommerce ul.products li.product :is(.woocommerce-loop-product__title, .price, .button) {
    white-space: nowrap;
    font-size: clamp(12px, 2vw, 16px);
    line-height: 1.2;
}