.fbcx-builder {
    --fbcx-red: #b31322;
    --fbcx-red-dark: #680915;
    --fbcx-green: #064e3b;
    --fbcx-green-dark: #021d17;
    --fbcx-gold: #e5bd62;
    --fbcx-cream: #fff8e8;
    position: relative;
    isolation: isolate;
    left: 50%;
    width: 100vw;
    max-width: none;
    min-height: 100vh;
    margin: 0 0 0 -50vw;
    padding: clamp(22px, 3vw, 46px) max(18px, calc((100vw - 1440px) / 2));
    overflow: hidden;
    color: var(--fbcx-cream);
    background:
        radial-gradient(circle at 8% 8%, rgba(179, 19, 34, .25), transparent 24rem),
        radial-gradient(circle at 94% 38%, rgba(229, 189, 98, .09), transparent 28rem),
        radial-gradient(circle at 16% 92%, rgba(179, 19, 34, .18), transparent 25rem),
        linear-gradient(145deg, #031b15 0%, #063c30 44%, #04271f 100%);
    font-family: inherit;
}

.fbcx-builder::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .42;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, .52) 0 1px, transparent 1.6px),
        radial-gradient(circle, rgba(229, 189, 98, .4) 0 1px, transparent 1.7px);
    background-position: 0 0, 27px 41px;
    background-size: 76px 76px, 109px 109px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.fbcx-builder::after {
    content: "";
    position: absolute;
    z-index: 8;
    top: 0;
    right: 0;
    left: 0;
    height: 8px;
    background: repeating-linear-gradient(135deg, #fff 0 12px, #fff 12px 22px, var(--fbcx-red) 22px 34px, var(--fbcx-red) 34px 44px);
    box-shadow: 0 2px 0 var(--fbcx-gold), 0 8px 24px rgba(0, 0, 0, .28);
}

.fbcx-builder * {
    box-sizing: border-box;
}

.fbcx-builder > * {
    position: relative;
    z-index: 1;
}

.fbcx-hero {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
    margin-bottom: 42px;
    padding: clamp(38px, 6vw, 84px);
    overflow: hidden;
    border: 1px solid rgba(229, 189, 98, .72);
    border-radius: 34px;
    background:
        linear-gradient(90deg, rgba(2, 29, 23, .98) 0%, rgba(2, 29, 23, .88) 43%, rgba(104, 9, 21, .68) 100%),
        radial-gradient(circle at 78% 20%, rgba(229, 189, 98, .38), transparent 22rem),
        var(--fbcx-hero, linear-gradient(135deg, #064e3b, #680915)) center / cover no-repeat;
    color: #fff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .38), inset 0 0 0 7px rgba(255, 255, 255, .035);
}

.fbcx-hero::before {
    content: "";
    position: absolute;
    top: -28px;
    right: 8%;
    width: 74px;
    height: 74px;
    border: 4px solid rgba(229, 189, 98, .85);
    border-radius: 50%;
    background: radial-gradient(circle at 33% 28%, #ff8992, var(--fbcx-red) 48%, var(--fbcx-red-dark) 78%);
    box-shadow: 122px 65px 0 9px rgba(179, 19, 34, .94), 235px -5px 0 -7px rgba(229, 189, 98, .9);
}

.fbcx-hero::after {
    content: "CHRISTMAS 2026";
    position: absolute;
    right: 32px;
    bottom: 27px;
    color: rgba(255, 255, 255, .5);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .32em;
    writing-mode: vertical-rl;
}

.fbcx-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.fbcx-hero__content > span,
.fbcx-section-heading span {
    display: block;
    margin-bottom: 12px;
    color: #f6d78e;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.fbcx-hero h1 {
    max-width: 760px;
    margin: 0 0 19px;
    color: #fff;
    font-size: clamp(44px, 6.6vw, 86px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.055em;
    text-wrap: balance;
    text-shadow: 0 7px 35px rgba(0, 0, 0, .28);
}

.fbcx-hero p {
    max-width: 665px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.65;
}

.fbcx-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 30px;
}

.fbcx-hero__facts b {
    padding: 10px 15px;
    border: 1px solid rgba(229, 189, 98, .45);
    border-radius: 999px;
    background: rgba(3, 27, 21, .56);
    color: #fff7df;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .02em;
    backdrop-filter: blur(8px);
}

.fbcx-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 26px;
    margin: 0 2px 18px;
}

.fbcx-section-heading span {
    margin: 0 0 5px;
    color: var(--fbcx-gold);
}

.fbcx-section-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 4vw, 45px);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.fbcx-section-heading p {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, .63);
    font-size: 13px;
}

.fbcx-filter {
    position: sticky;
    z-index: 6;
    top: 12px;
    display: flex;
    gap: 8px;
    margin: 0 0 22px;
    padding: 8px;
    overflow: auto;
    border: 1px solid rgba(229, 189, 98, .26);
    border-radius: 17px;
    background: rgba(2, 29, 23, .9);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .22);
    backdrop-filter: blur(14px);
}

