/* ZOMAGI Premium Mobile Bottom Navigation */
.zmn-wrap{display:none}
@media(max-width:1024px){
body{padding-bottom:92px!important}
.zmn-wrap{display:block;position:fixed;left:0;right:0;bottom:0;z-index:999999;padding:0 8px max(8px,env(safe-area-inset-bottom));pointer-events:none}
.zmn-bar{pointer-events:auto;width:100%;max-width:680px;margin:0 auto;min-height:72px;display:flex;align-items:flex-end;justify-content:space-around;padding:10px 8px 8px;background:#fff;border:1px solid #e7e9ed;border-radius:24px;box-shadow:0 4px 22px rgba(11,34,57,.14)}
.zmn-item{width:20%;min-width:0;text-decoration:none!important;color:#66717d!important;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;font-size:10px;font-weight:600;line-height:1.15;position:relative;-webkit-tap-highlight-color:transparent;transition:color .25s ease}
.zmn-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;position:relative;background:transparent;color:inherit;transition:transform .34s cubic-bezier(.34,1.56,.64,1),background .25s ease,color .25s ease,box-shadow .25s ease}
.zmn-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.zmn-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;transition:transform .25s ease,color .25s ease}
.zmn-active{color:#e1262d!important}.zmn-active .zmn-icon{background:#e1262d;color:#fff;transform:translateY(-28px) scale(1.06);box-shadow:0 8px 18px rgba(225,38,45,.24),0 0 0 5px #fff}.zmn-active .zmn-label{transform:translateY(-11px);color:#e1262d;font-weight:700}.zmn-active:after{content:"";position:absolute;width:20px;height:3px;border-radius:10px;background:#c99019;bottom:-2px}
.zmn-item.zmn-jump .zmn-icon{animation:zmnJump .52s cubic-bezier(.2,.8,.2,1)}@keyframes zmnJump{0%{transform:translateY(0) scale(1)}42%{transform:translateY(-36px) scale(1.14)}72%{transform:translateY(-24px) scale(1.03)}100%{transform:translateY(-28px) scale(1.06)}}
.zmn-cart-count{position:absolute;right:-2px;top:-3px;min-width:18px;height:18px;padding:0 4px;border-radius:20px;background:#e1262d;color:#fff;font-size:10px;display:grid;place-items:center;font-weight:700;border:2px solid #fff;line-height:1;box-shadow:0 2px 6px rgba(11,34,57,.18)}
.zmn-active .zmn-cart-count{background:#0b2239;color:#fff}
}
@media(min-width:1025px){.zmn-wrap{display:none!important}}