@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --sbs-native-bg: #f8fafc;
    --sbs-native-panel: #5a667d;
    --sbs-native-panel-deep: #434d60;
    --sbs-native-text: #1f2937;
    --sbs-native-muted: #718096;
    --sbs-native-soft: #eef2f7;
    --sbs-native-border: #e2e8f0;
    --sbs-native-green: #20b764;
    --sbs-native-green-dark: #129455;
    --sbs-native-orange: #ff5722;
    --sbs-white-75: rgba(255 255 255 / 75%);
}

/* Free lead-magnet checkout and Commerce offer handoff. */
body.sejoli-social-proof.sbs-native-free-checkout-body {
    padding-bottom: unset;
}

.sbs-native-handoff-offers {
    background: #fff9e8;
    border: 1px dashed #f3b52f;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    padding: 1rem;
}

.sbs-native-handoff-offer {
    align-items: center;
    background: #fff;
    border: 1px solid var(--sbs-native-border);
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    grid-template-columns: 4.5rem minmax(0, 1fr) auto;
    margin-top: 1rem;
    padding: .75rem;
}

.sbs-native-handoff-media {
    align-items: center;
    aspect-ratio: 1;
    background: var(--sbs-native-soft);
    border-radius: 8px;
    color: var(--sbs-native-muted);
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.sbs-native-handoff-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sbs-native-handoff-copy h3,
.sbs-native-handoff-copy p {
    margin: 0;
}

.sbs-native-handoff-copy p {
    color: var(--sbs-native-muted);
    font-size: .875rem;
    margin-top: .25rem;
}

.sbs-native-handoff-price {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .5rem;
}

.sbs-native-handoff-price del {
    color: var(--sbs-native-muted);
}

.sbs-native-handoff-price span {
    background: #fff3cd;
    border-radius: 999px;
    color: #76520a;
    font-size: .75rem;
    font-weight: 700;
    padding: .25rem .5rem;
}

.sbs-native-handoff-accept {
    align-items: center;
    border: 1px solid var(--bs-success);
    color: var(--bs-success);
    display: inline-flex;
    gap: .4rem;
    margin: 0;
    white-space: nowrap;
}

.sbs-native-handoff-accept:hover,
.sbs-native-handoff-accept:focus-visible {
    background: var(--bs-success);
    color: #fff;
}

.sbs-native-handoff-accept.is-loading .bi {
    animation: sbs-native-spin .8s linear infinite;
}

.sbs-native-handoff-alert {
    color: var(--bs-danger);
    font-size: .8rem;
    grid-column: 2 / -1;
}

.sbs-native-free-note {
    align-items: flex-start;
    background: #e7f8ef;
    border: 1px solid #a8e4c2;
    border-radius: 8px;
    color: #17693e;
    display: flex;
    gap: .75rem;
    margin-bottom: 1.5rem;
    padding: .875rem 1rem;
}

.sbs-native-free-note strong,
.sbs-native-free-note span {
    display: block;
}

.sbs-native-free-note span {
    font-size: .875rem;
    margin-top: .15rem;
}

.sbs-native-total-block.is-free .sbs-native-total-value {
    color: #fff;
}

.sbs-native-owned-state {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
}

.sbs-native-owned-card {
    background: #fff;
    border: 1px solid var(--sbs-native-border);
    border-radius: 8px;
    box-shadow: 0 1rem 2.5rem rgba(31, 41, 55, .1);
    max-width: 34rem;
    padding: 2rem;
    text-align: center;
    width: 100%;
}

.sbs-native-owned-icon {
    align-items: center;
    background: #e7f8ef;
    border-radius: 50%;
    color: var(--bs-success);
    display: inline-flex;
    font-size: 1.5rem;
    height: 3.5rem;
    justify-content: center;
    margin-bottom: 1rem;
    width: 3.5rem;
}

@keyframes sbs-native-spin {
    to { transform: rotate(360deg); }
}

.sbs-commerce-handoff-notice {
    align-items: center;
    background: #e7f8ef;
    border-color: #a9e6c4;
    color: #126b3b;
    display: flex;
    font-size: 0.8125rem;
    gap: 0.625rem;
}

@media (max-width: 767.98px) {
    .sbs-native-handoff-offer {
        grid-template-columns: 3.75rem minmax(0, 1fr);
    }

    .sbs-native-handoff-accept,
    .sbs-native-handoff-alert {
        grid-column: 1 / -1;
        justify-content: center;
        width: 100%;
    }
}

/* Shared public checkout components used by native and Commerce modes. */
.sbs-commerce-submit-order {
    min-height: 52px;
    font-size: 0.875rem;
    font-weight: 700;
}

.sbs-commerce-bump-section {
    background: #fff9e8;
    border: 1px dashed rgba(245, 158, 11, 0.55);
    border-radius: 8px;
    padding: 1.25rem;
}

.sbs-commerce-bump-heading {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.sbs-commerce-bump-icon {
    align-items: center;
    background: #f59e0b;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.sbs-commerce-bump-list {
    display: grid;
    gap: 0.75rem;
}

.sbs-commerce-bump-offer {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    padding: 0.875rem;
}

.sbs-commerce-bump-media {
    align-items: center;
    aspect-ratio: 1;
    background: #f8fafc;
    border-radius: 6px;
    color: var(--bs-secondary-color, #64748b);
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.sbs-commerce-bump-media img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.sbs-commerce-bump-prices {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sbs-commerce-bump-regular {
    color: var(--bs-secondary-color, #64748b);
    text-decoration: line-through;
}

.sbs-commerce-bump-savings {
    background: #fff3cd;
    border-radius: 999px;
    color: #7a4d00;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
}

.sbs-commerce-bump-accept {
    color: #7a4d00;
    font-weight: 700;
    white-space: nowrap;
}

.sbs-commerce-billing-review,
.sbs-commerce-payment-total,
.sbs-commerce-coupon-box {
    background: #f8fafc;
    border-radius: 10px;
    padding: 1rem;
}

.sbs-commerce-coupon-alert {
    font-size: 0.75rem;
    line-height: 1.4;
    padding: 0.65rem 0.75rem;
}

.sbs-commerce-review-row,
.sbs-commerce-checkout-item {
    align-items: center;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.72rem 0;
}

.sbs-commerce-review-row:last-child,
.sbs-commerce-checkout-item:last-child {
    border-bottom: 0;
}

.sbs-commerce-review-row span {
    color: var(--bs-secondary-color, #64748b);
}

.sbs-commerce-review-total strong {
    font-size: 1.15rem;
}

.sbs-commerce-review-total .sejoli-unique-number {
    color: #d94d32 !important;
    font-size: 0.92em;
    font-weight: inherit;
}

body.sbs-commerce-public-checkout-body {
    overflow-x: hidden;
}

.sbs-commerce-public-checkout .sbs-native-summary-panel {
    overflow-y: auto;
}

.sbs-commerce-public-checkout .sbs-native-current-user small {
    color: var(--sbs-native-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

.sbs-commerce-public-login-card {
    background: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 1rem;
    margin-bottom: 1.25rem;
    padding: 1rem;
}

.sbs-commerce-public-login-card label {
    color: var(--sbs-native-muted);
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.sbs-commerce-public-login-card .input {
    background-color: #fff;
    border: 1px solid var(--sbs-native-border);
    border-radius: 0.85rem;
    color: var(--sbs-native-text);
    display: block;
    min-height: 3rem;
    padding: 0.7rem 0.85rem;
    width: 100%;
}

.sbs-commerce-public-login-card .login-submit {
    margin-bottom: 0;
}

.sbs-commerce-public-login-card .button-primary {
    background: var(--sbs-native-green);
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    min-height: 2.75rem;
    padding: 0.7rem 1.2rem;
}

.sbs-commerce-public-buyer {
    margin-bottom: 2.25rem;
}

.sbs-commerce-public-bump {
    background: #fffaf0;
    border-color: #f6c453;
}

.sbs-commerce-public-bump .sbs-native-section-title {
    font-size: 1.1rem;
}

.sbs-commerce-public-bump .sbs-commerce-bump-offer {
    grid-template-columns: 72px minmax(0, 1fr);
}

.sbs-commerce-public-bump .sbs-commerce-bump-accept {
    grid-column: 1 / -1;
    width: 100%;
}

.sbs-commerce-public-gateway-grid .sbs-commerce-payment-card {
    align-items: center;
    border-radius: 1rem;
    margin: 0;
}

.sbs-commerce-public-gateway-grid .sbs-commerce-payment-card.active {
    background: rgba(32, 183, 100, 0.055);
    border-color: var(--sbs-native-green);
}

.sbs-commerce-public-gateway-grid .sbs-commerce-payment-card.active .sbs-native-payment-check,
.sbs-commerce-public-gateway-grid .sbs-commerce-payment-card:has(.payment-radio:checked) .sbs-native-payment-check {
    opacity: 1;
}

.sbs-commerce-public-gateway-grid .sbs-commerce-payment-card img {
    max-height: 2.1rem;
    max-width: 5rem;
    width: auto;
}

.sbs-commerce-public-summary-card {
    padding: 1.15rem;
}

.sbs-commerce-public-item {
    align-items: center;
    border-bottom-color: rgba(255, 255, 255, 0.14);
    display: grid;
    grid-template-columns: 3.8rem minmax(0, 1fr) auto;
    padding: 0.8rem 0;
}

.sbs-commerce-public-item:first-child {
    padding-top: 0;
}

.sbs-commerce-public-item-media {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    height: 3.45rem;
    justify-content: center;
    overflow: hidden;
    width: 3.45rem;
}

.sbs-commerce-public-item-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sbs-commerce-public-item-copy {
    min-width: 0;
}

.sbs-commerce-public-item-copy strong {
    color: #fff;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.sbs-commerce-public-item-total {
    color: #fff;
    font-weight: 800;
    white-space: nowrap;
}

.sbs-commerce-public-item-coupon-badge,
.sbs-commerce-public-item-offer-badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    margin-left: 0.35rem;
    padding: 0.22rem 0.42rem;
    text-transform: uppercase;
}

.sbs-commerce-public-item-coupon-badge {
    background: rgba(134, 239, 172, 0.18);
    border: 1px solid rgba(134, 239, 172, 0.34);
    color: #bbf7d0;
}

.sbs-commerce-public-item-offer-badge {
    background: rgba(251, 191, 36, 0.16);
    border: 1px solid rgba(251, 191, 36, 0.34);
    color: #fde68a;
}

.sbs-commerce-public-item-discount {
    align-items: center;
    color: #86efac;
    display: flex;
    font-size: 0.72rem;
    font-weight: 800;
    gap: 0.28rem;
    line-height: 1.25;
    margin-top: 0.2rem;
}

.sbs-commerce-public-cart-link,
.sbs-commerce-public-cart-link:hover,
.sbs-commerce-public-cart-link:focus {
    align-items: center;
    color: rgba(255, 255, 255, 0.78);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    gap: 0.35rem;
    text-decoration: none;
}

.sbs-commerce-public-cart-link:hover,
.sbs-commerce-public-cart-link:focus {
    color: #fff;
}

.sbs-commerce-public-checkout .sbs-commerce-public-cart-link-top,
.sbs-commerce-public-checkout .sbs-commerce-public-cart-link-top:hover,
.sbs-commerce-public-checkout .sbs-commerce-public-cart-link-top:focus {
    color: var(--sbs-native-muted);
    margin-bottom: 1.35rem;
}

.sbs-commerce-public-checkout .sbs-commerce-public-cart-link-top:hover,
.sbs-commerce-public-checkout .sbs-commerce-public-cart-link-top:focus {
    color: var(--sbs-native-green);
}

.sbs-commerce-public-checkout .sbs-commerce-billing-review {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    margin-top: 1rem;
}

.sbs-commerce-public-coupon-section {
    background: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 1rem;
    margin-top: 1.35rem;
    overflow: hidden;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.sbs-commerce-public-coupon-section:focus-within {
    border-color: rgba(32, 183, 100, 0.5);
    box-shadow: 0 0 0 0.18rem rgba(34, 197, 94, 0.1);
}

.sbs-commerce-public-payment-section {
    margin-top: 1.9rem;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-header {
    align-items: center;
    display: flex;
    min-height: 3.15rem;
    padding: 0 0.45rem 0 0.95rem;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-toggle {
    align-items: center;
    align-self: stretch;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--sbs-native-muted);
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 800;
    gap: 0.45rem;
    justify-content: flex-start;
    min-height: 2.75rem;
    padding: 0;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-toggle-primary {
    flex: 1 1 auto;
    min-width: 0;
}

.sbs-commerce-public-coupon-section.has-coupons .sbs-commerce-coupon-toggle-primary {
    flex: 0 0 auto;
}

.sbs-commerce-public-coupon-section.has-coupons .sbs-commerce-coupon-empty-label {
    display: none;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-toggle-chevron {
    flex: 0 0 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-toggle .bi {
    font-size: 1rem;
    line-height: 1;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-toggle:hover,
.sbs-commerce-public-coupon-section .sbs-commerce-coupon-toggle:focus {
    background: rgba(255, 255, 255, 0.72);
    color: var(--sbs-native-green);
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-toggle:focus {
    box-shadow: none;
    outline: 0;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-toggle-chevron .bi {
    transition: transform 0.16s ease;
}

.sbs-commerce-public-coupon-section.is-open .sbs-commerce-coupon-toggle-chevron .bi {
    transform: rotate(180deg);
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-box {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-top: 1px solid var(--sbs-native-border);
    margin-top: 0;
    padding: 1rem;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-box label,
.sbs-commerce-public-coupon-section .sbs-commerce-coupon-box small {
    color: var(--sbs-native-muted);
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-box .input-group {
    background: #fff;
    border: 1px solid var(--sbs-native-border);
    border-radius: 0.85rem;
    overflow: hidden;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-box .input-group:focus-within {
    background: #fff;
    border-color: rgba(32, 183, 100, 0.65);
    box-shadow: 0 0 0 0.18rem rgba(34, 197, 94, 0.12);
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-box .form-control {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--sbs-native-text);
    font-size: 0.86rem;
    font-weight: 700;
    min-height: 2.8rem;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-box .form-control::placeholder {
    color: rgba(100, 116, 139, 0.7);
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-box .sbs-commerce-apply-coupon {
    background: #eef2f7;
    border: 0 !important;
    border-radius: 0;
    color: var(--sbs-native-text);
    font-size: 0.82rem;
    font-weight: 800;
    min-width: 3.5rem;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-box .sbs-commerce-apply-coupon:hover,
.sbs-commerce-public-coupon-section .sbs-commerce-coupon-box .sbs-commerce-apply-coupon:focus {
    background: #fff;
    color: var(--sbs-native-green);
}

.sbs-commerce-coupon-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem;
    margin: 0.15rem 0 0.55rem;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-header .sbs-commerce-coupon-pills {
    align-items: center;
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    padding: 0.55rem 0.45rem;
}

.sbs-commerce-coupon-pill {
    align-items: center;
    background: rgba(134, 239, 172, 0.16);
    border: 1px solid rgba(134, 239, 172, 0.34);
    border-radius: 999px;
    color: #dcfce7;
    display: inline-flex;
    font-family: inherit;
    font-size: 0.75rem;
    font-weight: 800;
    gap: 0.3rem;
    line-height: 1;
    min-height: 1.9rem;
    padding: 0.4rem 0.55rem 0.4rem 0.7rem;
}

.sbs-commerce-coupon-pill i {
    font-size: 1rem;
    line-height: 1;
}

.sbs-commerce-coupon-pill:hover,
.sbs-commerce-coupon-pill:focus {
    background: rgba(134, 239, 172, 0.24);
    color: #fff;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-pill {
    background: rgba(32, 183, 100, 0.1);
    border-color: rgba(32, 183, 100, 0.25);
    color: #12854c;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-pill:hover,
.sbs-commerce-public-coupon-section .sbs-commerce-coupon-pill:focus {
    background: rgba(32, 183, 100, 0.16);
    color: var(--sbs-native-green);
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-alert {
    margin-top: 0.65rem !important;
}

.sbs-commerce-public-coupon-section .alert-success {
    background-color: #d1e7dd !important;
    border-color: #badbcc !important;
    color: #0f5132 !important;
}

.sbs-commerce-public-coupon-section .alert-warning {
    background-color: #fff3cd !important;
    border-color: #ffecb5 !important;
    color: #664d03 !important;
}

.sbs-commerce-public-coupon-section .alert-danger {
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
    color: #842029 !important;
}

.sbs-commerce-public-coupon-section .alert-info {
    background-color: #cff4fc !important;
    border-color: #b6effb !important;
    color: #055160 !important;
}

.sbs-commerce-public-coupon-section .sbs-commerce-coupon-box small {
    display: block;
    font-size: 0.78rem;
    margin-top: 0.5rem;
}

.sbs-commerce-public-review .sbs-commerce-review-row {
    border-bottom-color: rgba(255, 255, 255, 0.14);
}

.sbs-commerce-public-review .sbs-commerce-review-row span {
    color: rgba(255, 255, 255, 0.72);
}

.sbs-commerce-public-review .sbs-commerce-review-row strong {
    color: #fff;
}

.sbs-commerce-public-review .sbs-commerce-review-discount.has-discount strong,
.sbs-commerce-public-review .sbs-commerce-review-unique.is-decrease strong {
    color: #86efac !important;
}

.sbs-commerce-public-review .sbs-commerce-review-total strong {
    font-size: 1.05rem;
}

.sbs-commerce-public-checkout .sejoli-unique-number {
    color: var(--sbs-native-orange) !important;
}

.sbs-commerce-public-checkout .sbs-commerce-form,
.sbs-commerce-public-checkout .sbs-commerce-submit-order {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.sbs-commerce-public-checkout .sbs-commerce-is-recalculating [data-review] {
    animation: sbs-commerce-shimmer 1.3s ease infinite;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 25%, rgba(255, 255, 255, 0.28) 37%, rgba(255, 255, 255, 0.12) 63%);
    background-size: 400% 100%;
    border-radius: 0.45rem;
    color: transparent !important;
    display: inline-block;
    min-width: 5rem;
}

.sbs-commerce-public-checkout .sbs-commerce-is-recalculating [data-review] .sejoli-unique-number {
    color: transparent !important;
}

.sbs-commerce-public-empty {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100svh;
    padding: 1.25rem;
}

.sbs-commerce-public-empty-card {
    background: #fff;
    border: 1px solid rgba(31, 41, 55, 0.06);
    border-radius: 1.5rem;
    box-shadow: 0 1.5rem 4rem rgba(31, 41, 55, 0.1);
    max-width: 36rem;
    padding: 2rem;
    text-align: center;
}

.sbs-commerce-public-empty-card > .bi {
    color: var(--sbs-native-green);
    font-size: 2.4rem;
}

.sbs-commerce-public-empty-card h1 {
    color: var(--sbs-native-text);
    font-family: "Outfit", sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
    margin: 1rem 0 0.5rem;
}

.sbs-commerce-public-empty-card p {
    color: var(--sbs-native-muted);
}

@keyframes sbs-commerce-shimmer {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

@media (min-width: 1200px) {
    .sbs-native-form-container {
        max-width: 720px;
    }
}

@media (max-width: 991.98px) {
    .sbs-commerce-public-checkout .sbs-native-summary-panel {
        max-height: none;
        overflow: visible;
    }

    .sbs-commerce-public-checkout .sbs-native-form-panel {
        height: auto;
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .sbs-commerce-public-checkout .sbs-native-form-panel {
        margin-top: 0;
    }

    .sbs-commerce-public-item {
        grid-template-columns: 3.25rem minmax(0, 1fr);
    }

    .sbs-commerce-public-item-total {
        grid-column: 2;
    }

    .sbs-commerce-public-gateway-grid .sbs-commerce-payment-card {
        align-items: center;
        flex-direction: row;
    }
}

html,
body.sbs-native-checkout-body,
body.sbs-native-thankyou-body {
    background: var(--sbs-native-bg);
    color: var(--sbs-native-text);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    min-height: 100svh;
}

body.sbs-native-checkout-body.sejoli-social-proof {
    padding-bottom: unset !important;
}

body.sbs-native-checkout-body p,
body.sbs-native-checkout-body a,
body.sbs-native-checkout-body label,
body.sbs-native-checkout-body button,
body.sbs-native-checkout-body input,
body.sbs-native-thankyou-body p,
body.sbs-native-thankyou-body a,
body.sbs-native-thankyou-body label,
body.sbs-native-thankyou-body button {
    font-family: "Plus Jakarta Sans", sans-serif;
}

body.sbs-native-checkout-body button::before,
body.sbs-native-checkout-body button::after,
body.sbs-native-thankyou-body button::before,
body.sbs-native-thankyou-body button::after {
    content: none !important;
    display: none !important;
}

.sbs-native-checkout,
.sbs-native-thankyou {
    min-height: 100svh;
}

.sbs-native-split {
    min-height: 100svh;
}

.sbs-native-form-panel {
    background: #fff;
    box-shadow: -1.25rem 0 3rem rgba(31, 41, 55, 0.04);
    display: flex;
    height: 100svh;
    overflow-y: auto;
    padding: clamp(2rem, 5vw, 4rem);
    position: relative;
    z-index: 2;
}

.sbs-native-form-container {
    margin: auto;
    max-width: 680px;
    width: 100%;
}

.sbs-native-eyebrow,
.sbs-native-muted,
.sbs-native-login-hint {
    color: var(--sbs-native-muted);
}

.sbs-native-summary-soft,
.sbs-native-agreement,
.sbs-native-secure small {
    color: var(--sbs-white-75);
}

.text-orange {
    color: var(--sbs-native-orange) !important;
}

.sbs-native-eyebrow {
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}

.sbs-native-title,
.sbs-native-section-title,
.sbs-native-product-title {
    color: var(--sbs-native-text);
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.sbs-native-title {
    font-size: clamp(1.7rem, 3vw, 2.15rem);
}

.sbs-native-login-trigger,
.sbs-native-login-trigger:hover,
.sbs-native-login-trigger:focus {
    background: transparent;
    border: 0;
    color: var(--sbs-native-green);
    font-weight: 700;
    padding: 0;
}

.sbs-native-tos-trigger,
.sbs-native-tos-trigger:hover,
.sbs-native-tos-trigger:focus {
    background: transparent;
    border: 0;
    color: var(--sbs-native-green);
    font: inherit;
    font-weight: 800;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.sbs-native-section {
    margin-top: 2.3rem;
}

.sbs-native-section-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.sbs-native-wallet-card {
    background: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 1.15rem;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
    padding: 1rem;
    transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.sbs-native-wallet-card.is-selected {
    background: #ecfdf5;
    border-color: rgba(34, 197, 94, 0.58);
    box-shadow: 0 18px 40px rgba(22, 163, 74, 0.13);
}

.sbs-native-wallet-toggle {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 0.9rem;
    margin: 0;
    position: relative;
}

.sbs-native-wallet-input {
    height: 1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.sbs-native-wallet-icon {
    align-items: center;
    background: #e2e8f0;
    border-radius: 999px;
    color: #64748b;
    display: inline-flex;
    flex: 0 0 2.45rem;
    font-size: 1.15rem;
    height: 2.45rem;
    justify-content: center;
    width: 2.45rem;
}

.sbs-native-wallet-card.is-selected .sbs-native-wallet-icon {
    background: rgba(34, 197, 94, 0.18);
    color: var(--sbs-native-green);
}

.sbs-native-wallet-check {
    opacity: 0;
}

.bi-check-circle-fill.sbs-native-wallet-check.sbs-native-payment-check {
    top: 0;
    right: 0;
}

.sbs-native-wallet-card.is-selected .sbs-native-wallet-check {
    opacity: 1;
}

.sbs-native-wallet-copy {
    display: block;
    min-width: 0;
}

.sbs-native-wallet-heading {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sbs-native-wallet-title {
    color: var(--sbs-native-text);
    display: block;
    font-size: 0.98rem;
    font-weight: 800;
}

.sbs-native-wallet-status {
    background: #e2e8f0;
    border-radius: 999px;
    color: #475569;
    display: inline-flex;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    padding: 0.38rem 0.55rem;
    text-transform: uppercase;
}

.sbs-native-wallet-card.is-selected .sbs-native-wallet-status {
    background: rgba(34, 197, 94, 0.16);
    color: #15803d;
}

.sbs-native-wallet-description {
    color: var(--sbs-native-muted);
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0.28rem;
}

.sbs-native-wallet-card.is-wallet-only {
    border-color: rgba(34, 197, 94, 0.4);
}

.sbs-native-wallet-card.is-insufficient {
    background: #fff7f7;
    border-color: rgba(239, 68, 68, 0.28);
}

.sbs-native-wallet-card.is-insufficient .sbs-native-wallet-icon {
    background: rgba(239, 68, 68, 0.12);
    color: #dc2626;
}

.sbs-native-wallet-alert {
    align-items: flex-start;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.16);
    border-radius: 0.85rem;
    color: #991b1b;
    display: flex;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 0.55rem;
    line-height: 1.45;
    margin-top: 0.85rem;
    padding: 0.75rem 0.85rem;
}

.sbs-native-buyer .form-floating > .form-control,
.sbs-native-login-form .form-floating > .form-control {
    background-color: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 1rem;
    color: var(--sbs-native-text);
    font-weight: 500;
    min-height: 4rem;
    font-size: 1.25em;
}

.sbs-native-buyer .form-floating > .form-control:focus,
.sbs-native-login-form .form-floating > .form-control:focus {
    background: #fff;
    border-color: #9aa8bc;
    box-shadow: 0 0 0 0.25rem rgba(90, 102, 125, 0.12);
}

.sbs-native-buyer .form-floating > label,
.sbs-native-login-form .form-floating > label {
    color: #8a98ad;
    font-weight: 600;
}

.sbs-native-password-toggle,
.sbs-native-password-toggle:hover,
.sbs-native-password-toggle:focus {
    align-items: center;
    background: transparent;
    border: 0;
    color: #64748b;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    margin-right: 0.65rem;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
}

.sbs-native-current-user {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 1rem;
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1.25rem;
    padding: 0.9rem 1rem;
}

.sbs-native-current-user > .bi {
    color: var(--sbs-native-green);
    font-size: 1.25rem;
}

.sbs-native-current-user span {
    color: var(--sbs-native-muted);
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
}

.sbs-native-current-user strong {
    color: var(--sbs-native-text);
}

.sbs-native-current-user small {
    color: var(--sbs-native-muted);
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
}

.sbs-native-current-user a {
    color: var(--sbs-native-green);
    font-size: 0.85rem;
    font-weight: 700;
    margin-left: auto;
    text-decoration: none;
}

.sbs-native-payment-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sbs-native-payment-card {
    align-items: center;
    background: #fff;
    border: 1px solid var(--sbs-native-border);
    border-radius: 1rem;
    color: var(--sbs-native-text);
    cursor: pointer;
    display: flex;
    gap: 0.85rem;
    min-height: 5.2rem;
    padding: 1rem 1.15rem;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.sbs-native-payment-card:hover {
    border-color: #94a3b8;
    box-shadow: 0 0.65rem 1.35rem rgba(31, 41, 55, 0.05);
    transform: translateY(-1px);
}

.payment-radio:checked + .sbs-native-payment-card {
    background: rgba(32, 183, 100, 0.055);
    border-color: var(--sbs-native-green);
}

.sbs-native-payment-check {
    color: var(--sbs-native-green);
    font-size: 1.05rem;
    opacity: 0;
    position: absolute;
    right: 0.9rem;
    top: 0.85rem;
}

.payment-radio:checked + .sbs-native-payment-card .sbs-native-payment-check {
    opacity: 1;
}

.sbs-native-payment-logo {
    display: block;
    max-height: 2.1rem;
    max-width: 5rem;
    object-fit: contain;
}

.sbs-native-payment-title {
    color: #66748b;
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    padding-right: 1rem;
}

.sbs-native-payment-card small {
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 700;
}

.sbs-native-payment-monogram {
    color: #64748b;
    font-size: 1.25rem;
}

.sbs-native-summary-panel {
    background: linear-gradient(145deg, var(--sbs-native-panel), var(--sbs-native-panel-deep));
    color: #fff;
    height: 100svh;
    overflow: hidden;
    padding: clamp(1.75rem, 4vw, 3.25rem);
    position: relative;
}

.sbs-native-summary-panel::before {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px;
    content: "";
    height: 23rem;
    left: -9rem;
    position: absolute;
    top: -8rem;
    width: 23rem;
}

.sbs-native-summary-content {
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - clamp(3.5rem, 8vw, 6.5rem));
    position: relative;
    z-index: 1;
}

.sbs-native-detail-badge {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: var(--sbs-native-text);
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    gap: 0.45rem;
    padding: 0.55rem 0.85rem;
}

.sbs-native-product-card {
    background: rgba(255, 255, 255, 0.085);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.5rem;
    padding: 1.35rem;
}

.sbs-native-product-thumb {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    display: flex;
    flex: 0 0 4.2rem;
    height: 4.2rem;
    justify-content: center;
    overflow: hidden;
    width: 4.2rem;
}

.sbs-native-product-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sbs-native-product-thumb .bi {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.45rem;
}

.sbs-native-summary-panel .sbs-native-product-title {
    color: #fff;
    font-size: 1.3rem;
    margin: 0;
}

.sbs-native-duration-badge {
    background: var(--sbs-native-green);
    border-radius: 999px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.4rem 0.65rem 0.2rem;
    text-transform: uppercase;
}

.sbs-native-product-description {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.9rem;
    margin-top: 1.1rem;
    padding-top: 1rem;
}

.sbs-native-product-description > :last-child {
    margin-bottom: 0;
}

.sbs-native-price-details {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 1.15rem;
    padding-top: 1rem;
}

.sbs-native-price-row,
.sbs-native-review-table tr {
    align-items: center;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
}

.sbs-native-price-row strong,
.sbs-native-review-table td:last-child {
    color: #fff;
    font-weight: 700;
}

.sbs-native-price-label {
    min-width: 0;
}

.sbs-native-price-label .sbs-native-product-coupon {
    margin-top: 0.35rem;
}

.sbs-native-price-label .sbs-native-product-coupon,
.sbs-native-price-label .sbs-native-product-coupon strong,
.sbs-native-price-label .sbs-native-product-coupon i {
    color: #bbf7d0 !important;
}

.sbs-native-billing-review {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    margin-top: 1rem;
    padding: 0.2rem 1rem;
}

.sbs-native-billing-review .sbs-native-review-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0.72rem 0;
}

.sbs-native-billing-review .sbs-native-review-table tr:last-child {
    border-bottom: 0;
}

.sbs-native-billing-review .sbs-commerce-review-discount.has-discount td:last-child {
    color: #bbf7d0;
}

.sbs-native-billing-review .sbs-commerce-review-total td:last-child {
    font-size: 1.05rem;
}

.sbs-native-review-table {
    border-collapse: collapse;
    width: 100%;
}

.sbs-native-review-table tbody,
.sbs-native-review-table tr,
.sbs-native-review-table td {
    display: block;
}

.sbs-native-review-table td {
    padding: 0;
}

.sbs-native-review-table tr {
    display: flex;
    padding: 0.75rem 0;
}

.sbs-native-review-table td:first-child {
    flex: 1;
}

.sbs-native-review-table td:last-child {
    text-align: right;
}

.sbs-native-review-table .hapus-kupon {
    color: #fff;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 700;
    margin-left: 0.35rem;
    text-decoration: underline;
}

.sbs-native-discount-row td:last-child {
    color: #86efac;
}

.sbs-native-qty {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
}

.sbs-native-qty .btn {
    align-items: center;
    border: 0;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 2rem;
}

.sbs-native-qty input {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.65rem;
    color: #fff;
    height: 2rem;
    text-align: center;
    width: 3.3rem;
}

.sbs-native-coupon {
    margin-top: 1rem;
}

.sbs-native-coupon-toggle {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    color: rgba(255, 255, 255, 0.78);
    display: flex;
    font-size: 0.86rem;
    font-weight: 700;
    justify-content: space-between;
    padding: 0.9rem 1rem;
    width: 100%;
}

.sbs-native-coupon-toggle::before,
.sbs-native-coupon-toggle::after {
    display: none !important;
}

.sbs-native-coupon-toggle span {
    align-items: center;
    display: inline-flex;
    gap: 0.45rem;
}

.sbs-native-coupon-fields {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    margin-top: 0.65rem;
    padding: 0.85rem;
}

.sbs-native-coupon-fields .form-control {
    border: 0;
    min-height: 2.8rem;
}

.sbs-native-coupon-fields small {
    color: rgba(255, 255, 255, 0.62);
    display: block;
    margin-top: 0.5rem;
}

.sbs-native-total-block {
    margin-top: auto;
    padding-top: 2rem;
}

.sbs-native-total-block p {
    color: rgba(255, 255, 255, 0.66);
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.sbs-native-total-value {
    /*color: var(--sbs-native-orange);*/
    color: white;
    font-size: clamp(2.25rem, 4vw, 3.35rem);
    font-weight: 800;
    line-height: 1;
    font-family: 'Outfit', sans-serif;
    text-align: left !important;
}

.sbs-native-total-value .sejoli-unique-number {
    color: var(--sbs-native-orange);
}

.sbs-native-submit-button {
    align-items: center;
    background: var(--sbs-native-green);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 0.85rem 1.6rem rgba(32, 183, 100, 0.28);
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    gap: 0.65rem;
    justify-content: center;
    margin-top: 1.35rem;
    min-height: 3.65rem;
    padding: 0.95rem 1.4rem;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%;
}

.sbs-native-submit-button:hover,
.sbs-native-submit-button:focus {
    background: var(--sbs-native-green-dark)!important;
    box-shadow: 0 1rem 2rem rgba(32, 183, 100, 0.34)!important;
    color: #fff;
    transform: translateY(-1px);
}

.sbs-native-submit-button[disabled],
.sbs-native-submit-button.is-loading {
    opacity: 0.75;
    pointer-events: none;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 1.25rem 0 1.6rem !important;
    opacity: 1 !important;
    padding: 0 !important;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon .data-holder {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon .kode-diskon-form.sbs-commerce-public-coupon-section {
    background: #f8fafc !important;
    border: 1px solid #dbe3ee !important;
    border-radius: 1rem !important;
    box-shadow: none !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon .sbs-commerce-coupon-header {
    background: transparent;
    border: 0;
    min-height: 3.15rem;
    padding: 0 0.45rem 0 0.95rem;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon-toggle {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #64748b !important;
    min-height: 3rem;
    width: auto !important;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon-toggle:hover,
body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon-toggle:focus,
body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon-toggle[aria-expanded="true"] {
    background: transparent !important;
    color: var(--sbs-native-text) !important;
    outline: 0;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon-fields {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-top: 1px solid #dbe3ee !important;
    color: var(--sbs-native-text);
    margin-top: 0 !important;
    padding: 1rem !important;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon .sbs-commerce-coupon-header .sbs-commerce-coupon-pills {
    padding-bottom: 0.55rem;
    padding-top: 0.55rem;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon .sbs-commerce-coupon-pill {
    text-decoration: none;
}

body.sbs-native-checkout-body .sbs-native-summary-panel [data-sbs-native-coupon-badge] {
    background: rgba(134, 239, 172, 0.18);
    border-color: rgba(134, 239, 172, 0.34);
    color: #bbf7d0;
    margin-left: 0;
}

body.sbs-native-checkout-body .sbs-native-summary-panel .sbs-native-product-coupon {
    color: #bbf7d0;
}

body.sbs-commerce-public-checkout-body .sbs-native-summary-panel .sbs-commerce-public-item-coupon-badge {
    background: rgba(134, 239, 172, 0.18);
    border-color: rgba(134, 239, 172, 0.34);
    color: #bbf7d0;
}

body.sbs-commerce-public-checkout-body .sbs-native-summary-panel .sbs-commerce-public-item-discount {
    color: #bbf7d0;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon-fields .form-control {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-right: 0;
    color: var(--sbs-native-text);
    font-weight: 700;
    min-height: 3rem;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon-fields .submit-coupon {
    background: #edf2f7;
    border-color: #dbe3ee !important;
    color: var(--sbs-native-text);
    font-weight: 800;
    margin: 0;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon-fields small {
    color: #718096;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon .coupon-alert-holder .alert {
    font-size: 0.75rem;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 0.65rem 0.75rem;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon .coupon-alert-holder .alert-dismissible {
    padding-right: 2.5rem;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-form-panel .sbs-native-coupon .coupon-alert-holder .alert ul {
    margin-bottom: 0;
}

body.sbs-native-checkout-body .sbs-commerce-public-checkout .sbs-commerce-public-coupon-section .sbs-commerce-coupon-box {
    padding: 1rem !important;
}

body.sbs-native-checkout-body .sbs-native-checkout .beli-sekarang {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 1.35rem 0 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
}

body.sbs-native-checkout-body .sbs-native-checkout .beli-sekarang::before,
body.sbs-native-checkout-body .sbs-native-checkout .beli-sekarang::after {
    background: none !important;
    content: none !important;
    display: none !important;
    height: 0 !important;
}

body.sbs-native-checkout-body .sbs-native-checkout .beli-sekarang .data-holder {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.sbs-native-checkout-body .sbs-native-checkout .sbs-native-coupon > .blockUI,
body.sbs-native-checkout-body .sbs-native-checkout .beli-sekarang > .blockUI {
    display: none !important;
}

.sbs-native-processing-overlay {
    align-items: center;
    background: rgba(15, 23, 42, 0.34);
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 1.25rem;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.18s ease;
    z-index: 10000;
}

.sbs-native-checkout.is-processing .sbs-native-processing-overlay {
    opacity: 1;
    pointer-events: auto;
}

.sbs-native-processing-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(31, 41, 55, 0.06);
    border-radius: 1.25rem;
    box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, 0.2);
    color: var(--sbs-native-text);
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    max-width: 21rem;
    padding: 1.35rem;
    text-align: center;
    width: min(100%, 21rem);
}

.sbs-native-processing-card .bi {
    animation: sbs-native-spin 0.9s linear infinite;
    color: var(--sbs-native-green);
    font-size: 1.85rem;
}

.sbs-native-processing-card strong {
    color: var(--sbs-native-text);
    font-size: 1rem;
    font-weight: 800;
}

.sbs-native-processing-card span {
    color: var(--sbs-native-muted);
    font-size: 0.86rem;
    font-weight: 600;
}

@keyframes sbs-native-spin {
    to {
        transform: rotate(360deg);
    }
}

.sbs-native-agreement {
    font-size: 0.8rem;
    margin: 1rem 0 0;
    text-align: center;
}

body.sbs-native-modal-open {
    overflow: hidden;
}

.sbs-native-modal {
    align-items: center;
    display: none;
    inset: 0;
    justify-content: center;
    padding: 1rem;
    position: fixed;
    z-index: 1060;
}

.sbs-native-modal.is-open {
    display: flex;
}

.sbs-native-modal-backdrop {
    background: rgba(31, 41, 55, 0.58);
    inset: 0;
    position: absolute;
}

.sbs-native-modal-dialog {
    background: #fff;
    border: 1px solid rgba(31, 41, 55, 0.06);
    border-radius: 1.5rem;
    box-shadow: 0 1.5rem 4rem rgba(31, 41, 55, 0.2);
    display: flex;
    flex-direction: column;
    max-height: min(82vh, 760px);
    max-width: 760px;
    outline: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sbs-native-modal-header {
    align-items: flex-start;
    border-bottom: 1px solid var(--sbs-native-border);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.35rem 1.5rem 1.1rem;
}

.sbs-native-modal-header h2 {
    color: var(--sbs-native-text);
    font-family: "Outfit", sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    margin: 0;
}

.sbs-native-modal-close,
.sbs-native-modal-close:hover,
.sbs-native-modal-close:focus {
    align-items: center;
    background: transparent;
    border: 0;
    color: #64748b;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.4rem;
    justify-content: center;
    padding: 0;
    width: 2.4rem;
}

.sbs-native-modal-close:hover,
.sbs-native-modal-close:focus {
    color: var(--sbs-native-green);
}

.sbs-native-modal-close .bi {
    font-size: 1.2rem;
}

.sbs-native-modal-body {
    overflow-y: auto;
    padding: 1.35rem 1.5rem 1.5rem;
}

.sbs-native-tos-content * {
    color: var(--sbs-native-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.sbs-native-tos-content h3,
.sbs-native-tos-content h4 {
    color: var(--sbs-native-text);
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

.sbs-native-tos-content h3 {
    font-size: 1.12rem;
    margin: 0 0 0.85rem;
}

.sbs-native-tos-content h4 {
    font-size: 0.98rem;
    margin: 1.3rem 0 0.65rem;
}

.sbs-native-tos-content p,
.sbs-native-tos-content ul {
    margin-bottom: 0.9rem;
}

.sbs-native-tos-content ul {
    padding-left: 1.1rem;
}

.sbs-native-tos-content li + li {
    margin-top: 0.45rem;
}

.sbs-native-tos-content hr {
    border-color: var(--sbs-native-border);
    margin: 1rem 0;
    opacity: 1;
}

.sbs-native-secure {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    gap: 0.8rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
}

.sbs-native-secure > span {
    align-items: center;
    background: rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    display: inline-flex;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.sbs-native-secure strong {
    color: #fff;
    display: block;
}

.sbs-native-bump table {
    width: 100%;
}

.sbs-native-bump-offer {
    background: #fffaf0;
    border: 1px dashed #f6c453;
    border-radius: 1rem;
    margin-top: 1.5rem;
    padding: 1rem;
}

.sbs-native-bump-offer img {
    border-radius: 0.75rem;
    height: 4.5rem;
    object-fit: cover;
    width: 4.5rem;
}

.sbs-native-bump-label {
    color: #b45309;
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

.sbs-native-bump-offer h3 {
    color: var(--sbs-native-text);
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
}

.sbs-native-bump-offer p {
    color: var(--sbs-native-muted);
    font-size: 0.86rem;
    margin-bottom: 0.35rem;
}

.sbs-native-bump-offer strong {
    color: var(--sbs-native-orange);
}

.sbs-native-bump-add {
    align-items: center;
    border: 1px solid #f59e0b;
    border-radius: 0.75rem;
    color: #b45309;
    cursor: pointer;
    display: flex;
    font-weight: 800;
    justify-content: center;
    margin: 0;
    min-height: 2.65rem;
    width: 100%;
}

.bump-product:checked + .sbs-native-bump-add {
    background: #f59e0b;
    color: #fff;
}

.cancel-add-product-bump {
    color: #b45309;
    display: none;
    font-size: 0.82rem;
    font-weight: 700;
    margin-top: 0.65rem;
    text-align: center;
    text-decoration: none;
}

.alert-error {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7;
}

.sbs-native-buyer .alert-holder:empty {
    display: none;
}

.sbs-native-buyer .sbs-native-validation-row:has(.alert-holder:empty) {
    display: none;
}

.sbs-native-buyer .alert-holder .alert {
    border-radius: 0.85rem;
    font-size: 0.84rem;
    line-height: 1.45;
    margin: 0.65rem 0 0;
    padding: 0.72rem 2.4rem 0.72rem 0.9rem;
}

.sbs-native-buyer .sbs-native-validation-row .alert {
    margin-top: 0;
}

.sejolisa-block-ui {
    color: var(--sbs-native-text);
    font-weight: 700;
}

.sbs-native-thankyou {
    align-items: center;
    display: flex;
    padding: 3rem 1rem;
}

.sbs-native-thankyou-wrapper {
    background: #fff;
    border: 1px solid rgba(31, 41, 55, 0.04);
    border-radius: 2rem;
    box-shadow: 0 1.25rem 3rem rgba(31, 41, 55, 0.05);
    margin: 0 auto;
    max-width: 1120px;
    overflow: hidden;
    width: 100%;
}

.sbs-native-thankyou-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-between;
    padding: clamp(2rem, 5vw, 4rem);
}

.sbs-native-thankyou-payment {
    background: linear-gradient(145deg, var(--sbs-native-panel), var(--sbs-native-panel-deep));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4rem) clamp(2rem, 5vw, 3.5rem);
    position: relative;
}

.sbs-native-thankyou-payment > div {
    width: 100%;
}

.sbs-native-payment-panel-stack {
    display: grid;
    gap: 0;
}

.sbs-native-success-badge {
    align-items: center;
    background: rgba(32, 183, 100, 0.1);
    border-radius: 999px;
    color: var(--sbs-native-green-dark);
    display: inline-flex;
    font-weight: 800;
    gap: 0.5rem;
    padding: 0.55rem 0.9rem;
}

.sbs-native-thankyou h1,
.sbs-native-thankyou h2,
.sbs-native-thankyou h3,
.sbs-native-thankyou h4 {
    color: var(--sbs-native-text);
    font-family: "Outfit", sans-serif;
    font-weight: 800;
}

.sbs-native-thankyou-payment h1,
.sbs-native-thankyou-payment h2,
.sbs-native-thankyou-payment h3,
.sbs-native-thankyou-payment h4 {
    color: #fff;
}

.sbs-native-deadline-alert {
    background: rgba(255, 87, 34, 0.06);
    border-left: 4px solid var(--sbs-native-orange);
    border-radius: 0 1rem 1rem 0;
    padding: 1rem 1.15rem;
}

.sbs-native-thankyou-subtitle {
    font-size: 1rem;
    margin-bottom: 0.9rem;
}

.sbs-native-order-grid {
    background: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 1.25rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1.35rem;
}

.sbs-native-detail-item {
    display: grid;
    gap: 0.2rem;
}

.sbs-native-detail-item.is-wide {
    border-bottom: 1px dashed #cbd5e1;
    grid-column: 1 / -1;
    padding-bottom: 0.9rem;
}

.sbs-native-detail-label {
    color: var(--sbs-native-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.sbs-native-detail-value {
    color: var(--sbs-native-text);
    font-weight: 800;
}

.sbs-native-amount-box {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.4rem;
    margin-bottom: 1.3rem;
    padding: 1.5rem;
    text-align: center;
}

.sbs-native-amount-box p,
.sbs-native-payment-panel-muted {
    color: rgba(255, 255, 255, 0.66);
}

.sbs-native-payment-pane {
    min-width: 0;
}

.sbs-native-amount-text {
    color: #fff;
    font-size: clamp(2.3rem, 4vw, 3.1rem);
    font-weight: 900;
    line-height: 1;
    margin: 0.5rem 0;
    white-space: nowrap;
}

.sbs-native-amount-text .sejoli-unique-number,
.sbs-native-amount-text .sbs-payment-unique-digits {
    color: var(--sbs-native-orange) !important;
}

.sbs-native-bank-box {
    background: #fff;
    border-radius: 1.4rem;
    color: var(--sbs-native-text);
    padding: 1.35rem;
}

.sbs-native-bank-logo {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 0.9rem;
    display: inline-flex;
    min-height: 3.4rem;
    min-width: 4.5rem;
    padding: 0.65rem;
}

.sbs-native-bank-logo img {
    max-height: 2.2rem;
    max-width: 5.5rem;
    object-fit: contain;
}

.sbs-native-copy-group {
    align-items: center;
    background: #f1f5f9;
    border-radius: 0.85rem;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin-top: 1rem;
    min-width: 0;
    padding: 0.8rem 0.9rem;
}

.sbs-native-copy-value {
    color: var(--sbs-native-text);
    font-size: 1.08rem;
    font-weight: 800;
    min-width: 0;
    overflow-wrap: anywhere;
}

.sbs-native-copy-amount {
    white-space: nowrap;
    word-break: keep-all;
}

.sbs-native-copy-btn {
    align-items: center;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 0.65rem;
    color: #475569;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-weight: 800;
    gap: 0.4rem;
    min-height: 2.35rem;
    padding: 0.45rem 0.8rem;
}

.sbs-native-copy-btn .bi {
    font-size: 1rem !important;
}

.sbs-native-confirm-btn {
    align-items: center;
    background: var(--sbs-native-green);
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    gap: 0.55rem;
    justify-content: center;
    margin-top: 1rem;
    min-height: 3.5rem;
    text-decoration: none;
    width: 100%;
}

.sbs-native-confirm-btn:hover,
.sbs-native-confirm-btn:focus {
    background: var(--sbs-native-green-dark);
    color: #fff;
}

.sbs-native-confirmation-box {
    background: #fff;
    border-radius: 1.4rem;
    color: var(--sbs-native-text);
    padding: 1.25rem;
}

.sbs-native-confirmation-receipt {
    display: grid;
    gap: 1rem;
}

.sbs-native-confirmation-intro {
    align-items: flex-start;
    display: flex;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.sbs-native-confirmation-icon {
    align-items: center;
    background: rgba(32, 183, 100, 0.1);
    border-radius: 0.85rem;
    color: var(--sbs-native-green);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.15rem;
    height: 2.85rem;
    justify-content: center;
    width: 2.85rem;
}

.sbs-native-confirmation-intro strong {
    color: var(--sbs-native-text);
    display: block;
    font-weight: 900;
}

.sbs-native-confirmation-intro p {
    color: var(--sbs-native-muted);
    font-size: 0.88rem;
    line-height: 1.45;
    margin: 0.2rem 0 0;
}

.sbs-native-confirmation-status {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 0.95rem;
    color: var(--sbs-native-muted);
    display: flex;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.55rem;
    line-height: 1.35;
    margin-bottom: 1rem;
    padding: 0.8rem 0.9rem;
}

.sbs-native-confirmation-status .bi {
    font-size: 1rem !important;
}

.sbs-native-confirmation-status.is-loading .bi {
    animation: sbs-native-spin 0.8s linear infinite;
}

.sbs-native-confirmation-status.is-valid {
    background: rgba(32, 183, 100, 0.1);
    border-color: rgba(32, 183, 100, 0.24);
    color: var(--sbs-native-green-dark);
}

.sbs-native-confirmation-status.is-error {
    background: rgba(239, 68, 68, 0.08);
    border-color: rgba(239, 68, 68, 0.22);
    color: #b91c1c;
}

.sbs-native-confirmation-proof-card {
    background: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 1rem;
    display: grid;
    gap: 0.75rem;
    padding: 0.85rem;
}

.sbs-native-confirmation-proof-header {
    align-items: center;
    color: var(--sbs-native-muted);
    display: flex;
    font-size: 0.78rem;
    font-weight: 900;
    gap: 0.75rem;
    justify-content: space-between;
}

.sbs-native-confirmation-proof-header span {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
}

.sbs-native-confirmation-proof-image-link {
    background: #fff;
    border: 1px solid var(--sbs-native-border);
    border-radius: 0.9rem;
    display: block;
    padding: 0.5rem;
}

.sbs-native-confirmation-proof-image {
    border-radius: 0.7rem;
    display: block;
    max-height: 260px;
    object-fit: contain;
    width: 100%;
}

.sbs-native-confirmation-proof-file {
    align-items: center;
    background: #fff;
    border: 1px solid var(--sbs-native-border);
    border-radius: 0.9rem;
    color: var(--sbs-native-text);
    display: flex;
    font-weight: 900;
    gap: 0.65rem;
    min-height: 3.25rem;
    padding: 0.75rem;
    text-decoration: none;
}

.sbs-native-confirmation-proof-file:hover,
.sbs-native-confirmation-proof-file:focus {
    color: var(--sbs-native-green-dark);
}

.sbs-native-confirmation-proof-file .bi {
    color: var(--sbs-native-green);
    font-size: 1.25rem !important;
}

.sbs-native-confirmation-note {
    background: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 0.95rem;
    padding: 0.85rem;
}

.sbs-native-confirmation-note span {
    color: var(--sbs-native-muted);
    display: block;
    font-size: 0.78rem;
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.sbs-native-confirmation-note p {
    color: var(--sbs-native-text);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

.sbs-native-confirmation-next-btn {
    align-items: center;
    background: var(--sbs-native-green);
    border: 0;
    border-radius: 0.95rem;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    gap: 0.55rem;
    justify-content: center;
    min-height: 3.15rem;
    padding: 0.85rem 1rem;
    text-decoration: none;
    width: 100%;
}

.sbs-native-confirmation-next-btn:hover,
.sbs-native-confirmation-next-btn:focus {
    background: var(--sbs-native-green-dark);
    color: #fff;
}

.sbs-native-confirmation-form {
    display: grid;
    gap: 0.9rem;
}

.sbs-native-confirmation-field {
    display: grid;
    gap: 0.35rem;
    position: relative;
}

.sbs-native-confirmation-field label {
    color: var(--sbs-native-muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.sbs-native-confirmation-field .form-control {
    background: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 0.85rem;
    color: var(--sbs-native-text);
    font-size: 0.92rem;
    min-height: 2.9rem;
}

.sbs-native-confirmation-field .form-control:focus {
    border-color: rgba(32, 183, 100, 0.45);
    box-shadow: 0 0 0 0.18rem rgba(32, 183, 100, 0.12);
}

.sbs-native-confirmation-field .form-control:disabled {
    color: var(--sbs-native-muted);
    opacity: 0.75;
}

.sbs-native-confirmation-file-input {
    height: 1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.sbs-native-confirmation-dropzone {
    align-items: center;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 1rem;
    color: var(--sbs-native-muted);
    cursor: pointer;
    display: flex;
    gap: 0.85rem;
    min-height: 5.25rem;
    padding: 0.95rem;
    position: relative;
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.sbs-native-confirmation-dropzone:hover,
.sbs-native-confirmation-dropzone:focus,
.sbs-native-confirmation-dropzone.is-dragging {
    background: rgba(32, 183, 100, 0.08);
    border-color: rgba(32, 183, 100, 0.45);
    box-shadow: 0 0 0 0.18rem rgba(32, 183, 100, 0.1);
    color: var(--sbs-native-green-dark);
    outline: 0;
}

.sbs-native-confirmation-dropzone.is-has-file {
    background: rgba(32, 183, 100, 0.08);
    border-color: rgba(32, 183, 100, 0.32);
}

.sbs-native-confirmation-dropzone.is-disabled {
    cursor: not-allowed;
    opacity: 0.64;
}

.sbs-native-confirmation-dropzone-icon {
    align-items: center;
    background: #fff;
    border: 1px solid var(--sbs-native-border);
    border-radius: 0.85rem;
    color: var(--sbs-native-green);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.35rem;
    height: 3.15rem;
    justify-content: center;
    width: 3.15rem;
}

.sbs-native-confirmation-dropzone.is-has-file .sbs-native-confirmation-dropzone-icon {
    background: rgba(32, 183, 100, 0.12);
    border-color: rgba(32, 183, 100, 0.24);
    color: var(--sbs-native-green);
}

.sbs-native-confirmation-dropzone-copy {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.sbs-native-confirmation-dropzone-copy strong {
    color: var(--sbs-native-text);
    font-size: 0.92rem;
    font-weight: 900;
}

.sbs-native-confirmation-dropzone-copy span {
    color: var(--sbs-native-muted);
    font-size: 0.78rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sbs-native-confirmation-dropzone-actions {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.4rem;
    margin-left: auto;
}

.sbs-native-confirmation-dropzone-actions[hidden] {
    display: none !important;
}

.sbs-native-confirmation-dropzone-actions button {
    align-items: center;
    background: #fff;
    border: 1px solid var(--sbs-native-border);
    border-radius: 999px;
    color: var(--sbs-native-muted);
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 900;
    gap: 0.25rem;
    min-height: 2rem;
    padding: 0.35rem 0.55rem;
    transition: border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.sbs-native-confirmation-dropzone-actions button:hover,
.sbs-native-confirmation-dropzone-actions button:focus {
    border-color: rgba(32, 183, 100, 0.45);
    box-shadow: 0 0 0 0.14rem rgba(32, 183, 100, 0.1);
    color: var(--sbs-native-green-dark);
    outline: 0;
}

.sbs-native-confirmation-preview {
    background: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 1rem;
    box-shadow: none;
    display: none;
    margin-top: 0.35rem;
    max-width: 100%;
    opacity: 0;
    padding: 0.65rem;
    pointer-events: none;
    position: static;
    transform: translateY(-0.35rem);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
    visibility: hidden;
    width: 100%;
    z-index: 30;
}

.sbs-native-confirmation-preview[hidden] {
    display: none !important;
}

.sbs-native-confirmation-field.is-preview-open .sbs-native-confirmation-preview {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

@media (min-width: 992px) {
    .sbs-native-confirmation-preview {
        box-shadow: 0 1.15rem 2.5rem rgba(15, 23, 42, 0.18);
        margin-top: 0;
        max-width: min(100%, 360px);
        position: absolute;
        right: 0;
        top: calc(100% - 0.2rem);
    }
}

.sbs-native-confirmation-preview img {
    border-radius: 0.75rem;
    display: block;
    margin: 0 auto;
    max-height: 300px;
    max-width: 100%;
    object-fit: contain;
}

.sbs-native-confirmation-preview-file {
    align-items: center;
    color: var(--sbs-native-text);
    display: flex;
    font-weight: 800;
    gap: 0.65rem;
    min-height: 3rem;
}

.sbs-native-confirmation-preview-file .bi {
    color: #dc2626;
    font-size: 1.4rem !important;
}

.sbs-native-confirmation-field small {
    color: var(--sbs-native-muted);
    font-size: 0.75rem;
    line-height: 1.35;
}

.sbs-native-confirmation-alert:empty {
    display: none;
}

.sbs-native-confirmation-alert .alert {
    border-radius: 0.85rem;
    font-size: 0.86rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 0.9rem;
}

.sbs-native-confirmation-submit {
    align-items: center;
    background: var(--sbs-native-green);
    border: 0;
    border-radius: 0.95rem;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    gap: 0.55rem;
    justify-content: center;
    min-height: 3.15rem;
    padding: 0.85rem 1rem;
}

.sbs-native-confirmation-submit:hover,
.sbs-native-confirmation-submit:focus {
    background: var(--sbs-native-green-dark);
    color: #fff;
}

.sbs-native-confirmation-submit:disabled {
    cursor: not-allowed;
    opacity: 0.62;
}

@keyframes sbs-native-spin {
    to {
        transform: rotate(360deg);
    }
}

.sbs-commerce-public-trust {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    gap: 0.85rem;
    margin-top: 1.6rem;
    padding-top: 1.1rem;
}

.sbs-commerce-public-trust .sbs-native-secure {
    border-top: 0;
    color: #fff;
    margin: 0;
    padding: 0;
}

.sbs-commerce-public-trust .sbs-native-secure > span {
    background: rgba(255, 255, 255, 0.11);
    color: #fff;
}

.sbs-commerce-public-trust .sbs-native-secure strong {
    color: #fff !important;
}

.sbs-commerce-public-trust .sbs-native-secure small {
    color: rgba(255, 255, 255, 0.75) !important;
}

.sbs-commerce-public-trust-form {
    border-top-color: var(--sbs-native-border);
    display: none;
}

.sbs-commerce-public-trust-form .sbs-native-secure {
    color: var(--sbs-native-text);
}

.sbs-commerce-public-trust-form .sbs-native-secure > span {
    background: rgba(32, 183, 100, 0.1);
    color: var(--sbs-native-green);
}

.sbs-commerce-public-trust-form .sbs-native-secure strong {
    color: var(--sbs-native-text) !important;
}

.sbs-commerce-public-trust-form .sbs-native-secure small {
    color: var(--sbs-native-muted) !important;
}

.sbs-commerce-public-item-coupon-badge,
.sbs-commerce-public-item-offer-badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    margin-left: 0.35rem;
    padding: 0.22rem 0.42rem;
    text-transform: uppercase;
}

.sbs-commerce-public-item-coupon-badge {
    background: rgba(32, 183, 100, 0.1);
    border: 1px solid rgba(32, 183, 100, 0.25);
    color: var(--sbs-native-green-dark);
}

.sbs-commerce-public-item-offer-badge {
    background: rgba(251, 191, 36, 0.16);
    border: 1px solid rgba(251, 191, 36, 0.34);
}

.sbs-commerce-public-item-discount {
    align-items: center;
    color: var(--sbs-native-green-dark);
    display: flex;
    font-size: 0.72rem;
    font-weight: 800;
    gap: 0.28rem;
    line-height: 1.25;
    margin-top: 0.2rem;
}

.sbs-commerce-public-item-duration {
    align-items: center;
    color: rgba(255, 255, 255, 0.76);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.72rem;
    gap: 0.4rem;
    margin-top: 0.28rem;
}

.sbs-commerce-public-item-duration .sbs-native-duration-badge {
    font-size: 0.58rem;
    padding: 0.2rem 0.38rem;
}

.sbs-native-thankyou-error {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: center;
    min-height: 28rem;
    padding: 3rem 1.5rem;
    text-align: center;
}

.sbs-native-error-icon {
    align-items: center;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 1rem;
    color: #dc2626;
    display: inline-flex;
    font-size: 1.35rem;
    height: 3.25rem;
    justify-content: center;
    width: 3.25rem;
}

.sbs-native-thankyou-items {
    background: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 1.25rem;
    padding: 1.15rem;
}

.sbs-native-thankyou-item {
    align-items: center;
    border-top: 1px solid var(--sbs-native-border);
    display: grid;
    gap: 0.9rem;
    grid-template-columns: 3.6rem minmax(0, 1fr) auto;
    padding: 0.95rem 0;
}

.sbs-native-thankyou-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.sbs-native-thankyou-item:last-child {
    padding-bottom: 0;
}

.sbs-native-thankyou-item-media {
    align-items: center;
    background: #fff;
    border: 1px solid var(--sbs-native-border);
    border-radius: 0.85rem;
    color: var(--sbs-native-muted);
    display: flex;
    height: 3.35rem;
    justify-content: center;
    overflow: hidden;
    width: 3.35rem;
}

.sbs-native-thankyou-item-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sbs-native-thankyou-item-copy {
    min-width: 0;
}

.sbs-native-thankyou-item-copy > strong {
    color: var(--sbs-native-text);
    display: inline-block;
    font-weight: 900;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.sbs-native-thankyou-item-copy .sbs-native-summary-soft {
    color: #64748b;
    font-weight: 700;
}

.sbs-native-thankyou-item-total {
    color: var(--sbs-native-text);
    font-weight: 900;
    white-space: nowrap;
}

.sbs-native-thankyou-totals {
    background: #fff;
    border: 1px solid var(--sbs-native-border);
    border-radius: 1.25rem;
    display: grid;
    gap: 0;
    margin-top: 1rem;
    padding: 0.45rem 1.15rem;
}

.sbs-native-thankyou-totals > div {
    align-items: center;
    border-top: 1px solid var(--sbs-native-border);
    display: flex;
    justify-content: space-between;
    min-height: 2.75rem;
}

.sbs-native-thankyou-totals > div:first-child {
    border-top: 0;
}

.sbs-native-thankyou-totals span {
    color: var(--sbs-native-muted);
    font-weight: 700;
}

.sbs-native-thankyou-totals strong {
    color: var(--sbs-native-text);
    font-weight: 900;
}

.sbs-native-thankyou-totals .is-discount strong {
    color: var(--sbs-native-green-dark);
}

.sbs-native-thankyou-totals .is-total strong {
    font-size: 1.08rem;
}

.sbs-native-thankyou-totals .sbs-payment-amount-nowrap {
    white-space: nowrap;
}

@media (min-width: 992px) {
    .sbs-commerce-public-trust-form {
        display: grid;
    }

    .sbs-commerce-public-trust-summary {
        display: none;
    }

    .sbs-native-thankyou {
        align-items: flex-start;
    }

    .sbs-native-thankyou-wrapper {
        overflow: visible;
    }

    .sbs-native-thankyou-payment {
        border-radius: 0 2rem 2rem 0;
        justify-content: flex-start;
        min-height: calc(100vh - 6rem);
    }

    .sbs-native-thankyou-payment > div {
        position: sticky;
        top: 2rem;
    }
}

@media (max-width: 991.98px) {
    .sbs-native-form-panel {
        border-radius: 2rem 2rem 0 0;
        box-shadow: 0 -1rem 2.5rem rgba(31, 41, 55, 0.06);
        min-height: auto;
    }

    .sbs-native-summary-panel {
        min-height: auto;
        padding-bottom: 5rem;
    }

    .sbs-native-summary-content {
        min-height: auto;
    }

    .sbs-native-total-block {
        margin-top: 2rem;
    }

    .sbs-native-thankyou {
        align-items: flex-start;
        padding-top: 1rem;
    }

    .sbs-native-thankyou-payment {
        border-radius: 2rem 2rem 0 0;
    }
}

@media (max-width: 575.98px) {
    html,
    body.sbs-native-checkout-body,
    body.sbs-native-thankyou-body {
        font-size: 14px;
    }

    .sbs-native-payment-grid,
    .sbs-native-order-grid {
        gap: 0.5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sbs-native-form-panel,
    .sbs-native-summary-panel {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        height: fit-content;
    }

    .sbs-native-form-panel {
        margin-top: -7rem;
    }

    .sbs-native-checkout .sbs-native-form-panel {
        margin-top: 0;
    }

    .sbs-native-thankyou-item {
        grid-template-columns: 3.35rem minmax(0, 1fr);
    }

    .sbs-native-thankyou-item-total {
        grid-column: 2;
    }

    .sbs-native-copy-group {
        align-items: flex-start;
        flex-direction: column;
    }

    .sbs-native-payment-card {
        flex-direction: column;
    }
.sbs-native-payment-container {
        text-align: center;
    }
    .sbs-native-agreement,
    .sbs-native-secure strong,
    .sbs-native-secure small {
        color: var(--sbs-native-muted)!important;
    }
    .d-flex.d-lg-none.sbs-native-secure span {
        flex-shrink: 0;
        background-color: var(--sbs-native-soft);
    }
}

.sbs-commerce-wallet-card {
    background: #f8fafc;
    border: 1px solid var(--sbs-native-border);
    border-radius: 1.15rem;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
    padding: 1rem;
    transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.sbs-commerce-wallet-card.is-selected {
    background: #ecfdf5;
    border-color: rgba(34, 197, 94, 0.58);
    box-shadow: 0 18px 40px rgba(22, 163, 74, 0.13);
}

.sbs-commerce-wallet-card.is-invalid {
    background: #fffbeb;
    border-color: rgba(245, 158, 11, 0.52);
}

.sbs-commerce-wallet-option {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 0.9rem;
    margin: 0;
    position: relative;
}

.sbs-commerce-wallet-input {
    height: 1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.sbs-commerce-wallet-icon {
    align-items: center;
    background: #e2e8f0;
    border-radius: 999px;
    color: #64748b;
    display: inline-flex;
    flex: 0 0 2.45rem;
    font-size: 1.15rem;
    height: 2.45rem;
    justify-content: center;
    width: 2.45rem;
}

.sbs-commerce-wallet-card.is-selected .sbs-commerce-wallet-icon {
    background: rgba(34, 197, 94, 0.18);
    color: var(--sbs-native-green);
}

.sbs-commerce-wallet-copy {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.sbs-commerce-wallet-heading {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sbs-commerce-wallet-description,
.sbs-commerce-wallet-status {
    color: var(--sbs-native-muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.sbs-commerce-wallet-status {
    display: block;
}

.sbs-commerce-wallet-check {
    color: var(--sbs-native-green);
    margin-left: auto;
    opacity: 0;
    transition: opacity 0.16s ease;
}

.sbs-commerce-wallet-card.is-selected .sbs-commerce-wallet-check {
    opacity: 1;
}

.sbs-commerce-review-wallet strong {
    color: var(--sbs-native-green);
}
