@charset "utf-8";

.wf-force-outline-none[tabindex="-1"]:focus {
    outline: none;
}

/* Marquee layout helpers */
.marquee .js-marquee-wrapper {
    height: 3.5vw;
    gap: 2.5vw;
}

.marquee .js-marquee {
    gap: 2.5vw;
}

.js-marquee-wrapper {
    display: flex;
}

.js-marquee {
    display: flex;
    margin: 0px !important;
}

@media only screen and (max-width: 768px) {
    .marquee .js-marquee-wrapper {
        height: 45px;
        gap: 20px;
    }
}

/* Hero slider and common slick tweaks */
.hero_slider-wrap {
    display: block;
}

.hero_slider-wrap .slick-list {
    overflow: visible;
}

.hero_slider-wrap .slick-track {
    display: flex;
}

.hero_slider-wrap .slick-slide {
    transform: scale(0.8);
    transition: transform 0.5s;
    opacity: 1 !important;
}

.hero_slider-wrap .slick-slide.slick-current.slick-active {
    transform: scale(1);
}

.comp .slick-list.draggable {
    overflow: visible;
    width: 450px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.comp .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.slick-initialized .slick-slide {
    opacity: 0.3;
    transition: 0.5s;
}

.frenchises_wrap .slick-slide.slick-current.slick-active {
    transform: rotate(0deg) !important;
    opacity: 1;
}

.reviews_slider .slick-slide.slick-current.slick-active {
    opacity: 1 !important;
    transform: rotate(4deg);
}

.comp .slick-arrow {
    cursor: pointer;
    position: absolute;
    inset: auto 0px -170px auto;
    z-index: 5;
}

.comp .slick-arrow.prev {
    transform: rotate(-180deg);
    margin-right: 90px;
}

@media only screen and (max-width: 768px) {
    .hero_slider-wrap .slick-slide {
        transform: scale(1);
        transition: transform 0.5s;
        margin: 0px 20px;
    }

    .comp .slick-arrow {
        right: 30%;
        left: auto;
        bottom: -165px;
        width: 54px;
    }

    .comp .slick-slide.slick-current.slick-active {
        transform: rotate(0deg);
    }

    .comp .slick-track {
        gap: 14px;
    }

    .comp .slick-arrow.prev {
        margin-right: 72px;
    }
}

/* Keyframes used by the marquee (names mirrored from source) */
@-webkit-keyframes marqueeAnimation-3005033 {
    100% {
        transform: translateX(-1085.78px);
    }
}

@-webkit-keyframes marqueeAnimation-2883713 {
    100% {
        transform: translateX(-29.2188px);
    }
}

@-webkit-keyframes marqueeAnimation-9917349 {
    100% {
        transform: translateX(0px);
    }
}

/* Progress bar for reviews slider */
.progress {
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #555;
    background-image: linear-gradient(to right, #fff, #fff);
    background-repeat: no-repeat;
    background-size: 40px 100%;
    transition: background-size 0.4s ease-in-out;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Order buttons styling with Thuisbezorgd colors */
.order-buttons-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn-thuisbezorgd {
    background-color: #E23718 !important;
    border-color: #E23718 !important;
    color: #ffffff !important;
}

.btn-thuisbezorgd,
.btn-thuisbezorgd *,
.btn-thuisbezorgd .btn-inner,
.btn-thuisbezorgd .text-block-6,
.btn-thuisbezorgd .bold-text,
.btn-thuisbezorgd .color-light {
    color: #ffffff !important;
}

.btn-thuisbezorgd:hover {
    background-color: #C42E14 !important;
    border-color: #C42E14 !important;
}

.btn-thuisbezorgd:hover,
.btn-thuisbezorgd:hover *,
.btn-thuisbezorgd:hover .btn-inner,
.btn-thuisbezorgd:hover .text-block-6,
.btn-thuisbezorgd:hover .bold-text,
.btn-thuisbezorgd:hover .color-light {
    color: #ffffff !important;
}

.btn-thuisbezorgd .button-overlay {
    background-color: #C42E14 !important;
}

.btn-bijgerecht {
    background-color: rgb(155, 17, 30) !important;
    border-color: rgb(155, 17, 30) !important;
    color: #ffffff !important;
}

.btn-bijgerecht,
.btn-bijgerecht *,
.btn-bijgerecht .btn-inner,
.btn-bijgerecht .text-block-6,
.btn-bijgerecht .bold-text,
.btn-bijgerecht .color-light {
    color: #ffffff !important;
}

.btn-bijgerecht:hover {
    background-color: #00967c !important;
    border-color: #00967c !important;
}

.btn-bijgerecht:hover,
.btn-bijgerecht:hover *,
.btn-bijgerecht:hover .btn-inner,
.btn-bijgerecht:hover .text-block-6,
.btn-bijgerecht:hover .bold-text,
.btn-bijgerecht:hover .color-light {
    color: #ffffff !important;
}

.btn-bijgerecht .button-overlay {
    background-color: rgb(155, 17, 30) !important;
}

/* About section spacing */
.about-desc .about-break {
    display: block;
    margin-top: 50px;
}

@media only screen and (max-width: 991px) {
    .order-buttons-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .order-buttons-wrapper .btn-outline {
        width: auto;
        padding: 16px 28px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .order-buttons-wrapper .btn-outline {
        border-radius: 50px;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 28px;
        padding-right: 28px;
    }

    /* Center logo on mobile */
    .nav-grid {
        justify-content: center !important;
        place-content: center !important;
    }

    .brand {
        justify-content: center !important;
        margin: 0 auto !important;
    }
}

/* About section spacing */
.about-desc {
    text-align: left;
}

.about-desc em {
    display: block;
}

.about-desc .about-block {
    display: block;
    margin-top: 28px;
}

.about-desc .about-block:first-child {
    margin-top: 0;
}