.bxp-funnel-checkout{background:var(--px-color-surface);color:var(--px-color-ink);min-height:100vh;padding:clamp(var(--px-space-5),4vw,var(--px-space-10))}.bxp-funnel-checkout__inner{margin:0 auto;width:min(1080px,100%)}.bxp-funnel-checkout__form{display:grid;gap:var(--px-space-6)}.bxp-funnel-checkout__cols{align-items:start;display:grid;gap:clamp(var(--px-space-6),4vw,var(--px-space-10));grid-template-columns:repeat(var(--bxp-funnel-cols,1),minmax(0,1fr))}.bxp-funnel-checkout__col{align-content:start}.bxp-funnel-checkout__block,.bxp-funnel-checkout__col{display:grid;gap:var(--px-space-4)}.bxp-funnel-checkout__heading{letter-spacing:0;margin:0}.bxp-funnel-checkout__heading--h1{font-size:var(--px-text-2xl);font-weight:800;line-height:1.2}.bxp-funnel-checkout__heading--h2{font-size:var(--px-text-xl);font-weight:700}.bxp-funnel-checkout__heading--h3{font-size:var(--px-text-lg);font-weight:700}.bxp-funnel-checkout__address{height:auto;line-height:1.5;min-height:4rem;padding:var(--px-space-3);resize:vertical}.bxp-funnel-checkout__field-heading{color:var(--px-color-ink);display:block;font-size:var(--px-text-sm);font-weight:700;margin-bottom:var(--px-space-2)}.bxp-funnel-checkout__selection-panel{display:grid;gap:var(--px-space-3);margin-left:calc(64px + .875rem);padding:var(--px-space-3) 0 0}.bxp-funnel-checkout__radios{background:var(--px-color-surface);border:1px solid var(--px-color-border);border-radius:var(--px-radius-md);display:grid;gap:0;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));overflow:hidden}.bxp-funnel-checkout .bxp-funnel-checkout__radio{align-items:center;background:transparent;border:0;border-radius:0;cursor:pointer;display:flex;gap:var(--px-space-2);min-width:0;padding:var(--px-space-3)}.bxp-funnel-checkout__radio+.bxp-funnel-checkout__radio{border-left:1px solid var(--px-color-border)}.bxp-funnel-checkout__radio:hover{background:var(--px-color-surface-alt)}.bxp-funnel-checkout__radio:has(input:checked){background:var(--px-color-surface);box-shadow:none}.bxp-funnel-checkout__radio:has(input:checked) .bxp-funnel-checkout__radio-label{color:var(--px-color-ink)}.bxp-funnel-checkout__radio input{accent-color:var(--px-color-cta);background:transparent;border:0;flex:0 0 auto;height:14px;margin:0;min-height:14px;padding:0;width:14px}.bxp-funnel-checkout__radio-body{display:grid;gap:.125rem;min-width:0}.bxp-funnel-checkout__radio-label{font-size:var(--px-text-base);font-weight:600;overflow-wrap:anywhere}.bxp-funnel-checkout__radio-price{color:var(--px-color-muted);font-size:var(--px-text-sm)}.bxp-funnel-checkout__lineitem{display:grid;gap:var(--px-space-3)}.bxp-funnel-checkout__lineitem-main{align-items:center;display:flex;gap:.875rem}.bxp-funnel-checkout__lineitem-image{border-radius:var(--px-radius-md);flex:0 0 auto;height:64px;-o-object-fit:cover;object-fit:cover;width:64px}.bxp-funnel-checkout__lineitem-image,.bxp-funnel-checkout__lineitem-image--empty{background:var(--px-color-surface-alt)}.bxp-funnel-checkout__lineitem-info{flex:1 1 auto;min-width:0}.bxp-funnel-checkout__lineitem-title{font-weight:700;margin:0}.bxp-funnel-checkout__lineitem-variant{align-items:baseline;color:var(--px-color-muted);display:flex;flex-wrap:wrap;font-size:var(--px-text-base);gap:.375rem;margin:.125rem 0 0}.bxp-funnel-checkout__lineitem-change{align-items:center;background:transparent;border:0;color:var(--px-color-link);cursor:pointer;display:inline-flex;font:inherit;font-size:var(--px-text-sm);font-weight:700;margin-top:.35rem;padding:0;text-decoration:underline;text-underline-offset:2px;width:-moz-fit-content;width:fit-content}.bxp-funnel-checkout__lineitem-variant .bxp-funnel-checkout__lineitem-change{margin-top:0}.bxp-funnel-checkout__lineitem-unit-price{color:var(--px-color-ink);font-size:var(--px-text-base);font-weight:700;margin:.35rem 0 0}.bxp-funnel-checkout__lineitem-change:focus-visible{outline:2px solid var(--px-color-focus);outline-offset:2px}.bxp-funnel-checkout__lineitem-meta{align-self:start;display:grid;gap:.125rem;text-align:right;white-space:nowrap}.bxp-funnel-checkout__lineitem-price{font-weight:700}.bxp-funnel-checkout__lineitem-qty{color:var(--px-color-muted);font-size:var(--px-text-base)}.bxp-funnel-checkout__lineitem-stepper{background:var(--px-color-surface);border:1px solid var(--px-color-border);border-radius:var(--px-radius-md);display:grid;grid-template-columns:36px 40px 36px;min-height:36px;overflow:hidden}.bxp-funnel-checkout__lineitem-stepper button{background:var(--px-color-surface);border:0;color:var(--px-color-ink);cursor:pointer;font:inherit;font-size:var(--px-text-xl);line-height:1}.bxp-funnel-checkout__lineitem-stepper button:disabled{color:var(--px-color-muted);cursor:not-allowed}.bxp-funnel-checkout__lineitem-stepper span{border-inline:1px solid var(--px-color-border);display:grid;font-weight:700;place-items:center}.bxp-funnel-checkout__offer-list{display:grid;gap:var(--px-space-3);grid-template-columns:repeat(var(--bxp-funnel-offer-cols,1),minmax(0,1fr))}.bxp-funnel-checkout__offer{background:var(--px-color-surface);border:1px solid var(--px-color-border);border-radius:var(--px-radius-md);display:grid;gap:var(--px-space-3);padding:var(--px-space-3)}.bxp-funnel-checkout__offer--selected{border-color:var(--px-color-cta);box-shadow:inset 0 0 0 1px var(--px-color-cta)}.bxp-funnel-checkout__offer--disabled{opacity:.58}.bxp-funnel-checkout .bxp-funnel-checkout__offer-choice{align-items:center;cursor:pointer;display:flex;gap:var(--px-space-3);min-width:0}.bxp-funnel-checkout__offer-choice input{accent-color:var(--px-color-cta);flex:0 0 auto;height:14px;margin:0;min-height:14px;padding:0;width:14px}.bxp-funnel-checkout__offer-image{border-radius:var(--px-radius-sm);flex:0 0 auto;height:48px;-o-object-fit:cover;object-fit:cover;width:48px}.bxp-funnel-checkout__offer-image,.bxp-funnel-checkout__offer-image--empty{background:var(--px-color-surface-alt)}.bxp-funnel-checkout__offer-info{color:var(--px-color-muted);display:grid;font-size:var(--px-text-sm);gap:.125rem;min-width:0}.bxp-funnel-checkout__offer-info strong{color:var(--px-color-ink);font-size:var(--px-text-base)}.bxp-funnel-checkout__offer-quantity{display:flex;justify-content:flex-end}.bxp-funnel-checkout__variant-options{gap:var(--px-space-3)}.bxp-funnel-checkout__variant-option{display:grid;gap:.45rem}.bxp-funnel-checkout__variant-option-title{align-items:baseline;color:var(--px-color-muted);display:flex;font-size:var(--px-text-base);gap:.35rem}.bxp-funnel-checkout__variant-option-title strong{color:var(--px-color-ink)}.bxp-funnel-checkout__variant-choice-list{display:flex;flex-wrap:wrap;gap:.375rem}.bxp-funnel-checkout__variant-choice{background:var(--px-color-surface);border:1px solid var(--px-color-border);border-radius:var(--px-radius-md);color:var(--px-color-ink);cursor:pointer;font:inherit;font-weight:600;min-height:36px;padding:0 var(--px-space-3)}.bxp-funnel-checkout__variant-choice:hover:not(:disabled){background:var(--px-color-surface-alt);border-color:var(--px-color-cta)}.bxp-funnel-checkout__variant-choice--selected{background:var(--px-color-cta);border-color:var(--px-color-cta);color:var(--px-color-on-cta)}.bxp-funnel-checkout__variant-choice:disabled{color:var(--px-color-muted);cursor:not-allowed;opacity:.65;text-decoration:line-through}.bxp-funnel-checkout__promo{display:grid;gap:var(--px-space-2)}.bxp-funnel-checkout__promo-title{font-size:var(--px-text-lg);font-weight:700;margin:0}.bxp-funnel-checkout__promo-row{display:grid;gap:var(--px-space-2);grid-template-columns:minmax(0,1fr) auto}.bxp-funnel-checkout__promo-applied{color:var(--px-color-success-ink);font-size:var(--px-text-sm);margin:0}.bxp-funnel-checkout__promo-error{color:var(--px-color-danger-ink);font-size:var(--px-text-sm);margin:0}.bxp-funnel-checkout__payment-control{align-items:center;display:flex;gap:var(--px-space-3)}.bxp-funnel-checkout__payment-icon{background:var(--px-color-surface-alt);border:1px solid var(--px-color-border);border-radius:var(--px-radius-md);color:var(--px-color-muted);display:grid;flex:0 0 auto;font-weight:700;height:var(--px-touch);overflow:hidden;place-items:center;width:var(--px-touch)}.bxp-funnel-checkout__payment-icon img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.bxp-funnel-checkout__summary{border-top:1px solid var(--px-color-border);padding-top:var(--px-space-4)}.bxp-funnel-checkout__error{background:color-mix(in srgb,var(--px-color-danger-ink) 8%,var(--px-color-surface));border:1px solid color-mix(in srgb,var(--px-color-danger-ink) 25%,transparent);border-radius:var(--px-radius-md);color:var(--px-color-danger-ink)}.bxp-funnel-checkout__empty,.bxp-funnel-checkout__error{font-size:var(--px-text-base);margin:0;padding:var(--px-space-3)}.bxp-funnel-checkout__empty{background:var(--px-color-warning-soft);border:1px solid color-mix(in srgb,var(--px-color-warning-ink) 35%,transparent);border-radius:var(--px-radius-md);color:var(--px-color-warning-ink)}.bxp-funnel-checkout__submit{font-size:var(--px-text-lg);font-weight:800;min-height:3.25rem;width:100%}.bxp-funnel-checkout__submit-total{font-weight:800}@media(max-width:860px){.bxp-funnel-checkout__cols{grid-template-columns:1fr}.bxp-funnel-checkout__heading--h1{font-size:var(--px-text-xl)}.bxp-funnel-checkout__selection-panel{margin-left:0}.bxp-funnel-checkout__offer-list{grid-template-columns:1fr}.bxp-funnel-checkout__lineitem-main{align-items:flex-start}}.bx-system-page[data-v-4a494597]{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:4rem 1.5rem}.bx-system-page__inner[data-v-4a494597]{max-width:32rem;width:100%}.bx-system-page__heading[data-v-4a494597]{font-size:1.75rem;font-weight:600;margin:0 0 .75rem}.bx-system-page__message[data-v-4a494597]{font-size:1rem;line-height:1.6;margin:0 0 1.5rem;opacity:.85}.bx-system-page__home[data-v-4a494597]{display:inline-block;font-weight:500;text-decoration:underline}.bx-system-page__form[data-v-4a494597]{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.bx-system-page__input[data-v-4a494597]{flex:1 1 14rem;min-width:0;padding:.625rem .875rem}.bx-system-page__input[data-v-4a494597],.bx-system-page__submit[data-v-4a494597]{background:transparent;border:1px solid;border-radius:.375rem;color:inherit}.bx-system-page__submit[data-v-4a494597]{cursor:pointer;font-weight:600;padding:.625rem 1.25rem}
