:root {
    --color-brown: #74614b;
    --color-light-gray: #f3f3f3;
}



/*
 * TEXT SELECTION
 */
::-moz-selection {
    background: #000;
    color: #fff;
}
::selection {
    background: #000;
    color: #fff;
}



/*
 * CORNERS
 */
.x-has-top-left-corner {
    background: url(/wp-content/uploads/2025/11/top-left-corner.svg) top -1px left -1px/50% auto no-repeat;
}
@media (min-width: 891px) {
.x-has-top-left-corner {
        background-size: auto auto
}
    }

.x-has-top-right-corner {
    background: url(/wp-content/uploads/2025/11/top-right-corner.svg) top -1px right -1px/50% auto no-repeat;
}

@media (min-width: 891px) {

.x-has-top-right-corner {
        background-size: auto auto
}
    }

.x-has-bottom-right-corner {
    background: url(/wp-content/uploads/2025/11/bottom-right-corner.svg) bottom -1px right -1px/50% auto no-repeat;
}

@media (min-width: 891px) {

.x-has-bottom-right-corner {
        background-size: auto auto
}
    }

.x-has-top-left-corner.x-has-bottom-right-corner {
    background: url(/wp-content/uploads/2025/11/top-left-corner.svg) top -1px left -1px/50% auto no-repeat,
        url(/wp-content/uploads/2025/11/bottom-right-corner.svg) bottom -1px right -1px/50% auto no-repeat;
}

@media (min-width: 891px) {

.x-has-top-left-corner.x-has-bottom-right-corner {
        background-size: auto auto
}
    }

.x-has-top-right-corner.x-has-bottom-right-corner {
    background: url(/wp-content/uploads/2025/11/top-right-corner.svg) top -1px right -1px/50% auto no-repeat,
        url(/wp-content/uploads/2025/11/bottom-right-corner.svg) bottom -1px right -1px/50% auto no-repeat;
}

@media (min-width: 891px) {

.x-has-top-right-corner.x-has-bottom-right-corner {
        background-size: auto auto
}
    }

.x-has-top-right-corner--long.x-has-bottom-right-corner--long {
    background-size: 90% auto;
}



/*
 * MOBILE BUY MENU
 */
.x-mobile-buy-menu {
    display: none;
    flex-direction: column;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
    z-index: 100;
}
.x-mobile-buy-menu.is-visible {
        display: flex;
    }
.x-mobile-buy-menu a {
        color: #000;
        text-decoration: none;
        font-size: 16px!important;
        font-weight: 400!important;
        text-align: center;
        padding: 9px 18px;
        border-bottom: 1px solid #ececec;
    }
.x-mobile-buy-menu a:last-child {
            border-bottom: none;
        }



/*
 * COMMENT CLOUD
 */
@keyframes comment-cloud-desktop {
    0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.x-comment-cloud {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.x-comment-cloud__rail {
    --gap: 50px;

    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    gap: var(--gap);
}

.x-comment-cloud__group {
    flex: 0 0 auto;
    display: flex;
    align-items: start;
    gap: var(--gap);
}

.x-cloud-comment {
    position: relative;
    flex: 0 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
    line-height: 1.44;
}

@media (min-width: 1025px) {

.x-comment-cloud--mobile {
        display: none
}
    }

.x-comment-cloud--mobile {

    padding: 38px 0;
    gap: 27px;
}

.x-comment-cloud--mobile .x-comment-cloud__rail {
        --gap: 10px;
    }

.x-comment-cloud--mobile .x-comment-cloud__rail:nth-child(2n) {
            margin-left: -182px;
        }

.x-comment-cloud--mobile .x-comment-cloud__group {
        align-items: center;
        animation: comment-cloud-desktop 30s infinite linear;
    }

.x-comment-cloud--mobile .x-cloud-comment {
        width: 80vw;
        max-width: 365px;
        padding: 15px 20px;
    }

.x-comment-cloud--desktop {
    display: none;
    padding: 28vw 0 10vw 0;
    gap: clamp(80px, -22.8571px + 10.0446vw, 170px);
}

@media (min-width: 1025px) {

.x-comment-cloud--desktop {
        display: flex
}
    }

.x-comment-cloud--desktop .x-comment-cloud__rail {
        --gap: 500px;
    }

.x-comment-cloud--desktop .x-comment-cloud__rail:nth-child(2n) {
            padding-left: 300px;
        }

@media (min-width: 1025px) {

.x-comment-cloud--desktop .x-comment-cloud__group {
            animation: comment-cloud-desktop 30s infinite linear
    }
        }

.x-comment-cloud--desktop .x-cloud-comment {
        max-width: 365px;
        padding: 15px 20px;
    }



/*
 * GRAVITY FORM
 */
#gform_2 .gfield_required {
        display: none;
    }
#gform_2 .gfield--type-text .gfield_label, #gform_2 .gfield--type-phone .gfield_label, #gform_2 .gfield--type-email .gfield_label {
            font-size: 14px;
            font-weight: 500;
            padding: 0 0 0 21px;
        }
