.shop-tabbar{position:fixed;bottom:0;left:0;right:0;display:flex;background:rgba(255, 255, 255, 0.6);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);z-index:100;padding-bottom:env(safe-area-inset-bottom)}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.shop-tabbar{background:rgba(255, 255, 255, 0.94)}}.shop-tabbar .shop-tabbar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 0 8px;color:#333;text-decoration:none;font-size:11px;transition:color .15s}.shop-tabbar .shop-tabbar__item i{font-size:22px;line-height:1}.shop-tabbar .shop-tabbar__item span{font-size:11px;line-height:1.2}.shop-tabbar .shop-tabbar__icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;line-height:1}.shop-tabbar .shop-tabbar__badge{position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#ff5722;color:#fff;font-size:10px;line-height:16px;font-weight:600;text-align:center;white-space:nowrap;box-shadow:0 0 0 2px #fff;pointer-events:none;transform:translateZ(0);contain:layout paint style}.shop-tabbar .shop-tabbar__badge[hidden]{display:none}.shop-tabbar .shop-tabbar__badge.is-bump{animation:shopTabbarBadgeBump .36s ease-out}@keyframes shopTabbarBadgeBump{0%{transform:scale(1)}40%{transform:scale(1.4)}70%{transform:scale(0.92)}100%{transform:scale(1)}}.shop-tabbar .shop-tabbar__item:hover{color:#ffd100}.shop-tabbar .shop-tabbar__item.is-active{color:#ffd100}.shop-tabbar .shop-tabbar__item.is-active i{transform:scale(1.05)}.shop-body--has-tabbar{padding-bottom:var(--shop-tabbar-h, calc(60px + env(safe-area-inset-bottom)))}.shop-body--has-tabbar .shop-footer{margin-bottom:0}.shop-body--has-tabbar .shop-cart__bar{bottom:var(--shop-tabbar-h, calc(60px + env(safe-area-inset-bottom)))}.shop-header__support{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#f3f4f6;color:#25d366;text-decoration:none;margin-left:6px;font-size:18px;transition:background .15s}.shop-header__support:hover{background:#e5e7eb;color:#128c7e}
