/* Christmas storefront. Content begins directly below the site's menu. */
body.fbcx-builder-page { overflow-x: clip; }
body.fbcx-builder-page .fbcx-flush-wrap,
body.fbcx-builder-page :is(main, .site-content, .content-area, .site-main, .entry-content, .wp-block-post-content, .elementor-widget-shortcode, .elementor-widget-container):has(.fbcx-builder) {
    margin-top: 0 !important; padding-top: 0 !important; row-gap: 0 !important; overflow: visible;
}
body.fbcx-builder-page :is(main, .site-content, .content-area):has(.fbcx-builder) :is(.entry-header, .page-header, .entry-title, .woocommerce-breadcrumb) { display: none; }
.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: var(--fbcx-viewport-width, 100vw); max-width: none; min-height: 100vh;
    margin: var(--fbcx-top-offset, 0px) 0 0 calc(var(--fbcx-viewport-width, 100vw) / -2);
    padding: 0 max(20px, calc((var(--fbcx-viewport-width, 100vw) - 1440px) / 2)) 64px;
    box-sizing: border-box; color: var(--fbcx-cream); font-family: inherit;
    background: radial-gradient(ellipse at 0 20%, #8c182220, transparent 38%), radial-gradient(ellipse at 100% 75%, #e5bd6210, transparent 40%), #03281f;
}
.fbcx-builder *, .fbcx-review * { box-sizing: border-box; }
.fbcx-builder [hidden], .fbcx-review [hidden] { display: none !important; }
.fbcx-builder button, .fbcx-review button { font-family: inherit; }
.fbcx-builder button:focus-visible, .fbcx-review button:focus-visible, .fbcx-review input:focus-visible { outline: 3px solid #ffe3a2; outline-offset: 4px; }
.fbcx-snow { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 5; pointer-events: none; }
.fbcx-hero {
    position: relative; left: 50%; width: var(--fbcx-viewport-width, 100vw); max-width: none; min-height: 520px;
    display: flex; align-items: center; justify-content: center; text-align: center;
    margin: 0 0 54px calc(var(--fbcx-viewport-width, 100vw) / -2); padding: 76px 24px 86px;
    overflow: hidden; border: 0; border-bottom: 1px solid #cfb7798c; border-radius: 0;
    background: linear-gradient(180deg, #001d16ad, #001d169c 55%, #03281ff5), var(--fbcx-hero, radial-gradient(ellipse at 50% 25%, #315c42, #063e30 48%, #440d1b)) center / cover no-repeat;
    color: #fff;
}
.fbcx-hero__content { position: relative; z-index: 2; width: 100%; max-width: 920px; margin: 0 auto; }
.fbcx-hero__content > span, .fbcx-section-heading span { display: block; margin-bottom: 18px; color: #f0d693; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.fbcx-hero h1 { max-width: 900px; margin: 0 auto 22px; color: #fffdf4; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(46px, 6.4vw, 88px); font-weight: 400; line-height: 1.06; letter-spacing: -.04em; text-wrap: balance; text-shadow: 0 5px 28px #0005; }
.fbcx-hero p { max-width: 640px; margin: 0 auto; color: #f1f2e7; font-size: clamp(16px, 1.4vw, 19px); line-height: 1.7; text-wrap: pretty; }
.fbcx-snow-toggle { position: absolute; z-index: 6; right: 22px; bottom: 18px; min-height: 38px; padding: 8px 15px; border: 1px solid #fff5; border-radius: 30px; background: #022a22b3; color: #fff; font-size: 11px; cursor: pointer; }
.fbcx-section-heading { display: block; margin: 0 auto 26px; max-width: 800px; text-align: center; }
.fbcx-section-heading span { margin-bottom: 10px; }
.fbcx-section-heading h2 { margin: 0 0 12px; color: #fffdf4; font: 400 clamp(31px, 3.5vw, 46px)/1.15 Georgia, 'Times New Roman', serif; letter-spacing: -.025em; }
.fbcx-section-heading p { max-width: 600px; margin: 0 auto; color: #d1dfd7; font-size: 14px; line-height: 1.6; }
.fbcx-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; max-width: 960px; margin: 0 auto 32px; padding: 0; }
.fbcx-filter button { min-height: 44px; padding: 10px 22px; border: 1px solid #d5bd783b; border-radius: 30px; background: #06372b; color: #f4f2e5; font-size: 12px; font-weight: 700; cursor: pointer; }
.fbcx-filter button:hover { border-color: #d5bd78; }
.fbcx-filter button.is-active { border-color: #da5c66; background: #b31d30; color: #fff; }
.fbcx-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; align-items: start; }
.fbcx-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.fbcx-product { display: flex; flex-direction: column; position: relative; min-width: 0; overflow: hidden; border: 1px solid #d7bd7845; border-radius: 18px; background: linear-gradient(155deg, #073c2f, #03241c); color: #fff; box-shadow: 0 16px 30px #00110d33; transition: transform .2s ease, border-color .2s ease; }
.fbcx-product:hover { transform: translateY(-3px); border-color: #d7bd78; }
.fbcx-product.is-selected { border-color: #d94352; box-shadow: 0 0 0 2px #d94352, 0 16px 30px #00110d33; }
.fbcx-product__image { position: relative; flex-shrink: 0; aspect-ratio: 1.23; overflow: hidden; background: #123e30; }
.fbcx-product__image img { display: block; width: 100%; height: 100%; margin: 0; object-fit: cover; transition: transform .4s ease; }
.fbcx-product__image .fbcx-product__hover { position: absolute; z-index: 1; inset: 0; opacity: 0; transition: opacity .3s ease; }
.fbcx-product__image video.fbcx-product__hover { width: 100%; height: 100%; object-fit: cover; }
.fbcx-product:hover .fbcx-product__image .fbcx-product__hover { opacity: 1; }
.fbcx-product:hover .fbcx-product__image img { transform: scale(1.035); }
.fbcx-product__image > span, .fbcx-product__image > i { position: absolute; z-index: 2; top: 12px; padding: 7px 11px; border-radius: 24px; color: #fff; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.fbcx-product__image > span { left: 12px; background: #033c2ef0; }
.fbcx-product__image > i { right: 12px; display: none; background: #b31d30; }
.fbcx-product.is-selected .fbcx-product__image > i { display: block; }
.fbcx-product__body { display: flex; flex: 1; flex-direction: column; padding: 24px 20px 20px; text-align: center; }
.fbcx-product__source { display: block; margin: 0 0 10px; color: #e2c789; font-size: 10px; line-height: 1.5; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
.fbcx-product h2 { margin: 0 0 12px; color: #fff; font-size: 21px; line-height: 1.3; font-weight: 700; text-wrap: balance; }
.fbcx-product p { margin: 0 0 20px; color: #d1ddd5; font-size: 13px; line-height: 1.6; }
.fbcx-product__facts { display: flex; justify-content: center; flex-wrap: wrap; gap: 5px; margin: 0 0 14px; }
.fbcx-product__facts span { padding: 4px 7px; border-radius: 20px; border: 1px solid #d7bd7833; color: #e5ece3; font-size: 9px; }
.fbcx-product__meta { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; margin: auto 0 20px; padding-top: 19px; border-top: 1px solid #fff2; text-align: center; }
.fbcx-product__meta > div { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.fbcx-product__meta strong { display: block; color: #fff8e6; font-size: clamp(30px, 2.6vw, 36px); line-height: 1.15; font-weight: 800; letter-spacing: -.03em; }
.fbcx-product__rate { display: block; color: #edd18b; font-size: 14px; line-height: 1.4; font-weight: 600; }
.fbcx-product__meta > small { display: block; padding: 4px 12px; border-radius: 20px; background: #fff1; color: #f5f6ec; font-size: 13px; line-height: 1.4; }
.fbcx-qty { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; min-height: 48px; border: 1px solid #b9283d; border-radius: 10px; overflow: hidden; background: #03241c; }
.fbcx-qty button { padding: 0; border: 0; border-radius: 0; background: #b31d30; color: #fff; font-size: 25px; font-weight: 700; cursor: pointer; }
.fbcx-qty button:hover { background: #ce2940; }
.fbcx-qty input { width: 100%; min-height: 46px; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: #03241c !important; color: #fff !important; text-align: center; font-size: 16px; font-weight: 700; appearance: textfield; }
.fbcx-qty input::-webkit-inner-spin-button { appearance: none; }

.fbcx-summary {
    position: sticky;
    top: 100px;
    padding: 28px;
    text-align: center;
    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),
        radial-gradient(circle at 0 100%, rgba(179, 19, 34, .3), transparent 15rem),
        linear-gradient(150deg, #064e3b, #021d17 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 #ff8c97;
    border-radius: 14px;
    background: linear-gradient(135deg, #df2032, #8f0d19);
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .02em;
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .25);
}

.fbcx-checkout-terms {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

.fbcx-checkout-terms button,
.fbcx-checkout-terms a {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffe09a;
    font: inherit;
    font-weight: 850;
    text-decoration: underline;
    cursor: pointer;
}

.woocommerce-checkout-review-order .fbcx-checkout-terms {
    margin: 14px 0;
    padding: 14px;
    border: 1px solid #d8d2c8;
    border-radius: 10px;
    background: #f7f5f0;
    color: #342d27;
    font-size: 12px;
    text-align: left;
}

.woocommerce-checkout-review-order .fbcx-checkout-terms button,
.woocommerce-checkout-review-order .fbcx-checkout-terms a {
    color: #8f0d19;
}

body.fbcx-modal-open {
    overflow: hidden;
}

.fbcx-terms-modal[hidden] {
    display: none !important;
}

.fbcx-terms-modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 18px;
    color: #fff;
    text-align: left;
}

.fbcx-terms-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 12, 9, .82);
    backdrop-filter: blur(8px);
}

.fbcx-terms-modal__panel {
    position: relative;
    z-index: 1;
    width: min(680px, 100%);
    max-height: min(780px, calc(100vh - 36px));
    padding: clamp(24px, 4vw, 42px);
    overflow: auto;
    border: 1px solid rgba(229, 189, 98, .68);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(179, 19, 34, .35), transparent 20rem),
        linear-gradient(145deg, #064e3b, #021d17 72%);
    box-shadow: 0 35px 100px rgba(0, 0, 0, .58);
}

.fbcx-terms-modal__panel > span {
    color: #f3cf7b;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.fbcx-terms-modal__panel h2 {
    margin: 7px 40px 16px 0;
    color: #fff;
    font-size: clamp(27px, 4vw, 38px);
    line-height: 1.05;
}

.fbcx-terms-modal__panel p,
.fbcx-terms-modal__panel li {
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.6;
}

.fbcx-terms-modal__panel ol {
    margin: 20px 0;
    padding-left: 22px;
}

.fbcx-terms-modal__panel li + li {
    margin-top: 10px;
}

.fbcx-terms-modal__panel strong {
    color: #fff;
}

.fbcx-terms-modal__panel a {
    color: #f6d78e;
}

.fbcx-terms-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: #8f0d19;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.fbcx-terms-modal__accept {
    min-height: 45px;
    padding: 0 22px;
    border: 1px solid #ff8c97;
    border-radius: 12px;
    background: linear-gradient(135deg, #df2032, #8f0d19);
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
    .fbcx-builder::before {
        animation: none;
    }

    .fbcx-product,
    .fbcx-product__image img {
        transition: none;
    }
}

.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;
}


.fbcx-offers{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:16px;margin:28px 0}.fbcx-offer{position:relative;overflow:hidden;padding:24px;border:1px solid #bca264;border-radius:18px;background:radial-gradient(ellipse at top right,#76302b66,transparent 60%),#073d30;color:#fff;box-shadow:0 12px 28px #001b1833}.fbcx-offer>span{display:inline-block;padding:6px 10px;border-radius:30px;background:#af2635;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.fbcx-offer h3{margin:14px 0 10px;color:#fff;font-size:clamp(22px,2.6vw,30px);line-height:1.2}.fbcx-offer p{margin:9px 0;color:#f5f5ea;line-height:1.5}.fbcx-offer p strong{color:#f7db93}.fbcx-offer small{display:block;margin-top:16px;color:#d9e7df;font-size:12px;line-height:1.65}.fbcx-offer .fbcx-offer__progress{padding:10px 12px;border-radius:8px;background:#042a22;color:#fff;font-weight:700;font-size:14px}.fbcx-offer.is-qualified .fbcx-offer__progress{background:#f4d594;color:#133e2b}.fbcx-offers--checkout{display:block;margin:16px 0}.fbcx-offers--checkout .fbcx-offer{margin:12px 0;padding:18px}.fbcx-offers--checkout .fbcx-offer h3{font-size:22px}.fbcx-account .fbcx-gift-summary{padding:14px;border-left:3px solid #d7ad4f;background:#f4f7f2;color:#12432e}


/* Order review uses the browser's top layer, above fixed site menus. */
.fbcx-review:not([open]) { display: none; }
.fbcx-review { position: fixed; inset: 0; z-index: 1000000; width: min(740px, calc(100vw - 32px)); height: fit-content; max-width: none; max-height: calc(100vh - 32px); max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: hidden; border: 1px solid #d8bd7b; border-radius: 22px; background: #052e24; color: #fff; font-family: inherit; box-shadow: 0 30px 100px #0008; }
.fbcx-review::backdrop { background: #00140fde; backdrop-filter: blur(6px); }
.fbcx-review[aria-modal="true"] { box-shadow: 0 0 0 100vmax #00140fe6; }
.fbcx-review__panel { position: relative; display: flex; flex-direction: column; max-height: calc(100vh - 34px); max-height: calc(100dvh - 34px); padding: 30px; }
.fbcx-review__scroll { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding-right: 3px; }
.fbcx-review__header { flex-shrink: 0; padding-bottom: 8px; text-align: center; }
.fbcx-review__header > span { display: block; padding: 12px 24px 0; color: #efd598; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.fbcx-review__header h2 { margin: 14px 0 12px; color: #fff8eb; font: 400 clamp(30px, 4vw, 42px)/1.1 Georgia, 'Times New Roman', serif; letter-spacing: -.03em; }
.fbcx-review__header h2:focus { outline: none; }
.fbcx-review__header p { margin: 0 auto; max-width: 450px; color: #d7e3db; font-size: 13px; line-height: 1.6; }
.fbcx-review__close { position: absolute; top: 12px; right: 12px; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid #fff3; border-radius: 50%; color: #fff; background: #901d2f; font-size: 25px; cursor: pointer; }
.fbcx-review__thanks { margin: 24px 0; padding: 19px 22px; border: 1px solid #cdb67966; border-radius: 12px; background: linear-gradient(110deg, #6b182933, #b993431a); text-align: center; }
.fbcx-review__thanks strong { color: #f8dfa5; font-size: 16px; }
.fbcx-review__thanks p { margin: 8px 0 0; color: #edf0df; font-size: 13px; line-height: 1.65; }
.fbcx-review__items { list-style: none; margin: 0; padding: 0; }
.fbcx-review__item { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: start; gap: 16px; margin: 0; padding: 18px 0; border-bottom: 1px solid #fff2; }
.fbcx-review__item > img, .fbcx-review__image-placeholder { display: block; width: 64px; height: 64px; object-fit: cover; border-radius: 9px; background: #164b38; }
.fbcx-review__details > strong { display: block; color: #fff; font-size: 15px; line-height: 1.4; }
.fbcx-review__details > small { display: block; margin-top: 5px; color: #c7d8cc; font-size: 12px; line-height: 1.5; }
.fbcx-review__quantity { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.fbcx-review__quantity > span { min-width: 16px; color: #fff; text-align: center; font-size: 14px; }
.fbcx-review__quantity button { min-width: 36px; min-height: 38px; padding: 0 10px; border: 1px solid #bd3b4a; border-radius: 7px; background: #a41d30; color: #fff; font-size: 19px; cursor: pointer; }
.fbcx-review__quantity button[data-review-action="remove"] { padding: 0 4px; margin-left: 4px; border: 0; background: transparent; color: #ffbfc5; font-size: 12px; text-decoration: underline; }
.fbcx-review__line-total { padding-top: 2px; color: #ffe5aa; font-size: 20px; white-space: nowrap; }
.fbcx-review__empty { padding: 24px; text-align: center; color: #e9dac0; }
.fbcx-review__offers { margin-top: 20px; padding: 16px; border: 1px solid #d4b26a55; border-radius: 10px; background: #f1cb7410; }
.fbcx-review__offers strong { color: #efd79b; font-size: 13px; }
.fbcx-review__offers p { margin: 8px 0; color: #fff; font-size: 13px; }
.fbcx-review__offers small { color: #d2dfd5; font-size: 11px; line-height: 1.55; }
.fbcx-review__payment { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 14px; padding: 0; border: 0; }
.fbcx-review__payment legend { margin-bottom: 12px; padding: 0; width: 100%; text-align: center; color: #fff; font-size: 14px; font-weight: 700; }
.fbcx-review__payment label { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0; padding: 14px 8px; border: 1px solid #fff3; border-radius: 10px; color: #f3f4e9; font-size: 13px; cursor: pointer; }
.fbcx-review__payment label:has(input:checked) { border-color: #e8c77f; background: #ead08814; }
.fbcx-review__payment input { accent-color: #d5b876; width: 16px; height: 16px; margin: 0; }
.fbcx-review__totals { margin: 18px 0 12px; }
.fbcx-review__totals > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0; padding: 10px 0; }
.fbcx-review__totals dt { color: #e5ebdf; font-size: 13px; font-weight: 400; }
.fbcx-review__totals dd { margin: 0; color: #fff; font-size: 17px; font-weight: 700; white-space: nowrap; }
.fbcx-review__totals .is-due { padding: 14px 0; border-top: 1px solid #fff2; border-bottom: 1px solid #fff2; }
.fbcx-review__totals .is-due dd { color: #ffe2a0; font-size: 29px; }
.fbcx-review__fine, .fbcx-review__footer > small { display: block; margin: 8px 0 0; color: #cadbd0; font-size: 11px; line-height: 1.65; text-align: center; }
.fbcx-review__message { margin: 18px 0; color: #f9dd98; font-size: 13px; line-height: 1.5; text-align: center; }
.fbcx-review__footer { flex-shrink: 0; margin-top: 12px; padding-top: 16px; border-top: 1px solid #d7bd7845; text-align: center; }
.fbcx-review__footer > strong { display: block; margin: 0 0 12px; color: #fff; font-size: 15px; }
.fbcx-review__confirm { display: block; width: 100%; min-height: 52px; padding: 13px 16px; border: 1px solid #e96975; border-radius: 11px; background: #b51e32; color: #fff; font-size: 15px; font-weight: 800; cursor: pointer; }
.fbcx-review__confirm:hover:not(:disabled) { background: #ca2b40; }
.fbcx-review__back { min-height: 44px; padding: 12px; border: 0; background: transparent; color: #f2d794; text-decoration: underline; font-size: 13px; cursor: pointer; }
.fbcx-review button:disabled { opacity: .42; cursor: not-allowed; }
.fbcx-offers--builder { max-width: 1100px; margin: 0 auto 42px; text-align: center; }
.fbcx-offers--builder .fbcx-offer { padding: 25px 32px; }
@media (max-width: 1240px) {
    .fbcx-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fbcx-layout { grid-template-columns: minmax(0, 1fr) 310px; gap: 22px; }
}
@media (max-width: 980px) {
    .fbcx-layout { grid-template-columns: minmax(0, 1fr); gap: 36px; }
    .fbcx-summary { position: relative; top: auto; width: 100%; max-width: 660px; margin: 0 auto; }
    .fbcx-hero { min-height: 470px; }
}
@media (max-width: 560px) {
    .fbcx-builder { padding-right: 18px; padding-left: 18px; padding-bottom: 36px; }
    .fbcx-hero { min-height: 435px; margin-bottom: 34px; padding: 66px 24px 70px; }
    .fbcx-hero__content > span { font-size: 9px; line-height: 1.7; letter-spacing: .12em; }
    .fbcx-hero::before { left: -22px; }
    .fbcx-hero::after { right: -18px; }
    .fbcx-hero p { font-size: 15px; }
    .fbcx-snow-toggle { right: 16px; bottom: 12px; }
    .fbcx-products { grid-template-columns: minmax(0, 1fr); max-width: 420px; width: 100%; margin: 0 auto; gap: 24px; }
    .fbcx-filter { gap: 7px; margin-bottom: 26px; }
    .fbcx-filter button { padding: 8px 15px; min-height: 40px; font-size: 11px; }
    .fbcx-product__body { padding: 22px; }
    .fbcx-product__meta strong { font-size: 34px; }
    .fbcx-summary { padding: 26px 20px; }
    .fbcx-offers--builder .fbcx-offer { padding: 22px; }
    .fbcx-review { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); border-radius: 16px; }
    .fbcx-review__panel { max-height: calc(100dvh - 22px); padding: 22px 18px; }
    .fbcx-review__thanks { padding: 16px; }
    .fbcx-review__item { grid-template-columns: 48px minmax(0, 1fr); gap: 10px 13px; }
    .fbcx-review__item > img, .fbcx-review__image-placeholder { width: 48px; height: 54px; }
    .fbcx-review__line-total { grid-column: 2; font-size: 20px; }
    .fbcx-review__payment label { font-size: 12px; }
    .fbcx-account-money { grid-template-columns: 1fr; }
    .fbcx-message { flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
    .fbcx-snow { display: none; }
    .fbcx-product, .fbcx-product__image img, .fbcx-product__hover, .fbcx-progress i { transition: none; }
    .fbcx-product:hover { transform: none; }
}
/* Image-led gifts and a thumb-friendly Christmas box. */
.fbcx-hero::before, .fbcx-hero::after { content:none !important; }
.fbcx-offers .fbcx-offer { display:grid; grid-template-columns:minmax(220px,38%) minmax(0,1fr); padding:0; overflow:hidden; border:1px solid #d6b87288; border-radius:24px; background:linear-gradient(125deg,#062e25,#0d4736); box-shadow:0 20px 60px #001a144d; text-align:left; }
.fbcx-offer__media { position:relative; min-height:300px; }
.fbcx-offer__media img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; margin:0; }
.fbcx-offer__content { padding:32px 36px; align-self:center; }
.fbcx-offer__content > span { color:#efd69d; letter-spacing:.14em; text-transform:uppercase; font-size:10px; font-weight:800; }
.fbcx-offer__content h3 { margin:12px 0 16px; font:400 clamp(25px,3vw,39px)/1.15 Georgia,serif; color:#fff9e9; }
.fbcx-offer__content p { margin:7px 0; color:#d9e6dc; font-size:13px; line-height:1.55; }
.fbcx-offer__content p strong { display:inline-block; padding:8px 13px; background:#a91a2d; border:1px solid #e96270; border-radius:8px; color:white; font-size:16px; }
.fbcx-offer__content small { display:block; margin-top:12px; color:#c0d2c6; font-size:10px; line-height:1.6; }
.fbcx-offer__content .fbcx-offer__progress { margin-top:12px; color:#f2d995; }
.fbcx-offers--checkout .fbcx-offer { grid-template-columns:30% 1fr; }
.fbcx-size-label { display:block; margin:0 0 10px; color:#e6d7b5; font-size:11px; font-weight:700; text-align:left; }
.fbcx-size-label select { display:block; width:100%; min-height:46px; padding:10px; margin:6px 0 0; border:1px solid #d4bd7d77; border-radius:10px; background:#03271f; color:white; font:inherit; font-size:14px; }
.fbcx-size-note { color:#c4d7cc; font-size:10px; line-height:1.4; margin:0 0 12px; min-height:28px; }
.fbcx-cart-dock { display:none; }
.fbcx-cart-toast { position:fixed; z-index:99990; bottom:24px; left:50%; width:max-content; max-width:min(480px,calc(100vw - 32px)); padding:14px 20px; border:1px solid #ceb978; border-radius:14px; background:#f9f2df; color:#123a2e; font-size:13px; font-weight:700; box-shadow:0 8px 30px #0005; transform:translate(-50%,20px); opacity:0; visibility:hidden; pointer-events:none; transition:opacity .2s,transform .2s; }
.fbcx-cart-toast.is-visible { opacity:1; visibility:visible; transform:translate(-50%,0); }
.fbcx-cart-flyer { position:fixed; z-index:99995; width:70px !important; height:70px !important; object-fit:cover; border:2px solid #f0d18b; border-radius:18px; box-shadow:0 6px 22px #0006; pointer-events:none; }
.fbcx-cart-pulse { animation:fbcx-cart-bump .5s ease; }
@keyframes fbcx-cart-bump { 50% { transform:scale(1.045); } }
@media(max-width:767px) {
    .fbcx-builder { padding-left:14px; padding-right:14px; padding-bottom:calc(110px + env(safe-area-inset-bottom)); }
    .fbcx-hero { min-height:390px; margin-bottom:24px; padding:48px 22px 62px; }
    .fbcx-hero h1 { font-size:48px; }
    .fbcx-hero p { font-size:15px; line-height:1.6; }
    .fbcx-offers .fbcx-offer { grid-template-columns:31% minmax(0,1fr); border-radius:18px; }
    .fbcx-offer__media { min-height:240px; }
    .fbcx-offer__media img { object-position:36% center; }
    .fbcx-offer__content { padding:18px 14px; }
    .fbcx-offer__content > span { font-size:8px; letter-spacing:.08em; }
    .fbcx-offer__content h3 { font-size:24px; margin:8px 0 12px; }
    .fbcx-offer__content p { font-size:11px; }
    .fbcx-offer__content p strong { font-size:13px; padding:7px 9px; }
    .fbcx-offer__content small { font-size:9px; }
    .fbcx-filter { flex-wrap:nowrap; justify-content:flex-start; overflow-x:auto; padding:4px 0 12px; scrollbar-width:none; }
    .fbcx-filter button { flex:none; }
    .fbcx-product { border-radius:22px; }
    .fbcx-product__body { padding:20px; }
    .fbcx-qty button, .fbcx-qty input { min-height:48px; }
    .fbcx-cart-dock { display:flex; position:fixed; z-index:99980; bottom:0; left:0; right:0; align-items:center; justify-content:space-between; gap:14px; padding:12px 18px calc(12px + env(safe-area-inset-bottom)); border-top:1px solid #d9bd7899; background:#062d24f7; backdrop-filter:blur(18px); color:#fff; box-shadow:0 -8px 30px #0003; }
    .fbcx-cart-dock > div { display:flex; align-items:center; gap:10px; }
    .fbcx-cart-dock small { display:block; font-size:10px; color:#d4dfd3; }
    .fbcx-cart-dock strong { display:block; margin-top:3px; font-size:23px; line-height:1.2; }
    .fbcx-cart-dock__icon { display:grid; place-items:center; width:38px; height:42px; border:1px solid #d4bd7d66; border-radius:10px; color:#f1d798; }
    .fbcx-cart-dock button { min-height:48px; padding:12px 22px; border:1px solid #e05969; border-radius:13px; background:#b5192e; color:white; font-size:14px; font-weight:800; }
    .fbcx-cart-toast { bottom:calc(94px + env(safe-area-inset-bottom)); font-size:12px; }
    dialog.fbcx-review { margin:auto 0 0; inset:auto 0 0; width:100%; max-width:100%; max-height:92dvh; border-radius:24px 24px 0 0; }
    .fbcx-review__footer { padding-bottom:calc(18px + env(safe-area-inset-bottom)); }
}
@media(prefers-reduced-motion:reduce) { .fbcx-cart-pulse { animation:none; } .fbcx-cart-toast { transition:none; } }
.fbcx-offer__terms { margin-top:12px; color:#d8e1cd; }
.fbcx-offer__terms summary { cursor:pointer; font-size:11px; text-decoration:underline; text-underline-offset:3px; }
.fbcx-offer__terms small { font-size:11px; }
@media(max-width:767px) {
    .fbcx-review__panel { max-height:calc(92vh - 2px); max-height:calc(92dvh - 2px); padding-bottom:calc(12px + env(safe-area-inset-bottom)); }
    .fbcx-review__footer { padding-bottom:0; }
    .fbcx-review__quantity button:not([data-review-action="remove"]) { min-width:44px; min-height:44px; }
    .fbcx-review__quantity button[data-review-action="remove"] { min-height:44px; }
}
@media(max-width:767px) and (max-height:600px) {
    .fbcx-review__header { padding-bottom:8px; }
    .fbcx-review__header > span, .fbcx-review__header > p { display:none; }
    .fbcx-review__header h2 { font-size:26px; margin:0; }
    .fbcx-review__footer > small { display:none; }
}
