.elementor-195 .elementor-element.elementor-element-7acc35b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-195 .elementor-element.elementor-element-c744aec{--display:flex;}.elementor-195 .elementor-element.elementor-element-7bb22c5{--display:flex;}/* Start custom CSS for checkout-form, class: .elementor-element-3771e12 *//* -------------------------------------------------------
   1. Design Tokens
------------------------------------------------------- */

:root {
  --talsi-ivory: #F8F2E8;
  --talsi-sand: #EFE4D6;
  --talsi-plum: #241326;
  --talsi-rich-plum: #3A1C42;
  --talsi-button-plum: #2B1430;
  --talsi-text: #201A22;
  --talsi-muted: #5E525F;
  --talsi-gold: #B98A4A;
  --talsi-gold-hover: #C99A5C;
  --talsi-lavender: #F3ECF5;
  --talsi-soft-white: #FFFDF8;
  --talsi-border: #E5D8C8;
  --talsi-caption: #7A6B63;
  --talsi-shadow: 0 16px 42px rgba(32, 26, 34, .07);
}

/* -------------------------------------------------------
   2. Page Background + Global Checkout Feel
------------------------------------------------------- */

body.talsi-checkout-page,
body.cartflows_step-template,
body.wcf-checkout-template,
body.woocommerce-checkout {
  background:
    radial-gradient(circle at top right, rgba(217, 207, 227, .72), transparent 34%),
    var(--talsi-ivory);
  color: var(--talsi-text);
  font-family: Inter, Arial, sans-serif;
}

body.talsi-checkout-page *,
body.cartflows_step-template *,
body.wcf-checkout-template *,
body.woocommerce-checkout * {
  box-sizing: border-box;
}

body.talsi-checkout-page h1,
body.talsi-checkout-page h2,
body.talsi-checkout-page h3,
body.cartflows_step-template h1,
body.cartflows_step-template h2,
body.cartflows_step-template h3,
body.wcf-checkout-template h1,
body.wcf-checkout-template h2,
body.wcf-checkout-template h3,
body.woocommerce-checkout h1,
body.woocommerce-checkout h2,
body.woocommerce-checkout h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--talsi-text);
  line-height: 1.05;
}

/* -------------------------------------------------------
   3. Optional Custom Checkout Mockup Structure
   Use these classes if building the page around the approved HTML.
------------------------------------------------------- */

.talsi-checkout-page .page,
.talsi-checkout-page .talsi-checkout-page-inner {
  min-height: 100vh;
  padding: 42px 24px 48px;
}

.talsi-checkout-page .container,
.talsi-checkout-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.talsi-checkout-topbar,
.talsi-checkout-page .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 38px;
  color: var(--talsi-caption);
  font-size: 14px;
}

.talsi-checkout-brand,
.talsi-checkout-page .brand {
  font-weight: 800;
  color: var(--talsi-plum);
  letter-spacing: .01em;
}

.talsi-checkout-topbar-right,
.talsi-checkout-page .topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}

.talsi-secure-note,
.talsi-checkout-page .secure-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.talsi-secure-note::before,
.talsi-checkout-page .secure-dot {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--talsi-gold);
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 auto;
}

.talsi-help-note,
.talsi-checkout-page .help-note {
  color: var(--talsi-caption);
  font-size: 13px;
}

.talsi-help-note a,
.talsi-checkout-page .help-note a {
  color: var(--talsi-plum);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(185, 138, 74, .55);
}

.talsi-help-note a:hover,
.talsi-checkout-page .help-note a:hover {
  color: var(--talsi-gold);
}

.talsi-checkout-grid,
.talsi-checkout-page .checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, .78fr);
  gap: 34px;
  align-items: start;
}

.talsi-checkout-left,
.talsi-checkout-page .left-panel,
.talsi-checkout-right-panel,
.talsi-checkout-page .stripe-panel,
.talsi-testimonial-card,
.talsi-checkout-page .testimonial-card {
  background: rgba(255, 253, 248, .82);
  border: 1px solid var(--talsi-border);
  border-radius: 24px;
  box-shadow: var(--talsi-shadow);
}

.talsi-checkout-left,
.talsi-checkout-page .left-panel {
  padding: 34px;
}