.fbcx-filter button {
    flex: none;
    min-height: 42px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 11px;
    background: transparent;
    color: rgba(255, 255, 255, .72);
    font: 850 12px/1 inherit;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.fbcx-filter button:hover {
    color: #fff;
}

.fbcx-filter button.is-active {
    border-color: rgba(255, 255, 255, .14);
    background: linear-gradient(135deg, #d11c2d, #8f0d19);
    color: #fff;
    box-shadow: 0 7px 18px rgba(104, 9, 21, .4);
}

.fbcx-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 24px;
    align-items: start;
}

.fbcx-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.fbcx-product {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(229, 189, 98, .4);
    border-radius: 23px;
    background: var(--fbcx-cream);
    color: #211914;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .25);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.fbcx-product:hover,
.fbcx-product.is-selected {
    transform: translateY(-5px);
    border-color: #f4cf73;
    box-shadow: 0 25px 56px rgba(0, 0, 0, .34), 0 0 0 3px rgba(229, 189, 98, .14);
}

.fbcx-product.is-selected {
    box-shadow: 0 25px 56px rgba(0, 0, 0, .34), 0 0 0 3px var(--fbcx-red);
}

.fbcx-product[hidden] {
    display: none;
}

.fbcx-product__image {
    position: relative;
    aspect-ratio: 1.28 / 1;
    overflow: hidden;
    background: #e9dfcc;
}

.fbcx-product__image::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 42%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(2, 18, 14, .5), transparent);
}

.fbcx-product__image img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    transition: transform .45s ease;
}

.fbcx-product:hover .fbcx-product__image img {
    transform: scale(1.045);
}

.fbcx-product__image > span,
.fbcx-product__image > i {
    position: absolute;
    z-index: 2;
    top: 13px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #fff;
    font-size: 9px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.fbcx-product__image > span {
    left: 13px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(2, 55, 42, .94);
}

.fbcx-product__image > i {
    right: 13px;
    display: none;
    background: var(--fbcx-red);
    box-shadow: 0 6px 16px rgba(77, 7, 15, .34);
}

.fbcx-product.is-selected .fbcx-product__image > i {
    display: block;
}

.fbcx-product__body {
    padding: 19px;
}

.fbcx-product h2 {
    min-height: 45px;
    margin: 0 0 8px;
    color: #211914;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.fbcx-product p {
    min-height: 43px;
    margin: 0 0 15px;
    color: #6d6256;
    font-size: 12px;
    line-height: 1.55;
}

.fbcx-product__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
    padding-top: 13px;
    border-top: 1px solid #e5dac7;
}

.fbcx-product__meta strong {
    color: var(--fbcx-red);
    font-size: 22px;
    font-weight: 950;
}

.fbcx-product__meta small {
    color: #6e6459;
    font-size: 11px;
    font-weight: 800;
}

.fbcx-qty {
    display: grid;
    grid-template-columns: 46px 1fr 46px;
    min-height: 47px;
    overflow: hidden;
    border: 1px solid #d5c7b1;
    border-radius: 14px;
    background: #fff;
}

.fbcx-qty button {
    border: 0;
    background: #f1e7d6;
    color: var(--fbcx-green);
    font-size: 23px;
    font-weight: 950;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.fbcx-qty button:hover {
    background: var(--fbcx-red);
    color: #fff;
}

.fbcx-qty input {
    width: 100%;
    min-height: 45px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #17110d !important;
    text-align: center;
    font-size: 15px;
    font-weight: 950;
    appearance: textfield;
}

.fbcx-qty input::-webkit-inner-spin-button {
    appearance: none;
}

.fbcx-summary {
    position: sticky;
    top: 80px;
    padding: 29px;
    overflow: hidden;
    border: 1px solid rgba(255, 225, 155, .62);
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 220, 139, .22), transparent 17rem),
        linear-gradient(150deg, #a90f1e, #680915 70%);
    color: #fff;
    box-shadow: 0 25px 62px rgba(0, 0, 0, .35), inset 0 0 0 6px rgba(255, 255, 255, .035);
}

