html,
body {
  background: #030303;
  color: var(--f8-text);
}
.f8-checkout-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(ellipse at 0% 10%, rgba(254, 231, 5, .18), transparent 42%), radial-gradient(ellipse at 100% 18%, rgba(254, 231, 5, .10), transparent 44%), radial-gradient(ellipse at 52% 112%, rgba(254, 231, 5, .08), transparent 46%), linear-gradient(90deg, #0b0901 0%, #040404 19%, #030303 50%, #040404 82%, #0b0901 100%);
}
.f8-checkout-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(rgba(254, 231, 5, .014) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 231, 5, .012) 1px, transparent 1px), linear-gradient(115deg, transparent 0%, rgba(254, 231, 5, .030) 28%, transparent 46%, rgba(254, 231, 5, .020) 72%, transparent 100%);
  background-size: 92px 92px, 92px 92px, 100% 100%;
  opacity: .82;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .25) 24%, rgba(0, 0, 0, .22) 78%, rgba(0, 0, 0, .9));
}
.f8-checkout-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 18%, transparent 0%, rgba(0, 0, 0, .24) 45%, rgba(0, 0, 0, .68) 100%);
}
.f8-checkout-page > * {
  position: relative;
  z-index: 1;
}

.f8-checkout-page .f8-site-header-component .actions-wrapper > .custom-select.w-embed {
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin: 0;
  width: auto;
  min-width: 0;
  overflow: visible;
}
.f8-checkout-page .f8-site-header-component .actions-wrapper > .custom-select.w-embed::before, .f8-checkout-page .f8-site-header-component .actions-wrapper > .custom-select.w-embed::after, .f8-checkout-page .f8-site-header-component #langSelect::before, .f8-checkout-page .f8-site-header-component #langSelect::after {
  display: none;
  content: none;
}
.f8-checkout-page .f8-site-header-component #langSelect {
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: none;
  background: rgba(0, 0, 0, .34);
}
.f8-checkout-main {
  padding: clamp(36px, 4.4vw, 58px) 24px 76px;
}
.f8-checkout-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}
.f8-checkout-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .36fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}
.f8-checkout-hero-copy,
.f8-checkout-trust-panel,
.f8-checkout-card,
.f8-support-note,
.f8-empty-cart {
  border: 1px solid var(--f8-line);
  background: radial-gradient(ellipse at 0% 0%, rgba(254, 231, 5, .095), transparent 42%), linear-gradient(145deg, rgba(8, 8, 6, .74), rgba(255, 255, 255, .026));
  box-shadow: 0 30px 96px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .055);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.f8-checkout-hero-copy {
  border-radius: 28px;
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  position: relative;
}
.f8-checkout-hero-copy::after {
  content: "";
  position: absolute;
  right: -7%;
  top: -46%;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254, 231, 5, .14), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
}
.f8-checkout-kicker,
.f8-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: var(--f8-gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.f8-checkout-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--f8-gold);
  box-shadow: 0 0 18px rgba(254, 231, 5, .65);
}
.f8-checkout-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 680px;
  color: #fff;
  font-size: clamp(34px, 4.25vw, 58px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -.048em;
  text-shadow: 0 0 42px rgba(0, 0, 0, .78);
}
.f8-checkout-hero p {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 14px 0 0;
  color: var(--f8-muted);
  font-size: 15.5px;
  line-height: 1.62;
}
.f8-checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.f8-checkout-step {
  display: grid;
  gap: 6px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background: rgba(0, 0, 0, .24);
}
.f8-checkout-step span {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--f8-gold);
  color: #050505;
  font-size: 12px;
  font-weight: 950;
}
.f8-checkout-step strong {
  color: #fff;
  font-size: 13.5px;
  font-weight: 950;
}
.f8-checkout-step small {
  color: var(--f8-muted-2);
  font-size: 12px;
  line-height: 1.42;
}
.f8-checkout-trust-panel {
  border-radius: 28px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
}
.f8-checkout-trust-card {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  padding: 15px;
  background: rgba(0, 0, 0, .24);
}
.f8-checkout-trust-card b {
  display: block;
  color: #fff;
  font-size: 15.5px;
  line-height: 1.25;
}
.f8-checkout-trust-card span {
  display: block;
  margin-top: 7px;
  color: var(--f8-muted);
  font-size: 12.8px;
  line-height: 1.48;
}
.f8-checkout-trust-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.f8-checkout-trust-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: rgba(255, 255, 255, .78);
  font-size: 12.8px;
  line-height: 1.44;
}
.f8-checkout-trust-list li::before {
  content: "✓";
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(254, 231, 5, .13);
  border: 1px solid rgba(254, 231, 5, .30);
  color: var(--f8-gold);
  font-size: 11px;
  font-weight: 950;
  flex: 0 0 18px;
}
.f8-checkout-card {
  border-radius: 34px;
  padding: clamp(18px, 2.6vw, 34px);
}
.f8-empty-cart {
  text-align: center;
  border-radius: 26px;
  padding: 64px 24px;
}
.f8-empty-cart h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -.055em;
}
.f8-empty-cart p {
  max-width: 590px;
  margin: 0 auto 26px;
  color: var(--f8-muted);
  font-size: 16.5px;
  line-height: 1.7;
}

.f8-checkout-page .woocommerce {
  color: #fff;
}
.f8-checkout-page form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .43fr);
  gap: 30px;
  align-items: start;
}
.f8-checkout-page #customer_details,
.f8-checkout-page #order_review,
.f8-checkout-page .woocommerce-checkout-review-order {
  border: 1px solid rgba(254, 231, 5, .16);
  border-radius: 28px;
  background: radial-gradient(ellipse at 0% 0%, rgba(254, 231, 5, .075), transparent 42%), rgba(4, 4, 3, .62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 24px 70px rgba(0, 0, 0, .34);
  padding: clamp(20px, 2.5vw, 30px);
}
.f8-checkout-page #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
  min-width: 0;
}
.f8-checkout-page #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 14px;
  padding: 0 2px;
  color: #fff;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -.035em;
}
.f8-checkout-page #order_review,
.f8-checkout-page .woocommerce-checkout-review-order {
  grid-column: 2;
  grid-row: 1;
  margin-top: 48px;
  position: sticky;
  top: 116px;
  max-height: calc(100vh - 136px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(254, 231, 5, .34) rgba(255, 255, 255, .04);
}
.f8-checkout-page .woocommerce-billing-fields h3,
.f8-checkout-page .woocommerce-additional-fields h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.05;
  letter-spacing: -.048em;
}
.f8-checkout-page .woocommerce-billing-fields h3::after {
  content: "Secure account details";
  display: block;
  margin-top: 8px;
  color: var(--f8-muted-2);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.5;
}
.f8-checkout-page .woocommerce-shipping-fields,
.f8-checkout-page .woocommerce-additional-fields,
.f8-checkout-page #ship-to-different-address {
  display: none;
}

