.checkout-gate-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.checkout-gate-overlay.is-active{opacity:1;visibility:visible}.checkout-gate-overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:null1}.checkout-gate-modal{position:relative;z-index:2;background:#fff;border-radius:8px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003;nullanimation:checkoutGateSlideIn .3s ease}@keyframes checkoutGateSlideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.checkout-gate-content{padding:32px 24px}.checkout-gate-title{margin:0 0 16px;font-size:24px;font-weight:600;line-height:1.3;color:var(--color-foreground-heading, #000);text-align:center}.checkout-gate-body{margin-bottom:24px;font-size:15px;line-height:1.6;color:var(--color-foreground, #333);text-align:center}.checkout-gate-body p{margin:0 0 12px}.checkout-gate-body p:last-child{margin-bottom:0}.checkout-gate-buttons{display:flex;flex-direction:column;gap:12px}.checkout-gate-btn{width:100%;padding:14px 24px;font-size:16px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;text-align:center;font-family:inherit}.checkout-gate-btn-primary{background:var(--color-primary, #000);color:#fff}.checkout-gate-btn-primary:hover{opacity:.9;transform:translateY(-1px)}.checkout-gate-btn-secondary{background:transparent;color:var(--color-foreground, #333);nullborder:1px solid #ddd}.checkout-gate-btn-secondary:hover{background:#f5f5f5}@media(max-width:768px){.checkout-gate-content{padding:24px 20px}.checkout-gate-title{font-size:20px}.checkout-gate-body{font-size:14px}.checkout-gate-btn{padding:12px 20px;font-size:15px}}body.checkout-gate-open{overflow:hidden!important}
/*# sourceMappingURL=/cdn/shop/t/7/assets/checkout-gate.css.map */