.fbcx-summary::before {
    content: "";
    position: absolute;
    top: -44px;
    right: -36px;
    width: 145px;
    height: 145px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 21px rgba(255, 255, 255, .035), 0 0 0 42px rgba(255, 255, 255, .025);
}

.fbcx-summary > * {
    position: relative;
    z-index: 1;
}

.fbcx-summary > span {
    color: #ffe19a;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.fbcx-summary h2 {
    margin: 6px 0 23px;
    color: #fff;
    font-size: 29px;
    line-height: 1.05;
}

.fbcx-summary__row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
}

.fbcx-summary__row strong {
    color: #fff;
}

.fbcx-summary__row.is-total {
    align-items: end;
    padding: 17px 0;
    border: 0;
}

.fbcx-summary__row.is-total strong {
    color: #ffe6a9;
    font-size: 30px;
}

.fbcx-progress {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(0, 0, 0, .22);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
}

.fbcx-progress i {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #e5bd62, #fff0b6);
    box-shadow: 0 0 14px rgba(255, 227, 159, .4);
    transition: width .22s ease;
}

.fbcx-summary > [data-minimum-copy] {
    margin: 9px 0 20px;
    color: rgba(255, 255, 255, .76);
    font-size: 11px;
}

.fbcx-payment-note {
    margin: 0 0 10px;
    padding: 14px;
    border: 1px solid rgba(255, 225, 155, .36);
    border-radius: 14px;
    background: rgba(2, 29, 23, .48);
}

.fbcx-payment-note b,
.fbcx-payment-note small {
    display: block;
}

.fbcx-payment-note b {
    color: #fff3cb;
    font-size: 13px;
}

.fbcx-payment-note small {
    margin-top: 5px;
    color: rgba(255, 255, 255, .7);
    font-size: 10px;
    line-height: 1.5;
}

.fbcx-summary fieldset {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    border: 0;
}

.fbcx-summary legend {
    margin-bottom: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.fbcx-summary fieldset label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 14px;
    background: rgba(2, 29, 23, .36);
    cursor: pointer;
}

.fbcx-summary fieldset label:has(input:checked) {
    border-color: rgba(255, 227, 159, .7);
    background: rgba(2, 29, 23, .62);
}

.fbcx-summary fieldset input {
    width: auto;
    margin-top: 4px;
    accent-color: var(--fbcx-gold);
}

.fbcx-summary fieldset b,
.fbcx-summary fieldset small {
    display: block;
}

.fbcx-summary fieldset small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .66);
    font-size: 10px;
    line-height: 1.45;
}

.fbcx-summary__due {
    margin-top: 13px;
    padding: 14px;
    border: 1px solid rgba(255, 228, 163, .2);
    border-radius: 14px;
    background: rgba(255, 223, 145, .11);
}

.fbcx-summary__due span,
.fbcx-summary__due strong,
.fbcx-summary__due small {
    display: block;
}

.fbcx-summary__due strong {
    margin: 3px 0;
    color: #ffe09a;
    font-size: 25px;
}

.fbcx-summary__due small {
    color: rgba(255, 255, 255, .72);
}

.fbcx-submit {
    width: 100%;
    min-height: 52px;
    margin-top: 17px;
    padding: 15px;
    border: 1px solid #fff0bc;
    border-radius: 14px;
    background: linear-gradient(135deg, #f6d77e, #d7a845);
    color: #2c2008;
    font: 950 14px/1 inherit;
    letter-spacing: .02em;
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .25);
}

.fbcx-submit:hover:not(:disabled) {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.fbcx-submit:disabled {
    opacity: .42;
    cursor: not-allowed;
}

.fbcx-delivery {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, .65);
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

.fbcx-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 20px 0;
    padding: 25px;
    border: 1px solid rgba(229, 189, 98, .55);
    border-radius: 18px;
    background: rgba(255, 248, 232, .96);
    color: #33251c;
    box-shadow: 0 15px 42px rgba(0, 0, 0, .2);
}

.fbcx-message strong,
.fbcx-message span {
    display: block;
}

.fbcx-message.is-error {
    border-color: #ef9fa8;
    background: #fff0f1;
    color: #7f101b;
}

