/* Add custom CSS styles below */ 
.item-weight-row {
  display: none;
}

@media (max-width: 768px) {
  .navbar-brand img.logo-normal {
    content: url("https://i.postimg.cc/X7kF8ST7/BO1.png");
    width: 55px !important;
    height: 45px !important;
    object-fit: cover;  
  }
  .index .navbar-brand img.logo-normal {
    content: url("https://i.postimg.cc/MpbDv302/BO2-white.png");
  }
}

.product-card__buttons .wishlist,
.product-card__buttons .quickview-btn{
  display: none;
}