.f8-checkout-page .woocommerce-notices-wrapper,
.f8-checkout-page .woocommerce-NoticeGroup {
  margin-bottom: 18px;
}
.f8-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info,
.f8-checkout-page .woocommerce-error,
.f8-checkout-page .woocommerce-info,
.f8-checkout-page .woocommerce-message {
  position: relative;
  border: 1px solid rgba(254, 231, 5, .22);
  border-radius: 18px;
  background: rgba(5, 5, 4, .62);
  color: rgba(255, 255, 255, .86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
  line-height: 1.55;
  padding: 16px 18px;
}
.f8-checkout-page .woocommerce-error {
  border-color: rgba(255, 85, 85, .35);
  background: rgba(255, 50, 50, .06);
  color: #fff;
}
.f8-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info::before, .f8-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info::after, .f8-checkout-page .woocommerce-info::before, .f8-checkout-page .woocommerce-info::after, .f8-checkout-page .woocommerce-error::before, .f8-checkout-page .woocommerce-error::after, .f8-checkout-page .woocommerce-message::before, .f8-checkout-page .woocommerce-message::after {
  display: none;
  content: none;
}
.f8-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: var(--f8-gold);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: 0;
  box-shadow: none;
  border: 0;
}
.f8-checkout-page form.checkout_coupon.woocommerce-form-coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 18px;
  margin: 0 0 24px;
  border: 1px solid rgba(254, 231, 5, .18);
  border-radius: 20px;
  background: rgba(0, 0, 0, .26);
}
.f8-checkout-page form.checkout_coupon p {
  margin: 0;
  padding: 0;
}
.f8-checkout-page form.checkout_coupon .form-row-first,
.f8-checkout-page form.checkout_coupon .form-row-last {
  float: none;
  width: auto;
}

.f8-checkout-page #customer_details, .f8-checkout-page .woocommerce-billing-fields, .f8-checkout-page .woocommerce-billing-fields__field-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.f8-checkout-page #customer_details .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px 22px;
  align-items: start;
}
.f8-checkout-page #customer_details .woocommerce-billing-fields__field-wrapper > p.form-row,
.f8-checkout-page #customer_details .woocommerce-billing-fields__field-wrapper > .form-row {
  float: none;
  clear: none;
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  grid-column: span 6;
}
.f8-checkout-page #billing_email_field,
.f8-checkout-page #billing_phone_field,
.f8-checkout-page #billing_address_1_field,
.f8-checkout-page #billing_address_2_field {
  grid-column: 1 / -1;
}
.f8-checkout-page #billing_first_name_field,
.f8-checkout-page #billing_last_name_field,
.f8-checkout-page #billing_country_field,
.f8-checkout-page #billing_state_field,
.f8-checkout-page #billing_city_field,
.f8-checkout-page #billing_postcode_field {
  grid-column: span 6;
}
.f8-checkout-page .woocommerce form .form-row label,
.f8-checkout-page #customer_details .form-row label {
  display: block;
  width: 100%;
  margin: 0 0 9px;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: -.01em;
  white-space: normal;
}
.f8-checkout-page .woocommerce form .form-row .required {
  color: var(--f8-danger);
  text-decoration: none;
  line-height: 1;
}
.f8-checkout-page #customer_details .woocommerce-input-wrapper,
.f8-checkout-page #customer_details .select2-container,
.f8-checkout-page #customer_details .selection,
.f8-checkout-page #customer_details .select2-selection,
.f8-checkout-page #customer_details input.input-text,
.f8-checkout-page #customer_details input[type="text"],
.f8-checkout-page #customer_details input[type="email"],
.f8-checkout-page #customer_details input[type="tel"],
.f8-checkout-page #customer_details input[type="number"],
.f8-checkout-page #customer_details select,
.f8-checkout-page #customer_details textarea,
.f8-checkout-page form.checkout_coupon input.input-text {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
.f8-checkout-page #customer_details input.input-text,
.f8-checkout-page #customer_details input[type="text"],
.f8-checkout-page #customer_details input[type="email"],
.f8-checkout-page #customer_details input[type="tel"],
.f8-checkout-page #customer_details input[type="number"],
.f8-checkout-page #customer_details select,
.f8-checkout-page #customer_details textarea,
.f8-checkout-page #customer_details .select2-container--default .select2-selection--single,
.f8-checkout-page form.checkout_coupon input.input-text {
  min-height: 62px;
  padding: 15px 18px;
  border: 1px solid rgba(254, 231, 5, .22);
  border-radius: 18px;
  background: rgba(0, 0, 0, .46);
  color: #fff;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.35;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.f8-checkout-page #customer_details input:focus, .f8-checkout-page #customer_details select:focus, .f8-checkout-page #customer_details textarea:focus, .f8-checkout-page #customer_details .select2-container--default.select2-container--focus .select2-selection--single, .f8-checkout-page #customer_details .select2-container--open .select2-selection--single, .f8-checkout-page form.checkout_coupon input.input-text:focus {
  border-color: rgba(254, 231, 5, .62);
  box-shadow: 0 0 0 4px rgba(254, 231, 5, .085);
  background: rgba(0, 0, 0, .60);
}
.f8-checkout-page #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 30px;
  padding-left: 0;
  padding-right: 24px;
}
.f8-checkout-page .select2-dropdown {
  background: #080806;
  border: 1px solid rgba(254, 231, 5, .22);
  color: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.f8-checkout-page .select2-results__option {
  color: #fff;
}
.f8-checkout-page .select2-results__option--highlighted {
  background: rgba(254, 231, 5, .16);
  color: var(--f8-gold);
}
.f8-checkout-page #customer_details .woocommerce-invalid .input-text,
.f8-checkout-page #customer_details .woocommerce-invalid select,
.f8-checkout-page #customer_details .woocommerce-invalid .select2-selection {
  border-color: rgba(255, 80, 80, .72);
  box-shadow: 0 0 0 4px rgba(255, 80, 80, .08);
}
.f8-checkout-page #customer_details .woocommerce-invalid-required-field .woocommerce-input-wrapper::after, .f8-checkout-page #customer_details .woocommerce-invalid .woocommerce-input-wrapper::after {
  display: none;
  content: none;
}