#gform_2 .gfield--type-text input, #gform_2 .gfield--type-phone input, #gform_2 .gfield--type-email input {
            padding: 16px 21px!important;
            line-height: 1!important;
            border-radius: 24px;
            border: none;
            background-color: #f3f3f3;
        }
#gform_2 .gfield--type-text input:focus, #gform_2 .gfield--type-phone input:focus, #gform_2 .gfield--type-email input:focus {
                outline: 2px solid var(--color-brown);
            }
#gform_2 .gfield_radio,
    #gform_2 .gfield_checkbox {
        --gf-ctrl-choice-size: 32px;
        --gf-ctrl-radio-check-size: 16px;
    }
#gform_2 .gfield_radio .gchoice, #gform_2 .gfield_checkbox .gchoice {
            display: flex;
            align-items: center;
            cursor: pointer;
        }
#gform_2 .gfield_radio .gform-field-label, #gform_2 .gfield_checkbox .gform-field-label {
            -webkit-user-select: none;
               -moz-user-select: none;
                    user-select: none;
            display: flex;
            align-items: center;
            margin-left: 8px;
        }
#gform_2 .gfield_radio .gfield-choice-input, #gform_2 .gfield_checkbox .gfield-choice-input {
            border: none;
            box-shadow: none;
            background-color: var(--color-light-gray);
        }
#gform_2 .gfield_radio .gfield-choice-input:focus, #gform_2 .gfield_checkbox .gfield-choice-input:focus {
                outline: none;
            }
#gform_2 .gfield_radio .gfield-choice-input::before, #gform_2 .gfield_checkbox .gfield-choice-input::before {
                background-color: var(--color-brown);
            }
#gform_2 #field_2_7 .gfield_radio {
            display: grid;
            grid-template-columns: max-content max-content max-content;
            gap: 16px;
        }
@media (min-width: 1024px) {
#gform_2 #field_2_7 .gfield_radio {
                grid-template-columns: 1fr 1fr 1fr 1fr;
                gap: 32px
        }
            }
#gform_2 #field_2_16 .gfield_radio {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }
@media (min-width: 1024px) {
#gform_2 #field_2_16 .gfield_radio {
                grid-template-columns: 1fr 1fr 1fr 1fr;
                gap: 32px
        }
            }
#gform_2 #field_2_16 .gchoice {
            display: grid;
            grid-template-columns: 32px 1fr;
            grid-template-rows: min-content min-content;
            gap: 10px 0;
        }
#gform_2 #field_2_16 .gfield-choice-input {
            grid-column: 1
        }
#gform_2 #field_2_16 .gform-field-label {
            grid-column: 2
        }
#gform_2 #field_2_16 .x-order-form-lunchbox-description {
            grid-column: 1 / span 2;
            font-size: 14px;
            font-style: italic;
            line-height: 1.3;
        }
#gform_2 .gform-footer {
        margin-top: 60px;
        justify-content: center;
    }
#gform_2 #gform_submit_button_2 {
        flex: 0 0 auto;
        background-color: #000;
        color: #fff;
        border-radius: 24px;
        padding: 12px 36px;
        line-height: 1.18;
        font-size: 16px;
    }
@media (min-width: 1024px) {
#gform_2 #gform_submit_button_2 {
            padding: 12px 100px;
            line-height: 1.94
    }
        }



/*
 * WOOCOMMERCE CHECKOUT
 */
/* Fix Select2 overflow bug */
body.woocommerce-checkout {
    overflow-x: hidden;
}

/* Layout */

@media (min-width: 1024px) {

.woocommerce-checkout .e-checkout__container {
            display: grid!important;
            grid-template-columns: 1fr 1fr!important;
            gap: 130px!important
    }
        }

@media (min-width: 1024px) {

.woocommerce-checkout .e-checkout__column:last-child .e-checkout__column-inner {
            height: 100%;
            display: flex!important;
            flex-direction: column!important;
            justify-content: space-between;
            gap: 20px!important
    }
        }

.woocommerce-checkout .form-row:last-child {
        margin-bottom: 0!important;
        padding-bottom: 0!important;
    }

.woocommerce-checkout .col-1,
    .woocommerce-checkout .col-2 {
        padding: 0!important;
    }

/* Titles */

