.eko-myaccount-favorites {
    height: 100%;
}

.eko-myaccount-favorites-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.eko-myaccount-favorites-content {
    height: 100%;
    margin-top: 15px;
    padding: 10px 15px;
    background: #fff;
}

.eko-myaccount-favorites-intro {
    display: block;
    margin: 0 0 10px;
    padding: 5px 0;
    color: #333;
    font-family: "montserratregular";
    font-size: 12px;
    font-style: normal;
}

.eko-myaccount-favorites-subheading {
    margin: 0 0 14px;
    color: #1f2937;
    font-size: 18px;
    line-height: 1.3;
}

.eko-favorites-section {
    padding-top: 12px;
}

.eko-favorites-section + .eko-favorites-section {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 2px solid #f2f2f2;
}

.eko-product-favorites-grid .products {
    margin-bottom: 0;
}

.eko-product-favorite {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #98a2b3;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.eko-product-favorite:hover,
.eko-product-favorite:focus,
.eko-product-favorite.is-active {
    color: #84c41b;
}

.eko-product-favorite:disabled {
    opacity: 0.55;
    cursor: wait;
}

.eko-product-favorite__icon,
.eko-product-favorite__icon svg {
    display: block;
    width: 32px;
    height: 32px;
}

.eko-product-favorite__icon-filled {
    display: none !important;
}

.eko-product-favorite.is-active .eko-product-favorite__icon-outline {
    display: none !important;
}

.eko-product-favorite.is-active .eko-product-favorite__icon-filled {
    display: block !important;
}

.eko-product-favorite--loop {
    position: absolute;
    z-index: 98;
    top: 10px;
    right: 10px;
}

.eko-product-main-wrapper .eko-product-title-column {
    position: relative;
}

.eko-product-main-wrapper .eko-product-title-column .eko-product-heading {
    padding-right: 60px;
}

.eko-product-favorite--single {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 25px;
}
