/* Mobile bar: hide on desktop */
.boat-mobile-bar{display:none!important;}
@media (max-width: 768px){
  .boat-mobile-bar{
    display:flex!important;
    position:fixed;left:0;right:0;bottom:0;
    z-index:9999;
  }
  body{padding-bottom:72px;}
}

/* seller avatar logo */
.boat-seller-card .seller-avatar img{
  width:100%;height:100%;object-fit:contain;border-radius:12px;background:#fff;
}