.f8-checkout-page table.shop_table,
.f8-checkout-page table.woocommerce-checkout-review-order-table {
  border: 0;
  color: #fff;
  margin: 0 0 18px;
}
.f8-checkout-page table.shop_table th,
.f8-checkout-page table.shop_table td {
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .80);
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.45;
}
.f8-checkout-page table.shop_table .product-name {
  color: #fff;
  font-weight: 900;
}
.f8-checkout-page table.shop_table .product-total,
.f8-checkout-page table.shop_table tfoot td {
  text-align: right;
  white-space: nowrap;
}
.f8-checkout-page table.shop_table tfoot .order-total th,
.f8-checkout-page table.shop_table tfoot .order-total td {
  color: #fff;
  font-size: 20px;
}
.f8-checkout-page #payment {
  margin-top: 18px;
  border: 1px solid rgba(254, 231, 5, .13);
  border-radius: 24px;
  background: rgba(0, 0, 0, .30);
  overflow: hidden;
}
.f8-checkout-page #payment ul.payment_methods {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 18px;
}
.f8-checkout-page #payment div.form-row,
.f8-checkout-page #payment .place-order {
  padding: 18px;
}
.f8-checkout-page #payment div.payment_box,
.f8-checkout-page #payment .payment_method_placeholder,
.f8-checkout-page #payment .woocommerce-info {
  border-radius: 18px;
  line-height: 1.55;
}
.f8-checkout-page #place_order,
.f8-checkout-page .woocommerce-button,
.f8-checkout-page .button.wc-forward,
.f8-checkout-page form.checkout_coupon button.button {
  min-height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff677 0%, #fee705 42%, #d7ad00 73%, #9a7800 100%);
  color: #050505;
  border: 1px solid rgba(254, 231, 5, .72);
  box-shadow: 0 0 34px rgba(254, 231, 5, .16), inset 0 1px 0 rgba(255, 255, 255, .52);
  font-size: 16px;
  font-weight: 950;
  text-decoration: none;
}
.f8-checkout-page #place_order {
  width: 100%;
  margin-top: 12px;
  letter-spacing: -.01em;
}
.f8-checkout-page form.checkout_coupon button.button {
  min-width: 180px;
  padding: 0 24px;
  white-space: nowrap;
}
.f8-checkout-page .woocommerce-privacy-policy-text,
.f8-checkout-page .woocommerce-terms-and-conditions-wrapper,
.f8-checkout-page .wc-block-components-checkout-place-order__terms-and-conditions,
.f8-checkout-page .wc-block-components-checkbox__label {
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  line-height: 1.6;
}
.f8-checkout-page .woocommerce-terms-and-conditions-wrapper {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.f8-checkout-page .woocommerce-terms-and-conditions {
  display: none;
}
.f8-checkout-page .woocommerce-terms-and-conditions-checkbox-text,
.f8-checkout-page .woocommerce-terms-and-conditions-checkbox-text * {
  font-size: 13.5px;
  line-height: 1.62;
}
.f8-checkout-page a,
.f8-checkout-page .woocommerce-terms-and-conditions-checkbox-text a {
  color: var(--f8-gold);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.f8-checkout-page .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
  accent-color: #fee705;
  margin-right: 8px;
}
.f8-support-note {
  margin-top: 22px;
  border-radius: 24px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}
.f8-support-note-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(254, 231, 5, .12);
  border: 1px solid rgba(254, 231, 5, .28);
  color: var(--f8-gold);
  font-weight: 950;
}
.f8-support-note strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}
.f8-support-note span {
  color: var(--f8-muted);
  font-size: 13.5px;
  line-height: 1.6;
}

.f8-checkout-page .wp-block-woocommerce-checkout {
  max-width: 1180px;
  margin: 0 auto;
  color: #fff;
}
.f8-checkout-page .wc-block-components-main,
.f8-checkout-page .wc-block-components-sidebar,
.f8-checkout-page .wc-block-components-order-summary,
.f8-checkout-page .wc-block-checkout__form,
.f8-checkout-page .wc-block-components-panel {
  border-color: rgba(254, 231, 5, .15);
  background: rgba(5, 5, 4, .54);
  color: #fff;
  border-radius: 22px;
}
.f8-checkout-page .wc-block-components-product-image,
.f8-checkout-page .wc-block-components-product-image img,
.f8-checkout-page .wc-block-cart-item__image,
.f8-checkout-page .wc-block-cart-item__image img,
.f8-checkout-page .wc-block-components-shipping-rates-control,
.f8-checkout-page .wp-block-woocommerce-checkout-shipping-methods-block,
.f8-checkout-page .wc-block-checkout__shipping-option {
  display: none;
}
@media (max-width: 1100px) {
  .f8-checkout-hero, .f8-checkout-page form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
  }
  .f8-checkout-page #customer_details, .f8-checkout-page #order_review_heading, .f8-checkout-page #order_review, .f8-checkout-page .woocommerce-checkout-review-order {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0;
    position: relative;
    top: auto;
    max-height: none;
    overflow: visible;
  }
}
@media (max-width: 760px) {
  .f8-checkout-main {
    padding: 42px 14px 70px;
  }
  .f8-checkout-hero-copy, .f8-checkout-trust-panel, .f8-checkout-card {
    border-radius: 24px;
  }
  .f8-checkout-steps {
    grid-template-columns: 1fr;
  }
  .f8-checkout-page #customer_details .woocommerce-billing-fields__field-wrapper > p.form-row, .f8-checkout-page #customer_details .woocommerce-billing-fields__field-wrapper > .form-row, .f8-checkout-page #billing_first_name_field, .f8-checkout-page #billing_last_name_field, .f8-checkout-page #billing_country_field, .f8-checkout-page #billing_state_field, .f8-checkout-page #billing_city_field, .f8-checkout-page #billing_postcode_field {
    grid-column: 1 / -1;
  }
  .f8-checkout-page form.checkout_coupon.woocommerce-form-coupon {
    grid-template-columns: 1fr;
  }
  .f8-checkout-page form.checkout_coupon button.button {
    width: 100%;
  }
}

