/* Add custom CSS styles below */ 
@media (max-width: 1024px) {
  body.index a.navbar-brand{
  display:none;
}
}

body.index .main-nav-container.fixed-header a.navbar-brand{
  display:block;
}

img.rounded-md {
  border-radius: 16px !important;
}

.product-card__image {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}