.woocommerce-checkout h3 {
        font-size: 20px!important;
        font-weight: 600!important;
        line-height: 1.3!important;
        margin: 0 0 24px 0!important;
    }

@media (min-width: 1024px) {

.woocommerce-checkout h3 {
            margin: 0 0 30px 0!important
    }
        }

/* Labels */

.woocommerce-checkout .form-row label {
        font-size: 14px;
        font-weight: 500;
        padding: 0 0 0 21px;
    }

/* Inputs */

.woocommerce-checkout input[type="text"],
    .woocommerce-checkout input[type="tel"],
    .woocommerce-checkout input[type="email"] {
        padding: 16px 21px!important;
        line-height: 1!important;
        border-radius: 24px!important;
        border: none!important;
        background-color: #f3f3f3!important;
    }

.woocommerce-checkout input[type="text"]:focus, .woocommerce-checkout input[type="tel"]:focus, .woocommerce-checkout input[type="email"]:focus {
            outline: 2px solid var(--color-brown)!important;
        }

/* Select2 selects */

.woocommerce-checkout .select2-selection__rendered {
        padding: 16px 21px!important;
        line-height: 1!important;
        border-radius: 24px!important;
        border: none!important;
        background-color: #f3f3f3!important;
    }

.woocommerce-checkout .select2-selection__rendered:focus {
            outline: 2px solid var(--color-brown)!important;
        }

.woocommerce-checkout .select2-container--open.select2-container--below .select2-selection__rendered {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important;
        border: 2px solid var(--color-brown)!important;
        border-bottom: none!important;
    }

.woocommerce-checkout .select2-container--open.select2-container--above .select2-selection__rendered {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important;
        border: 2px solid var(--color-brown)!important;
        border-top: none!important;
    }

.woocommerce-checkout .select2-selection {
        border: none!important;
    }

.woocommerce-checkout .select2-dropdown {
        background: var(--color-light-gray)!important;
        border: 2px solid var(--color-brown)!important;
    }

.woocommerce-checkout .select2-dropdown--below {
        border-top: none!important;
    }

.woocommerce-checkout .select2-dropdown--above {
        border-bottom: none!important;
    }

.woocommerce-checkout .select2-results__option--highlighted {
        background-color: var(--color-brown)!important;
        color: #fff!important;
    }

.woocommerce-checkout input[type="text"].select2-search__field {
        background-color: #fff!important;
        padding: 10px!important;
    }

/* Order review */

.woocommerce-checkout .woocommerce-checkout-review-order-table {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
            display: none;
        }

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
        .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal {
            display: none;
        }

.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
            display: flex;
            gap: 60px;
            padding: 0!important;
        }

.woocommerce-checkout .woocommerce-checkout-review-order-table td,
        .woocommerce-checkout .woocommerce-checkout-review-order-table th {
            display: block;
            max-width: 100%!important;
            flex: 0 0 auto;
            padding: 0!important;
        }

@media (min-width: 1024px) {

.woocommerce-checkout .woocommerce-checkout-review-order-table td,
        .woocommerce-checkout .woocommerce-checkout-review-order-table th {
                font-size: 18px!important
        }
            }

.woocommerce-checkout .woocommerce-checkout-review-order-table td:first-child,
        .woocommerce-checkout .woocommerce-checkout-review-order-table th:first-child {
            flex: 1 0 auto;
        }

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
        .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
            color: #000!important;
            font-weight: 600!important;
        }

/* Terms and conditions */

.woocommerce-checkout .woocommerce-terms-and-conditions {
        padding: 0!important;
    }

.woocommerce-checkout .woocommerce-terms-and-conditions + .form-row {
            padding: 0!important;
            margin: 12px 0!important;
        }

.woocommerce-checkout .woocommerce-terms-and-conditions + .form-row::before,
            .woocommerce-checkout .woocommerce-terms-and-conditions + .form-row::after {
                display: none;
            }

.woocommerce-checkout .woocommerce-terms-and-conditions + .form-row .woocommerce-form__label {
                display: flex!important;
                padding: 0!important;
                line-height: 1.3!important;
            }

.woocommerce-checkout .woocommerce-terms-and-conditions + .form-row .woocommerce-form__label span a {
                    color: #000!important;
                    font-weight: 600!important;
                    text-decoration: underline!important;
                }

/* Payment */

.woocommerce-checkout .payment_box {
        padding: 0!important;
    }

.woocommerce-checkout .payment_box fieldset {
            border: none;
            padding: 0;
            margin: 0;
        }

.woocommerce-checkout .payment_method_stripe > label {
        display: none!important;
    }

.woocommerce-checkout .wc_payment_methods,
    .woocommerce-checkout .wc_payment_method {
        display: block!important;
    }

