/**
 * Fast Track product page tweaks (WooCommerce product ID 9824).
 * Scoped to /kiss-vietnam-airport-fast-track/ only — see functions.php
 * kisstour_enqueue_ft_product_9824_assets().
 *
 * - T15: repoint "Book now" buttons (JS, see ft-product-9824.js)
 * - T16: hide broken add-to-cart
 * - T17: WhatsApp button styles
 * - T41: hide leftover ordering column + widen hero (was Code Snippet 12
 *        Task 1; the snippet's link-repoint sub-behaviour is dropped --
 *        already covered by T15's BOOK_NOW_TARGETS, see docs/ops T41 spec)
 */

.brxe-product-add-to-cart {
  display: none !important;
}

/* T41: hide the leftover ordering column (quantity input + bare/broken
   add-to-cart form + "All KissTour experiences" box) -- Fast Track is
   booked via /book-fast-track/ (vt-booking/v1/fast-track, see T37), so
   this column is dead weight left over from the stock product template. */
#brxe-ejtvoq {
  display: none !important;
}

/* Hero stretches full width now that the right column above is gone. */
#brxe-ifgriv {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.ft-whatsapp-button-wrap {
  width: 100%;
  margin: 16px 0;
}

.ft-whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 14px 24px;
  background-color: #25d366;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.ft-whatsapp-button:hover,
.ft-whatsapp-button:focus {
  background-color: #1ebe57;
  color: #ffffff;
}

.ft-whatsapp-button svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

@media (max-width: 478px) {
  .ft-whatsapp-button {
    max-width: 100%;
    padding: 14px 16px;
  }
}
