/* 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");
    height: 40px !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;
}

/* Used to hide the top menu for all except desktop */
@media (max-width: 1024px) {
  .store-header .top-navbar{
    display: none;
  }
  .store-header {
      margin-top: 15px; 
  }
}


/* Fix height of the product card in the pop-up*/
body:not(.free-images-height) .swiper-slide .product-card:not(.product-card--fit-height):not(.product-card__full-image):not(.product-card--minimal):not(.product-card--horizontal) {
    height: -moz-stretch;
    height: stretch;
}

/* To handle the difference in product height between product with review
.product-card__image{
  max-height: fit-content;
}*/


.product-card__image img{
  max-height: max-content;
}