.f8-checkout-rebuild-v1 .f8-checkout-hero h1 {
  font-size: clamp(34px, 4.25vw, 58px);
  line-height: 1.02;
  letter-spacing: -.048em;
  font-weight: 900;
  max-width: 680px;
}
.f8-checkout-rebuild-v1 .f8-checkout-hero-copy {
  padding: clamp(24px, 3vw, 36px);
  border-radius: 28px;
}
.f8-checkout-rebuild-v1 .f8-checkout-trust-panel {
  padding: 20px;
  border-radius: 28px;
  gap: 14px;
  justify-content: flex-start;
}
.f8-checkout-rebuild-v1 .f8-checkout-main {
  padding-top: clamp(36px, 4.4vw, 58px);
}

.f8-checkout-rebuild-v1 .f8-checkout-hero {
  gap: 16px;
  margin-bottom: 14px;
}
.f8-checkout-rebuild-v1 .f8-checkout-card {
  padding: clamp(16px, 2vw, 24px);
  border-radius: 28px;
}
.f8-checkout-rebuild-v1 form.checkout.woocommerce-checkout {
  gap: 18px;
}
.f8-checkout-rebuild-v1 #customer_details,
.f8-checkout-rebuild-v1 #order_review,
.f8-checkout-rebuild-v1 .woocommerce-checkout-review-order {
  padding: clamp(18px, 2.1vw, 24px);
}
.f8-checkout-rebuild-v1 #order_review,
.f8-checkout-rebuild-v1 .woocommerce-checkout-review-order {
  margin-top: 42px;
}
.f8-checkout-rebuild-v1 #customer_details .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px 18px;
}
.f8-checkout-rebuild-v1 #customer_details .woocommerce-billing-fields__field-wrapper > p.form-row,
.f8-checkout-rebuild-v1 #customer_details .woocommerce-billing-fields__field-wrapper > .form-row {
  float: none;
  clear: none;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  box-sizing: border-box;
}
.f8-checkout-rebuild-v1 #billing_first_name_field,
.f8-checkout-rebuild-v1 #billing_last_name_field,
.f8-checkout-rebuild-v1 #billing_country_field,
.f8-checkout-rebuild-v1 #billing_postcode_field,
.f8-checkout-rebuild-v1 #billing_city_field,
.f8-checkout-rebuild-v1 #billing_state_field {
  grid-column: span 6;
}
.f8-checkout-rebuild-v1 #billing_email_field,
.f8-checkout-rebuild-v1 #billing_phone_field,
.f8-checkout-rebuild-v1 #billing_address_1_field,
.f8-checkout-rebuild-v1 p#billing_address_1_field,
.f8-checkout-rebuild-v1 .woocommerce-billing-fields__field-wrapper > #billing_address_1_field {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: block;
}
.f8-checkout-rebuild-v1 #billing_address_1_field .woocommerce-input-wrapper,
.f8-checkout-rebuild-v1 #billing_address_1,
.f8-checkout-rebuild-v1 input#billing_address_1 {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
.f8-checkout-rebuild-v1 #billing_address_1 {
  min-height: 64px;
}
.f8-checkout-rebuild-v1 .f8-support-note {
  margin-top: 14px;
  padding: 16px 18px;
}
@media (max-width: 760px) {
  .f8-checkout-rebuild-v1 #billing_first_name_field, .f8-checkout-rebuild-v1 #billing_last_name_field, .f8-checkout-rebuild-v1 #billing_country_field, .f8-checkout-rebuild-v1 #billing_postcode_field, .f8-checkout-rebuild-v1 #billing_city_field, .f8-checkout-rebuild-v1 #billing_state_field, .f8-checkout-rebuild-v1 #billing_email_field, .f8-checkout-rebuild-v1 #billing_phone_field, .f8-checkout-rebuild-v1 #billing_address_1_field {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .f8-checkout-rebuild-v1 .f8-checkout-card {
    padding: clamp(22px, 2.4vw, 34px);
  }

  .f8-checkout-rebuild-v1 form.checkout.woocommerce-checkout {
    grid-template-columns: minmax(620px, 1fr) minmax(360px, 420px);
    gap: clamp(22px, 2.4vw, 34px);
  }

  .f8-checkout-rebuild-v1 #customer_details {
    padding: clamp(24px, 2.6vw, 34px);
  }

  .f8-checkout-rebuild-v1 #order_review,
  .f8-checkout-rebuild-v1 .woocommerce-checkout-review-order {
    padding: 24px;
    margin-top: 46px;
  }

  .f8-checkout-rebuild-v1 .woocommerce-billing-fields h3 {
    margin-bottom: 24px;
    font-size: clamp(34px, 3vw, 44px);
  }

  .f8-checkout-rebuild-v1 #customer_details .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 18px;
    max-width: 760px;
  }

  .f8-checkout-rebuild-v1 #customer_details .woocommerce-billing-fields__field-wrapper > p.form-row,
  .f8-checkout-rebuild-v1 #customer_details .woocommerce-billing-fields__field-wrapper > .form-row,
  .f8-checkout-rebuild-v1 #billing_first_name_field,
  .f8-checkout-rebuild-v1 #billing_last_name_field,
  .f8-checkout-rebuild-v1 #billing_country_field,
  .f8-checkout-rebuild-v1 #billing_postcode_field,
  .f8-checkout-rebuild-v1 #billing_city_field,
  .f8-checkout-rebuild-v1 #billing_state_field {
    grid-column: span 1;
  }

  .f8-checkout-rebuild-v1 #billing_email_field,
  .f8-checkout-rebuild-v1 #billing_phone_field,
  .f8-checkout-rebuild-v1 #billing_address_1_field,
  .f8-checkout-rebuild-v1 p#billing_address_1_field,
  .f8-checkout-rebuild-v1 .woocommerce-billing-fields__field-wrapper > #billing_address_1_field {
    grid-column: span 1;
  }

  .f8-checkout-rebuild-v1 #billing_address_1_field {
    grid-column: 1 / -1;
  }

  .f8-checkout-rebuild-v1 #customer_details input.input-text,
  .f8-checkout-rebuild-v1 #customer_details input[type="text"],
  .f8-checkout-rebuild-v1 #customer_details input[type="email"],
  .f8-checkout-rebuild-v1 #customer_details input[type="tel"],
  .f8-checkout-rebuild-v1 #customer_details input[type="number"],
  .f8-checkout-rebuild-v1 #customer_details select,
  .f8-checkout-rebuild-v1 #customer_details textarea,
  .f8-checkout-rebuild-v1 #customer_details .select2-container--default .select2-selection--single {
    min-height: 58px;
    border-radius: 16px;
  }
}

