/* HERMES_BATCH2_20260906 — RFQ-first PDP, secondary sample cart */

body.single-product form.cart .single_add_to_cart_button,
body.single-product form.cart button.button.alt,
body.single-product form.cart button.button {
  background: #fff !important;
  color: #0a3d62 !important;
  border: 1px solid #0a3d62 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}

body.single-product form.cart .single_add_to_cart_button:hover,
body.single-product form.cart button.button.alt:hover {
  background: #eff6ff !important;
}

body.single-product .product-rfq-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 14px 0 8px !important;
}

body.single-product .product-rfq-actions .btn-primary {
  background: #e8a33d !important;
  color: #20160a !important;
  border: 0 !important;
}

body.single-product .product-rfq-actions .btn-ghost {
  background: transparent !important;
  color: #eaf2fb !important;
}

body.single-product .summary .product-rfq-actions .btn-ghost,
body.single-product .entry-summary .product-rfq-actions .btn-ghost {
  color: #0a3d62 !important;
  border: 1px solid #cfdbea !important;
}

body.woocommerce-page .page-hero .btn-secondary {
  background: transparent !important;
  color: inherit !important;
}
