/* ============================================
   BRAND COLORS
   ============================================ */
:root {
  --primary: #7A6CFF;
  --secondary: #F9F8FF;
  --accent: #2F2F2F;
  --card-bg: #ffffff;
  --card-hover: #8A7EFF;
}

/* ============================================
   GLOBAL - HIDE ELEMENTS
   ============================================ */
.site-title,
.avatar,
img[src*="creator-rising"] {
  display: none !important;
}

/* ============================================
   GLOBAL - PAGE TITLES (ANIMATED)
   ============================================ */
h1,
h2.page-title,
.entry-title,
.woocommerce-page h1,
h1.page-title,
.woocommerce-page h1.page-title {
  font-family: 'Playfair Display', serif !important;
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  color: #8B5E3C !important;
  text-align: center !important;
  letter-spacing: 6px !important;
  text-transform: uppercase !important;
  margin-bottom: 50px !important;
  padding-bottom: 25px !important;
  padding-top: 40px !important;
  position: relative !important;
  animation: fadeSlideIn 1s ease forwards !important;
  text-shadow: 1px 1px 3px rgba(139, 94, 60, 0.15) !important;
}

h1::after,
h2.page-title::after,
.entry-title::after,
.woocommerce-page h1::after,
h1.page-title::after,
.woocommerce-page h1.page-title::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 0px !important;
  height: 3px !important;
  background: linear-gradient(to right, #8B5E3C, #c9a96e, #8B5E3C) !important;
  animation: expandLine 1.2s ease 0.5s forwards !important;
}

