.czs-floating-cart{position:fixed;right:28px;bottom:28px;z-index:150;display:flex;align-items:center;gap:12px;padding:16px 20px;background:#121418;color:#f5f5f7;border:1px solid #484a50;border-radius:3px;font:600 12px/1 Arial,sans-serif;letter-spacing:.12em;box-shadow:0 12px 40px #0008;cursor:pointer;transition:transform .25s,border-color .25s}
.czs-floating-cart:hover{transform:translateY(-3px);border-color:#ed3348}.czs-floating-cart [data-cart-count]{color:#ff4357;border-left:1px solid #444;padding-left:12px}
.czs-simplified .cz-overlay{z-index:200;background:#020306b8;backdrop-filter:blur(8px)}
.czs-simplified #CartDrawer{z-index:210;width:min(480px,100vw);background:#0c0e12;color:#f1f2f5;border-left:1px solid #383a40;box-shadow:-20px 0 100px #0008;font-family:var(--font-body,Arial,sans-serif)}
.czs-simplified #CartDrawer .cz-drawer__head{padding:30px 26px;border-bottom:1px solid #303238}.czs-simplified #CartDrawer .cz-drawer__title{font-size:18px;letter-spacing:.12em}
.czs-simplified #CartDrawer .cz-drawer__body{padding:30px 26px}.czs-simplified #CartDrawer .cz-cart-item{grid-template-columns:76px minmax(0,1fr);padding-bottom:24px;border-bottom:1px solid #292c32}
.czs-simplified #CartDrawer .cz-cart-item__img{border-radius:2px;padding:0;background:#17191e}.czs-simplified #CartDrawer .cz-cart-item__title{font-size:14px;font-weight:700}.czs-simplified #CartDrawer .cz-cart-item__meta{color:#a7abb5;margin-top:6px}
.czs-simplified #CartDrawer .cz-drawer__foot{background:#101217;border-top:1px solid #303238;padding:26px 26px max(26px,env(safe-area-inset-bottom))}.czs-simplified #CartDrawer .cz-btn{background:#e52b40;color:white;border:1px solid #e52b40;border-radius:2px;box-shadow:none}.czs-simplified #CartDrawer .cz-cart-subtotal{font-size:20px;margin-bottom:22px}.czs-simplified #CartDrawer .cz-cart-empty{padding:60px 0}.czs-simplified #CartDrawer .cz-chip{border-radius:2px}.czs-simplified #CartDrawer .cz-cart-note{color:#acb0ba}.czs-simplified #CartDrawer button:focus-visible,.czs-floating-cart:focus-visible{outline:2px solid white;outline-offset:4px}
@media(max-width:600px){.czs-floating-cart{right:16px;bottom:max(18px,env(safe-area-inset-bottom));padding:14px 16px}.czs-simplified #CartDrawer{width:100vw}.czs-simplified #CartDrawer .cz-drawer__head{padding-top:max(24px,env(safe-area-inset-top))}}
@media(prefers-reduced-motion:reduce){.czs-floating-cart,.czs-simplified #CartDrawer{transition:none}}
.czs-floating-cart[hidden]{display:none!important}
