/* =========================
   BASE CLEANUP (GLOBAL)
========================= */
body.single-product .product_title,
body.single-product .price,
body.single-product .woocommerce-breadcrumb,
body.single-product .posted_in,
body.single-product .product_meta,
body.single-product .woocommerce-tabs,
body.single-product .related {
  display: none !important;
}

/* =========================
   LAYOUT
========================= */
body.single-product form.cart {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 520px;
}

/* =========================
   INPUTS
========================= */
body.single-product input[type="text"],
body.single-product input[type="number"],
body.single-product input[type="date"],
body.single-product select,
body.single-product textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #D2D2D7;
  border-radius: 8px;
  background: #fff;
  padding: 12px 14px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
}

/* =========================
   FIELD LABELS
========================= */
body.single-product .wapf-field label {
  font-weight: 600;
  color: #1D1D1F;
  font-family: 'Inter', sans-serif;
}

/* =========================
   SERVICE CARDS
========================= */
body.single-product .wapf-field.wapf-type-radio,
body.single-product .wapf-field.wapf-type-checkbox,
body.single-product .wapf-field.wapf-type-true_false {
  background: #F5F5F7;
  border: 1.5px solid #D2D2D7;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 16px;
}

/* =========================
   SPACING BETWEEN CHOICES
========================= */
body.single-product .wapf-choices {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* =========================
   PRICE HIGHLIGHT
========================= */
body.single-product .wapf-pricing-hint,
body.single-product .wapf-price-hint {
  color: #B1CC4F !important;
  font-weight: 600;
}

/* =========================
   TOTALS
========================= */
body.single-product .wapf-product-totals,
body.single-product .wapf-total,
body.single-product .wapf-grand-total {
  font-weight: 700;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
}

body.single-product .wapf-product-totals .amount,
body.single-product .wapf-total .amount,
body.single-product .wapf-grand-total .amount {
  color: #B1CC4F !important;
}

/* =========================
   BUTTON
========================= */
body.single-product .single_add_to_cart_button {
  width: 100%;
  min-height: 56px;
  border-radius: 8px;
  background: #C5E063 !important;
  color: #1D1D1F !important;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  border: none !important;
}

body.single-product .single_add_to_cart_button:hover {
  background: #B1CC4F !important;
}

/* =========================
   CHECKOUT PAGE
========================= */
body.woocommerce-checkout {
  font-family: 'Inter', sans-serif;
  background-color: #FFFFFF;
  color: #1D1D1F;
}

body.woocommerce-checkout h2,
body.woocommerce-checkout h3 {
  font-family: 'Inter', sans-serif;
  color: #1D1D1F;
  font-weight: 600;
}

body.woocommerce-checkout .input-text,
body.woocommerce-checkout select {
  border: 1px solid #D2D2D7;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  color: #1D1D1F;
  padding: 12px 16px;
}

body.woocommerce-checkout .input-text:focus,
body.woocommerce-checkout select:focus {
  border-color: #C5E063;
  outline: none;
  box-shadow: 0 0 0 3px rgba(197, 224, 99, 0.3);
}

#place_order,
body.woocommerce-checkout .button {
  background-color: #C5E063 !important;
  color: #1D1D1F !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  border: none !important;
  padding: 14px 24px !important;
}

#place_order:hover,
body.woocommerce-checkout .button:hover {
  background-color: #B1CC4F !important;
}

body.woocommerce-checkout #order_review {
  background-color: #F5F5F7;
  border-radius: 8px;
  padding: 24px;
}

body.woocommerce-checkout table.shop_table {
  border: 1px solid #D2D2D7;
  border-radius: 8px;
}

/* =========================
   ORDER RECEIVED PAGE
========================= */
.woocommerce-order h1 {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #1D1D1F;
}

.woocommerce-order p {
  font-family: 'Inter', sans-serif;
  color: #6E6E73;
}

.woocommerce-order .woocommerce-order-overview {
  background: #F5F5F7;
  border-radius: 8px;
  padding: 24px;
  border: none;
  list-style: none;
}

.woocommerce-order .woocommerce-order-overview li {
  font-family: 'Inter', sans-serif;
  border-right: 1px solid #D2D2D7;
}

.woocommerce-order table.woocommerce-table {
  border: 1px solid #D2D2D7;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
}

.woocommerce-order table.woocommerce-table th {
  background: #F5F5F7;
  color: #1D1D1F;
  font-weight: 600;
}

.woocommerce-order .woocommerce-column__billing-address address {
  font-family: 'Inter', sans-serif;
  color: #6E6E73;
  border: 1px solid #D2D2D7;
  border-radius: 8px;
  padding: 16px;
}

.woocommerce-product-addon {
  max-width: 100% !important;
  width: 100% !important;
}

.woocommerce #payment #place_order {
  background-color: #C5E063 !important;
  color: #1D1D1F !important;
  border: none !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
}

.woocommerce #payment #place_order:hover {
  background-color: #B1CC4F !important;
}