body {
    background:
        radial-gradient(circle at top left, rgba(54, 201, 0, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.vibes-checkout-form {
    margin: 0;
}

.vibes-checkout-form section {
    padding-top: 0;
    padding-bottom: 0;
}


.vibes-checkout {
    --vibes-checkout-content-gutter: 1.5rem;

    color: var(--vibes-text);
    margin-inline: calc(var(--vibes-checkout-content-gutter) * -1);
    margin-top: 0;
    min-height: 100vh;
    overflow-x: clip;
    padding: 0 clamp(1rem, 2.5vw, 2.5rem) 3rem;
    position: relative;
}

.vibes-checkout [hidden] {
    display: none !important;
}

.vibes-checkout__header {
    align-items: center;
    background: linear-gradient(180deg, #080808 0%, #101214 100%);
    color: var(--vibes-white);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 calc(clamp(1rem, 2.5vw, 2.5rem) * -1) 1.75rem;
    min-height: 78px;
    padding: 1rem clamp(1rem, 2.5vw, 2.5rem);
}

.vibes-checkout__header-top {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 1rem;
    justify-content: space-between;
    min-width: 0;
}

.vibes-checkout__brand {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.vibes-checkout__brand-logo {
    display: block;
    flex: 0 0 auto;
    height: auto;
    /* max-height: 56px; */
    object-fit: contain;
    width: 11%;
}

.vibes-checkout__wordmark {
    align-items: baseline;
    display: inline-flex;
    font-size: clamp(1.8rem, 2.2vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.vibes-checkout__wordmark-text {
    color: var(--vibes-white);
}

.vibes-checkout__wordmark-text--accent {
    color: var(--vibes-green);
}

.vibes-checkout__brand-divider {
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    height: 28px;
    width: 1px;
}

.vibes-checkout__brand-stack {
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.05;
    text-transform: uppercase;
}

.vibes-checkout__progress {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    justify-content: center;
    /* min-width: 0; */
}

.vibes-checkout__progress-step {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.96rem;
    font-weight: 700;
    white-space: nowrap;
}

.vibes-checkout__progress-step--active {
    color: var(--vibes-white);
}

.vibes-checkout__progress-separator {
    background: rgba(255, 255, 255, 0.28);
    display: inline-block;
    height: 1px;
    width: min(12vw, 110px);
}

.vibes-checkout__secure {
    align-items: center;
    color: rgba(255, 255, 255, 0.92);
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 700;
    gap: 0.5rem;
    white-space: nowrap;
}

.vibes-checkout__secure .fas {
    color: var(--vibes-green);
}

.vibes-checkout__hero {
    max-width: 700px;
    
}

.vibes-checkout__title {
    color: var(--vibes-black);
    font-size: clamp(2.8rem, 4.3vw, 4.7rem);
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 0.98;
    margin-bottom: 0.85rem;
}

.vibes-checkout__subtitle,
.vibes-checkout__section-copy,
.vibes-checkout__summary-copy,
.vibes-checkout__support-copy {
    color: var(--vibes-muted);
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 0;
}
.vibes-checkout__support-copy {
    font-size: .9rem;
}


.vibes-checkout__field {
    margin-bottom: 0;
}

.vibes-checkout__field .invalid-feedback {
    display: block;
    margin-top: 0rem;
}

.vibes-checkout__segmented {
    display: grid;
    /* gap: 0.9rem; */
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.8rem;
    border-radius: .5rem;
}

.vibes-checkout__segmented--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
}

.vibes-checkout__segmented-option {
    cursor: pointer;
    display: block;
    min-width: 0;
    position: relative;
}

.vibes-checkout__segmented-option.is-disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.vibes-checkout__segmented-input,
.vibes-checkout__choice-input {
    left: 1rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 1rem;
}

.vibes-checkout__segmented-body {
    align-items: center;
    background: var(--vibes-white);
    border: 1px solid var(--vibes-border);
    border-radius: 0px;
    display: flex;
    gap: 0.75rem;
    /* min-height: 76px; */
    padding: 1rem 1.15rem;
    transition: all 0.2s ease;
    text-wrap-mode: nowrap;
}

#facilitymembershipmembers-purchasetype > .vibes-checkout__segmented-option:first-of-type .vibes-checkout__segmented-body {
    border-radius: .5rem 0 0 .5rem;
}

#facilitymembershipmembers-purchasetype > .vibes-checkout__segmented-option:last-of-type .vibes-checkout__segmented-body {
    border-radius: 0 .5rem .5rem 0;
}

.vibes-checkout__segmented-icon {
    color: #2b2f38;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.vibes-checkout__segmented-icon svg {
    display: block;
    width: 1.15rem;
    height: 1.15rem;
}

.vibes-checkout__segmented-body--single {
    justify-content: center;
    min-height: 54px;
    padding: 0.95rem 1rem;
}

.vibes-checkout__segmented-label {
    color: var(--vibes-black);
    display: block;
    font-size: 0.98rem;
    font-weight: 800;
    margin-bottom: 0.12rem;
}

.vibes-checkout__segmented-help {
    color: var(--vibes-muted);
    display: block;
    font-size: 0.82rem;
    line-height: 1.35;
}

.vibes-checkout__segmented-input:checked + .vibes-checkout__segmented-body {
    background: #111111;
    border-color: #111111;
    box-shadow: 0 18px 30px rgba(17, 17, 17, 0.14);
    color: var(--vibes-white);
    border-radius: .5rem;
}

/* .vibes-checkout__segmented-input:checked + .vibes-checkout__segmented-body .vibes-checkout__segmented-icon, */
.vibes-checkout__segmented-input:checked + .vibes-checkout__segmented-body .vibes-checkout__segmented-label {
    color: var(--vibes-white);
}

.vibes-checkout__segmented-input:checked + .vibes-checkout__segmented-body .vibes-checkout__segmented-icon {
    color: var(--vibes-green);

}

#purchase-type-both:checked + .vibes-checkout__segmented-body .vibes-checkout__segmented-icon {
    color: var(--vibes-green);
}

.vibes-checkout__segmented-input:checked + .vibes-checkout__segmented-body .vibes-checkout__segmented-help {
    color: rgba(255, 255, 255, 0.76);
}

.vibes-checkout__section-title,
.vibes-checkout__summary-title {
    color: var(--vibes-black);
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 0.3rem;
}

.vibes-checkout__section-title--numbered {
    font-size: 1.55rem;
}

.vibes-checkout__link {
    background: transparent;
    border: 0;
    color: #3b4f7c;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 0.15rem;
}

.vibes-checkout__outline-button {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(16, 24, 40, 0.14);
    border-radius: 999px;
    color: var(--vibes-black);
    display: inline-flex;
    font-size: 0.94rem;
    font-weight: 800;
    gap: 0.45rem;
    justify-content: center;
    min-height: 44px;
    text-wrap-mode: nowrap;
    padding: 0.75rem 1.2rem;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.vibes-checkout__outline-button:hover {
    border-color: rgba(54, 201, 0, 0.65);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.06);
    transform: translateY(-1px);
}

.vibes-checkout__action-button {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(16, 24, 40, 0.14);
    border-radius: 999px;
    color: #344054;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 700;
    gap: 0.35rem;
    justify-content: center;
    line-height: 1.2;
    min-height: 38px;
    padding: 0.6rem 0.9rem;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.vibes-checkout__action-button:hover {
    border-color: rgba(16, 24, 40, 0.28);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.05);
    color: #101828;
}

.vibes-checkout__action-button--danger {
    border-color: rgba(217, 45, 32, 0.2);
    color: #b42318;
}

.vibes-checkout__action-button--danger:hover {
    border-color: rgba(217, 45, 32, 0.35);
    color: #912018;
}

.vibes-checkout__action-button:focus-visible,
.vibes-checkout__summary-help-link:focus-visible,
.vibes-checkout__outline-button:focus-visible,
.vibes-checkout__link:focus-visible {
    outline: 3px solid rgba(21, 157, 0, 0.24);
    outline-offset: 3px;
}

.vibes-checkout__selection-preview,
.vibes-checkout__addon-highlight-grid {
    min-height: 0;
}

.vibes-checkout__addon-count {
    color: var(--vibes-black);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin-bottom: 0.18rem;
}

.vibes-checkout__addon-copy {
    color: var(--vibes-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.vibes-checkout__addon-highlight-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vibes-checkout__addon-extra-wrap {
    background: rgba(16, 24, 40, 0.03);
    border: 1px solid rgba(16, 24, 40, 0.06);
    border-radius: 18px;
    padding: 1rem;
}

.vibes-checkout__addon-extra-label {
    color: var(--vibes-black);
    font-size: 0.92rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
}

.vibes-checkout__addon-overview .vibes-checkout__section-actions {
    align-items: center !important;
    display: grid !important;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
    justify-content: start !important;
}

.vibes-checkout__addon-overview .vibes-checkout__section-actions .vibes-checkout__action-button,
.vibes-checkout__addon-overview .vibes-checkout__section-actions .vibes-checkout__link {
    justify-self: start;
    max-width: 100%;
    text-align: center;
    white-space: normal;
}

.vibes-checkout__addon-selection-row {
    background: var(--vibes-white);
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 14px;
    padding: 0.8rem 0.9rem;
}

.vibes-checkout__addon-selection-info {
    min-width: 0;
}

.vibes-checkout__addon-selection-name {
    color: var(--vibes-black);
    font-size: 0.9rem;
    font-weight: 800;
}

.vibes-checkout__addon-selection-meta {
    color: var(--vibes-muted);
    font-size: 0.88rem;
}

.vibes-checkout.is-js-ready .vibes-checkout__picker-store {
    display: none !important;
}

.vibes-checkout:not(.is-js-ready) [data-addon-highlights],
.vibes-checkout:not(.is-js-ready) [data-open-picker],
.vibes-checkout:not(.is-js-ready) [data-clear-addons],
.vibes-checkout:not(.is-js-ready) [data-remove-all-addons] {
    display: none !important;
}

.vibes-checkout__display-card {
    cursor: default;
    display: block;
    height: 100%;
}

.vibes-checkout__display-card:hover .vibes-checkout__choice-card-body {
    transform: none;
}

.vibes-checkout__display-card[data-restore-membership],
.vibes-checkout__display-card[data-toggle-addon] {
    cursor: pointer;
}

.vibes-checkout__display-card[data-restore-membership]:focus-visible,
.vibes-checkout__display-card[data-toggle-addon]:focus-visible {
    outline: 3px solid rgba(21, 157, 0, 0.24);
    outline-offset: 4px;
}

.vibes-checkout__display-card .vibes-checkout__choice-card-body.is-selected-display {
    border-color: rgba(54, 201, 0, 0.92);
    box-shadow: inset 0 0 0 1px rgba(54, 201, 0, 0.6), 0 18px 35px rgba(54, 201, 0, 0.08);
}

.vibes-checkout__display-card .vibes-checkout__choice-card-body.is-selected-display .vibes-checkout__selection-indicator {
    background: var(--vibes-green);
    border-color: var(--vibes-green);
}

.vibes-checkout__display-card .vibes-checkout__choice-card-body.is-selected-display .vibes-checkout__selection-indicator-icon {
    opacity: 1;
}

.vibes-checkout__display-card .vibes-checkout__choice-card-body.is-unselected-display .vibes-checkout__selection-indicator {
    background: transparent;
    border-color: #cad2dc;
}

.vibes-checkout__display-card--membership-preview .vibes-checkout__choice-card,
.vibes-checkout__display-card--addon-preview .vibes-checkout__choice-card {
    cursor: default;
}

.vibes-checkout__display-card--addon-preview .vibes-checkout__choice-card-body {
    align-items: start;
    display: grid;
    gap: 0.75rem;
    grid-template-areas:
        "indicator head"
        ". price";
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 100%;
    padding: 1.15rem;
    text-align: left;
}

.vibes-checkout__display-card--addon-preview .vibes-checkout__selection-indicator {
    align-self: start;
    grid-area: indicator;
    left: auto;
    margin-top: 0.15rem;
    position: static;
    top: auto;
    transform: none;
}

.vibes-checkout__display-card--addon-preview .vibes-checkout__addon-head {
    grid-area: head;
    min-width: 0;
    padding-left: 0;
}

.vibes-checkout__display-card--addon-preview .vibes-checkout__addon-media {
    justify-content: flex-start;
}

.vibes-checkout__description-toggle {
    background: transparent;
    border: 0;
    color: var(--vibes-green-dark);
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.2;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 0.14rem;
}

.vibes-checkout__description-toggle--inline {
    display: inline;
}

.vibes-checkout__description-toggle--rich {
    display: inline-flex;
    margin-top: 0.25rem;
}

.vibes-checkout__description-toggle:focus-visible {
    border-radius: 6px;
    outline: 3px solid rgba(21, 157, 0, 0.24);
    outline-offset: 3px;
}

.vibes-checkout__display-card--addon-preview .vibes-checkout__price--addon {
    font-size: 1.45rem;
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
}

.vibes-checkout__display-card--addon-preview .vibes-checkout__addon-pricing {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.45rem;
    grid-area: price;
    justify-content: flex-start;
    margin-top: 0;
    min-width: 0;
    width: 100%;
}

.vibes-checkout__display-card--addon-preview .vibes-checkout__addon-price-meta,
.vibes-checkout__display-card--addon-preview .vibes-checkout__price-period {
    font-size: 0.88rem;
    line-height: 1.25;
    white-space: nowrap;
}

.vibes-checkout__picker-title {
    color: var(--vibes-black);
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0 0 0.18rem;
}

.vibes-checkout__picker-copy {
    color: var(--vibes-muted);
    font-size: 0.94rem;
    line-height: 1.5;
    margin: 0;
}

.vibes-checkout__picker-modal .modal-content {
    background: #f8f9fb;
    border: 0;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.22);
}

@media (min-width: 576px) {
    #membershipPickerModal .modal-dialog {
        max-width: 80%;
    }
}

.vibes-checkout__picker-modal .modal-header,
.vibes-checkout__picker-offcanvas .offcanvas-header {
    align-items: flex-start;
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
    padding: 1.5rem 1.5rem 1.15rem;
}

.vibes-checkout__picker-modal .modal-body,
.vibes-checkout__picker-offcanvas .offcanvas-body {
    padding: 1.25rem 1.5rem 1.5rem;
}

.vibes-checkout__picker-offcanvas {
    background: #f8f9fb;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    height: min(94vh, 100dvh);
}

.vibes-checkout__picker-slot {
    min-height: 1px;
}

.vibes-checkout__picker-slot .vibes-checkout__field--picker {
    margin-bottom: 0;
}

.vibes-checkout__picker-slot .vibes-checkout__card-grid--addons {
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
    grid-template-columns: 1fr;
}

.vibes-checkout__visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.vibes-checkout__card-grid {
    display: grid;
    gap: 1rem;
}

.vibes-checkout__card-grid--plans {
    grid-template-columns: 1fr;
}

.vibes-checkout__card-grid--addons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vibes-checkout__choice-card {
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
}

.vibes-checkout__choice-card-body {
    background: var(--vibes-white);
    border: 1px solid var(--vibes-border);
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    height: 100%;
    min-height: 100%;
    padding: 1.35rem;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vibes-checkout__choice-card:hover .vibes-checkout__choice-card-body {
    box-shadow: 0 20px 32px rgba(15, 23, 42, 0.06);
    transform: translateY(-2px);
}

.vibes-checkout__choice-input:checked + .vibes-checkout__choice-card-body {
    border-color: rgba(54, 201, 0, 0.92);
    box-shadow: inset 0 0 0 1px rgba(54, 201, 0, 0.6), 0 18px 35px rgba(54, 201, 0, 0.08);
}

.vibes-checkout__selection-indicator {
    align-items: center;
    border: 2px solid #cad2dc;
    border-radius: 999px;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    left: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.vibes-checkout__selection-indicator-icon {
    color: var(--vibes-white);
    display: inline-flex;
    height: 0.8rem;
    opacity: 0;
    transition: opacity 0.2s ease;
    width: 0.8rem;
}

.vibes-checkout__selection-indicator-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.vibes-checkout__selection-indicator--square {
    border-radius: 8px;
    height: 22px;
    left: 1rem;
    top: 1rem;
    transform: none;
    width: 22px;
}

.vibes-checkout__choice-input:checked + .vibes-checkout__choice-card-body .vibes-checkout__selection-indicator {
    background: var(--vibes-green);
    border-color: var(--vibes-green);
}

.vibes-checkout__choice-input:checked + .vibes-checkout__choice-card-body .vibes-checkout__selection-indicator-icon {
    opacity: 1;
}

.vibes-checkout__choice-card--plan .vibes-checkout__choice-card-body {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 1fr);
    padding-left: 3rem;
}

.vibes-checkout__plan-primary {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
}

.vibes-checkout__plan-secondary {
    border-left: 1px solid var(--vibes-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding-left: 1.6rem;
    position: relative;
}

.vibes-checkout__plan-watermark {
    color: rgba(54, 201, 0, 0.12);
    font-size: 8rem;
    font-weight: 900;
    line-height: 0.8;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
}

.vibes-checkout__card-meta {
    align-items: center;
    color: var(--vibes-muted);
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    width: 100%;
    font-size: 0.65rem;
    font-weight: 600;
    line-height: 1.35;
}

.vibes-checkout__card-meta-item {
    white-space: nowrap;
}

.vibes-checkout__card-meta-separator {
    color: #98a2b3;
}

.vibes-checkout__conditions {
    align-items: flex-start;
    /*background: rgba(16, 24, 40, 0.04);
    border: 1px solid rgba(16, 24, 40, 0.06);
    border-radius: 0.75rem;
    color: #344054; */
    display: flex;
    gap: 0.55rem;
    /* padding: 0.7rem 0.85rem; */
}

.vibes-checkout__conditions-icon {
    color: var(--vibes-muted);
    flex: 0 0 auto;
    font-size: 0.95rem;
    line-height: 1.1;
    margin-top: 0.02rem;
}

.vibes-checkout__conditions-copy {
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.45;
}

.vibes-checkout__pill {
    align-items: center;
    background: #eef2f6;
    border-radius: 999px;
    color: #344054;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 800;
    gap: 0.3rem;
    padding: 0.35rem 0.72rem;
}

.vibes-checkout__pill--success {
    background: rgba(54, 201, 0, 0.14);
    color: #116b0d;
}

.vibes-checkout__pill--muted {
    background: #f3f6fa;
    color: #475467;
}

.vibes-checkout__pill--solid {
    /* background: var(--vibes-green); */
    background: #EAF9E4;
    color: var(--vibes-green-dark);
    width: fit-content;
}

.vibes-checkout__card-title,
.vibes-checkout__summary-item-title {
    color: var(--vibes-black);
    font-size: 1.06rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0;
}

.vibes-checkout__card-title--plan {
    font-size: 1.9rem;
}

.vibes-checkout__price-row {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.vibes-checkout__price {
    color: var(--vibes-green-dark);
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
}

.vibes-checkout__price--addon {
    font-size: 1.7rem;
}

.vibes-checkout__price-period,
.vibes-checkout__today,
.vibes-checkout__summary-item-meta {
    color: var(--vibes-muted);
    font-size: 0.95rem;
}

.vibes-checkout__today--strong strong {
    color: var(--vibes-black);
}

.vibes-checkout__plan-highlights {
    display: grid;
    gap: 0.7rem;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.vibes-checkout__plan-highlights li {
    align-items: center;
    color: #344054;
    display: flex;
    gap: 0.6rem;
    line-height: 1.45;
}

.vibes-checkout__plan-check {
    align-items: center;
    border: 1.5px solid var(--vibes-green);
    border-radius: 999px;
    color: var(--vibes-green);
    display: inline-flex;
    flex-shrink: 0;
    height: 18px;
    justify-content: center;
    width: 18px;
}

.vibes-checkout__plan-check svg {
    display: block;
    height: 0.55rem;
    width: 0.55rem;
}

.vibes-checkout__description {
    color: #475467;
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0;
}

.vibes-checkout__description--addon {
    min-height: 3.1rem;
}

.vibes-checkout__description--addon > :first-child {
    margin-top: 0;
}

.vibes-checkout__description--addon > :last-child {
    margin-bottom: 0;
}

.vibes-checkout__description--addon p,
.vibes-checkout__description--addon ul,
.vibes-checkout__description--addon ol {
    margin-bottom: 0;
}

.vibes-checkout__empty-state,
.vibes-checkout__summary-empty {
    background: var(--vibes-white);
    border: 1px dashed var(--vibes-border);
    border-radius: 18px;
    color: var(--vibes-muted);
    font-size: 0.94rem;
    padding: 1rem;
}

.vibes-checkout__empty-state--membership {
    display: grid;
    gap: 0.3rem;
}

.vibes-checkout__empty-state-title {
    color: var(--vibes-black);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.vibes-checkout__empty-state-copy {
    color: var(--vibes-muted);
    line-height: 1.5;
}

.vibes-checkout__preview-note {
    background: rgba(16, 24, 40, 0.04);
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 12px;
    color: #475467;
    font-size: 0.9rem;
    line-height: 1.45;
    margin-bottom: 0.4rem;
    padding: 0.65rem 0.8rem;
}

.vibes-checkout__choice-card--addon .vibes-checkout__choice-card-body,
.vibes-checkout__addon-card {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 100%;
    padding: 1.15rem;
    text-align: left;
}

.vibes-checkout__addon-head {
    align-items: flex-start;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
    padding-left: 2rem;
}

.vibes-checkout__addon-media {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
}

.vibes-checkout__addon-image,
.vibes-checkout__addon-icon {
    border-radius: 999px;
    display: inline-flex;
    height: 74px;
    width: 74px;
}

.vibes-checkout__addon-image {
    object-fit: cover;
}

.vibes-checkout__addon-icon {
    align-items: center;
    background: linear-gradient(180deg, rgba(54, 201, 0, 0.12) 0%, rgba(54, 201, 0, 0.2) 100%);
    color: var(--vibes-green-dark);
    justify-content: center;
}

.vibes-checkout__addon-icon .fa-solid,
.vibes-checkout__addon-icon .fa-regular {
    font-size: 1.65rem;
}

.vibes-checkout__addon-summary {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
}

.vibes-checkout__choice-card--addon .vibes-checkout__card-title {
    font-size: 1.05rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.vibes-checkout__choice-card--addon .vibes-checkout__description--addon {
    color: var(--vibes-muted);
    font-size: 0.9rem;
    line-height: 1.45;
    min-height: 0;
    overflow: visible;
}

.vibes-checkout__choice-card--addon .vibes-checkout__selection-indicator {
    left: 1.15rem;
    top: 1.15rem;
    transform: none;
}

.vibes-checkout__addon-pricing {
    align-items: baseline;
    gap: 0.35rem;
    margin-top: auto;
}

.vibes-checkout__display-card--addon-preview.vibes-checkout__choice-card--addon .vibes-checkout__choice-card-body {
    align-items: start;
    display: grid;
    gap: 0.75rem;
    grid-template-areas:
        "indicator head"
        ". price";
    grid-template-columns: auto minmax(0, 1fr);
    text-align: left;
}

.vibes-checkout__display-card--addon-preview.vibes-checkout__choice-card--addon .vibes-checkout__selection-indicator {
    align-self: start;
    grid-area: indicator;
    left: auto;
    margin-top: 0.15rem;
    position: static;
    top: auto;
    transform: none;
}

.vibes-checkout__display-card--addon-preview.vibes-checkout__choice-card--addon .vibes-checkout__addon-head {
    grid-area: head;
    min-width: 0;
    padding-left: 0;
}

.vibes-checkout__display-card--addon-preview.vibes-checkout__choice-card--addon .vibes-checkout__addon-pricing {
    display: flex;
    flex-wrap: wrap;
    grid-area: price;
    justify-content: flex-start;
    margin-top: 0;
    min-width: 0;
    width: 100%;
}

.vibes-checkout__display-card--addon-preview.vibes-checkout__choice-card--addon .vibes-checkout__description--addon {
    display: block;
    line-height: 1.45;
    max-width: 100%;
    min-height: 0;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.vibes-checkout__display-card--addon-preview .vibes-checkout__description-preview-text {
    display: inline;
}

.vibes-checkout__display-card--addon-preview .vibes-checkout__description-rich-text {
    display: none;
}

.vibes-checkout__display-card--addon-preview.is-description-expanded .vibes-checkout__description-preview-text {
    display: none;
}

.vibes-checkout__display-card--addon-preview.is-description-expanded .vibes-checkout__description-rich-text {
    display: block;
}

.vibes-checkout__display-card--addon-preview.is-description-expanded .vibes-checkout__description-rich-text p {
    /* margin: 0 0 0.65rem; */
}

.vibes-checkout__display-card--addon-preview.is-description-expanded .vibes-checkout__description-rich-text ul,
.vibes-checkout__display-card--addon-preview.is-description-expanded .vibes-checkout__description-rich-text ol {
    margin: 0.55rem 0 0.65rem;
    padding-left: 1.15rem;
}

.vibes-checkout__display-card--addon-preview.is-description-expanded .vibes-checkout__description-rich-text li + li {
    margin-top: 0.25rem;
}

.vibes-checkout__display-card--addon-preview.vibes-checkout__choice-card--addon .vibes-checkout__description--addon *,
.vibes-checkout__display-card--addon-preview.vibes-checkout__choice-card--addon .vibes-checkout__card-title {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.vibes-checkout__benefits-strip {
    background: var(--vibes-white);
    border: 1px solid var(--vibes-border);
    border-radius: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
}

.vibes-checkout__benefit {
    align-items: flex-start;
    display: flex;
    gap: 0.85rem;
    padding: 1.15rem 1.25rem;
}

.vibes-checkout__benefit + .vibes-checkout__benefit {
    border-left: 1px solid var(--vibes-border);
}

.vibes-checkout__benefit-icon {
    color: var(--vibes-green);
    font-size: 1.5rem;
    margin-top: 0.1rem;
}

.vibes-checkout__benefit-icon svg {
    display: block;
    height: 1.5rem;
    width: 1.5rem;
}

.vibes-checkout__benefit-title {
    color: var(--vibes-black);
    font-size: 0.96rem;
    font-weight: 800;
    margin-bottom: 0.2rem;
}

.vibes-checkout__benefit-copy {
    color: var(--vibes-muted);
    font-size: 0.92rem;
}

.vibes-checkout__surface {
    background: var(--vibes-white);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 1rem;
    box-shadow: var(--vibes-shadow);
    padding: 1.6rem!important;
}

.vibes-checkout__details-section-terms {
    margin-bottom: 1rem;
    box-shadow: unset;
}

@media (min-width: 992px) {
    .vibes-checkout__sticky-offset-lg {
        /* top: 10px; */
    }
}

@media (min-width: 1200px) {
    .vibes-checkout__sticky-offset-xl {
        top: 10px;
    }
}

.vibes-checkout__details-divider {
    border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.vibes-checkout__details-icon {
    color: var(--vibes-green);
    font-size: 1.25rem;
    margin-top: 0.2rem;
}

.vibes-checkout__details-card .form-control,
.vibes-checkout__details-card .form-select {
    border-radius: .5rem;
    padding-block: .75rem;
    /* min-height: 50px; */
}

.vibes-checkout__password-field {
    position: relative;
}

.vibes-checkout__password-field .form-text {
    line-height: 1;
    margin: 0;
    position: absolute;
    right: 0.9rem;
    top: 2.45rem;
    z-index: 2;
}

.vibes-checkout__password-toggle {
    background: transparent;
    border: 0;
    color: #98a2b3;
    font-size: 0.95rem;
    padding: 0;
}

.vibes-checkout__payment-powered {
    color: var(--vibes-muted);
    font-size: 0.9rem;
}

.vibes-checkout__payment-brand {
    color: var(--vibes-black);
    font-size: 1rem;
    font-weight: 800;
}

.vibes-checkout__payment-note {
    background: rgba(16, 24, 40, 0.04);
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 14px;
    color: #344054;
    font-size: 0.92rem;
    padding: 0.9rem 1rem;
}
.mb-3.field-facilitymembers-sourceid,
.mb-3.field-facilitymembers-membercardtype, 
.mb-3.field-facilitymembers-membercardexp,
.mb-3.field-facilitymembers-membercardlast4 {
    margin-bottom: 0px!important;
    display: none;
}
.vibes-checkout__square {
    /* background: #fafbfc;
    border: 1px solid var(--vibes-border);
    border-radius: 18px;
    padding: 1rem; */
}

#card-container {
    /* background: var(--vibes-white);
    border: 1px solid var(--vibes-border);
    border-radius: 16px;
    min-height: 156px;
    padding: 0.5rem; */
}

#payment-flow-message.error,
#payment-flow-message.success {
    display: block;
    font-size: 0.85rem;
    margin-top: 0.65rem;
    min-height: 1.2rem;
}

#payment-flow-message.error {
    color: var(--vibes-danger);
}

#payment-flow-message.success {
    color: #12715b;
}

.vibes-checkout__payment-security,
.vibes-checkout__details-footer-note {
    color: var(--vibes-muted);
    font-size: 0.92rem;
}

.vibes-checkout__payment-security .fas,
.vibes-checkout__details-footer-note .fas {
    color: var(--vibes-black);
}

.vibes-checkout__payment-preferences {
    margin-top: 0.15rem;
}

.vibes-checkout__payment-preference {
    background: var(--vibes-white);
    border: 1px solid var(--vibes-border);
    border-radius: 1rem;
    padding: 1rem 1.1rem;
}

.vibes-checkout__payment-preference-copy {
    min-width: 0;
}

.vibes-checkout__payment-preference-title {
    color: var(--vibes-black);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

.vibes-checkout__payment-preference-text {
    color: var(--vibes-muted);
    font-size: 0.87rem;
    line-height: 1.45;
    margin: 0.22rem 0 0;
}

.vibes-checkout__payment-preference-switch {
    flex-shrink: 0;
    margin: 0;
    padding-left: 0;
}
.sq-card-wrapper .sq-card-message {
    margin: 0px;
}
.vibes-checkout__payment-preference-switch .form-check-input {
    background-color: #d8f4cf;
    /* background-image: var(--bs-form-switch-bg); */
    border: 1px solid #d8f4cf;
    box-shadow: none;
    cursor: default;
    float: none;
    height: 1.65rem;
    margin: 0;
    pointer-events: none;
    width: 3rem;
}

.vibes-checkout__payment-preference-switch .form-check-input:checked {
    background-color: var(--vibes-green);
    border-color: var(--vibes-green);
}

.vibes-checkout__payment-preference-switch .form-check-input:disabled {
    opacity: 1;
}

.vibes-checkout__terms,
.vibes-checkout__terms-accordion .accordion-item {
    border: 1px solid var(--vibes-border);
    border-radius: 16px;
    overflow: hidden;
}

.vibes-checkout__terms-body {
    max-height: 220px;
    overflow-y: auto;
    padding: 1rem 1rem 0.25rem;
}

.vibes-checkout__terms-check .form-check {
    align-items: flex-start;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* column-gap: 0.75rem; */
    /* gap: 0.75rem; */
    margin: 0;
    padding-left: 0;
}

.vibes-checkout__terms-check .form-check-input {
    float: none;
    flex-shrink: 0;
    height: 1.1rem;
    margin-left: 0;
    margin-top: 0.2rem;
    width: 1.1rem;
}

.vibes-checkout__terms-check .form-check-label {
    color: #101828;
    font-size: 0.95rem;
    line-height: 1.5;
}

.vibes-checkout__divider {
    height: 1px;
    margin: 0;
    border: 0;
    background: var(--vibes-border);
}


.vibes-checkout__terms-acceptance {
    background: #F7FCF6;
    border: 1px solid rgba(34, 211, 19, 0.26);
    border-radius: 14px;
    padding: 0.88rem 1rem!important;
}

.vibes-checkout__terms-acceptance-label {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 0.72rem;
    margin: 0;
}

.vibes-checkout__terms-acceptance-input {
    accent-color: #12940A;
    flex: 0 0 auto;
    height: 1.2rem;
    margin: 0.15rem 0 0;
    width: 1.2rem;
}

.vibes-checkout__terms-label {
    color: #171717;
    display: block;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1.35;
}

.vibes-checkout__terms-link {
    background: transparent;
    border: 0;
    color: #12940A;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0.35rem 0 0 1.92rem;
    padding: 0;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.vibes-checkout__terms-link:focus-visible {
    border-radius: 6px;
    outline: 3px solid rgba(21, 157, 0, 0.24);
    outline-offset: 3px;
}

.vibes-checkout__terms-error {
    color: #ED2F2A;
    font-size: 0.84rem;
    font-weight: 750;
    line-height: 1.35;
    margin: 0.55rem 0 0 1.92rem;
}

.vibes-checkout__terms-acceptance[data-error="true"],
.vibes-mobile-summary__terms-card[data-error="true"],
.vibes-mobile-summary-bar__terms[data-error="true"] {
    background: #FFF8F7;
    border-color: #ED2F2A;
}

.vibes-checkout__terms-body--modal {
    max-height: none;
    padding: 0;
}

.vibes-checkout__terms-offcanvas.offcanvas-bottom {
    border-radius: 24px 24px 0 0;
    max-height: 86dvh;
}

.vibes-checkout__terms-offcanvas .offcanvas-header {
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.1rem 1rem 0.8rem;
}

.vibes-checkout__terms-offcanvas .offcanvas-body {
    padding: 0 1rem max(1rem, env(safe-area-inset-bottom));
}

.vibes-checkout__terms-offcanvas .vibes-checkout__terms-body--modal {
    max-height: calc(86dvh - 132px);
    overflow-y: auto;
    padding: 0.95rem;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 14px;
    background: #fff;
}

.vibes-checkout__summary {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.vibes-checkout__summary-label {
    color: var(--vibes-muted);
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.vibes-checkout__summary-item {
    padding: 0.55rem 0;
}

.vibes-checkout__summary-item-main {
    min-width: 0;
}

.vibes-checkout__inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.vibes-checkout__inline-actions--compact .vibes-checkout__action-button {
    min-height: 32px;
    padding: 0.42rem 0.72rem;
}

.vibes-checkout__summary-item + .vibes-checkout__summary-item {
    border-top: 1px solid rgba(16, 24, 40, 0.06);
}

.vibes-checkout__summary-item-price {
    color: var(--vibes-black);
    font-size: 0.98rem;
    font-weight: 800;
    text-align: right;
}

.vibes-checkout__summary-totals {
    border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.vibes-checkout__summary-total-row span {
    color: var(--vibes-black);
    display: block;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.vibes-checkout__summary-breakdown {
    color: var(--vibes-muted);
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 175px;
}

.vibes-checkout__summary-total-amount {
    color: var(--vibes-black);
    font-size: 1.85rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.vibes-checkout__summary-total-amount--success {
    color: var(--vibes-green-dark);
}

.vibes-checkout__choice-card-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
    padding-top: 0.25rem;
}

@media (min-width: 768px) {
    .vibes-summary__checkout-button:disabled {
        background: #b7dcae;
        color: rgba(255,255,255,.95);
        opacity: 1;
    }

    .vibes-summary__action-change,
    .vibes-summary__action-change:hover {
        background: #fff;
        border: 1px solid #d0d5dd;
        box-shadow: none;
        color: #344054;
        transform: none;
    }

    .vibes-summary__action-remove,
    .vibes-summary__action-remove:hover {
        background: transparent;
        border: 0;
        box-shadow: none;
        color: #d92d20;
        transform: none;
    }
}
/************************ Button  ***************************************/
.vibes-checkout .vibes-checkout__submit {
    align-items: center;
    appearance: none;
    background: #22D313;
    border: 1px solid transparent;
    border-radius: 14px;
    box-shadow: 0 16px 34px rgba(34, 211, 19, 0.22);
    color: #050505;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 850;
    gap: 0.625rem;
    justify-content: center;
    line-height: 1.25;
    min-height: 64px;
    padding: 0.875rem 1.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition:
        background-color 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
    width: 100%;
}

.vibes-checkout .vibes-checkout__submit:hover {
    background: #22D313;
    box-shadow: 0 18px 38px rgba(34, 211, 19, 0.28);
    color: #050505;
    transform: translateY(-1px);
}

.vibes-checkout .vibes-checkout__submit:active {
    box-shadow:
        0 5px 12px rgba(21, 157, 0, 0.2),
        inset 0 2px 5px rgba(0, 0, 0, 0.12);
    transform: translateY(0);
}

.vibes-checkout .vibes-checkout__submit:focus-visible {
    outline: 3px solid var(--vibes-black, #050505);
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(34, 211, 19, 0.24);
}

.vibes-checkout .vibes-checkout__submit:disabled,
.vibes-checkout .vibes-checkout__submit.is-disabled {
    background: #22D313;
    box-shadow: none;
    color: #050505;
    cursor: not-allowed;
    opacity: 1;
    transform: none;
}

.vibes-checkout .vibes-checkout__submit.is-loading {
    cursor: wait;
    pointer-events: none;
}

.vibes-checkout .vibes-checkout__submit-spinner {
    animation: vibes-checkout-spin 0.75s linear infinite;
    border: 2px solid rgba(5, 5, 5, 0.28);
    border-radius: 50%;
    border-top-color: var(--vibes-black, #050505);
    display: inline-block;
    height: 18px;
    width: 18px;
}

@keyframes vibes-checkout-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767.98px) {
    .vibes-checkout__choice-card--plan .vibes-checkout__choice-card-body,
    .vibes-checkout__membership-card {
        padding: 1rem;
    }

    .vibes-checkout__addons-grid,
    .vibes-checkout__card-grid--addons,
    .vibes-checkout__picker-slot .vibes-checkout__card-grid--addons {
        display: grid;
        gap: 0.75rem;
        grid-template-columns: 1fr;
    }

    .vibes-checkout__choice-card--addon,
    .vibes-checkout__addon-card {
        height: auto;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__choice-card-body,
    .vibes-checkout__addon-card {
        align-items: start;
        display: grid;
        gap: 0.75rem;
        grid-template-areas:
            "indicator head"
            ". price";
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 0;
        padding: 0.875rem;
        text-align: left;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__selection-indicator,
    .vibes-checkout__addon-checkbox {
        align-self: start;
        grid-area: indicator;
        left: auto;
        margin-top: 0.15rem;
        position: static;
        top: auto;
        transform: none;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__addon-media {
        align-items: center;
        display: inline-flex;
        justify-content: center;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__addon-image,
    .vibes-checkout__choice-card--addon .vibes-checkout__addon-icon {
        height: 52px;
        width: 52px;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__addon-icon {
        align-items: center;
        background: var(--vibes-green-soft, #eaf7e7);
        color: var(--vibes-green, #159d00);
        display: inline-flex;
        justify-content: center;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__addon-icon .fa-solid,
    .vibes-checkout__choice-card--addon .vibes-checkout__addon-icon .fa-regular {
        font-size: 1rem;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__card-title {
        font-size: 1rem;
        font-weight: 750;
        line-height: 1.25;
        margin: 0;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__description--addon {
        color: var(--vibes-muted);
        font-size: 0.82rem;
        line-height: 1.35;
        margin-top: 0.2rem;
        min-height: 0;
    }

    .vibes-checkout__display-card--addon-preview.vibes-checkout__choice-card--addon .vibes-checkout__description--addon {
        line-height: 1.35;
    }

    .vibes-checkout__addon-overview .vibes-checkout__section-actions {
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    .vibes-checkout__addon-overview .vibes-checkout__section-actions .vibes-checkout__action-button,
    .vibes-checkout__addon-overview .vibes-checkout__section-actions .vibes-checkout__link {
        justify-self: stretch;
        width: 100%;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__addon-price-meta,
    .vibes-checkout__choice-card--addon .vibes-checkout__today {
        color: var(--vibes-muted);
        font-size: 0.72rem;
        line-height: 1.35;
        margin: 0;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__addon-head {
        align-items: flex-start;
        display: flex;
        gap: 0.75rem;
        grid-area: head;
        min-width: 0;
        padding-left: 0;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__addon-summary {
        min-width: 0;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__addon-price-old {
        text-decoration: line-through;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__price-row--addon {
        align-self: start;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.2rem 0.35rem;
        grid-area: price;
        justify-content: flex-start;
        min-width: 0;
        text-align: left;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__price--addon {
        color: var(--vibes-green-dark, #0f7f00);
        display: block;
        font-size: 1rem;
        font-weight: 800;
        margin-top: 0.15rem;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__price-period {
        color: var(--vibes-muted);
        display: block;
        font-size: 0.72rem;
        font-weight: 500;
    }

    .vibes-checkout__choice-input:checked + .vibes-checkout__choice-card-body.vibes-checkout__addon-card,
    .vibes-checkout__choice-card--addon .vibes-checkout__choice-input:checked + .vibes-checkout__choice-card-body,
    .vibes-checkout__addon-card.is-selected {
        background: rgba(21, 157, 0, 0.035);
        border-color: var(--vibes-green);
        box-shadow: 0 0 0 1px rgba(21, 157, 0, 0.08);
    }

    .vibes-checkout .vibes-checkout__submit {
        border-radius: 10px;
        font-size: 1rem;
        min-height: unset;
        height: fit-content;
        padding-inline: 1rem;
    }
}
/************************ END BUTTON ************************************/

@media (max-width: 359.98px) {
    .vibes-checkout__choice-card--addon .vibes-checkout__choice-card-body,
    .vibes-checkout__addon-card {
        grid-template-areas:
            "indicator head"
            ". price";
        grid-template-columns: auto minmax(0, 1fr);
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__addon-head {
        gap: 0.65rem;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__price-row--addon,
    .vibes-checkout__addon-price {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.25rem;
        justify-content: flex-start;
        min-width: 0;
        text-align: left;
    }

    .vibes-checkout__choice-card--addon .vibes-checkout__addon-price-old,
    .vibes-checkout__choice-card--addon .vibes-checkout__price--addon {
        display: inline;
    }
}

.vibes-checkout__status {
    color: var(--vibes-muted);
    font-size: 0.88rem;
    min-height: 1.25rem;
    text-align: center;
}

.vibes-checkout__status.is-attention {
    color: #b54708;
    font-weight: 700;
}

.vibes-mobile-checkout-hint {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    line-height: 1.35;
    margin: -0.2rem 0 0;
    text-align: center;
}

.vibes-mobile-checkout-hint--sheet {
    color: var(--vibes-muted);
    margin: -0.1rem 0 0;
}

.vibes-checkout__guarantee {
    align-items: flex-start;
    background: transparent;
    border-top: 1px solid #E7E8E5;
    display: flex;
    gap: 0.85rem;
    padding: 1.15rem 0 0;
}

.vibes-checkout__shield {
    color: #12940A;
    flex: 0 0 auto;
}

.vibes-checkout__shield svg {
    display: block;
    height: 1.55rem;
    width: 1.55rem;
}

.vibes-checkout__guarantee-title {
    color: #171717;
    font-size: 0.94rem;
    font-weight: 850;
    line-height: 1.35;
}

.vibes-checkout__guarantee-copy {
    color: #6D778C;
    font-size: 0.9rem;
    line-height: 1.45;
    margin-top: 0.25rem;
}

.vibes-checkout__summary-help {
    color: #6D778C;
    font-size: 0.92rem;
}

.vibes-checkout__summary-help-link {
    color: var(--vibes-green-dark);
    font-weight: 700;
    text-decoration: none;
}

.vibes-mobile-summary-bar,
.vibes-mobile-summary {
    display: none;
}

[data-desktop-summary-slot]:empty {
    display: none;
}

.vibes-checkout__support-title {
    color: var(--vibes-black);
    font-size: 0.96rem;
    font-weight: 800;
    margin-bottom: 0.18rem;
}

.vibes-checkout__toast-region {
    display: grid;
    gap: 0.75rem;
    left: 1rem;
    pointer-events: none;
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 1080;
}

.vibes-checkout__toast {
    align-items: center;
    background: rgba(16, 24, 40, 0.96);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.28);
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
    margin-left: auto;
    max-width: 520px;
    padding: 0.9rem 1rem;
    pointer-events: auto;
}

.vibes-checkout__toast--error {
    background: #b42318;
    border: 2px solid #fecdca;
    box-shadow: 0 18px 40px rgba(127, 29, 29, 0.4);
}

.vibes-checkout__toast--error .vibes-checkout__toast-message {
    font-weight: 700;
}

.vibes-checkout__toast--error .vibes-checkout__toast-dismiss {
    color: #ffffff;
}

.vibes-checkout__toast-message {
    flex: 1 1 220px;
    font-size: 0.95rem;
    line-height: 1.45;
}

.vibes-checkout__toast-action,
.vibes-checkout__toast-dismiss {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 0.18rem;
}

.vibes-checkout__toast-action:focus-visible,
.vibes-checkout__toast-dismiss:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.34);
    outline-offset: 3px;
}

.vibes-checkout__processing-modal {
    background: #0f172a;
    border: 0;
    border-radius: 24px;
    color: var(--vibes-white);
    text-align: center;
}

.vibes-checkout__processing-modal .modal-body {
    padding: 2rem 1.5rem;
}

.vibes-checkout__processing-title {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.vibes-checkout__processing-copy {
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
}

@media (max-width: 1199.98px) {
    .vibes-checkout__card-grid--addons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vibes-checkout__addon-highlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .vibes-checkout {
        min-height: auto;
    }

    .vibes-checkout__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .vibes-checkout__progress {
        justify-content: flex-start;
    }

}


/* =========================================================
   MOBILE ORDER SUMMARY — OPEN BOTTOM SHEET
   ========================================================= */

.vibes-checkout {
}

/* Oculto por defecto fuera de mobile */
.vibes-mobile-summary {
    display: none;
}

@media (max-width: 767.98px) {

    /* Bootstrap offcanvas-bottom */
    .vibes-mobile-summary.offcanvas-bottom {
        background:
            linear-gradient(
                180deg,
                var(--vibes-black-elevated) 0%,
                var(--vibes-black) 100%
            );
        border: 0;
        border-radius: 24px 24px 0 0;
        bottom: 0;
        box-shadow: var(--vibes-mobile-shadow);
        color: var(--vibes-white);
        display: flex;
        height: auto;
        left: 0;
        max-height: 92dvh;
        right: 0;
        transform: translateY(100%);
        visibility: visible;
        width: 100%;
    }

    .vibes-mobile-summary.offcanvas-bottom.show,
    .vibes-mobile-summary.offcanvas-bottom.showing {
        transform: translateY(0);
    }

    .vibes-mobile-summary.offcanvas-bottom.hiding {
        transform: translateY(100%);
    }

    /* Permite scroll interno */
    .vibes-mobile-summary .offcanvas-body {
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding:
            0
            1rem
            max(1rem, env(safe-area-inset-bottom));
        scrollbar-width: thin;
    }

    /* Drag handle */
    .vibes-mobile-summary__handle {
        background: rgba(255, 255, 255, 0.34);
        border-radius: 999px;
        flex: 0 0 auto;
        height: 4px;
        margin: 0.7rem auto 0.35rem;
        width: 46px;
    }

    /* Header */
    .vibes-mobile-summary .offcanvas-header {
        align-items: flex-start;
        justify-content: space-between;
        border-bottom: 0;
        flex: 0 0 auto;
        gap: 1rem;
        padding: 0.9rem 1rem 0.65rem;
    }

    .vibes-mobile-summary__heading {
        min-width: 0;
    }

    .vibes-mobile-summary__title {
        color: var(--vibes-white);
        font-size: clamp(1.35rem, 5.5vw, 1.6rem);
        font-weight: 800;
        letter-spacing: -0.02em;
        line-height: 1.15;
        margin: 0;
    }

    .vibes-mobile-summary__subtitle {
        color: rgba(255, 255, 255, 0.66);
        font-size: 0.88rem;
        line-height: 1.45;
        margin: 0.3rem 0 0;
    }

    /* Close button */
    .vibes-mobile-summary__close {
        align-items: center;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 50%;
        color: var(--vibes-white);
        display: inline-flex;
        flex: 0 0 44px;
        height: 44px;
        justify-content: center;
        padding: 0;
        transition:
            background-color 160ms ease,
            border-color 160ms ease,
            transform 160ms ease;
        width: 44px;
    }

    .vibes-mobile-summary__close:hover {
        background: rgba(255, 255, 255, 0.13);
        border-color: rgba(255, 255, 255, 0.14);
        color: var(--vibes-white);
    }

    .vibes-mobile-summary__close:active {
        transform: scale(0.96);
    }

    .vibes-mobile-summary__close:focus-visible {
        outline: 3px solid rgba(40, 197, 0, 0.42);
        outline-offset: 2px;
    }

    .vibes-mobile-summary__close svg {
        height: 20px;
        width: 20px;
    }

    /* Internal cards */
    .vibes-mobile-summary__card {
        background: rgba(255, 255, 255, 0.025);
        border: 1px solid var(--vibes-black-border);
        border-radius: 17px;
        margin-top: 1rem;
        overflow: hidden;
        padding: 1rem!important;
    }

    .vibes-mobile-summary__terms-card {
        background: rgba(34, 211, 19, 0.08);
        border-color: rgba(34, 211, 19, 0.28);
    }

    .vibes-mobile-summary__terms-card .vibes-checkout__terms-acceptance-label {
        align-items: center;
    }

    .vibes-mobile-summary__terms-card .vibes-checkout__terms-label {
        color: #fff;
        font-size: 0.93rem;
    }

    .vibes-mobile-summary__terms-card .vibes-checkout__terms-link {
        color: var(--vibes-green-bright, #22D313);
        margin-left: 1.95rem;
    }

    .vibes-mobile-summary__terms-card .vibes-checkout__terms-error {
        margin-left: 1.95rem;
    }

    .vibes-mobile-summary__section-label {
        color: var(--vibes-green-bright);
        display: block;
        font-size: 0.67rem;
        font-weight: 800;
        letter-spacing: 0.075em;
        line-height: 1.2;
        margin-bottom: 0.65rem;
        text-transform: uppercase;
    }

    /* Product rows */
    .vibes-mobile-summary__item {
        align-items: center;
        display: grid;
        gap: 0.75rem;
        grid-template-columns: 48px minmax(0, 1fr) auto 40px;
        min-width: 0;
        padding: 0.75rem 0;
    }

    .vibes-mobile-summary__item:first-child {
        padding-top: 0;
    }

    .vibes-mobile-summary__item:last-child {
        padding-bottom: 0;
    }

    .vibes-mobile-summary__item + .vibes-mobile-summary__item {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .vibes-mobile-summary__empty {
        color: rgba(255, 255, 255, 0.66);
        font-size: 0.9rem;
        line-height: 1.5;
        margin: 0;
    }

    .vibes-mobile-summary__item-icon {
        align-items: center;
        background: rgba(40, 197, 0, 0.08);
        border: 1px solid rgba(40, 197, 0, 0.2);
        border-radius: 13px;
        color: var(--vibes-green-bright);
        display: inline-flex;
        height: 48px;
        justify-content: center;
        width: 48px;
    }

    .vibes-mobile-summary__item-icon svg {
        height: 23px;
        width: 23px;
    }

    .vibes-mobile-summary__item-content {
        min-width: 0;
    }

    .vibes-mobile-summary__item-type {
        color: var(--vibes-green-bright);
        display: block;
        font-size: 0.65rem;
        font-weight: 800;
        letter-spacing: 0.06em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .vibes-mobile-summary__item-name {
        color: var(--vibes-white);
        display: block;
        font-size: 1rem;
        font-weight: 750;
        line-height: 1.25;
        margin-top: 0.18rem;
        overflow-wrap: anywhere;
    }

    .vibes-mobile-summary__item-meta {
        color: rgba(255, 255, 255, 0.57);
        display: block;
        font-size: 0.78rem;
        line-height: 1.35;
        margin-top: 0.2rem;
    }

    .vibes-mobile-summary__item-price {
        min-width: 92px;
        text-align: right;
    }

    .vibes-mobile-summary__item-price-label {
        color: var(--vibes-green-bright);
        display: block;
        font-size: 0.6rem;
        font-weight: 800;
        letter-spacing: 0.045em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .vibes-mobile-summary__item-price-value {
        color: var(--vibes-white);
        display: block;
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.2;
        margin-top: 0.2rem;
    }

    .vibes-mobile-summary__item-remove {
        align-items: center;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 50%;
        color: rgba(255, 255, 255, 0.8);
        display: inline-flex;
        height: 40px;
        justify-content: center;
        padding: 0;
        transition:
            background-color 160ms ease,
            border-color 160ms ease,
            color 160ms ease,
            transform 160ms ease;
        width: 40px;
    }

    .vibes-mobile-summary__item-remove:hover {
        background: rgba(255, 82, 82, 0.16);
        border-color: rgba(255, 82, 82, 0.34);
        color: #ffffff;
    }

    .vibes-mobile-summary__item-remove:active {
        transform: scale(0.94);
    }

    .vibes-mobile-summary__item-remove:focus-visible {
        outline: 3px solid rgba(255, 82, 82, 0.32);
        outline-offset: 2px;
    }

    .vibes-mobile-summary__item-remove svg {
        height: 18px;
        width: 18px;
    }

    /* Context / facility / date */
    .vibes-mobile-summary__context {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.58);
        font-size: 0.78rem;
        line-height: 1.45;
        margin-top: 0.8rem;
        padding-top: 0.8rem;
    }

    /* Edit details row */
    .vibes-mobile-summary__edit {
        align-items: center;
        background: transparent;
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        color: var(--vibes-green-bright);
        display: flex;
        font-size: 0.88rem;
        font-weight: 750;
        justify-content: space-between;
        margin-top: 0.8rem;
        min-height: 44px;
        padding: 0.8rem 0 0;
        text-align: left;
        text-decoration: none;
        width: 100%;
    }

    .vibes-mobile-summary__edit:hover {
        color: #3bd900;
    }

    .vibes-mobile-summary__edit:focus-visible {
        outline: 3px solid rgba(40, 197, 0, 0.38);
        outline-offset: 3px;
    }

    /* Payment snapshot */
    .vibes-mobile-summary__snapshot {
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: hidden;
    }

    .vibes-mobile-summary__snapshot-item {
        min-width: 0;
        padding: 0.95rem;
    }

    .vibes-mobile-summary__snapshot-item +
    .vibes-mobile-summary__snapshot-item {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .vibes-mobile-summary__snapshot-label {
        color: var(--vibes-green-bright);
        display: block;
        font-size: 0.64rem;
        font-weight: 800;
        letter-spacing: 0.045em;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .vibes-mobile-summary__snapshot-amount {
        color: var(--vibes-white);
        display: block;
        font-size: clamp(1.35rem, 7vw, 1.8rem);
        font-weight: 850;
        letter-spacing: -0.025em;
        line-height: 1.05;
        margin-top: 0.42rem;
        overflow-wrap: anywhere;
    }

    .vibes-mobile-summary__count {
        color: rgba(255, 255, 255, 0.57);
        font-size: 0.78rem;
        line-height: 1.4;
        margin: 0.8rem 0 0;
    }

    /* Secondary action */
    .vibes-mobile-summary__continue-shopping {
        align-items: center;
        background: transparent;
        border: 0;
        color: var(--vibes-green-bright);
        display: flex;
        font-size: 0.9rem;
        font-weight: 750;
        justify-content: center;
        margin-top: 1rem;
        min-height: 44px;
        padding: 0.65rem 1rem;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

    .vibes-mobile-summary__continue-shopping:hover {
        color: #3bd900;
    }

    .vibes-mobile-summary__continue-shopping:focus-visible {
        outline: 3px solid rgba(40, 197, 0, 0.38);
        outline-offset: 2px;
    }

    /* Primary CTA */
    .vibes-mobile-summary__cta {
        align-items: center;
        appearance: none;
        background:
            linear-gradient(
                180deg,
                #3bd900 0%,
                var(--vibes-green-bright) 45%,
                var(--vibes-green) 100%
            );
        border: 1px solid transparent;
        border-radius: 14px;
        box-shadow:
            0 13px 28px rgba(40, 197, 0, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.24);
        color: #071000;
        display: inline-flex;
        font-size: 1rem;
        font-weight: 850;
        gap: 0.6rem;
        justify-content: center;
        margin-top: 0.5rem;
        min-height: 56px;
        padding: 0.9rem 1.25rem;
        text-align: center;
        text-decoration: none;
        transition:
            background 160ms ease,
            box-shadow 160ms ease,
            transform 160ms ease;
        width: 100%;
    }

    .vibes-mobile-summary__cta:hover {
        background:
            linear-gradient(
                180deg,
                #35cc00 0%,
                var(--vibes-green) 100%
            );
        box-shadow:
            0 15px 30px rgba(40, 197, 0, 0.28),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
        color: #071000;
        transform: translateY(-1px);
    }

    .vibes-mobile-summary__cta:active {
        box-shadow:
            0 7px 16px rgba(40, 197, 0, 0.2),
            inset 0 2px 5px rgba(0, 0, 0, 0.13);
        transform: translateY(0);
    }

    .vibes-mobile-summary__cta:focus-visible {
        outline: 3px solid rgba(40, 197, 0, 0.45);
        outline-offset: 3px;
    }

    .vibes-mobile-summary__cta:disabled,
    .vibes-mobile-summary__cta.is-disabled {
        background: #2b2f2b;
        border-color: rgba(255, 255, 255, 0.08);
        box-shadow: none;
        color: rgba(255, 255, 255, 0.46);
        cursor: not-allowed;
        opacity: 1;
        transform: none;
    }

    /* Loading state */
    .vibes-mobile-summary__cta.is-loading {
        cursor: wait;
        pointer-events: none;
    }

    .vibes-mobile-summary__spinner {
        animation: vibes-mobile-summary-spin 0.75s linear infinite;
        border: 2px solid rgba(7, 16, 0, 0.28);
        border-radius: 50%;
        border-top-color: #071000;
        display: inline-block;
        height: 18px;
        width: 18px;
    }

    @keyframes vibes-mobile-summary-spin {
        to {
            transform: rotate(360deg);
        }
    }

    /* Bootstrap backdrop */
    .offcanvas-backdrop.show {
        background-color: #020402;
        opacity: 0.68;
    }

    /* Small screens */
    @media (max-width: 359.98px) {
        .vibes-mobile-summary__item {
            align-items: start;
            grid-template-columns: 42px minmax(0, 1fr);
        }

        .vibes-mobile-summary__item-icon {
            height: 42px;
            width: 42px;
        }

        .vibes-mobile-summary__item-price {
            grid-column: 2;
            margin-top: 0.35rem;
            min-width: 0;
            text-align: left;
        }

        .vibes-mobile-summary__item-remove {
            grid-column: 2;
            justify-self: start;
            margin-top: 0.35rem;
        }

        .vibes-mobile-summary__item-price-label,
        .vibes-mobile-summary__item-price-value {
            text-align: left;
        }

        .vibes-mobile-summary__snapshot {
            grid-template-columns: 1fr;
        }

        .vibes-mobile-summary__snapshot-item +
        .vibes-mobile-summary__snapshot-item {
            border-left: 0;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
    }

    /* Reduce motion */
    @media (prefers-reduced-motion: reduce) {
        .vibes-mobile-summary.offcanvas-bottom,
        .vibes-mobile-summary__close,
        .vibes-mobile-summary__cta {
            transition: none;
        }

        .vibes-mobile-summary__spinner {
            animation-duration: 1.3s;
        }
    }
}

@media (max-width: 767.98px) {
    .vibes-checkout {
        padding-bottom: calc(13rem + env(safe-area-inset-bottom));
    }

    .offcanvas.offcanvas-bottom {
        height: unset;
        /* background: var(--vibes-black); */
        color: var(--vibes-white);
    }

    

    .vibes-checkout__header {
        background: #0a0a0a;
        color: #fff;
        display: block;
        gap: 0;
        padding: 0.875rem 1rem 1rem;
    }

    .vibes-checkout__header-top {
        align-items: center;
        display: flex;
        gap: 1rem;
        justify-content: space-between;
    }

    .vibes-checkout__logo,
    .vibes-checkout__brand {
        gap: 0.55rem;
        max-width: 150px;
    }

    .vibes-checkout__brand-logo {
        max-height: 44px;
        min-width: 88px;
        width: auto;
    }

    .vibes-checkout__wordmark {
        font-size: 1.85rem;
    }

    .vibes-checkout__brand-divider {
        height: 22px;
    }

    .vibes-checkout__brand-stack {
        font-size: 0.6rem;
        letter-spacing: 0.1em;
    }

    .vibes-checkout__secure {
        align-items: center;
        color: rgba(255, 255, 255, 0.88);
        display: inline-flex;
        font-size: 0.75rem;
        font-weight: 700;
        gap: 0.35rem;
        white-space: nowrap;
    }

    .vibes-checkout__progress {
        align-items: center;
        display: grid;
        gap: 0.5rem;
        grid-template-columns: auto 1fr auto;
        margin-top: 0.8rem;
        width: 100%;
    }

    .vibes-checkout__progress-step {
        color: rgba(255, 255, 255, 0.62);
        font-size: 0.78rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .vibes-checkout__progress-step--active,
    .vibes-checkout__progress-step.is-active {
        color: #fff;
    }

    .vibes-checkout__progress-separator,
    .vibes-checkout__progress-line {
        background: rgba(255, 255, 255, 0.22);
        display: block;
        height: 2px;
        width: 100%;
    }

    .vibes-checkout__segmented {
        display: flex;
        overflow-x: auto;
        padding-bottom: 0.15rem;
        scroll-snap-type: x proximity;
    }

    .vibes-checkout__segmented-option {
        flex: 1 0 220px;
        scroll-snap-align: start;
    }

    .vibes-checkout__purchase-mode {
        background: #f2f4f7;
        border: 1px solid var(--vibes-border);
        border-radius: 14px;
        display: grid;
        gap: 4px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        overflow: visible;
        padding: 4px;
        scroll-snap-type: none;
        width: 100%;
    }

    .vibes-checkout__purchase-mode .vibes-checkout__segmented-option {
        flex: 0 1 auto;
        min-width: 0;
        scroll-snap-align: none;
    }

    .vibes-checkout__purchase-mode .vibes-checkout__segmented-input {
        left: 0;
        top: 0;
    }

    .vibes-checkout__purchase-mode-option {
        align-items: center;
        background: transparent;
        border: 0;
        border-radius: 10px;
        color: #344054;
        display: inline-flex;
        flex-direction: column;
        font-size: 0.72rem;
        font-weight: 700;
        gap: 0.3rem;
        justify-content: center;
        min-height: 58px;
        padding: 0.5rem 0.35rem;
        text-align: center;
        transition:
            background-color 160ms ease,
            color 160ms ease,
            box-shadow 160ms ease;
        white-space: normal;
        width: 100%;
    }

    #facilitymembershipmembers-purchasetype > .vibes-checkout__segmented-option .vibes-checkout__purchase-mode-option {
        border-radius: 10px;
    }

    .vibes-checkout__purchase-mode-option .vibes-checkout__segmented-label {
        color: inherit;
        font-size: 0.72rem;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
    }

    .vibes-checkout__purchase-mode-option .vibes-checkout__segmented-icon {
        color: currentColor;
    }

    .vibes-checkout__purchase-mode-option svg {
        height: 18px;
        width: 18px;
    }

    .vibes-checkout__purchase-mode .vibes-checkout__segmented-input:checked + .vibes-checkout__purchase-mode-option,
    .vibes-checkout__purchase-mode-option.is-active,
    .vibes-checkout__purchase-mode-option[aria-pressed="true"] {
        background: var(--vibes-black);
        border-color: transparent;
        box-shadow: 0 5px 14px rgba(10, 10, 10, 0.18);
        color: var(--vibes-white);
    }

    .vibes-checkout__purchase-mode .vibes-checkout__segmented-input:checked + .vibes-checkout__purchase-mode-option .vibes-checkout__segmented-icon,
    .vibes-checkout__purchase-mode-option.is-active .vibes-checkout__segmented-icon,
    .vibes-checkout__purchase-mode-option[aria-pressed="true"] .vibes-checkout__segmented-icon,
    .vibes-checkout__purchase-mode .vibes-checkout__segmented-input:checked + .vibes-checkout__purchase-mode-option svg,
    .vibes-checkout__purchase-mode-option.is-active svg,
    .vibes-checkout__purchase-mode-option[aria-pressed="true"] svg {
        color: var(--vibes-green-bright);
    }

    .vibes-checkout__purchase-mode-option:focus-visible,
    .vibes-checkout__purchase-mode .vibes-checkout__segmented-input:focus-visible + .vibes-checkout__purchase-mode-option {
        outline: 3px solid rgba(40, 197, 0, 0.35);
        outline-offset: 2px;
    }

    .vibes-checkout__choice-card--plan .vibes-checkout__choice-card-body,
    .vibes-checkout__membership-card {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .vibes-checkout__selection-indicator {
        left: 1rem;
        top: 1rem;
        transform: none;
    }

    .vibes-checkout__plan-primary {
        padding-left: 2rem;
    }

    .vibes-checkout__card-title--plan,
    .vibes-checkout__membership-title {
        font-size: 1.65rem;
        line-height: 1.1;
    }

    .vibes-checkout__membership-price,
    .vibes-checkout__choice-card--plan .vibes-checkout__price {
        font-size: 1.8rem;
        line-height: 1;
    }

    .vibes-checkout__card-meta,
    .vibes-checkout__membership-meta {
        color: #475467;
        font-size: 0.78rem;
        font-weight: 600;
    }

    /* .vibes-checkout__conditions,
    .vibes-checkout__membership-agreement {
        background: #f8fafc;
        border-radius: 10px;
        margin-top: 0.75rem;
        padding: 0.65rem 0.75rem;
    } */

    .vibes-checkout__plan-secondary {
        border-left: 0;
        margin-top: 0;
        padding-left: 0;
        padding-top: 0;
    }

    .vibes-checkout__plan-highlights,
    .vibes-checkout__membership-benefits {
        border-top: 1px solid var(--vibes-border);
        margin-top: 0;
        /* padding-top: 0.8rem; */
    }

    .vibes-checkout__plan-highlights li,
    .vibes-checkout__membership-benefit {
        align-items: flex-start;
        display: flex;
        font-size: 0.9rem;
        gap: 0.55rem;
        line-height: 1.35;
        margin-top: 0.65rem;
    }

    .vibes-checkout__plan-highlights li:first-child,
    .vibes-checkout__membership-benefit:first-child {
        margin-top: 0;
    }

    .vibes-checkout__change-membership,
    [data-membership-change],
    [data-membership-choose] {
        min-height: 46px;
    }

    .vibes-checkout__plan-check {
        margin-top: 0.1rem;
    }

    .vibes-checkout__plan-watermark {
        display: none;
    }

    .vibes-checkout__card-grid--addons,
    .vibes-checkout__benefits-strip,
    .vibes-checkout__addon-highlight-grid,
    .vibes-checkout__picker-slot .vibes-checkout__card-grid--addons {
        grid-template-columns: 1fr;
    }

    .vibes-checkout__benefit + .vibes-checkout__benefit {
        border-left: 0;
        border-top: 1px solid var(--vibes-border);
    }

    .vibes-checkout__surface {
        border-radius: 20px;
        padding: 1.15rem;
    }

    .vibes-checkout__outline-button {
        width: 100%;
    }

    .vibes-checkout__action-button {
        width: 100%;
    }

    .vibes-checkout__summary-item {
        flex-direction: column;
    }

    .vibes-checkout__summary-item-price {
        text-align: left;
    }

    .vibes-checkout__picker-offcanvas {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        height: 100dvh;
    }

    .vibes-checkout__toast-region {
        left: 0.75rem;
        right: 0.75rem;
        top: 0.75rem;
    }

    .vibes-checkout__toast {
        max-width: none;
    }

    .vibes-mobile-summary-bar {
        bottom: 0;
        display: block;
        left: 0;
        /* padding: 0 0.75rem max(0.75rem, env(safe-area-inset-bottom)); */
        position: fixed;
        right: 0;
        z-index: 1040;
    }

    .vibes-mobile-summary-bar__content {
        align-items: stretch;
        background: var(--vibes-black);
        color:var(--vibes-white);
        border: 1px solid rgba(16, 24, 40, 0.08);
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        box-shadow: 0 -10px 30px rgba(16, 24, 40, 0.12);
        display: grid;
        gap: 0.78rem;
        grid-template-columns: minmax(0, 1fr);
        padding: 0.9rem 1rem max(0.95rem, env(safe-area-inset-bottom));
    }

    .vibes-mobile-summary-bar__meta {
        display: grid;
        gap: 0.2rem;
        min-width: 0;
    }

    .vibes-mobile-summary-bar__label {
        color: var(--vibes-white);
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    .vibes-mobile-summary-bar__amount {
        color: var(--vibes-white);
        font-size: 1.45rem;
        font-weight: 900;
        letter-spacing: -0.04em;
        line-height: 1;
    }

    .vibes-mobile-summary-bar__selection {
        color: var(--vibes-white);
        font-size: 0.92rem;
        line-height: 1.4;
    }

    .vibes-mobile-summary-bar__toggle {
        background: transparent;
        border: 0;
        color: var(--vibes-green);
        font-size: 0.92rem;
        font-weight: 800;
        justify-self: start;
        min-height: 28px;
        padding: 0;
        text-align: left;
        text-decoration: underline;
        text-underline-offset: 0.16em;
    }

    .vibes-mobile-summary-bar__toggle:focus-visible {
        border-radius: 10px;
        outline: 3px solid rgba(21, 157, 0, 0.24);
        outline-offset: 3px;
    }

    .vibes-mobile-summary-bar__terms {
        align-items: center;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        color: rgba(255, 255, 255, 0.92);
        display: grid;
        gap: 0.35rem 0.7rem;
        grid-template-columns: minmax(0, 1fr) auto;
        margin: 0;
        padding: 0.72rem 0.82rem;
    }

    .vibes-mobile-summary-bar__terms-label {
        align-items: center;
        cursor: pointer;
        display: flex;
        gap: 0.6rem;
        grid-column: 1;
        margin: 0;
        min-height: 28px;
        min-width: 0;
    }

    .vibes-mobile-summary-bar__terms .vibes-checkout__terms-acceptance-input {
        height: 1.22rem;
        margin: 0;
        width: 1.22rem;
    }

    .vibes-mobile-summary-bar__terms span {
        font-size: 0.9rem;
        font-weight: 800;
        line-height: 1.2;
        min-width: 0;
    }

    .vibes-mobile-summary-bar__terms .vibes-checkout__terms-link {
        color: #22D313;
        grid-column: 2;
        font-size: 0.86rem;
        justify-self: end;
        margin: 0;
        min-height: 28px;
        align-items: center;
    }

    .vibes-mobile-summary-bar__terms .vibes-checkout__terms-error {
        grid-column: 1 / -1;
        margin: 0;
    }

    .vibes-mobile-summary-bar__cta {
        align-self: stretch;
        min-height: 56px;
        min-width: 0;
        white-space: nowrap;
    }

    .vibes-mobile-summary-bar__cta:disabled,
    .vibes-mobile-summary-bar__cta.is-disabled {
        background: #2b2f2b;
        border-color: rgba(255, 255, 255, 0.08);
        box-shadow: none;
        color: rgba(255, 255, 255, 0.46);
        opacity: 1;
        transform: none;
    }

    @media (max-width: 359.98px) {
        .vibes-mobile-summary-bar__terms {
            grid-template-columns: 1fr;
        }

        .vibes-mobile-summary-bar__terms-label,
        .vibes-mobile-summary-bar__terms .vibes-checkout__terms-link {
            grid-column: 1;
            justify-self: start;
        }

        .vibes-mobile-summary-bar__terms .vibes-checkout__terms-link {
            margin-left: 1.82rem;
        }
    }

}
