body.vg-page--single-food {
}

body.vg-page--single-food .single-food .food-hero-img,
body.vg-page--single-food .single-food .featured-image,
.single-food .food-hero-img,
.single-food .featured-image {
    width: 480px;
    max-width: 480px;
    height: 480px;
    aspect-ratio: 1 / 1;
    flex: 0 0 480px;
}

body.vg-page--single-food .single-food .food-hero-img img,
body.vg-page--single-food .single-food .featured-image img,
.single-food .food-hero-img img,
.single-food .featured-image img {
    width: 480px;
    height: 480px;
    object-fit: cover;
    display: block;
}

body.vg-page--single-food .single-food .where-to-try-grid.owl-loaded {
    display: block;
}

body.vg-page--single-food .single-food .where-to-try-grid.horizontal-scroll:not(.owl-loaded) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

body.vg-page--single-food .single-food .where-to-try-section .where-item {
    display: block;
}

body.vg-page--single-food .single-food .where-to-try-section .rest-card-wrap {
    height: 100%;
}

@media (max-width: 768px) {
    body.vg-page--single-food .single-food .food-hero-img,
    body.vg-page--single-food .single-food .featured-image,
    .single-food .food-hero-img,
    .single-food .featured-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        flex: none;
    }

    body.vg-page--single-food .single-food .food-hero-img img,
    body.vg-page--single-food .single-food .featured-image img,
    .single-food .food-hero-img img,
    .single-food .featured-image img {
        width: 100%;
        height: auto;
    }
}