@media (min-width: 900px) and (max-width: 1180px) {
  .f8-checkout-rebuild-v1 form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .f8-checkout-rebuild-v1 #customer_details .woocommerce-billing-fields__field-wrapper {
    max-width: 100%;
    gap: 16px;
  }

  .f8-checkout-rebuild-v1 #order_review_heading,
  .f8-checkout-rebuild-v1 #order_review,
  .f8-checkout-rebuild-v1 .woocommerce-checkout-review-order {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0;
    position: relative;
    top: auto;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 899px) {
  .f8-checkout-rebuild-v1 form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
  }

  .f8-checkout-rebuild-v1 #customer_details .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .f8-checkout-rebuild-v1 #customer_details .woocommerce-billing-fields__field-wrapper > p.form-row,
  .f8-checkout-rebuild-v1 #customer_details .woocommerce-billing-fields__field-wrapper > .form-row,
  .f8-checkout-rebuild-v1 #billing_first_name_field,
  .f8-checkout-rebuild-v1 #billing_last_name_field,
  .f8-checkout-rebuild-v1 #billing_country_field,
  .f8-checkout-rebuild-v1 #billing_postcode_field,
  .f8-checkout-rebuild-v1 #billing_city_field,
  .f8-checkout-rebuild-v1 #billing_state_field,
  .f8-checkout-rebuild-v1 #billing_email_field,
  .f8-checkout-rebuild-v1 #billing_phone_field,
  .f8-checkout-rebuild-v1 #billing_address_1_field {
    grid-column: 1 / -1;
  }
}

.f8-checkout-rebuild-v1 #customer_details .form-row-first,
.f8-checkout-rebuild-v1 #customer_details .form-row-last,
.f8-checkout-rebuild-v1 #customer_details .form-row {
  float: none;
  clear: none;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}


