/** Shopify CDN: Minification failed

Line 122:13 Expected ":"

**/
.wishlist-header-link .wkh-button {
--icon-fill: transparent;
    --counter-size: 17px;
    display: flex;
    position: relative;
    padding: 16px 12px;
    --icon-size: 22px;
    --icon-stroke-width: 2.4px;
    --icon-stroke: var(--text);
    width: 44px;
    height: 100%;
}

.wishlist-header-link .wkh-icon svg {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  overflow: visible;
  pointer-events: none;
}

.wishlist-header-link .wkh-icon svg path {
  fill: var(--icon-fill);
  stroke: var(--icon-stroke);
  stroke-width: var(--icon-stroke-width);
  vector-effect: non-scaling-stroke;
}

.wishlist-header-link .wkh-button.wkh-selected svg path {
    --icon-fill: #ef4883;
}
.wishlist-header-link .wkh-counter {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: var(--counter-size);
    height: var(--counter-size);
    border-radius: calc(var(--counter-size) / 2);
    line-height: 1;
    color: #fff;
    position: absolute;
    border: 1px solid white;
    font-size: 10px;
    top: 5px;
    right: 0px;
    background: black;
    display: none;
}

.wishlist-header-link .wkh-selected .wkh-counter {
  opacity: 1;
  transition: .2s opacity;
}

.wk-flex {
    display: flex;
    gap: 22px;
}

.wkh-mobile {
    margin-left: 26px;
    margin-right: -70px;
}

@media(max-width: 1453px) {
    .wkh-desktop {
        display: none;
    }
}

/* PDP */
.product-card__wishlist .wkh-button {
    --icon-stroke: black;
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: 8px;
    color: #000;
    background: transparent !important;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
    width: 100%;
    height: 50.3px;
    min-height: 50.3px;
    max-height: 50.3px;
    border: 2px solid black;
    font-family: var(--FONT-STACK-BUTTON);
    font-weight: var(--FONT-WEIGHT-BUTTON);
    font-style: var(--FONT-STYLE-BUTTON);
    text-transform: var(--BUTTON-TEXT-CAPS);
    letter-spacing: var(--LETTER-SPACING-BUTTON);
    border-radius: var(--RADIUS);
}


.product-card__wishlist .wkh-button .wkh-icon svg {
    fill: transparent;
    stroke: black;
    height: 16.6px;
    width: 16.6px;
    overflow: visible;
}

.product-card__wishlist .wkh-button .wkh-icon path {
  stroke-width: 1.7px !important;
  vector-effect: non-scaling-stroke;
}

.product-card__wishlist .wkh-button.wk-selected path {
    fill: #ef4883;
}  

.product-card__wishlist .wkh-button .wkh-icon,
.product-card__wishlist .wkh-button .wkh-text {
    height100%;
    display: flex;
    align-items: center;
}
