/** Shopify CDN: Minification failed

Line 34:0 Expected "}" to go with "{"

**/
.grid-product__image-mask {
  position: relative !important;
}

.wishlist-btn {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  background: ;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: none;
  cursor: pointer;
  font-size: 25px;
  transition: all 0.2s ease;
  z-index: 10;
}

.wishlist-btn:hover {
  transform: scale(1.1);
}

.wishlist-btn.active {
  color: #0961AD;
  transform: scale(1.2);