.fbcx-account {
    display: grid;
    gap: 16px;
    color: #211b17;
}

.fbcx-account > h2 {
    margin: 0;
}

.fbcx-account-card {
    padding: 22px;
    border: 1px solid #e4dbcf;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(45, 31, 20, .06);
}

.fbcx-account-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fbcx-account-card header span {
    color: #991b1b;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.fbcx-account-card h3 {
    margin: 3px 0;
    font-size: 24px;
}

.fbcx-pill {
    padding: 7px 10px;
    border-radius: 999px;
    background: #e2f4eb;
    color: #075c3c;
    font-size: 11px;
}

.fbcx-account-money {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 16px 0;
}

.fbcx-account-money div {
    padding: 13px;
    border-radius: 12px;
    background: #f8f4ef;
}

.fbcx-account-money span,
.fbcx-account-money strong {
    display: block;
}

.fbcx-account-money span {
    font-size: 10px;
    text-transform: uppercase;
}

.fbcx-account-money strong {
    margin-top: 3px;
    font-size: 19px;
}

.fbcx-account-progress {
    height: 8px;
    overflow: hidden;
    border-radius: 99px;
    background: #eee5da;
}

.fbcx-account-progress i {
    display: block;
    height: 100%;
    background: #064e3b;
}

.fbcx-account-card details ul {
    padding: 0;
    list-style: none;
}

.fbcx-account-card details li {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #eee;
}

.fbcx-repayment {
    margin-top: 16px;
    padding: 14px;
    border-left: 4px solid #b31322;
    border-radius: 14px;
    background: #f4efe8;
}

.fbcx-repayment strong,
.fbcx-repayment span {
    display: block;
}

.fbcx-repayment strong {
    color: #064e3b;
}

.fbcx-repayment span {
    margin-top: 4px;
    color: #6d6256;
    font-size: 12px;
}

.fbcx-inline {
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 1120px) {
    .fbcx-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fbcx-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
    }
}

@media (max-width: 800px) {
    .fbcx-builder {
        padding-right: 14px;
        padding-left: 14px;
    }

    .fbcx-hero {
        min-height: 390px;
        margin-bottom: 32px;
        padding: 42px 28px;
        border-radius: 24px;
    }

    .fbcx-hero h1 {
        font-size: clamp(42px, 13vw, 68px);
    }

    .fbcx-hero p {
        font-size: 15px;
    }

    .fbcx-section-heading {
        display: block;
    }

    .fbcx-section-heading p {
        margin-top: 9px;
    }

    .fbcx-layout {
        display: block;
    }

    .fbcx-summary {
        position: relative;
        top: auto;
        margin-top: 22px;
    }

    .fbcx-account-money {
        grid-template-columns: 1fr;
    }

    .fbcx-repayment {
        display: grid;
    }
}

@media (max-width: 560px) {
    .fbcx-builder {
        padding-top: 22px;
    }

    .fbcx-hero {
        min-height: 430px;
        padding: 35px 22px;
    }

    .fbcx-hero::after {
        display: none;
    }

    .fbcx-hero__facts {
        display: grid;
    }

    .fbcx-hero__facts b {
        width: fit-content;
    }

    .fbcx-filter {
        top: 68px;
    }

    .fbcx-products {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .fbcx-product {
        display: grid;
        grid-template-columns: 132px minmax(0, 1fr);
        min-height: 190px;
    }

    .fbcx-product__image {
        height: 100%;
        aspect-ratio: auto;
    }

    .fbcx-product__image > span {
        top: 10px;
        left: 9px;
        max-width: calc(100% - 18px);
    }

    .fbcx-product__image > i {
        top: auto;
        right: auto;
        bottom: 10px;
        left: 9px;
    }

    .fbcx-product__body {
        display: flex;
        flex-direction: column;
        padding: 14px;
    }

    .fbcx-product h2 {
        min-height: 0;
        font-size: 16px;
    }

    .fbcx-product p {
        display: none;
    }

    .fbcx-product__meta {
        margin-top: auto;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .fbcx-product__meta strong {
        font-size: 18px;
    }

    .fbcx-qty {
        grid-template-columns: 40px 1fr 40px;
        min-height: 43px;
    }

    .fbcx-summary {
        padding: 24px 20px;
    }

    .fbcx-message {
        align-items: flex-start;
        flex-direction: column;
    }
}
