/* btn-favourite */
.btn-favourite {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 2px 8px rgba(0,0,0,0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.18s, transform 0.18s, box-shadow 0.18s;
    padding: 0;
}
.btn-favourite:hover {
    background: #fff;
    transform: scale(1.12);
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}
.btn-favourite svg {
    width: 18px;
    height: 18px;
    display: block;
}
.btn-favourite svg path {
    fill: none;
    stroke: #aaa;
    stroke-width: 1.5px;
    transition: fill 0.2s, stroke 0.2s;
}
.btn-favourite.is-active svg path {
    fill: #e05252;
    stroke: #e05252;
}
.btn-favourite.is-loading {
    opacity: 0.5;
    pointer-events: none;
}

.favourite-list {
    width: 100% !important;
}
.favourite-list .product-grid > * {
    min-width: 0 !important;
}

.product-wrapper {
    min-width: 0 !important;
}

.produkt-title-baleni {
    white-space: nowrap;
}

#foto-rendr,
#foto-rendr-mobil {
    position: relative;
}

#foto-rendr .heart-icon,
#foto-rendr-mobil .heart-icon {
    position: absolute;
    inset: 16px 16px auto auto;
    margin: 0;
    z-index: 11;
}