.woocommerce-checkout .wc_payment_methods::before,
        .woocommerce-checkout .wc_payment_methods::after,
        .woocommerce-checkout .wc_payment_method::before,
        .woocommerce-checkout .wc_payment_method::after {
            display: none!important;
        }

.woocommerce-checkout .wc-stripe-payment-method-instruction {
        margin-bottom: 9px;
    }

/* Cheats */

.woocommerce-checkout .x-checkout-cheats {
        margin-top: 8px;
        display: flex;
        gap: 8px;
    }



/*
 * WOOCOMMERCE THANK YOU PAGE
 */
.woocommerce-order-received .woocommerce-customer-details--email {
        padding-left: 0!important;
    }
.woocommerce-order-received .woocommerce-customer-details--email::before {
            display: none;
        }
.woocommerce-order-received .x-open-ticket-btn {
        display: block;
        padding: 13px 20px;
        border-radius: 24px;
        background-color: #000;
        color: #fff;
        text-decoration: none;
        text-align: center;
        line-height: 1.18;
        margin: 0 auto;
        width: -moz-fit-content;
        width: fit-content;
    }
@media (min-width: 1024px) {
.woocommerce-order-received .x-open-ticket-btn {
            width: 100%;
            padding: 13px 60px;
            line-height: 1.94
    }
        }



/*
 * TICKET PAGE
 */
.x-ticket {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.x-ticket--morning {
    background: #827A50;
}

.x-ticket--afternoon {
    background: #763F30;
}

.x-ticket--full {
    background: #873414;
}

.x-ticket__header {
    background: black;
    padding: 60px calc((100vw - 180px) / 2) 50px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 75px;
}

@media (min-width: 1024px) {

.x-ticket__header {
        padding: 80px calc((100vw - 190px) / 2) 50px;
        font-size: 16px
}
    }

.x-ticket--morning .x-ticket__header { 
    background: url(/wp-content/uploads/2025/11/morning-ticket-bg.webp) bottom left/cover no-repeat;
}

.x-ticket--afternoon .x-ticket__header { 
    background: url(/wp-content/uploads/2025/11/afternoon-ticket-bg.webp) top left/cover no-repeat;
}

.x-ticket--full .x-ticket__header { 
    background: url(/wp-content/uploads/2025/11/full-ticket-bg.webp) top left/cover no-repeat;
}

.x-ticket__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    gap: 4px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
}

.x-ticket__logo img {
        width: 90px;
    }

.x-ticket__event {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.x-ticket__event-period {
    text-transform: uppercase;
    font-style: italic;
}

.x-ticket__tips {
    text-align: center;
}

.x-ticket__qr {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

@media (min-width: 1024px) {

.x-ticket__qr {
        margin-bottom: 48px
}
    }

.x-ticket__qr svg {
        width: 170px;
        height: auto;
    }

@media (min-width: 1024px) {

.x-ticket__qr svg {
            width: 240px
    }
        }

.x-ticket__attributes {
    color: #fff;
    margin-bottom: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.x-ticket__attribute--name {
    font-weight: 600;
}



/*
 * BLACK FRIDAY
 */
.x-ticket-card__price--previous {
    position: relative;
}
.x-ticket-card__price--previous::after {
        content: '';
        position: absolute;
        inset: 0;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='15' fill='none' viewBox='0 0 77 15'%3E%3Cpath stroke='%23fff' d='m.09 14.492 76-14'/%3E%3C/svg%3E") center/contain no-repeat;
        z-index: 1;
    }

.x-crossed-price {
    position: relative;
}

.x-crossed-price::after {
        content: '';
        position: absolute;
        inset: 0;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='15' fill='none' viewBox='0 0 77 15'%3E%3Cpath stroke='%23fff' d='m.09 14.492 76-14'/%3E%3C/svg%3E") center/contain no-repeat;
        z-index: 1;
        filter: invert(1);
    }



/*
 * Complianz
 */
.cmplz-cookiebanner {
    box-shadow: 0 0 16px 0 #000;
    border-radius: 0;
    border-top-left-radius: 24px!important;
    border-top-right-radius: 24px!important;
}
.cmplz-cookiebanner .cmplz-header {
        display: flex!important;
        justify-content: center!important;
    }
.cmplz-cookiebanner .cmplz-title {
        display: block!important;
    }
.cmplz-cookiebanner .cmplz-header + .cmplz-divider {
        display: none!important;
    }
.cmplz-cookiebanner .cmplz-divider.cmplz-footer {
        display: none!important;
    }
.cmplz-cookiebanner .cmplz-message a {
        text-decoration: underline;
    }