.card .ic-heart {
    width: 41px!important;
    height: 41px!important;

}

/*.card .ic-heart > svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card .ic-heart:hover > svg {
  width: 100%;
  height: 0;
}*/

.card .ic-heart .hov {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;

    width: 100%;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.card .ic-heart:hover .hov {
    height: 100%;
}

.card .ic-heart.is-active .hov{
    height: 100%;
}

.card .ic-heart.is-active {
    background: transparent;
    color: transparent!important;
}

/*
.button {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}
*/


.ic-heart {
    background: none;
    padding: 0;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.progress {
    position: absolute;
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1)!important;
}

.ic-heart.is-active .progress,
.ic-heart:hover .progress {
    transform: scale3d(1.2, 1.2, 1);
}

.progress__circle,
.progress__path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 1px;
}

.ic-heart:focus-visible .progress__circle {
    fill: rgba(252,196,63,0.4);
}

.progress__path {
    stroke: rgba(141,112,69,0.7);
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

input[type="checkbox"]:checked + label  .progress__path {
    stroke-dashoffset: 0;
}


.ic-heart.is-active .progress__path{
    stroke-dashoffset: 0;
}


.progress-cd {
    z-index: -1;
}