.talsi-eyebrow,
.talsi-checkout-page .eyebrow {
  color: var(--talsi-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.talsi-checkout-left h1,
.talsi-checkout-page .left-panel h1 {
  font-size: clamp(38px, 4.8vw, 58px);
  max-width: 600px;
  margin: 0 0 16px;
}

.talsi-checkout-intro,
.talsi-checkout-page .intro {
  color: var(--talsi-muted);
  max-width: 620px;
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.55;
}

.talsi-access-box,
.talsi-checkout-page .access-box {
  background: var(--talsi-ivory);
  border: 1px solid var(--talsi-border);
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 20px;
}

.talsi-access-box h2,
.talsi-checkout-page .access-box h2 {
  font-size: 31px;
  margin: 0 0 18px;
}

.talsi-access-list,
.talsi-checkout-page .access-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.talsi-access-list li,
.talsi-checkout-page .access-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--talsi-text);
  line-height: 1.55;
}

.talsi-access-list li::before,
.talsi-checkout-page .access-list li .check {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(185, 138, 74, .14);
  color: var(--talsi-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  margin-top: 2px;
}

.talsi-testimonial-card,
.talsi-checkout-page .testimonial-card {
  padding: 22px;
  box-shadow: none;
  background: var(--talsi-soft-white);
}

.talsi-testimonial-card blockquote,
.talsi-checkout-page .testimonial-card blockquote {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 1.18;
  color: var(--talsi-plum);
}

.talsi-testimonial-meta,
.talsi-checkout-page .testimonial-meta {
  margin: 14px 0 0;
  font-size: 14px;
  color: var(--talsi-caption);
}

.talsi-checkout-right,
.talsi-checkout-page .right-column {
  position: sticky;
  top: 24px;
}

.talsi-checkout-right-panel,
.talsi-checkout-page .stripe-panel {
  background: var(--talsi-soft-white);
  overflow: hidden;
}

.talsi-checkout-right-header,
.talsi-checkout-page .stripe-header {
  background: var(--talsi-plum);
  color: var(--talsi-ivory);
  padding: 20px 24px;
}

.talsi-checkout-right-header h2,
.talsi-checkout-page .stripe-header h2 {
  color: var(--talsi-ivory);
  font-size: 29px;
  margin: 0;
}

.talsi-stripe-placeholder,
.talsi-checkout-page .stripe-placeholder {
  padding: 24px;
}

.talsi-stripe-embed-slot,
.talsi-checkout-page .stripe-embed-slot {
  border: 1px dashed #C8B9A7;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(243, 236, 245, .68), rgba(255, 253, 248, .95)),
    var(--talsi-soft-white);
  min-height: 520px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--talsi-caption);
  font-size: 14px;
  text-align: center;
}

.talsi-stripe-embed-slot::before,
.talsi-checkout-page .stripe-embed-slot::before {
  content: "Stripe checkout widget placeholder";
  font-weight: 800;
  color: var(--talsi-plum);
}

/* -------------------------------------------------------
   4. WooCommerce + CartFlows Checkout Styling
------------------------------------------------------- */

body.woocommerce-checkout form.checkout,
body.cartflows_step-template form.checkout,
body.wcf-checkout-template form.checkout,
body.woocommerce-checkout .woocommerce-checkout,
body.cartflows_step-template .woocommerce-checkout,
body.wcf-checkout-template .woocommerce-checkout,
body.cartflows_step-template .wcf-embed-checkout-form,
body.wcf-checkout-template .wcf-embed-checkout-form,
body.cartflows_step-template .wcf-checkout-form,
body.wcf-checkout-template .wcf-checkout-form {
  color: var(--talsi-text);
  font-family: Inter, Arial, sans-serif;
}

body.woocommerce-checkout .woocommerce,
body.cartflows_step-template .woocommerce,
body.wcf-checkout-template .woocommerce {
  max-width: 1120px;
  margin: 0 auto;
}

/* Main checkout cards */
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.cartflows_step-template .woocommerce-billing-fields,
body.cartflows_step-template .woocommerce-shipping-fields,
body.cartflows_step-template .woocommerce-additional-fields,
body.cartflows_step-template #order_review,
body.cartflows_step-template .woocommerce-checkout-review-order,
body.wcf-checkout-template .woocommerce-billing-fields,
body.wcf-checkout-template .woocommerce-shipping-fields,
body.wcf-checkout-template .woocommerce-additional-fields,
body.wcf-checkout-template #order_review,
body.wcf-checkout-template .woocommerce-checkout-review-order {
  background: var(--talsi-soft-white);
  border: 1px solid var(--talsi-border);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(32, 26, 34, .06);
  padding: 24px;
}

