/* Bistro Laravel fixes */
*, *::before, *::after {
    box-sizing: border-box;
}

body.page--bistro {
    overflow-x: hidden;
}

body.page--bistro .main-block {
    width: 100%;
    max-width: 100%;
}

body.page--bistro .bistro-hero-pizza {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: auto;
    transform: translate(30%, -30%) rotate(180deg);
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

body.page--bistro .bistro-hero {
    left: 0;
    right: 0;
    box-sizing: border-box;
    pointer-events: auto;
}

body.page--bistro .bistro-cta {
    cursor: pointer;
}

body.page--bistro .page-header {
    pointer-events: auto;
}

@media (min-width: 1400px) {
    body.page--bistro .bistro-hero {
        top: 108px;
        bottom: 70px;
        max-height: calc(100vh - 178px);
        max-height: calc(100dvh - 178px);
    }

    body.page--bistro .bistro-hero-title {
        font-size: clamp(64px, min(11.46vw, 14vh), 220px);
    }
}

@media (min-width: 1800px) {
    body.page--bistro .bistro-hero-title {
        font-size: clamp(64px, min(10vw, 13vh), 200px);
    }
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
