body.single-product,
body.woocommerce,
body.woocommerce-page {
  --chb-green: #2f3d2a;
  --chb-gold: #c9a84c;
  --chb-cream: #f7f2eb;
  --chb-ink: #3d4038;
}
body.single-product .shop-content,
body.single-product .single-content,
body.single-product .single-gray {
  background: #f7f4ef;
}
body.single-product .woocommerce-breadcrumb {
  font-family: "Montserrat", system-ui, sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em;
  text-transform: none !important;
  color: #6b6458 !important;
}
body.single-product .woocommerce-breadcrumb a {
  color: #6b6458 !important;
  text-transform: none !important;
}
body.single-product .product_title,
body.single-product h1.product_title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.8rem, 3vw, 2.35rem) !important;
  font-weight: 600 !important;
  color: var(--chb-green) !important;
  letter-spacing: -0.02em;
  line-height: 1.15 !important;
}
body.single-product p.price,
body.single-product p.price .amount,
body.single-product .summary .price,
body.single-product .summary .woocommerce-Price-amount {
  font-family: "Montserrat", system-ui, sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  color: var(--chb-green) !important;
}
body.single-product .stock {
  display: inline-flex !important;
  background: transparent !important;
  color: var(--chb-green) !important;
  border: 1px solid rgba(47, 61, 42, 0.22) !important;
  border-radius: 999px !important;
  padding: 4px 10px !important;
  font-family: "Montserrat", system-ui, sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
}
body.single-product .product-unit,
body.single-product .sku_wrapper,
body.single-product .sku-wrapper,
body.single-product .product-meta.top,
body.single-product .stock.product-available,
body.single-product .woocommerce-product-attributes-item--weight,
body.single-product .wc-stripe-product-checkout-container {
  display: none !important;
}
body.single-product .woocommerce-product-details__short-description,
body.single-product .product-content,
body.single-product .woocommerce-Tabs-panel,
body.single-product .summary p {
  font-family: "Montserrat", system-ui, sans-serif !important;
  color: var(--chb-ink) !important;
  line-height: 1.65 !important;
}
body.single-product .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-Tabs-panel h3,
body.single-product .product-content h2,
body.single-product .product-content h3 {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  color: var(--chb-green) !important;
  font-weight: 600 !important;
}
body.single-product .single_add_to_cart_button {
  background: var(--chb-green) !important;
  color: #f7f2eb !important;
  border: 0 !important;
  border-radius: 999px !important;
  min-height: 44px !important;
  padding: 0 22px !important;
  font-family: "Montserrat", system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
}
body.single-product .single_add_to_cart_button:hover,
body.single-product .single_add_to_cart_button:focus-visible {
  background: #3d4f37 !important;
  color: #f7f2eb !important;
}
body.single-product .quantity .qty,
body.single-product .quantity .minus,
body.single-product .quantity .plus {
  border-radius: 999px !important;
  border-color: rgba(47, 61, 42, 0.16) !important;
  font-family: "Montserrat", system-ui, sans-serif !important;
  color: var(--chb-green) !important;
}
body.single-product .woocommerce-tabs ul.tabs li a {
  font-family: "Montserrat", system-ui, sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  text-transform: none !important;
  color: #6b6458 !important;
}
body.single-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--chb-green) !important;
  border-bottom: 2px solid var(--chb-gold) !important;
}
body.single-product .product_meta,
body.single-product .product_meta a {
  font-family: "Montserrat", system-ui, sans-serif !important;
  font-size: 0.82rem !important;
  color: #6b6458 !important;
}
body.single-product .related .product-title a,
body.woocommerce .products .product-title a {
  font-family: "Montserrat", system-ui, sans-serif !important;
  color: var(--chb-green) !important;
  font-weight: 600 !important;
}
body.single-product .related .product-available,
body.single-product .related .product-unit,
body.single-product .related .product-rating {
  display: none !important;
}
body.single-product .wc-stripe-product-checkout-container {
  margin-top: 12px;
  max-width: 280px;
}
body.single-product .wc_stripe_product_payment_methods {
  gap: 8px;
}
