.cart-fab{position:fixed;bottom:28px;right:20px;z-index:100;width:56px;height:56px;border-radius:50%;border:none;background:#f5d442;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 18px #0000002e;transition:background .2s}.cart-fab:hover{background:#ebc730}.cart-fab:active{transform:scale(.95)}.cart-fab__badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;border-radius:11px;background:#e53935;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fbfbfb;color:#1a1a1a;-webkit-font-smoothing:antialiased;overflow-x:hidden}#app{max-width:430px;margin:0 auto;min-height:100vh;background:#fbfbfb;overflow-x:hidden}input,textarea{outline:none;border:none;font-family:inherit;-webkit-appearance:none;appearance:none}
