/**
 * PumpkinDP product typography parity
 * Keeps product names consistent with homepage cards.
 */

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body .wc-block-components-product-name,
body .wc-block-cart-item__product .wc-block-components-product-name,
body.woocommerce-cart .product-name,
body.woocommerce-cart .product-name a,
body.woocommerce-checkout table.shop_table .product-name,
body.woocommerce-checkout .wc-block-components-product-name {
  font-family: inherit !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
  line-height: 1.3 !important;
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart .product-name,
body.woocommerce-cart .product-name a,
body.woocommerce-checkout table.shop_table .product-name,
body.woocommerce-checkout .wc-block-components-product-name {
  line-height: 1.4 !important;
}
