body {
  background-color: #f5f7fb;
}

.card-product img {
  object-fit: cover;
  height: 180px;
}

.bottom-nav-placeholder {
  height: 56px;
}

@media (min-width: 768px) {
  nav.navbar.fixed-bottom {
    display: none;
  }
}