/* CartFlows commonly wraps checkout sections */
body.cartflows_step-template .wcf-customer-info-main-wrapper,
body.cartflows_step-template .wcf-order-wrap,
body.cartflows_step-template .wcf-payment-option-heading,
body.cartflows_step-template .wcf-bump-order-wrap,
body.wcf-checkout-template .wcf-customer-info-main-wrapper,
body.wcf-checkout-template .wcf-order-wrap,
body.wcf-checkout-template .wcf-payment-option-heading,
body.wcf-checkout-template .wcf-bump-order-wrap {
  border-radius: 18px;
}

/* Section headings */
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.cartflows_step-template .woocommerce-billing-fields h3,
body.cartflows_step-template .woocommerce-shipping-fields h3,
body.cartflows_step-template #order_review_heading,
body.wcf-checkout-template .woocommerce-billing-fields h3,
body.wcf-checkout-template .woocommerce-shipping-fields h3,
body.wcf-checkout-template #order_review_heading,
body.cartflows_step-template .wcf-payment-option-heading,
body.wcf-checkout-template .wcf-payment-option-heading {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--talsi-plum);
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 18px;
}

/* Form labels */
body.woocommerce-checkout form.checkout label,
body.cartflows_step-template form.checkout label,
body.wcf-checkout-template form.checkout label {
  color: var(--talsi-text);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Inputs */
body.woocommerce-checkout form.checkout input[type="text"],
body.woocommerce-checkout form.checkout input[type="email"],
body.woocommerce-checkout form.checkout input[type="tel"],
body.woocommerce-checkout form.checkout input[type="password"],
body.woocommerce-checkout form.checkout textarea,
body.woocommerce-checkout form.checkout select,
body.cartflows_step-template form.checkout input[type="text"],
body.cartflows_step-template form.checkout input[type="email"],
body.cartflows_step-template form.checkout input[type="tel"],
body.cartflows_step-template form.checkout input[type="password"],
body.cartflows_step-template form.checkout textarea,
body.cartflows_step-template form.checkout select,
body.wcf-checkout-template form.checkout input[type="text"],
body.wcf-checkout-template form.checkout input[type="email"],
body.wcf-checkout-template form.checkout input[type="tel"],
body.wcf-checkout-template form.checkout input[type="password"],
body.wcf-checkout-template form.checkout textarea,
body.wcf-checkout-template form.checkout select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--talsi-border);
  border-radius: 12px;
  background: var(--talsi-soft-white);
  color: var(--talsi-text);
  padding: 12px 14px;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  box-shadow: none;
  outline: none;
}

body.woocommerce-checkout form.checkout textarea,
body.cartflows_step-template form.checkout textarea,
body.wcf-checkout-template form.checkout textarea {
  min-height: 110px;
}

body.woocommerce-checkout form.checkout input:focus,
body.woocommerce-checkout form.checkout textarea:focus,
body.woocommerce-checkout form.checkout select:focus,
body.cartflows_step-template form.checkout input:focus,
body.cartflows_step-template form.checkout textarea:focus,
body.cartflows_step-template form.checkout select:focus,
body.wcf-checkout-template form.checkout input:focus,
body.wcf-checkout-template form.checkout textarea:focus,
body.wcf-checkout-template form.checkout select:focus {
  border-color: var(--talsi-gold);
  box-shadow: 0 0 0 3px rgba(185, 138, 74, .15);
}