@keyframes fadeSlideIn {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes expandLine {
  0% { width: 0px; }
  100% { width: 180px; }
}

/* ============================================
   NAVIGATION BUTTONS - STRICT 4x2 GRID
   ============================================ */
.wp-block-buttons {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-auto-rows: 75px !important;
  gap: 12px !important;
  padding: 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  flex-wrap: unset !important;
  flex-direction: unset !important;
  align-items: unset !important;
  justify-content: unset !important;
}

.wp-block-button {
  margin: 0 !important;
  width: 100% !important;
  height: 75px !important;
  flex: unset !important;
}

.wp-block-button__link {
  font-family: 'Playfair Display', serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  background: linear-gradient(135deg, #B07D55, #8B5E3C) !important;
  color: #FDF6EE !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(139, 94, 60, 0.2) !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  height: 75px !important;
  white-space: normal !important;
  box-sizing: border-box !important;
  line-height: 1.2 !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.wp-block-button__link:hover {
  background: linear-gradient(135deg, #C4956A, #A67851) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 22px rgba(139, 94, 60, 0.35) !important;
  color: #FDF6EE !important;
}

/* ============================================
   GENERAL PAGE LAYOUT
   ============================================ */
body {
  background: #FAF5E5 !important;
}

.site-content {
  padding: 0 !important;
  background: #FAF5E5 !important;
}

.wp-site-blocks {
  background: #FAF5E5 !important;
  padding: 0 !important;
}

.site-main,
.entry-content,
.page-content,
.wp-block-post-content {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px 30px 60px !important;
  float: none !important;
}

.wp-block-group__inner-container,
.is-layout-constrained > *,
.is-layout-flow > * {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.entry-content p {
  font-family: 'Playfair Display', serif !important;
  color: #4A3F38 !important;
  font-size: 1.1rem !important;
  line-height: 1.8 !important;
  text-align: center !important;
}

.wp-block-group {
  background: transparent !important;
}

/* Smooth page transitions */
.entry-content,
.site-main {
  animation: fadeSlideIn 0.4s ease forwards !important;
}

/* ============================================
   FLOATING CART BUTTON
   ============================================ */
.floating-cart {
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
  background: linear-gradient(135deg, #B07D55, #8B5E3C) !important;
  color: #FDF6EE !important;
  padding: 15px 25px !important;
  border-radius: 50px !important;
  font-family: 'Playfair Display', serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(139,94,60,0.4) !important;
  z-index: 9999 !important;
  transition: all 0.3s ease !important;
}

.floating-cart:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 30px rgba(139,94,60,0.5) !important;
  color: #FDF6EE !important;
}

/* ============================================
   WOOCOMMERCE - PRODUCT GRID
   ============================================ */
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

.woocommerce ul.products li.product {
  background: #F5E8D0;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
}

/* ============================================
   WOOCOMMERCE - CART PAGE
   ============================================ */
body.woocommerce-cart {
  font-family: 'Playfair Display', serif;
  background: #FAF5E5;
}

.woocommerce-cart table.shop_table {
  border-collapse: separate;
  border-spacing: 0 20px;
}

.woocommerce-cart tr.cart_item {
  display: block;
  background: #F5E8D0;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.woocommerce-cart td.product-thumbnail img {
  max-width: 120px;
  border-radius: 15px;
  margin-right: 20px;
}

.woocommerce-cart td.product-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #8B5E3C;
  margin-bottom: 10px;
}

.woocommerce-cart td.product-name p {
  font-weight: 400;
  font-size: 1rem;
  color: #5a3f2a;
}

.woocommerce-cart td.product-price,
.woocommerce-cart td.product-subtotal {
  font-weight: 600;
  color: #8B5E3C;
  font-size: 1.1rem;
}

.woocommerce-cart input.qty {
  width: 50px;
  padding: 4px 6px;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #8B5E3C;
  margin-top: 5px;
}

.woocommerce-cart a.remove {
  color: #8B5E3C;
  font-size: 18px;
}

.woocommerce-cart .coupon input.input-text {
  width: 150px;
  height: 35px;
  font-size: 0.95rem;
  padding: 5px 8px;
  border-radius: 6px;
  border: 1px solid #8B5E3C;
}

.woocommerce-cart .coupon .button {
  font-size: 0.95rem;
  padding: 6px 12px;
  border-radius: 8px;
  background: #8B5E3C;
  color: #FAF5E5;
  margin-left: 5px;
}

.woocommerce-cart .coupon .button:hover { background: #6f472e; }

.woocommerce-cart .cart_totals {
  background: #F5E8D0;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  max-width: 400px;
  margin-top: 30px;
}

.woocommerce-cart .checkout-button {
  font-size: 1rem;
  padding: 12px 25px;
  border-radius: 12px;
  background: #8B5E3C;
  color: #FAF5E5;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}

.woocommerce-cart .checkout-button:hover { background: #6f472e; }

.woocommerce-cart .cart_disclaimer {
  margin: 30px auto;
  padding: 20px;
  border: 2px solid #8B5E3C;
  border-radius: 15px;
  background: #F5E8D0;
  color: #8B5E3C;
  font-size: 1rem;
  max-width: 800px;
}

/* ============================================
   MY ACCOUNT PAGE
   ============================================ */
.woocommerce-MyAccount-navigation ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  padding: 0;
  margin: 0 0 50px 0;
}

.woocommerce-MyAccount-navigation li { list-style: none; }

.woocommerce-MyAccount-navigation a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px;
  border-radius: 20px;
  background: var(--card-bg);
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.4s ease;
  min-height: 120px;
  font-size: 16px;
}

.woocommerce-MyAccount-navigation a:hover {
  background: var(--card-hover);
  color: white;
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.woocommerce-MyAccount-content {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.woocommerce-MyAccount-content > p:first-child {
  display: none !important;
}

.bq-nav a.bq-logout {
  background: transparent !important;
  border: 1px solid rgba(139,94,60,0.3) !important;
  color: #8B5E3C !important;
}

.bq-nav a.bq-logout:hover {
  background: #8B5E3C !important;
  color: #FDF6EE !important;
}

/* ============================================
   WPFORMS - ENQUIRY PAGE
   ============================================ */
.wpforms-container {
  background: #F5E8D0 !important;
  padding: 40px !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
  max-width: 700px !important;
  margin: 0 auto !important;
}

.wpforms-field label {
  font-family: 'Playfair Display', serif !important;
  color: #8B5E3C !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  display: block !important;
}

.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
  font-family: 'Playfair Display', serif !important;
  border: 1px solid #C4956A !important;
  border-radius: 10px !important;
  padding: 12px 15px !important;
  background: #FDF6EE !important;
  color: #4A3F38 !important;
  font-size: 1rem !important;
}

.wpforms-field input:focus,
.wpforms-field textarea:focus {
  outline: none !important;
  border-color: #8B5E3C !important;
  box-shadow: 0 0 0 2px rgba(139,94,60,0.1) !important;
}

.wpforms-submit {
  background: linear-gradient(135deg, #B07D55, #8B5E3C) !important;
  color: #FDF6EE !important;
  font-family: 'Playfair Display', serif !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  padding: 16px 40px !important;
  border: none !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  box-shadow: 0 6px 18px rgba(139,94,60,0.25) !important;
  transition: all 0.3s ease !important;
  margin-top: 10px !important;
}

.wpforms-submit:hover {
  background: linear-gradient(135deg, #C4956A, #A67851) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 25px rgba(139,94,60,0.35) !important;
}

/* ============================================
   PROGRAM PAGES
   ============================================ */
.program-wrapper {
  padding: 20px 15px !important;
  max-width: 100% !important;
}

.week-nav {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
  margin-bottom: 25px !important;
}

.week-nav button {
  padding: 12px 6px !important;
  font-size: 0.75rem !important;
  border-radius: 10px !important;
  line-height: 1.3 !important;
}

.week-card {
  padding: 20px 15px !important;
  margin-bottom: 20px !important;
  border-radius: 16px !important;
  box-sizing: border-box !important;
}

.hidden-week h2 {
  font-size: 1.4rem !important;
  letter-spacing: 1px !important;
  padding-top: 5px !important;
}

.hidden-week h3 {
  font-size: 1.1rem !important;
  margin-top: 20px !important;
}

.hidden-week p,
.hidden-week li {
  font-size: 0.95rem !important;
  line-height: 1.7 !important;
}

.hidden-week iframe {
  width: 100% !important;
  height: 210px !important;
  border-radius: 12px !important;
}

.hidden-week img {
  width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
}

.congrats-box {
  padding: 30px 20px !important;
  text-align: center !important;
}

/* ============================================
   PASSWORD & ACCOUNT FORMS
   ============================================ */
.woocommerce-form-row {
  margin-bottom: 25px !important;
}

.woocommerce-form-row input[type="password"],
.woocommerce-form-row input[type="text"],
.woocommerce-form-row input[type="email"] {
  width: 100% !important;
  padding: 16px 20px !important;
  font-size: 1rem !important;
  border-radius: 12px !important;
  border: 1px solid #C4956A !important;
  background: #FDF6EE !important;
  color: #4A3F38 !important;
  box-sizing: border-box !important;
  margin-top: 8px !important;
}

.woocommerce-form-row label {
  font-family: 'Playfair Display', serif !important;
  color: #8B5E3C !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
}

.woocommerce button[type="submit"] {
  width: 100% !important;
  padding: 18px !important;
  font-size: 1rem !important;
  border-radius: 50px !important;
  background: linear-gradient(135deg, #B07D55, #8B5E3C) !important;
  color: #FDF6EE !important;
  border: none !important;
  font-family: 'Playfair Display', serif !important;
  font-weight: 600 !important;
  margin-top: 10px !important;
  cursor: pointer !important;
}

/* ============================================
   PROGRAM HERO H1 — FORCE WHITE
   (overrides the global h1 brown colour above)
   ============================================ */
.prog-hero h1 {
  color: #ffffff !important;
  text-shadow: none !important;
  text-align: center !important;
  letter-spacing: 2px !important;
  margin-bottom: 8px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  animation: none !important;
}

.prog-hero h1::after {
  display: none !important;
}

/* ============================================
   MASTERCLASS COVER H1 — FORCE WHITE
   ============================================ */
.cover h1 {
  color: #ffffff !important;
  text-shadow: none !important;
  text-align: center !important;
  letter-spacing: 2px !important;
  margin-bottom: 12px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  animation: none !important;
  text-transform: none !important;
}

.cover h1::after {
  display: none !important;
}

/* ============================================
   HIDE BQ DASHBOARD ON PASSWORD RESET PAGE
   ============================================ */
.page-password-reset .bq-wrapper,
body[class*="password-reset"] .bq-wrapper,
.page-password-reset .woocommerce-MyAccount-navigation,
body[class*="password-reset"] .woocommerce-MyAccount-navigation {
  display: none !important;
}

.page-password-reset .woocommerce-MyAccount-content,
body[class*="password-reset"] .woocommerce-MyAccount-content {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

/* ============================================
   PROGRESS STEPS
   ============================================ */
.progress-step.done {
  background: rgba(255,255,255,0.2);
  border-color: var(--gold);
}
.progress-step.done .progress-step-label { color: var(--gold); }

/* ============================================
   MEDIA QUERIES
   ============================================ */
@media (max-width: 768px) {
  .site-main,
  .entry-content,
  .page-content {
    padding: 15px 15px 40px !important;
  }

  .wp-block-buttons {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: 65px !important;
  }

  .wp-block-button,
  .wp-block-button__link {
    height: 65px !important;
    font-size: 0.78rem !important;
  }

  .floating-cart {
    bottom: 20px !important;
    right: 20px !important;
    padding: 12px 20px !important;
    font-size: 0.9rem !important;
  }

  .woocommerce-form-row input[type="password"],
  .woocommerce-form-row input[type="text"],
  .woocommerce-form-row input[type="email"] {
    padding: 14px 16px !important;
    font-size: 16px !important;
  }

  .woocommerce-cart table.shop_table tr.cart_item { display: block; }
  .woocommerce-cart .cart_totals { max-width: 100%; margin: 20px 0; }
  .woocommerce-cart td.product-thumbnail img { margin-bottom: 10px; margin-right: 0; }

  .woocommerce-MyAccount-navigation ul { grid-template-columns: 1fr; }

  .wpforms-container { padding: 25px !important; }

  h1 { font-size: 2rem !important; letter-spacing: 3px !important; }
  h2 { font-size: 24px !important; }
  h3 { font-size: 20px !important; }
  p  { font-size: 16px !important; }
  body { font-size: 16px !important; line-height: 1.6 !important; }
  img, video { max-width: 100% !important; height: auto !important; }
}

@media (max-width: 800px) {
  .woocommerce-cart table.shop_table tr.cart_item { display: block; }
  .woocommerce-cart .cart_totals { max-width: 100%; margin: 20px 0; }
  .woocommerce-cart td.product-thumbnail img { margin-bottom: 10px; margin-right: 0; }
}

@media (max-width: 480px) {
  .week-nav {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-form-login,
  .woocommerce-account.logged-in .woocommerce-form-register {
    display: none !important;
  }

  .woocommerce-account:not(.logged-in) .bq-wrapper .bq-header,
  .woocommerce-account:not(.logged-in) .bq-wrapper .bq-nav,
  .woocommerce-account:not(.logged-in) .bq-wrapper .bq-logout-wrap,
  .woocommerce-account:not(.logged-in) .bq-wrapper .bq-programs,
  .woocommerce-account:not(.logged-in) .bq-wrapper .bq-section-label {
    display: none !important;
  }

  .woocommerce-cart .return-to-shop a,
  .return-to-shop a {
    display: inline-block !important;
    background: linear-gradient(135deg, #B07D55, #8B5E3C) !important;
    color: #FDF6EE !important;
    padding: 14px 30px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    box-shadow: 0 6px 20px rgba(139,94,60,0.3) !important;
    transition: all 0.3s ease !important;
    margin-top: 20px !important;
  }

  .woocommerce-cart .return-to-shop a:hover,
  .return-to-shop a:hover {
    background: linear-gradient(135deg, #C4956A, #A67851) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(139,94,60,0.4) !important;
    color: #FDF6EE !important;
  }

  .woocommerce-form-login .button,
  .woocommerce-button.button.woocommerce-form-login__submit {
    width: 100% !important;
    padding: 18px !important;
    font-size: 1.1rem !important;
    border-radius: 50px !important;
    background: linear-gradient(135deg, #B07D55, #8B5E3C) !important;
    color: #FDF6EE !important;
    border: none !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin-top: 15px !important;
    cursor: pointer !important;
  }

  .woocommerce-cart .wc-proceed-to-checkout {
    text-align: center !important;
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block !important;
    background: linear-gradient(135deg, #B07D55, #8B5E3C) !important;
    color: #FDF6EE !important;
    padding: 18px 40px !important;
    border-radius: 50px !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    box-shadow: 0 6px 20px rgba(139,94,60,0.3) !important;
    transition: all 0.3s ease !important;
    margin-bottom: 15px !important;
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: linear-gradient(135deg, #C4956A, #A67851) !important;
    transform: translateY(-2px) !important;
/* ============================================================
   THE BREATHING QUEEN — WooCommerce Checkout Styling
   Paste this into: WordPress Dashboard → Appearance →
   Customize → Additional CSS → paste → Publish
   ============================================================ */

/* ── Page background ── */
.woocommerce-checkout,
body.woocommerce-checkout {
  background: #FAF3EB !important;
  font-family: 'Playfair Display', serif !important;
}

/* ── Main checkout container ── */
.wc-block-checkout,
.woocommerce-checkout #checkout,
.wp-block-woocommerce-checkout {
  font-family: 'Playfair Display', serif;
  background: #FAF3EB;
}

/* ── Section headings (Contact, Shipping etc) ── */
.wc-block-checkout__step-heading,
.wc-block-components-checkout-step__title,
.wp-block-woocommerce-checkout-contact-information-block .wc-block-components-checkout-step__title,
h2.wc-block-checkout__step-heading,
.woocommerce h3,
.woocommerce-checkout h3 {
  font-family: 'Playfair Display', serif !important;
  color: #8A6558 !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(138,101,88,0.15);
  padding-bottom: 10px;
  margin-bottom: 20px !important;
}

/* ── Labels ── */
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-form label,
.woocommerce-checkout label,
.wc-block-checkout label {
  font-family: 'Playfair Display', serif !important;
  color: #9E8A7A !important;
  font-size: 0.78rem !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

/* ── Text inputs & selects ── */
.wc-block-components-text-input input,
.wc-block-components-select select,
.wc-block-components-form input[type="text"],
.wc-block-components-form input[type="email"],
.wc-block-components-form input[type="tel"],
.wc-block-components-form input[type="password"],
.wc-block-components-form select,
.wc-block-components-form textarea,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  font-family: 'Playfair Display', serif !important;
  background: #FAF3EB !important;
  border: 1.5px solid rgba(138,101,88,0.3) !important;
  border-radius: 10px !important;
  color: #2E1A12 !important;
  padding: 12px 16px !important;
  font-size: 0.95rem !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease !important;
}

.wc-block-components-text-input input:focus,
.wc-block-components-form input:focus,
.wc-block-components-form select:focus,
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus {
  border-color: #8A6558 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(138,101,88,0.1) !important;
}

/* ── Checkboxes ── */
.wc-block-components-checkbox input[type="checkbox"],
.woocommerce-checkout input[type="checkbox"] {
  accent-color: #8A6558;
  width: 16px;
  height: 16px;
}

/* ── Place Order button ── */
.wc-block-components-checkout-place-order-button,
.wc-block-components-button.wc-block-components-checkout-place-order-button,
#place_order,
.woocommerce-checkout #place_order {
  font-family: 'Playfair Display', serif !important;
  background: linear-gradient(135deg, #8A6558, #2E1A12) !important;
  color: #FAF3EB !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 18px 48px !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  box-shadow: 0 8px 24px rgba(46,26,18,0.25) !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.wc-block-components-checkout-place-order-button:hover,
#place_order:hover {
  box-shadow: 0 12px 32px rgba(46,26,18,0.35) !important;
  transform: translateY(-1px) !important;
}

/* ── Express checkout section ── */
.wc-block-components-express-payment,
.wc-block-components-express-payment-continue-rule,
.woocommerce-checkout .wc-express-checkout {
  background: #EEE0CE !important;
  border-radius: 14px !important;
  padding: 16px !important;
  margin-bottom: 20px !important;
}

.wc-block-components-express-payment__title,
.wc-block-components-express-payment-continue-rule__rule {
  font-family: 'Playfair Display', serif !important;
  color: #9E8A7A !important;
  font-size: 0.75rem !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ── "Or continue below" divider ── */
.wc-block-components-express-payment-continue-rule {
  color: #9E8A7A !important;
  font-size: 0.78rem !important;
  letter-spacing: 1px;
}

/* ── Order summary panel ── */
.wc-block-components-order-summary,
.woocommerce-checkout-review-order-table,
.wc-block-order-summary {
  background: #EEE0CE !important;
  border-radius: 18px !important;
  border: 1px solid rgba(138,101,88,0.15) !important;
  overflow: hidden;
  font-family: 'Playfair Display', serif !important;
}

.wc-block-components-order-summary__button-text,
.wc-block-components-order-summary-item__description {
  font-family: 'Playfair Display', serif !important;
  color: #9E8A7A !important;
  font-size: 0.85rem !important;
}

.wc-block-components-order-summary-item__name {
  font-family: 'Playfair Display', serif !important;
  color: #2E1A12 !important;
  font-weight: 600 !important;
}

.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  font-family: 'Playfair Display', serif !important;
  color: #2E1A12 !important;
}

/* ── Total row ── */
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
  font-family: 'Playfair Display', serif !important;
  color: #8A6558 !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
}

/* ── Coupon / promo code input ── */
.wc-block-components-totals-coupon__form input {
  font-family: 'Playfair Display', serif !important;
  background: #FAF3EB !important;
  border: 1.5px solid rgba(138,101,88,0.3) !important;
  border-radius: 10px !important;
  color: #2E1A12 !important;
  padding: 10px 14px !important;
}

.wc-block-components-totals-coupon__form button {
  font-family: 'Playfair Display', serif !important;
  background: #8A6558 !important;
  color: #FAF3EB !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 10px 18px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

/* ── Payment method section ── */
.wc-block-components-payment-method-label,
.wc-block-components-payment-methods__content,
.woocommerce-checkout .payment_methods {
  font-family: 'Playfair Display', serif !important;
}

.wc-block-components-payment-method-label__label {
  color: #2E1A12 !important;
  font-size: 0.95rem !important;
}

.wc-block-components-radio-control__option:has(input:checked) .wc-block-components-payment-method-label {
  color: #8A6558 !important;
}

/* ── Error messages ── */
.wc-block-components-validation-error p,
.woocommerce-error,
.wc-block-components-notice--error {
  font-family: 'Playfair Display', serif !important;
  background: rgba(138,101,88,0.08) !important;
  border-left: 3px solid #8A6558 !important;
  border-radius: 0 8px 8px 0 !important;
  color: #2E1A12 !important;
  padding: 10px 14px !important;
}

/* ── "Return to cart" link ── */
.wc-block-components-checkout-return-to-cart-button,
.woocommerce-checkout .return-to-shop a {
  font-family: 'Playfair Display', serif !important;
  color: #9E8A7A !important;
  font-size: 0.82rem !important;
  text-decoration: underline !important;
}

/* ── Terms & conditions text ── */
.wc-block-checkout__terms,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  font-family: 'Playfair Display', serif !important;
  color: #9E8A7A !important;
  font-size: 0.8rem !important;
}

.wc-block-checkout__terms a,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: #8A6558 !important;
}

/* ── Step numbers / progress indicator ── */
.wc-block-components-checkout-step__index {
  background: linear-gradient(135deg, #8A6558, #2E1A12) !important;
  color: #FAF3EB !important;
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
}

/* ── Add note to order ── */
.wc-block-checkout__add-note .wc-block-checkout__add-note-toggle {
  font-family: 'Playfair Display', serif !important;
  color: #8A6558 !important;
  font-size: 0.85rem !important;


/* ── Main checkout container ── */
.wc-block-checkout,
.woocommerce-checkout #checkout,
.wp-block-woocommerce-checkout {
  font-family: 'Playfair Display', serif;
  background: #FAF3EB;
}

/* ── Section headings (Contact, Shipping etc) ── */
.wc-block-checkout__step-heading,
.wc-block-components-checkout-step__title,
.wp-block-woocommerce-checkout-contact-information-block .wc-block-components-checkout-step__title,
h2.wc-block-checkout__step-heading,
.woocommerce h3,
.woocommerce-checkout h3 {
  font-family: 'Playfair Display', serif !important;
  color: #8A6558 !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(138,101,88,0.15);
  padding-bottom: 10px;
  margin-bottom: 20px !important;
}

/* ── Labels ── */
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-form label,
.woocommerce-checkout label,
.wc-block-checkout label {
  font-family: 'Playfair Display', serif !important;
  color: #9E8A7A !important;
  font-size: 0.78rem !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

/* ── Text inputs & selects ── */
.wc-block-components-text-input input,
.wc-block-components-select select,
.wc-block-components-form input[type="text"],
.wc-block-components-form input[type="email"],
.wc-block-components-form input[type="tel"],
.wc-block-components-form input[type="password"],
.wc-block-components-form select,
.wc-block-components-form textarea,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  font-family: 'Playfair Display', serif !important;
  background: #FAF3EB !important;
  border: 1.5px solid rgba(138,101,88,0.3) !important;
  border-radius: 10px !important;
  color: #2E1A12 !important;
  padding: 12px 16px !important;
  font-size: 0.95rem !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease !important;
}

.wc-block-components-text-input input:focus,
.wc-block-components-form input:focus,
.wc-block-components-form select:focus,
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus {
  border-color: #8A6558 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(138,101,88,0.1) !important;
}

/* ── Checkboxes ── */
.wc-block-components-checkbox input[type="checkbox"],
.woocommerce-checkout input[type="checkbox"] {
  accent-color: #8A6558;
  width: 16px;
  height: 16px;
}

/* ── Place Order button ── */
.wc-block-components-checkout-place-order-button,
.wc-block-components-button.wc-block-components-checkout-place-order-button,
#place_order,
.woocommerce-checkout #place_order {
  font-family: 'Playfair Display', serif !important;
  background: linear-gradient(135deg, #8A6558, #2E1A12) !important;
  color: #FAF3EB !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 18px 48px !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  box-shadow: 0 8px 24px rgba(46,26,18,0.25) !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.wc-block-components-checkout-place-order-button:hover,
#place_order:hover {
  box-shadow: 0 12px 32px rgba(46,26,18,0.35) !important;
  transform: translateY(-1px) !important;
}

/* ── Express checkout section ── */
.wc-block-components-express-payment,
.wc-block-components-express-payment-continue-rule,
.woocommerce-checkout .wc-express-checkout {
  background: #EEE0CE !important;
  border-radius: 14px !important;
  padding: 16px !important;
  margin-bottom: 20px !important;
}

.wc-block-components-express-payment__title,
.wc-block-components-express-payment-continue-rule__rule {
  font-family: 'Playfair Display', serif !important;
  color: #9E8A7A !important;
  font-size: 0.75rem !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ── "Or continue below" divider ── */
.wc-block-components-express-payment-continue-rule {
  color: #9E8A7A !important;
  font-size: 0.78rem !important;
  letter-spacing: 1px;
}

/* ── Order summary panel ── */
.wc-block-components-order-summary,
.woocommerce-checkout-review-order-table,
.wc-block-order-summary {
  background: #EEE0CE !important;
  border-radius: 18px !important;
  border: 1px solid rgba(138,101,88,0.15) !important;
  overflow: hidden;
  font-family: 'Playfair Display', serif !important;
}

.wc-block-components-order-summary__button-text,
.wc-block-components-order-summary-item__description {
  font-family: 'Playfair Display', serif !important;
  color: #9E8A7A !important;
  font-size: 0.85rem !important;
}

.wc-block-components-order-summary-item__name {
  font-family: 'Playfair Display', serif !important;
  color: #2E1A12 !important;
  font-weight: 600 !important;
}

.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  font-family: 'Playfair Display', serif !important;
  color: #2E1A12 !important;
}

/* ── Total row ── */
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
  font-family: 'Playfair Display', serif !important;
  color: #8A6558 !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
}

/* ── Coupon / promo code input ── */
.wc-block-components-totals-coupon__form input {
  font-family: 'Playfair Display', serif !important;
  background: #FAF3EB !important;
  border: 1.5px solid rgba(138,101,88,0.3) !important;
  border-radius: 10px !important;
  color: #2E1A12 !important;
  padding: 10px 14px !important;
}

.wc-block-components-totals-coupon__form button {
  font-family: 'Playfair Display', serif !important;
  background: #8A6558 !important;
  color: #FAF3EB !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 10px 18px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

/* ── Payment method section ── */
.wc-block-components-payment-method-label,
.wc-block-components-payment-methods__content,
.woocommerce-checkout .payment_methods {
  font-family: 'Playfair Display', serif !important;
}

.wc-block-components-payment-method-label__label {
  color: #2E1A12 !important;
  font-size: 0.95rem !important;
}

.wc-block-components-radio-control__option:has(input:checked) .wc-block-components-payment-method-label {
  color: #8A6558 !important;
}

/* ── Error messages ── */
.wc-block-components-validation-error p,
.woocommerce-error,
.wc-block-components-notice--error {
  font-family: 'Playfair Display', serif !important;
  background: rgba(138,101,88,0.08) !important;
  border-left: 3px solid #8A6558 !important;
  border-radius: 0 8px 8px 0 !important;
  color: #2E1A12 !important;
  padding: 10px 14px !important;
}

/* ── "Return to cart" link ── */
.wc-block-components-checkout-return-to-cart-button,
.woocommerce-checkout .return-to-shop a {
  font-family: 'Playfair Display', serif !important;
  color: #9E8A7A !important;
  font-size: 0.82rem !important;
  text-decoration: underline !important;
}

/* ── Terms & conditions text ── */
.wc-block-checkout__terms,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  font-family: 'Playfair Display', serif !important;
  color: #9E8A7A !important;
  font-size: 0.8rem !important;
}

.wc-block-checkout__terms a,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: #8A6558 !important;
}

/* ── Step numbers / progress indicator ── */
.wc-block-components-checkout-step__index {
  background: linear-gradient(135deg, #8A6558, #2E1A12) !important;
  color: #FAF3EB !important;
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
}

/* ── Add note to order ── */
.wc-block-checkout__add-note .wc-block-checkout__add-note-toggle {
  font-family: 'Playfair Display', serif !important;
  color: #8A6558 !important;
  font-size: 0.85rem !important;
}