body.fbcx-cart-guard-open { overflow: hidden; }
dialog.fbcx-cart-guard {
    box-sizing: border-box;
    position: fixed;
    inset: 0;
    width: min(480px, calc(100vw - 32px));
    max-width: 480px;
    max-height: calc(100dvh - 32px);
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: #fff;
    color: #172d25;
    box-shadow: 0 24px 90px rgba(0, 0, 0, .3);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    z-index: 2147483647;
    overflow: auto;
}
dialog.fbcx-cart-guard:not([open]) { display: none; }
dialog.fbcx-cart-guard::backdrop { background: rgba(3, 24, 17, .72); }
.fbcx-cart-guard .fbcx-cart-guard__panel { position: relative; padding: 44px 28px 30px; }
.fbcx-cart-guard .fbcx-cart-guard__eyebrow { margin: 0 0 16px; color: #064e3b; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; line-height: 1.5; }
.fbcx-cart-guard .fbcx-cart-guard__title { margin: 0 0 16px; padding: 0; color: #064e3b; font-size: clamp(23px, 5vw, 29px); font-weight: 800; line-height: 1.18; text-transform: none; }
.fbcx-cart-guard .fbcx-cart-guard__message { margin: 0 0 24px; color: #3e5049; font-size: 17px; line-height: 1.55; }
.fbcx-cart-guard .fbcx-cart-guard__checkout { display: flex; align-items: center; justify-content: center; box-sizing: border-box; width: 100%; min-height: 52px; padding: 14px 18px; border: 2px solid #064e3b; border-radius: 9px; background: #064e3b; color: #fff; font-size: 17px; font-weight: 700; line-height: 1.3; text-decoration: none; }
.fbcx-cart-guard .fbcx-cart-guard__checkout:hover { background: #033d2d; color: #fff; }
.fbcx-cart-guard .fbcx-cart-guard__close { display: flex; position: absolute; top: 6px; right: 6px; align-items: center; justify-content: center; width: 44px; height: 44px; margin: 0; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #244a3c; font: 30px/1 Arial, sans-serif; cursor: pointer; }
.fbcx-cart-guard a:focus-visible, .fbcx-cart-guard button:focus-visible { outline: 3px solid #b97825; outline-offset: 3px; }
@media (max-width: 400px) {
    .fbcx-cart-guard .fbcx-cart-guard__panel { padding: 44px 20px 24px; }
}
