/*
Theme Name: Golf Grip
Theme URI: https://jamesnash.net/
Author: James Nash
Author URI: https://jamesnash.net/
Description: Exclusive theme for Golf Grip
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
Text Domain: kb
This theme uses tailwind css. please use following code to watch css when editing html files
npx tailwindcss -i ./assets/css/tailwind.css -o ./theme.css --watch --minify
*/

#order-notes {
  margin-bottom: 20px;
}
#order-fields .wc-block-components-checkout-step__heading {
  display: none;
}