/* WooCommerce order review table */
body.woocommerce-checkout table.shop_table,
body.cartflows_step-template table.shop_table,
body.wcf-checkout-template table.shop_table {
  border: 1px solid var(--talsi-border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--talsi-soft-white);
  color: var(--talsi-text);
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td,
body.cartflows_step-template table.shop_table th,
body.cartflows_step-template table.shop_table td,
body.wcf-checkout-template table.shop_table th,
body.wcf-checkout-template table.shop_table td {
  border-color: var(--talsi-border);
  padding: 14px 12px;
}

body.woocommerce-checkout table.shop_table thead th,
body.cartflows_step-template table.shop_table thead th,
body.wcf-checkout-template table.shop_table thead th {
  background: var(--talsi-ivory);
  color: var(--talsi-plum);
  font-weight: 800;
}

/* Payment box */
body.woocommerce-checkout #payment,
body.cartflows_step-template #payment,
body.wcf-checkout-template #payment {
  background: var(--talsi-ivory);
  border: 1px solid var(--talsi-border);
  border-radius: 18px;
  padding: 18px;
}

body.woocommerce-checkout #payment div.payment_box,
body.cartflows_step-template #payment div.payment_box,
body.wcf-checkout-template #payment div.payment_box {
  background: var(--talsi-soft-white);
  border: 1px solid var(--talsi-border);
  border-radius: 14px;
  color: var(--talsi-muted);
}

body.woocommerce-checkout #payment div.payment_box::before,
body.cartflows_step-template #payment div.payment_box::before,
body.wcf-checkout-template #payment div.payment_box::before {
  border-bottom-color: var(--talsi-soft-white);
}

/* Place order button */
body.woocommerce-checkout #payment #place_order,
body.cartflows_step-template #payment #place_order,
body.wcf-checkout-template #payment #place_order,
body.cartflows_step-template .wcf-submit-coupon,
body.wcf-checkout-template .wcf-submit-coupon,
body.cartflows_step-template .wcf-next-button,
body.wcf-checkout-template .wcf-next-button,
body.cartflows_step-template .wcf-order-button,
body.wcf-checkout-template .wcf-order-button {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--talsi-button-plum);
  color: var(--talsi-ivory);
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  padding: 16px 24px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(36, 19, 38, .16);
  transition: .2s ease;
}

body.woocommerce-checkout #payment #place_order:hover,
body.cartflows_step-template #payment #place_order:hover,
body.wcf-checkout-template #payment #place_order:hover,
body.cartflows_step-template .wcf-order-button:hover,
body.wcf-checkout-template .wcf-order-button:hover {
  background: var(--talsi-rich-plum);
  transform: translateY(-1px);
}

/* Notices and errors */
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.cartflows_step-template .woocommerce-error,
body.cartflows_step-template .woocommerce-info,
body.cartflows_step-template .woocommerce-message,
body.wcf-checkout-template .woocommerce-error,
body.wcf-checkout-template .woocommerce-info,
body.wcf-checkout-template .woocommerce-message {
  border-top-color: var(--talsi-gold);
  background: var(--talsi-soft-white);
  color: var(--talsi-text);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(32, 26, 34, .05);
}

body.woocommerce-checkout .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-message::before,
body.cartflows_step-template .woocommerce-error::before,
body.cartflows_step-template .woocommerce-info::before,
body.cartflows_step-template .woocommerce-message::before,
body.wcf-checkout-template .woocommerce-error::before,
body.wcf-checkout-template .woocommerce-info::before,
body.wcf-checkout-template .woocommerce-message::before {
  color: var(--talsi-gold);
}

/* CartFlows order bump styling */
body.cartflows_step-template .wcf-bump-order-wrap,
body.wcf-checkout-template .wcf-bump-order-wrap,
body.cartflows_step-template .wcf-bump-order,
body.wcf-checkout-template .wcf-bump-order,
body.cartflows_step-template .wcf-bump-order-field-wrap,
body.wcf-checkout-template .wcf-bump-order-field-wrap {
  background: rgba(185, 138, 74, .09);
  border: 1px solid rgba(185, 138, 74, .32);
  border-radius: 16px;
  color: var(--talsi-text);
}

body.cartflows_step-template .wcf-bump-order-wrap label,
body.wcf-checkout-template .wcf-bump-order-wrap label,
body.cartflows_step-template .wcf-bump-order-field-wrap label,
body.wcf-checkout-template .wcf-bump-order-field-wrap label {
  color: var(--talsi-plum);
  font-weight: 800;
}

body.cartflows_step-template .wcf-bump-order-wrap input[type="checkbox"],
body.wcf-checkout-template .wcf-bump-order-wrap input[type="checkbox"],
body.cartflows_step-template .wcf-bump-order-field-wrap input[type="checkbox"],
body.wcf-checkout-template .wcf-bump-order-field-wrap input[type="checkbox"] {
  accent-color: var(--talsi-gold);
}