/* ==========================================================
   F8 Funds Checkout Stable Layout V3
   Purpose: keep real WooCommerce checkout structure intact,
   remove overlapping borders, and force professional field order.
========================================================== */
.f8-checkout-page.f8-checkout-stable-v3,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce * {
  box-sizing: border-box !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-checkout-card {
  overflow: visible !important;
  border-radius: 34px !important;
  padding: clamp(18px, 2.4vw, 32px) !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .woocommerce,
.f8-checkout-page.f8-checkout-stable-v3 form.checkout.woocommerce-checkout {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.f8-checkout-page.f8-checkout-stable-v3 form.checkout.woocommerce-checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
  gap: clamp(22px, 3vw, 36px) !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #customer_details,
.f8-checkout-page.f8-checkout-stable-v3 .col2-set,
.f8-checkout-page.f8-checkout-stable-v3 .col-1,
.f8-checkout-page.f8-checkout-stable-v3 .col-2,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-billing-fields,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-billing-fields__field-wrapper {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #customer_details,
.f8-checkout-page.f8-checkout-stable-v3 .col2-set {
  grid-column: 1 !important;
  display: block !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-checkout .col-2,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-shipping-fields,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-additional-fields {
  display: none !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #order_review_heading,
.f8-checkout-page.f8-checkout-stable-v3 #order_review {
  grid-column: 2 !important;
  width: 100% !important;
  max-width: 430px !important;
  min-width: 0 !important;
  margin: 0 0 0 auto !important;
  float: none !important;
  clear: none !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #order_review_heading {
  color: #f8f5e7 !important;
  font-size: 24px !important;
  font-weight: 950 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.1 !important;
  margin-bottom: 14px !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #order_review {
  position: sticky !important;
  top: 116px !important;
  padding: 22px !important;
  border: 1px solid rgba(255, 234, 0, 0.20) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at top right, rgba(255, 234, 0, 0.12), transparent 36%),
    linear-gradient(145deg, rgba(12, 12, 7, 0.96), rgba(2, 2, 2, 0.98)) !important;
  box-shadow: 0 26px 80px rgba(0,0,0,.44), inset 0 1px 0 rgba(255,255,255,.045) !important;
  overflow: hidden !important;
}

/* Left account panel: one clean border only. */
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-billing-fields {
  position: relative !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: unset !important;
  box-shadow: unset !important;
  overflow: hidden !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-billing-fields::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.018) 1px, transparent 1px) !important;
  background-size: 76px 76px !important;
  opacity: .22 !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-billing-fields > h3 {
  display: none !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-billing-redesign-head,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-billing-fields__field-wrapper {
  position: relative !important;
  z-index: 1 !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-billing-redesign-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: center !important;
  margin: 0 0 26px !important;
  padding: 0 0 24px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 234, 0, 0.16) !important;
  background: transparent !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-billing-redesign-copy span {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 0 10px !important;
  padding: 7px 11px !important;
  border: 1px solid rgba(255, 234, 0, 0.28) !important;
  border-radius: 999px !important;
  background: rgba(255,234,0,.08) !important;
  color: #ffea00 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-billing-redesign-copy h2 {
  margin: 0 !important;
  color: #f8f5e7 !important;
  font-size: clamp(30px, 3.8vw, 48px) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -.055em !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-billing-redesign-copy p {
  max-width: 620px !important;
  margin: 10px 0 0 !important;
  color: rgba(248,245,231,.64) !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.55 !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-billing-redesign-chip {
  display: grid !important;
  place-content: center !important;
  min-width: 148px !important;
  min-height: 86px !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(255,234,0,.22) !important;
  border-radius: 18px !important;
  background: rgba(0,0,0,.34) !important;
  text-align: center !important;
}
.f8-checkout-page.f8-checkout-stable-v3 .f8-billing-redesign-chip strong {
  display: block !important;
  color: #ffea00 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}
.f8-checkout-page.f8-checkout-stable-v3 .f8-billing-redesign-chip small {
  display: block !important;
  margin-top: 7px !important;
  color: rgba(248,245,231,.56) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.32 !important;
}

/* Fields: exactly one field per row, no outer field borders. */
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-billing-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .woocommerce form .form-row,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-page form .form-row,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce form .form-row-first,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce form .form-row-last,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce form .form-row-wide,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details p.form-row,
.f8-checkout-page.f8-checkout-stable-v3 #billing_email_field,
.f8-checkout-page.f8-checkout-stable-v3 #billing_first_name_field,
.f8-checkout-page.f8-checkout-stable-v3 #billing_last_name_field,
.f8-checkout-page.f8-checkout-stable-v3 #billing_phone_field,
.f8-checkout-page.f8-checkout-stable-v3 #billing_country_field,
.f8-checkout-page.f8-checkout-stable-v3 #billing_address_1_field,
.f8-checkout-page.f8-checkout-stable-v3 #billing_city_field,
.f8-checkout-page.f8-checkout-stable-v3 #billing_postcode_field,
.f8-checkout-page.f8-checkout-stable-v3 #billing_state_field {
  display: block !important;
  float: none !important;
  clear: both !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  position: static !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #billing_email_field { order: 1 !important; }
.f8-checkout-page.f8-checkout-stable-v3 #billing_first_name_field { order: 2 !important; }
.f8-checkout-page.f8-checkout-stable-v3 #billing_last_name_field { order: 3 !important; }
.f8-checkout-page.f8-checkout-stable-v3 #billing_phone_field { order: 4 !important; }
.f8-checkout-page.f8-checkout-stable-v3 #billing_country_field { order: 5 !important; }
.f8-checkout-page.f8-checkout-stable-v3 #billing_address_1_field { order: 6 !important; }
.f8-checkout-page.f8-checkout-stable-v3 #billing_city_field { order: 7 !important; }
.f8-checkout-page.f8-checkout-stable-v3 #billing_postcode_field { order: 8 !important; }
.f8-checkout-page.f8-checkout-stable-v3 #billing_state_field { order: 9 !important; }

.f8-checkout-page.f8-checkout-stable-v3 .woocommerce form .form-row::before,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce form .form-row::after,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details .form-row::before,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details .form-row::after {
  display: none !important;
  content: none !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .woocommerce form .form-row label,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details .form-row label {
  display: block !important;
  width: 100% !important;
  margin: 0 0 9px !important;
  padding: 0 !important;
  color: rgba(248,245,231,.92) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: -.01em !important;
  white-space: normal !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .woocommerce form .form-row .required {
  color: #ffea00 !important;
  text-decoration: none !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #customer_details .woocommerce-input-wrapper,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details .select2-container,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details .selection,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details .select2-selection,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details input.input-text,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="text"],
.f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="email"],
.f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="tel"],
.f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="number"],
.f8-checkout-page.f8-checkout-stable-v3 #customer_details select,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details textarea,
.f8-checkout-page.f8-checkout-stable-v3 .f8-checkout-input {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #customer_details input.input-text,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="text"],
.f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="email"],
.f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="tel"],
.f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="number"],
.f8-checkout-page.f8-checkout-stable-v3 #customer_details select,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details textarea,
.f8-checkout-page.f8-checkout-stable-v3 .f8-checkout-input,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details .select2-container--default .select2-selection--single {
  height: 64px !important;
  min-height: 64px !important;
  padding: 0 20px !important;
  border: 1px solid rgba(255,234,0,.38) !important;
  border-radius: 18px !important;
  background: rgba(0,0,0,.62) !important;
  color: #f8f5e7 !important;
  box-shadow: none !important;
  outline: 0 !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #customer_details input.input-text::placeholder,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details textarea::placeholder {
  color: rgba(248,245,231,.38) !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #customer_details input.input-text:focus,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="text"]:focus,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="email"]:focus,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="tel"]:focus,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details select:focus,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details textarea:focus,
.f8-checkout-page.f8-checkout-stable-v3 #customer_details .select2-container--open .select2-selection--single {
  border-color: #ffea00 !important;
  background: rgba(0,0,0,.76) !important;
  box-shadow: 0 0 0 4px rgba(255,234,0,.12) !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #billing_address_1,
.f8-checkout-page.f8-checkout-stable-v3 #billing_address_1_field input {
  height: 78px !important;
  min-height: 78px !important;
  font-size: 17px !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 64px !important;
  padding: 0 46px 0 0 !important;
  color: #f8f5e7 !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 64px !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 64px !important;
  right: 12px !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .select2-dropdown {
  background: #080806 !important;
  border: 1px solid rgba(255,234,0,.25) !important;
  color: #fff !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}
.f8-checkout-page.f8-checkout-stable-v3 .select2-results__option { color: #fff !important; }
.f8-checkout-page.f8-checkout-stable-v3 .select2-results__option--highlighted { background: rgba(255,234,0,.16) !important; color: #ffea00 !important; }

.f8-checkout-page.f8-checkout-stable-v3 table.shop_table,
.f8-checkout-page.f8-checkout-stable-v3 table.woocommerce-checkout-review-order-table {
  border: 0 !important;
  color: #fff !important;
  margin: 0 0 18px !important;
}

.f8-checkout-page.f8-checkout-stable-v3 table.shop_table th,
.f8-checkout-page.f8-checkout-stable-v3 table.shop_table td {
  border-top: 1px solid rgba(255,255,255,.08) !important;
  color: rgba(255,255,255,.82) !important;
  padding: 14px 0 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.f8-checkout-page.f8-checkout-stable-v3 table.shop_table .product-name,
.f8-checkout-page.f8-checkout-stable-v3 table.shop_table tfoot .order-total th,
.f8-checkout-page.f8-checkout-stable-v3 table.shop_table tfoot .order-total td {
  color: #fff !important;
  font-weight: 950 !important;
}

.f8-checkout-page.f8-checkout-stable-v3 table.shop_table .product-total,
.f8-checkout-page.f8-checkout-stable-v3 table.shop_table tfoot td {
  text-align: right !important;
  white-space: nowrap !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #payment {
  margin-top: 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: unset !important;
  overflow: hidden !important;
}
.f8-checkout-page.f8-checkout-stable-v3 #payment ul.payment_methods {
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  padding: 18px !important;
}
.f8-checkout-page.f8-checkout-stable-v3 #payment div.form-row,
.f8-checkout-page.f8-checkout-stable-v3 #payment .place-order {
  padding: 18px !important;
}
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-terms-and-conditions-wrapper {
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  color: rgba(255,255,255,.66) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-terms-and-conditions { display: none !important; }
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-terms-and-conditions-checkbox-text,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-terms-and-conditions-checkbox-text * {
  font-size: 13.5px !important;
  line-height: 1.62 !important;
}
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
  accent-color: #ffea00 !important;
  margin-right: 8px !important;
}
.f8-checkout-page.f8-checkout-stable-v3 a,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-terms-and-conditions-checkbox-text a {
  font-weight: 900 !important;
  text-underline-offset: 3px !important;
}
.f8-checkout-page.f8-checkout-stable-v3 #place_order,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-button,
.f8-checkout-page.f8-checkout-stable-v3 .button.wc-forward,
.f8-checkout-page.f8-checkout-stable-v3 form.checkout_coupon button.button {
  min-height: 62px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #fff677 0%, #fee705 42%, #d7ad00 73%, #9a7800 100%) !important;
  color: #050505 !important;
  border: 1px solid rgba(254,231,5,.72) !important;
  box-shadow: 0 0 34px rgba(254,231,5,.16), inset 0 1px 0 rgba(255,255,255,.52) !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}
.f8-checkout-page.f8-checkout-stable-v3 #place_order {
  width: 100% !important;
  margin-top: 12px !important;
}

@media (max-width: 1100px) {
  .f8-checkout-page.f8-checkout-stable-v3 form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr !important;
  }
  .f8-checkout-page.f8-checkout-stable-v3 #customer_details,
  .f8-checkout-page.f8-checkout-stable-v3 #order_review_heading,
  .f8-checkout-page.f8-checkout-stable-v3 #order_review {
    grid-column: 1 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
  .f8-checkout-page.f8-checkout-stable-v3 #order_review { position: static !important; }
}

@media (max-width: 720px) {
  .f8-checkout-page.f8-checkout-stable-v3 .f8-billing-redesign-head {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .f8-checkout-page.f8-checkout-stable-v3 .f8-billing-redesign-chip {
    width: 100% !important;
    min-height: auto !important;
    justify-content: start !important;
    place-content: start !important;
    text-align: left !important;
  }
  .f8-checkout-page.f8-checkout-stable-v3 .woocommerce-billing-fields {
    padding: 16px !important;
    border-radius: 24px !important;
  }
  .f8-checkout-page.f8-checkout-stable-v3 #customer_details input.input-text,
  .f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="text"],
  .f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="email"],
  .f8-checkout-page.f8-checkout-stable-v3 #customer_details input[type="tel"],
  .f8-checkout-page.f8-checkout-stable-v3 #customer_details select,
  .f8-checkout-page.f8-checkout-stable-v3 #customer_details textarea,
  .f8-checkout-page.f8-checkout-stable-v3 #customer_details .select2-container--default .select2-selection--single {
    height: 58px !important;
    min-height: 58px !important;
    border-radius: 15px !important;
    font-size: 15px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .f8-checkout-page.f8-checkout-stable-v3 #billing_address_1,
  .f8-checkout-page.f8-checkout-stable-v3 #billing_address_1_field input {
    height: 68px !important;
    min-height: 68px !important;
  }
  .f8-checkout-page.f8-checkout-stable-v3 #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 58px !important;
    line-height: 58px !important;
  }
}

/* ==========================================================
   F8 Funds Checkout - Order review panel spacing fix
   Fixes overlap with "Your order" heading and prevents the
   payment / terms / place-order area from being clipped.
   ========================================================== */
.f8-checkout-page.f8-checkout-stable-v3 #order_review_heading {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  position: relative !important;
  z-index: 3 !important;
  width: 100% !important;
  max-width: 430px !important;
  margin: 10px 0 26px auto !important;
  padding: 0 2px 0 0 !important;
  color: #f8f5e7 !important;
  background: transparent !important;
  font-size: clamp(22px, 2vw, 28px) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  text-shadow: 0 14px 34px rgba(0, 0, 0, .65) !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #order_review_heading::before {
  content: "" !important;
  width: 6px !important;
  height: 28px !important;
  flex: 0 0 6px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #fff677, #ffea00 48%, #9a7800) !important;
  box-shadow: 0 0 22px rgba(255, 234, 0, .36) !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #order_review_heading::after {
  content: "" !important;
  height: 1px !important;
  flex: 1 1 auto !important;
  min-width: 42px !important;
  background: linear-gradient(90deg, rgba(255, 234, 0, .34), rgba(255, 234, 0, 0)) !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #order_review {
  position: sticky !important;
  top: 154px !important;
  margin: 76px 0 0 auto !important;
  padding: 28px 28px 34px !important;
  min-height: 760px !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  z-index: 1 !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #order_review::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 28px !important;
  pointer-events: none !important;
  box-shadow: inset 0 0 0 1px rgba(255, 234, 0, 0.04) !important;
}

.f8-checkout-page.f8-checkout-stable-v3 table.shop_table,
.f8-checkout-page.f8-checkout-stable-v3 table.woocommerce-checkout-review-order-table {
  margin-bottom: 24px !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #payment {
  margin-top: 26px !important;
  overflow: visible !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #payment ul.payment_methods,
.f8-checkout-page.f8-checkout-stable-v3 #payment div.form-row,
.f8-checkout-page.f8-checkout-stable-v3 #payment .place-order {
  overflow: visible !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #payment .place-order,
.f8-checkout-page.f8-checkout-stable-v3 #payment div.form-row.place-order {
  padding: 22px 22px 28px !important;
  min-height: 230px !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-terms-and-conditions-wrapper {
  display: block !important;
  margin-top: 18px !important;
  margin-bottom: 18px !important;
  padding-top: 18px !important;
  overflow: visible !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .form-row.validate-required,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-terms-and-conditions-wrapper .form-row {
  overflow: visible !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #place_order {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 44px 0 0 !important;
  min-height: 66px !important;
  position: relative !important;
  z-index: 2 !important;
  clear: both !important;
}

@media (max-width: 1100px) {
  .f8-checkout-page.f8-checkout-stable-v3 #order_review_heading {
    margin-top: 34px !important;
  }
  .f8-checkout-page.f8-checkout-stable-v3 #order_review {
    position: static !important;
    margin-top: 20px !important;
    min-height: auto !important;
    padding-bottom: 34px !important;
  }
  .f8-checkout-page.f8-checkout-stable-v3 #payment .place-order,
  .f8-checkout-page.f8-checkout-stable-v3 #payment div.form-row.place-order {
    min-height: auto !important;
  }
}
/* ==========================================================
   F8 Funds Checkout - Compact coupon inside Your Order panel
   Moves coupon UX away from the full-width WooCommerce banner
   and renders it as a compact order-review module.
   ========================================================== */
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-form-coupon-toggle,
.f8-checkout-page.f8-checkout-stable-v3 form.checkout_coupon.woocommerce-form-coupon {
  display: none !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #order_review .f8-order-coupon-box {
  margin: 18px 0 20px !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 234, 0, 0.22) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at top right, rgba(255, 234, 0, 0.10), transparent 34%),
    rgba(255, 255, 255, 0.035) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045) !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-head span {
  display: block !important;
  margin-bottom: 4px !important;
  color: #ffea00 !important;
  font-size: 10.5px !important;
  font-weight: 950 !important;
  letter-spacing: .14em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-head strong {
  display: block !important;
  color: #f8f5e7 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1.25 !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-head small {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
  padding: 6px 9px !important;
  border: 1px solid rgba(255, 234, 0, .18) !important;
  border-radius: 999px !important;
  background: rgba(255, 234, 0, .08) !important;
  color: rgba(248,245,231,.68) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-controls {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-input {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(255, 234, 0, 0.28) !important;
  border-radius: 14px !important;
  background: rgba(0, 0, 0, .48) !important;
  color: #f8f5e7 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035) !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-input::placeholder {
  color: rgba(248,245,231,.40) !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-input:focus {
  border-color: #ffea00 !important;
  box-shadow: 0 0 0 3px rgba(255, 234, 0, .12) !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-apply {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 92px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(254, 231, 5, .72) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #fff677 0%, #fee705 44%, #d7ad00 78%, #9a7800 100%) !important;
  color: #050505 !important;
  font-size: 13.5px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: 0 0 24px rgba(254,231,5,.12), inset 0 1px 0 rgba(255,255,255,.52) !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-apply:hover {
  transform: translateY(-1px) !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-apply:disabled,
.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-apply.is-loading {
  cursor: wait !important;
  opacity: .72 !important;
  transform: none !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-message {
  margin-top: 10px !important;
  color: rgba(248,245,231,.72) !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-message:empty {
  display: none !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-message .woocommerce-error,
.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-message .woocommerce-message,
.f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-message .woocommerce-info {
  margin: 0 !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
}

@media (max-width: 560px) {
  .f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-controls {
    grid-template-columns: 1fr !important;
  }
  .f8-checkout-page.f8-checkout-stable-v3 .f8-order-coupon-apply {
    width: 100% !important;
  }
}


/* ==========================================================
   F8 Funds Checkout - Single Evaluation Purchase Cleanup
   Keeps checkout focused on one selected prop-firm evaluation.
========================================================== */
.f8-checkout-page .woocommerce-form-coupon-toggle,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-form-coupon-toggle,
.f8-checkout-page .woocommerce-checkout-review-order-table .product-quantity,
.f8-checkout-page.f8-checkout-stable-v3 .woocommerce-checkout-review-order-table .product-quantity {
  display: none !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #order_review_heading {
  max-width: 430px !important;
}

.f8-checkout-page.f8-checkout-stable-v3 table.woocommerce-checkout-review-order-table th.product-name,
.f8-checkout-page.f8-checkout-stable-v3 table.woocommerce-checkout-review-order-table td.product-name {
  width: 68% !important;
}

.f8-checkout-page.f8-checkout-stable-v3 table.woocommerce-checkout-review-order-table th.product-total,
.f8-checkout-page.f8-checkout-stable-v3 table.woocommerce-checkout-review-order-table td.product-total {
  width: 32% !important;
}

.f8-checkout-page.f8-checkout-stable-v3 .f8-checkout-trust-list li,
.f8-checkout-page .f8-checkout-trust-list li {
  line-height: 1.5 !important;
}

.f8-checkout-page.f8-checkout-stable-v3 #payment .place-order,
.f8-checkout-page.f8-checkout-stable-v3 #payment div.form-row.place-order {
  margin-top: 18px !important;
}

/* F8 promo display refresh: visible discount row inserted immediately after Apply. */
.f8-checkout-page.f8-checkout-stable-v3 table.woocommerce-checkout-review-order-table tr.f8-promo-discount-row th,
.f8-checkout-page.f8-checkout-stable-v3 table.woocommerce-checkout-review-order-table tr.f8-promo-discount-row td,
.f8-checkout-page table.woocommerce-checkout-review-order-table tr.f8-promo-discount-row th,
.f8-checkout-page table.woocommerce-checkout-review-order-table tr.f8-promo-discount-row td {
  color: #fee705 !important;
  font-weight: 900 !important;
}
