/* Default (Category page) */
.favorites-link {
    position: absolute;
    width: 25px;
    height: 25px;
    top: .3rem;
    right: 1.3rem;
    cursor: default;
    z-index: 2;
}
.favorites-link.active {
    cursor: pointer;
}
.favorites-link.hover {
    background: url(/skin/frontend/enterprise/zumiez/images/favorites/star-state-inactive.svg) center center no-repeat;
    background-size: 25px;
}
.favorites-link.activated {
    background: url(/skin/frontend/enterprise/zumiez/images/favorites/star-state-active.svg) center center no-repeat;
    background-size: 25px;
}
.pulsate {
    -webkit-animation: pulsate 1s ease-out;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.6, 0.6); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

/* PDP */

.catalog-product-view .favorites-link {
    width: 50px;
    height: 50px;
}

.catalog-product-view .favorites-link.hover {
    background-size: 50px;
}

.catalog-product-view .favorites-link.activated {
    background-size: 50px;
}
