/** Shopify CDN: Minification failed

Line 49:1 Expected "}" to go with "{"

**/
/* Wishlist CSS */
wishlist-count {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    width: auto;
}
.is-light wishlist-count svg {
  fill: var(--wishlist-count-svg-color, #fff);
}
wishlist-count svg {
    fill: var(--wishlist-count-svg-color, #000);
  width: 35px;
}
wishlist-count span {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--wishlist-count-background, #000);
    color: var(--wishlist-count-text, #fff);
    right: 0px;
    bottom: 4px;
    border-radius: var(--wishlist-count-radius, 50%);
    width: 16px;
    height: 16px;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 10px;
}
.grid__item{
  position: relative;

wishlist-collection-button.valign-top{
  top: 25px;
}