.menu-site-group-title {
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--site-dark, #1f1a14);
    margin-bottom: 2rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid rgba(184, 134, 45, 0.45);
}

.menu-category-title {
    font-family: "Alegreya", serif;
    font-style: italic;
    font-size: 1.75rem;
    color: var(--site-dark, #1f1a14);
    margin-bottom: 1.5rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid rgba(184, 134, 45, 0.25);
}

.menu-product-grid {
    margin-bottom: 0.5rem;
}

.menu-product-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 28px rgba(31, 26, 20, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.menu-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(31, 26, 20, 0.12);
}

.menu-product-card-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    color: inherit;
    text-decoration: none;
}

.menu-product-card-media {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: var(--site-sand, #efe6d6);
    overflow: hidden;
}

.menu-product-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.menu-product-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(31, 26, 20, 0.28);
    font-size: 2.5rem;
    background: linear-gradient(160deg, var(--site-cream, #f7f1e6) 0%, var(--site-sand, #efe6d6) 100%);
}

.menu-product-card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 0.5rem;
    padding: 1rem 1.1rem 1.15rem;
}

.menu-product-card-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--site-dark, #1f1a14);
}

.menu-product-card-description {
    margin: 0;
    flex: 1 1 auto;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #5c5c5c;
}

.menu-product-card-price {
    margin: 0.35rem 0 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--site-primary-dark, #8f6720);
}

.product-page-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.product-page-media {
    width: 100%;
    /* προηγούμενο 18.4rem / 20.5rem → +20%, με κλίμακα ανά οθόνη */
    max-width: clamp(15rem, 58vw, 22.1rem);
}

@media (min-width: 992px) {
    .product-page-media {
        max-width: clamp(18rem, 26vw, 24.6rem);
    }
}

.product-page-details {
    width: 100%;
    max-width: none;
    margin-top: 0.75rem;
}

.product-page-breadcrumb {
    margin: 0 0 0.75rem;
}

.product-page-breadcrumb .breadcrumb {
    font-size: 0.85rem;
    flex-wrap: wrap;
}

.product-page-section {
    margin: 0 0 0.75rem;
}

.product-page-section-label {
    margin: 0 0 0.25rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #7a7a7a;
}

.product-page-section-value,
.product-page-description {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #4a4a4a;
    overflow-wrap: anywhere;
}

.product-page-prices {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0.75rem 0 0;
}

.product-page-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.45rem 0.65rem;
    border-radius: 0.65rem;
    background: var(--site-cream, #f7f1e6);
}

.product-page-price-label {
    color: #5c5c5c;
}

.product-page-price-amount {
    font-size: 1.15rem;
    color: var(--site-primary-dark, #8f6720);
    white-space: nowrap;
}

.product-page-back {
    margin-top: 0.85rem;
}

/* Public product page */
.site-page-product {
    /* Fixed topbar + header, then ~40px κάτω από τη μπάρα μενού */
    padding-top: calc(var(--site-topbar-height, 2.25rem) + 4.75rem + 40px);
    padding-bottom: 2.5rem;
    min-height: 50vh;
    background: var(--site-cream, #f7f1e6);
    font-family: var(--site-product-font, "Kalam", cursive);
}

.product-page-shell {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.product-page-card {
    width: max-content;
    max-width: 100%;
    border: 1px solid rgba(31, 26, 20, 0.08);
    border-radius: 1rem;
    background: #fff;
    font-family: var(--site-product-font, "Kalam", cursive);
}

.product-page-card-body {
    /* 10px γύρω από την εικόνα / περιεχόμενο */
    padding: 10px !important;
}

.product-page-title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    font-weight: 700;
    color: var(--site-dark, #1f1a14);
    overflow-wrap: anywhere;
}

.product-page-image-placeholder {
    width: min(100%, 22.1rem);
    min-height: 12rem;
}

@media (min-width: 992px) {
    .product-page-image-placeholder {
        width: min(100%, 24.6rem);
    }
}

@media (max-width: 991.98px) {
    .site-page-product {
        padding-top: calc(var(--site-topbar-height, 2.25rem) + 5.5rem + 40px);
    }
}

.mageirefta-empty {
    max-width: 40rem;
    margin: 0 auto;
    padding: 1.5rem 1rem 2rem;
}

.mageirefta-empty__text {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--site-dark, #1f1a14);
}

.mageirefta-empty__actions .btn {
    border-color: rgba(184, 134, 45, 0.55);
    color: var(--site-primary-dark, #8f6720);
}

.mageirefta-empty__actions .btn:hover {
    background: rgba(184, 134, 45, 0.12);
    border-color: rgba(184, 134, 45, 0.75);
    color: var(--site-primary-dark, #8f6720);
}

@media (max-width: 575.98px) {
    .menu-product-card-body {
        padding: 0.9rem 1rem 1rem;
    }

    .menu-product-card-title {
        font-size: 1rem;
    }
}
