.cart-footer>button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:15px;border:0;border-radius:11px;background:linear-gradient(135deg,#2db4e8,#1487b8);color:#fff;cursor:pointer;font:600 17px Rajdhani;box-shadow:0 10px 26px rgba(45,180,232,.28)}
.cart-footer>button:hover{filter:brightness(1.1)}
.cart-footer>button:disabled{cursor:wait;filter:saturate(.5);opacity:.7}
.cart-footer>small.error{color:#ffa0a0}
.buy:disabled{cursor:not-allowed;box-shadow:none;filter:saturate(.25);opacity:.55}
.product[data-detail]{cursor:pointer}
.product[data-detail]:focus-visible{outline:2px solid #2db4e8;outline-offset:4px}
.embedded-checkout{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:20px;background:rgba(4,8,14,.82);backdrop-filter:blur(7px)}
.embedded-checkout[hidden]{display:none}
.embedded-checkout-card{width:min(940px,100%);overflow:hidden;border:1px solid rgba(45,180,232,.3);border-radius:16px;background:#09121b;box-shadow:0 30px 100px rgba(0,0,0,.75)}
.embedded-checkout-head{display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 16px;border-bottom:1px solid rgba(45,180,232,.18);color:#fff;font:600 16px Rajdhani}
.embedded-checkout-head strong{display:flex;align-items:center;gap:9px}
.embedded-checkout-head strong i{color:#3ad678}
.embedded-checkout-head button{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(45,180,232,.18);border-radius:8px;background:rgba(255,255,255,.05);color:#9db2c1;cursor:pointer}
#tebex-checkout-frame{display:grid;place-items:center;min-height:620px;background:#000}
@media(max-width:600px){.embedded-checkout{padding:0}.embedded-checkout-card{width:100%;height:100%;border:0;border-radius:0}.embedded-checkout-head{height:52px}#tebex-checkout-frame{min-height:calc(100vh - 52px)}}