/* CartFlows coupon area */
body.cartflows_step-template .wcf-coupon-col-1,
body.cartflows_step-template .wcf-coupon-col-2,
body.wcf-checkout-template .wcf-coupon-col-1,
body.wcf-checkout-template .wcf-coupon-col-2 {
  margin-top: 10px;
}

body.cartflows_step-template .wcf-coupon-field,
body.wcf-checkout-template .wcf-coupon-field {
  border-radius: 12px;
}

/* Links */
body.woocommerce-checkout a,
body.cartflows_step-template a,
body.wcf-checkout-template a {
  color: var(--talsi-plum);
}

body.woocommerce-checkout a:hover,
body.cartflows_step-template a:hover,
body.wcf-checkout-template a:hover {
  color: var(--talsi-gold);
}

/* -------------------------------------------------------
   5. Responsive
------------------------------------------------------- */

@media (max-width: 900px) {
  .talsi-checkout-page .page,
  .talsi-checkout-page .talsi-checkout-page-inner {
    padding: 28px 18px 34px;
  }

  .talsi-checkout-topbar,
  .talsi-checkout-page .topbar {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .talsi-checkout-topbar-right,
  .talsi-checkout-page .topbar-right {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 8px;
  }

  .talsi-checkout-grid,
  .talsi-checkout-page .checkout-grid {
    grid-template-columns: 1fr;
  }

  .talsi-checkout-left,
  .talsi-checkout-page .left-panel {
    padding: 24px;
  }

  .talsi-checkout-right,
  .talsi-checkout-page .right-column {
    position: static;
  }

  .talsi-stripe-embed-slot,
  .talsi-checkout-page .stripe-embed-slot {
    min-height: 460px;
  }

  .talsi-testimonial-card blockquote,
  .talsi-checkout-page .testimonial-card blockquote {
    font-size: 23px;
  }

  body.woocommerce-checkout .woocommerce-billing-fields,
  body.woocommerce-checkout .woocommerce-shipping-fields,
  body.woocommerce-checkout .woocommerce-additional-fields,
  body.woocommerce-checkout #order_review,
  body.woocommerce-checkout .woocommerce-checkout-review-order,
  body.cartflows_step-template .woocommerce-billing-fields,
  body.cartflows_step-template .woocommerce-shipping-fields,
  body.cartflows_step-template .woocommerce-additional-fields,
  body.cartflows_step-template #order_review,
  body.cartflows_step-template .woocommerce-checkout-review-order,
  body.wcf-checkout-template .woocommerce-billing-fields,
  body.wcf-checkout-template .woocommerce-shipping-fields,
  body.wcf-checkout-template .woocommerce-additional-fields,
  body.wcf-checkout-template #order_review,
  body.wcf-checkout-template .woocommerce-checkout-review-order {
    padding: 20px;
  }
}

@media (max-width: 520px) {
  .talsi-checkout-left h1,
  .talsi-checkout-page .left-panel h1 {
    font-size: 38px;
  }

  .talsi-checkout-intro,
  .talsi-checkout-page .intro {
    font-size: 17px;
  }

  .talsi-access-box,
  .talsi-checkout-page .access-box {
    padding: 20px;
  }

  .talsi-access-box h2,
  .talsi-checkout-page .access-box h2 {
    font-size: 28px;
  }

  .talsi-checkout-right-header h2,
  .talsi-checkout-page .stripe-header h2 {
    font-size: 27px;
  }

  body.woocommerce-checkout #payment #place_order,
  body.cartflows_step-template #payment #place_order,
  body.wcf-checkout-template #payment #place_order,
  body.cartflows_step-template .wcf-order-button,
  body.wcf-checkout-template .wcf-order-button {
    font-size: 16px;
  }
}

/* -------------------------------------------------------
   6. Optional: Hide Page Title If Theme Adds One
   Uncomment only if the WordPress theme adds a duplicate title.
------------------------------------------------------- */

/*
body.talsi-checkout-page .entry-title,
body.cartflows_step-template .entry-title,
body.wcf-checkout-template .entry-title {
  display: none;
}
*//* End custom CSS */