/* PODDON shared mobile bottom navigation */
.poddon-bottom-nav{display:none}@media(max-width:760px){.poddon-bottom-nav{position:fixed;z-index:1200;left:0;right:0;bottom:0;height:67px;display:flex;justify-content:space-around;align-items:center;padding:6px 4px calc(6px + env(safe-area-inset-bottom));box-sizing:content-box;background:#090909;border-top:1px solid #353535;box-shadow:0 -8px 24px rgba(0,0,0,.35)}.poddon-bottom-nav a{min-width:0;flex:1;color:#e8eef5;text-decoration:none;text-align:center;font:9px/1.15 Montserrat,Arial}.poddon-bottom-nav b{height:25px;display:grid;place-items:center;margin:0 0 4px}.poddon-bottom-nav b svg{display:block;width:22px;height:22px;fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 3px rgba(98,234,255,.58))}.poddon-bottom-nav a:nth-child(2) b svg{stroke:url(#pbn-search)}.poddon-bottom-nav a:nth-child(3) b svg{stroke:url(#pbn-heart)}.poddon-bottom-nav a:nth-child(4) b svg{stroke:url(#pbn-user)}.poddon-bottom-nav a:nth-child(5) b svg{stroke:url(#pbn-cart)}.poddon-bottom-nav .pbn-logo{overflow:hidden}.poddon-bottom-nav .pbn-logo img{display:block;width:32px;height:25px;object-fit:contain;filter:drop-shadow(0 0 3px rgba(98,234,255,.4))}body{padding-bottom:84px!important}}
