/* /Components/Layout/MainLayout.razor.rz.scp.css */
.fp-site[b-nno6cxy1u3] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.fp-header[b-nno6cxy1u3] {
    position: sticky;
    top: 0;
    z-index: 1020;
    will-change: transform;
    transform: translateZ(0);
}

.fp-content[b-nno6cxy1u3] {
    flex: 1;
}

#blazor-error-ui[b-nno6cxy1u3] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-nno6cxy1u3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0zldhhzjo9],
.components-reconnect-repeated-attempt-visible[b-0zldhhzjo9],
.components-reconnect-failed-visible[b-0zldhhzjo9],
.components-pause-visible[b-0zldhhzjo9],
.components-resume-failed-visible[b-0zldhhzjo9],
.components-rejoining-animation[b-0zldhhzjo9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0zldhhzjo9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0zldhhzjo9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0zldhhzjo9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0zldhhzjo9],
#components-reconnect-modal.components-reconnect-retrying[b-0zldhhzjo9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0zldhhzjo9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0zldhhzjo9],
#components-reconnect-modal.components-reconnect-failed[b-0zldhhzjo9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0zldhhzjo9] {
    display: block;
}


#components-reconnect-modal[b-0zldhhzjo9] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-0zldhhzjo9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0zldhhzjo9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0zldhhzjo9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0zldhhzjo9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0zldhhzjo9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0zldhhzjo9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0zldhhzjo9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0zldhhzjo9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0zldhhzjo9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0zldhhzjo9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0zldhhzjo9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0zldhhzjo9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0zldhhzjo9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0zldhhzjo9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0zldhhzjo9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0zldhhzjo9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0zldhhzjo9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0zldhhzjo9 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shared/ProductCard.razor.rz.scp.css */
.product-card[b-dagvvv27lp] {
    border-radius: 20px;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.product-card:hover[b-dagvvv27lp] {
    transform: translateY(-8px) scale(1.013);
}

.product-image[b-dagvvv27lp] {
    height: 200px;
    object-fit: contain;
    background-color: #fff;
}

@media (max-width: 575.98px) {
    .product-image[b-dagvvv27lp] {
        height: 140px;
    }
}

/* ── Zoom button ── */
.fp-card-zoom[b-dagvvv27lp] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 0.88rem;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(26,122,58,0.18);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0,0,0,0.14);
    opacity: 0.45;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover .fp-card-zoom[b-dagvvv27lp] {
    opacity: 1;
    transform: scale(1.1);
}

.fp-card-zoom:hover[b-dagvvv27lp] {
    background: #fff;
    border-color: #1a7a3a;
    color: #1a7a3a;
    box-shadow: 0 4px 16px rgba(26,122,58,0.35);
}

/* ── Favorite (heart) button — πάνω δεξιά ── */
.fp-card-fav[b-dagvvv27lp] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(220,53,69,0.18);
    color: #bbb;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
    font-size: 0.95rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    opacity: 0.45;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}

/* Full opacity on card hover */
.product-card:hover .fp-card-fav[b-dagvvv27lp] {
    opacity: 1;
}

/* Active state (αγαπημένο) — πάντα πλήρως ορατό */
.fp-card-fav.fp-card-fav--active[b-dagvvv27lp] {
    opacity: 1;
    color: #e74c6a;
    background: rgba(255,255,255,0.96);
    border-color: rgba(231,76,106,0.35);
}

.fp-card-fav:hover[b-dagvvv27lp] {
    transform: scale(1.18);
    color: #e74c6a;
    background: #fff;
    border-color: rgba(231,76,106,0.5);
    box-shadow: 0 4px 16px rgba(231,76,106,0.3);
}

/* Κινούμενο εφέ όταν γίνει αγαπημένο */
@keyframes fpHeartPop-b-dagvvv27lp {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.45); }
    70%  { transform: scale(0.92); }
    100% { transform: scale(1); }
}

.fp-card-fav.fp-card-fav--active .bi-heart-fill[b-dagvvv27lp] {
    animation: fpHeartPop-b-dagvvv27lp 0.38s ease;
}
