.lbb-cart-btn{flex-shrink:0}.lbb-cart-badge{position:absolute;top:-6px;right:-6px;min-width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;font-family:Chakra Petch,sans-serif;font-style:normal;font-size:9.5px;font-weight:700;color:var(--bg,#0A0B0D);background:var(--accent);pointer-events:none;z-index:2;clip-path:polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,4px 100%,0 calc(100% - 4px))}.lbb-cart-ddbg{position:fixed;inset:0;z-index:79;background:rgba(10,11,13,.22);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:lbbModalFade .2s ease}@media (max-width:900px){.lbb-cart-ddbg{z-index:39}}.lbb-cart-bg{position:fixed;inset:0;z-index:9200;background:rgba(0,0,0,.55);backdrop-filter:blur(2px);display:flex;justify-content:flex-end;animation:lbbModalFade .2s ease}.lbb-cart-drawer{width:400px;max-width:92vw;height:100%;display:flex;flex-direction:column;background:var(--surface);box-shadow:-16px 0 44px rgba(0,0,0,.5);animation:lbbCartIn .28s cubic-bezier(.2,.8,.3,1)}@keyframes lbbCartIn{0%{transform:translateX(30px);opacity:.4}to{transform:none;opacity:1}}.lbb-cart-head{display:flex;align-items:center;justify-content:space-between;padding:max(16px,env(safe-area-inset-top,0px)) 18px 16px;background:var(--surface-2)}.lbb-cart-head b{display:inline-flex;align-items:center;gap:8px;font-family:Chakra Petch,sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.01em}.lbb-cart-head b .lbb-ms{color:var(--accent)}.lbb-cart-head>button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-inset);border:none;color:var(--text-2);cursor:pointer;transition:color .14s,background .14s;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px))}.lbb-cart-head>button:hover{color:#fff;background:var(--surface-hover)}.lbb-cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;color:var(--text-muted);padding:30px}.lbb-cart-empty .lbb-ms{font-size:40px;color:var(--text-faint)}.lbb-cart-empty b{color:var(--text);font-size:15px}.lbb-cart-body{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:14px}.lbb-cart-seller{background:var(--surface-inset);padding:12px;clip-path:polygon(0 0,100% 0,100% 100%,12px 100%,0 calc(100% - 12px))}.lbb-cart-seller .hd{display:inline-flex;align-items:center;gap:6px;font-family:Chakra Petch,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-2);margin-bottom:8px}.lbb-cart-seller .hd .lbb-ms{font-size:15px;color:var(--text-muted)}.lbb-cart-row{display:flex;align-items:center;gap:10px;padding:9px 0}.lbb-cart-row+.lbb-cart-row{border-top:1px solid rgba(255,255,255,.05)}.lbb-cart-row .img{position:relative;width:46px;height:46px;flex-shrink:0;overflow:hidden;background:var(--surface);display:flex;align-items:center;justify-content:center;clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,9px 100%,0 calc(100% - 9px))}.lbb-cart-row .img img{object-fit:contain;padding:4px}.lbb-cart-row .img .lbb-ms{color:var(--text-faint)}.lbb-cart-row .info{flex:1;min-width:0}.lbb-cart-row .info b{display:block;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lbb-cart-row .info b,.lbb-cart-row .info span{font-family:Chakra Petch,sans-serif;font-size:12.5px;font-weight:700}.lbb-cart-row .info span{color:#3DD68C}.lbb-cart-row .qty{display:inline-flex;align-items:center;gap:2px;background:var(--surface);clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px))}.lbb-cart-row .qty button{width:28px;height:30px;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-2);cursor:pointer;transition:color .14s}.lbb-cart-row .qty button:hover:not(:disabled){color:var(--accent)}.lbb-cart-row .qty button:disabled{opacity:.35;cursor:default}.lbb-cart-row .qty button .lbb-ms{font-size:15px}.lbb-cart-row .qty>span{min-width:18px;text-align:center;font-family:Chakra Petch,sans-serif;font-size:12.5px;font-weight:700}.lbb-cart-row .del{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface);border:none;color:var(--text-faint);cursor:pointer;transition:color .14s,background .14s;clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px))}.lbb-cart-row .del:hover{color:#fff;background:var(--accent)}.lbb-cart-row .del .lbb-ms{font-size:17px}.lbb-cart-foot{padding:16px 18px calc(env(safe-area-inset-bottom, 0px) + 16px);display:flex;flex-direction:column;gap:6px;background:var(--surface-2)}.lbb-cart-foot .sub{display:flex;align-items:baseline;justify-content:space-between}.lbb-cart-foot .sub span{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.lbb-cart-foot .sub b,.lbb-cart-foot .sub span{font-family:Chakra Petch,sans-serif;font-weight:700}.lbb-cart-foot .sub b{font-size:22px;font-variant-numeric:tabular-nums}.lbb-cart-foot .note{font-size:11px;color:var(--text-faint);margin-bottom:6px}.lbb-cart-foot .note.warn{display:inline-flex;align-items:center;gap:5px;color:#E8B23A;font-weight:700}.lbb-cart-foot .note.warn .lbb-ms{font-size:14px}.lbb-cart-foot .pay{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--accent);border:none;padding:14px;color:#fff;font-family:Chakra Petch,sans-serif;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .14s;clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,9px 100%,0 calc(100% - 9px))}.lbb-cart-foot .pay .lbb-ms{font-size:18px}.lbb-cart-foot .pay:hover:not(:disabled){background:#E5304C}.lbb-cart-foot .pay:disabled{opacity:.5;cursor:not-allowed}.lbb-cart-freights{display:flex;flex-direction:column;gap:10px;margin-top:12px}.lbb-cart-fseller{background:var(--surface-inset);padding:12px;clip-path:polygon(0 0,100% 0,100% 100%,11px 100%,0 calc(100% - 11px))}.lbb-cart-fseller .hd{display:inline-flex;align-items:center;gap:6px;font-family:Chakra Petch,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-2);margin-bottom:8px}.lbb-cart-fseller .hd .lbb-ms{font-size:15px;color:var(--text-muted)}.lbb-cart-fseller .st{font-size:12px;color:var(--text-muted);padding:4px 2px}.lbb-cart-fopts{display:flex;flex-direction:column;gap:6px}.lbb-cart-fopts .opt{display:flex;align-items:center;gap:10px;width:100%;background:var(--surface);border:none;padding:9px 11px;cursor:pointer;font-family:inherit;text-align:left;transition:background .14s;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px))}.lbb-cart-fopts .opt:hover:not(.on){background:var(--surface-hover)}.lbb-cart-fopts .opt.on{background:color-mix(in srgb,var(--accent) 16%,transparent)}.lbb-cart-fopts .opt img{width:30px;height:20px;object-fit:contain;flex-shrink:0}.lbb-cart-fopts .opt .ic{font-size:19px;color:var(--text-faint);flex-shrink:0}.lbb-cart-fopts .opt .nm{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.lbb-cart-fopts .opt .nm b{font-size:12.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lbb-cart-fopts .opt .nm em{font-style:normal;font-size:10.5px;color:var(--text-muted)}.lbb-cart-fopts .opt .pr{font-family:Chakra Petch,sans-serif;font-size:13px;font-weight:700;color:#3DD68C;white-space:nowrap;flex-shrink:0;font-variant-numeric:tabular-nums}@media (max-width:560px){.lbb-cart-drawer{width:100%;max-width:100%}}.lbb-app .lbb-footer{margin-top:auto;background:var(--footer-bg)}.lbb-footer-inner{padding:34px 40px 30px;display:flex;flex-direction:column;gap:24px}.lbb-footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;flex-wrap:wrap}.lbb-footer-brand{display:flex;flex-direction:column;gap:14px;max-width:300px}.lbb-footer-brandrow{display:flex;align-items:center;gap:12px}.lbb-footer-logo{display:inline-flex;transition:transform .18s ease}.lbb-footer-logo:hover{transform:scale(1.05)}.lbb-footer-logo img{height:34px;width:auto;object-fit:contain;display:block}.lbb-footer-name{font-family:var(--chk);font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--text)}.lbb-footer-tag{margin:0;font-size:12.5px;line-height:1.6;color:var(--text-faint)}.lbb-footer-socials{display:none}.lbb-footer-col{display:flex;flex-direction:column;gap:12px;min-width:0}.lbb-footer-col h4{margin:0;font-family:var(--chk);font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint)}.lbb-footer-col a{font-size:12.5px;color:var(--text-2);transition:color .16s ease}.lbb-footer-col a:hover{color:#fff}.lbb-footer-sponsors{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding-top:20px;border-top:1px solid var(--surface)}.lbb-footer-sponsors-h{display:flex;align-items:center;gap:8px;font-family:var(--chk);font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint);flex-shrink:0}.lbb-footer-sponsors-h .lbb-ms{display:none}.lbb-footer-sponsors-row{flex:1;min-width:240px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.lbb-footer-sponsor{width:104px;height:42px;background:var(--surface);display:grid;place-items:center;overflow:hidden;transition:background .16s ease,transform .16s ease}.lbb-footer-sponsor:hover{background:var(--surface-2);transform:translateY(-2px)}.lbb-footer-sponsor img{max-height:32px;max-width:92px;object-fit:contain;filter:grayscale(1) opacity(.75);transition:filter .2s ease}.lbb-footer-sponsor:hover img{filter:none}.lbb-footer-slot{width:104px;height:42px;background:var(--surface);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--frame);text-align:center;transition:background .16s ease,color .16s ease,transform .16s ease}.lbb-footer-slot .lbb-ms{font-size:16px}.lbb-footer-slot span:last-child{font-family:var(--chk);font-size:7.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.lbb-footer-slot:hover{background:var(--surface-2);color:var(--accent);transform:translateY(-2px)}.lbb-footer-cta{font-family:var(--chk);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-2);transition:color .16s ease;flex-shrink:0}.lbb-footer-cta:hover{color:#fff}.lbb-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-top:20px;border-top:1px solid var(--surface)}.lbb-footer-copy{font-family:var(--chk);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint)}.lbb-footer-legal{display:flex;gap:6px}.lbb-footer-legal a{width:34px;height:34px;background:var(--surface);display:grid;place-items:center;color:var(--text-faint);transition:background .16s ease,color .16s ease,transform .16s ease}.lbb-footer-legal a:hover{background:var(--surface-2);color:#fff;transform:translateY(-2px)}.lbb-footer-legal a svg{display:block}.lbb-footer-legal a .lbb-ms{font-size:17px}@media (max-width:900px){.lbb-app .lbb-footer{display:none}}@media (max-width:560px){.lbb-footer-top{justify-content:center;text-align:center}.lbb-footer-brand,.lbb-footer-col,.lbb-footer-sponsors{align-items:center;text-align:center}.lbb-footer-sponsors{flex-direction:column}.lbb-footer-sponsors-row{flex:none;width:100%;min-width:0;justify-content:center}.lbb-footer-bottom{justify-content:center;text-align:center}}@media (prefers-reduced-motion:reduce){.lbb-footer-legal a,.lbb-footer-logo,.lbb-footer-slot,.lbb-footer-sponsor{transition:none}}.lbb-footer-asaas{margin-top:4px}