﻿.gh-adjust .globalheader.section {
    display: none !important
}

@media screen and (max-width:763px) {
    .ws-hide-s, .wx-hide-s {
        display: none !important
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .wx-hide-m {
        display: none !important
    }
}

.wx-hide {
    display: none !important
}

@media screen and (min-width:764px) {
    .ws-show-s {
        display: none !important
    }
}

@media screen and (min-width:764px) {
    .ws-hide-m-l-xl {
        display: none !important
    }
}

.gh-tamer {
    height: var(--wx-header-space);
    position: relative
}

@media screen and (max-width:1015px) {
    .gh-tamer .global-header-menu {
        position: fixed;
        width: 100%;
        height: var(--wx-header-height);
        overflow-y: hidden
    }
}

@media screen and (max-width:763px) {
    .gh-component .global-header-menu {
        --gh-nav-menu--height: 56px
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .global-header-menu {
        --gh-nav-menu--height: 64px
    }
}

@media screen and (min-width:1016px) and (max-width:1435px) {
    .gh-component .global-header-menu {
        --gh-nav-menu--height: 64px
    }
}

@media screen and (min-width:1436px) {
    .gh-component .global-header-menu {
        --gh-nav-menu--height: 64px
    }
}

@media screen and (max-width:1015px) {
    .gh-component .global-header-menu .gh-panel {
        display: none
    }
}

.gh-component .global-header-menu .navigation-main-link.gh-panel {
    display: none
}

.gh-component .global-header-menu .navigation-main-item.active + .gh-panel {
    display: block
}

    .gh-component .global-header-menu .navigation-main-item.active + .gh-panel .main-item-panel-loader {
        top: var(--gh-nav-menu--height)
    }

    .gh-component .global-header-menu .navigation-main-item.active + .gh-panel .main-item-panel-frame {
        display: block
    }

.gh-component .global-header-menu.gh-drawer .navigation-overlay {
    display: block
}

.gh-component .global-header-menu.gh-drawer .navigation-panel {
    right: 0
}

.gh-component .global-header-menu.gh-sticky {
    --wx-header-height: var(--wx-header-space);
    position: fixed;
    width: 100%;
    height: var(--wx-header-height);
    z-index: 4030;
    overflow-y: hidden
}

@media screen and (max-width:1015px) {
    .gh-component .global-header-menu.gh-models .back-button, .gh-component .global-header-menu.gh-models .back-header {
        display: block
    }

    .gh-component .global-header-menu.gh-models .navigation-main-item:not(.navigation-main-models):not(.gh-panel) {
        display: none
    }

    .gh-component .global-header-menu.gh-models .navigation-panel-footer {
        display: none
    }

    .gh-component .global-header-menu.gh-models .gh-panel.navigation-main-models {
        display: block !important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: auto
    }

    .gh-component .global-header-menu.gh-models .main-item-panel-loader, .gh-component .global-header-menu.gh-models .main-item-panel-frame {
        height: 100%
    }
}

html.gh-drawer {
    overflow: hidden
}

.gh-component {
    z-index: 4020
}

    .gh-component .gh-black-bar {
        background-color: #190f14
    }

        .gh-component .gh-black-bar .gh-center-content {
            color: #ece9e1;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            height: 40px;
            justify-content: space-between
        }

            .gh-component .gh-black-bar .gh-center-content .gh-site-name .cmp-title {
                min-width: 40px;
                margin: 10px 0 10px 24px
            }

                .gh-component .gh-black-bar .gh-center-content .gh-site-name .cmp-title .cmp-title__text {
                    margin: 0;
                    padding: 0;
                    font-family: 'SeatBold';
                    font-weight: bold;
                    letter-spacing: normal;
                    color: #ece9e1;
                    font-size: 16px;
                    line-height: 20px
                }

                    .gh-component .gh-black-bar .gh-center-content .gh-site-name .cmp-title .cmp-title__text a.cmp-title__link {
                        text-decoration: none;
                        color: #ece9e1
                    }

                        .gh-component .gh-black-bar .gh-center-content .gh-site-name .cmp-title .cmp-title__text a.cmp-title__link:hover {
                            color: #98928f
                        }

            .gh-component .gh-black-bar .gh-center-content .gh-utility-links {
                display: inline-flex;
                justify-content: space-between;
                align-items: center;
                padding: 12px 32px 12px 0
            }

                .gh-component .gh-black-bar .gh-center-content .gh-utility-links .utility-link a.utility-link-cta {
                    text-decoration: none;
                    height: 16px;
                    font-family: 'SeatRegular';
                    font-size: 14px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 16px;
                    letter-spacing: normal;
                    color: #ece9e1
                }

                    .gh-component .gh-black-bar .gh-center-content .gh-utility-links .utility-link a.utility-link-cta:hover {
                        color: #98928f
                    }

                .gh-component .gh-black-bar .gh-center-content .gh-utility-links .utility-link + .utility-link {
                    margin-left: 32px
                }

    .gh-component .content-panel {
        padding: 12px 16px 0 16px;
        display: flex;
        align-items: start;
        flex-wrap: nowrap;
        flex-direction: column
    }

@media screen and (max-width:1015px) {
    .gh-component .content-panel {
        flex: 1;
        position: relative
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .content-panel {
        padding: 34px 72px 0 72px;
        height: calc(100% - 210px)
    }
}

@media screen and (min-width:1016px) and (max-width:1435px) {
    .gh-component .content-panel {
        height: unset;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0
    }
}

@media screen and (min-width:1436px) {
    .gh-component .content-panel {
        height: unset;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0
    }
}

.gh-component .icon-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: right;
    padding: 8px 16px 8px 0
}

@media screen and (min-width:1016px) {
    .gh-component .icon-links {
        padding: 8px 16px 8px 0
    }

        .gh-component .icon-links .icon-link {
            width: 48px;
            height: 48px;
            display: inline-block;
            padding: 0
        }

            .gh-component .icon-links .icon-link a {
                width: 48px;
                height: 48px;
                display: block
            }

                .gh-component .icon-links .icon-link a img {
                    width: 48px;
                    height: 48px
                }

            .gh-component .icon-links .icon-link.login-link {
                width: unset;
                height: unset
            }

                .gh-component .icon-links .icon-link.login-link .login-component__loginIconImg {
                    width: 48px;
                    height: 48px
                }

            .gh-component .icon-links .icon-link.menu-link {
                display: none
            }

            .gh-component .icon-links .icon-link + .icon-link {
                margin-left: 0
            }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .icon-links {
        padding: 8px 32px 8px 0
    }

        .gh-component .icon-links .icon-link {
            width: 48px;
            height: 48px;
            padding: 4px 0 4px 0
        }

            .gh-component .icon-links .icon-link.menu-link {
                padding: 0
            }

                .gh-component .icon-links .icon-link.menu-link::after {
                    width: 48px;
                    height: 48px
                }

            .gh-component .icon-links .icon-link + .icon-link {
                margin-left: 8px
            }
}

.gh-component .icon-links .icon-link {
    width: 40px;
    height: 40px;
    display: inline-block
}

    .gh-component .icon-links .icon-link a {
        width: 40px;
        height: 40px;
        display: block
    }

        .gh-component .icon-links .icon-link a img {
            width: 40px;
            height: 40px;
            vertical-align: middle
        }

    .gh-component .icon-links .icon-link.login-link {
        width: unset;
        height: unset
    }

        .gh-component .icon-links .icon-link.login-link .login-component__loginIconImg {
            width: 40px;
            height: 40px
        }

    .gh-component .icon-links .icon-link.menu-link::after {
        content: ' ';
        width: 40px;
        height: 40px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
        vertical-align: middle;
        background-image: url("../../../../../etc.clientlibs/seat-website/components/structure/global-header/clientlibs/resources/icons/menu.svg")
    }

    .gh-component .icon-links .icon-link + .icon-link {
        margin-left: 4px
    }

.gh-component .item-panel a.item-panel-link {
    text-decoration: none;
    color: #747468
}

    .gh-component .item-panel a.item-panel-link .item-panel-label {
        font-family: 'SeatMedium';
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 20px;
        letter-spacing: normal;
        color: #747468
    }

    .gh-component .item-panel a.item-panel-link .item-panel-description {
        display: none
    }

@media screen and (max-width:763px) {
    .gh-component .item-panel {
        padding: 10px 16px
    }

        .gh-component .item-panel:first-child {
            padding-top: 20px
        }

        .gh-component .item-panel:last-child {
            padding-bottom: 0
        }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .item-panel {
        padding: 16px 16px
    }

        .gh-component .item-panel:first-child {
            padding-top: 32px
        }

        .gh-component .item-panel:last-child {
            padding-bottom: 0
        }

        .gh-component .item-panel a.item-panel-link .item-panel-label {
            font-size: 20px;
            line-height: 24px
        }
}

@media screen and (min-width:1436px) {
    .gh-component .item-panel a.item-panel-link .item-panel-description {
        height: 20px
    }
}

@media screen and (min-width:1016px) {
    .gh-component .item-panel .item-panel-link {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%
    }

    .gh-component .item-panel a.item-panel-link {
        color: #190f14
    }

        .gh-component .item-panel a.item-panel-link:hover {
            color: #747468
        }

        .gh-component .item-panel a.item-panel-link .item-panel-label {
            display: block;
            font-size: 16px;
            line-height: 20px;
            color: #190f14
        }

            .gh-component .item-panel a.item-panel-link .item-panel-label:hover {
                color: #747468
            }

        .gh-component .item-panel a.item-panel-link .item-panel-description {
            width: 100%;
            display: block;
            font-family: 'SeatRegular';
            font-size: 14px;
            font-weight: normal;
            line-height: 20px;
            letter-spacing: normal;
            color: #747468;
            margin-top: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: initial;
            flex: 1
        }
}

.gh-component .logo-section {
    display: inline
}

    .gh-component .logo-section img {
        width: 26px;
        height: 24px;
        object-fit: contain;
        margin: 16px
    }

@media screen and (max-width:763px) {
    .gh-component .logo-section {
        width: 58px
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .logo-section {
        height: 90px
    }

        .gh-component .logo-section img {
            margin: 20px 32px
        }
}

@media screen and (min-width:1016px) and (max-width:1435px) {
    .gh-component .logo-section {
        width: 82px
    }

        .gh-component .logo-section img {
            width: 34px;
            height: 32px;
            margin: 16px 24px
        }
}

.gh-component .main-item {
    display: inline-block;
    cursor: pointer;
    font-family: "SeatBold";
    color: #190f14
}

@media screen and (min-width:1016px) {
    .gh-component .main-item {
        height: 16px;
        font-family: 'SeatMedium';
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        white-space: nowrap;
        text-align: center;
        padding: 24px 16px 40px 16px
    }

        .gh-component .main-item::after {
            display: none
        }

        .gh-component .main-item:hover {
            padding: 24px 16px 38px 16px;
            border-bottom: 2px solid #190f14
        }
}

@media screen and (max-width:763px) {
    .gh-component .main-item {
        height: 24px;
        width: calc(100% - 37px);
        font-size: 20px;
        font-weight: bold;
        line-height: 24px
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .main-item {
        height: 28px;
        width: calc(100% - 37px);
        font-size: 24px;
        font-weight: 900;
        line-height: 28px
    }

        .gh-component .main-item::after {
            margin: -4px -54px 0 0;
            width: 32px;
            height: 32px
        }
}

.gh-component .main-item a {
    display: inline-block;
    text-decoration: none;
    color: #190f14
}

@media screen and (max-width:1015px) {
    .gh-component .main-item::after {
        content: ' ';
        position: relative;
        display: inline-block;
        margin: 0 -30px 0 0;
        float: right;
        width: 24px;
        height: 24px;
        transform: rotate(-90deg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30px;
        vertical-align: middle;
        background-image: url("../../../../../etc.clientlibs/seat-website/components/structure/global-header/clientlibs/resources/icons/narrow.svg")
    }
}

.gh-component .model-item-container {
    display: grid
}

@media screen and (max-width:763px) {
    .gh-component .model-item-container {
        grid-template-columns: 1fr;
        grid-gap: 16px
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .model-item-container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 32px
    }
}

.gh-component .model-item {
    padding: 16px 24px 18px 24px
}

    .gh-component .model-item .model-item-image-cta .model-item-info {
        margin: 0 0 16px 0
    }

        .gh-component .model-item .model-item-image-cta .model-item-info .model-item-info-no-price {
            margin-bottom: 44px
        }

.gh-component .main-item-panel-frame {
    background-color: #fff;
    display: none
}

@media screen and (min-width:1016px) {
    .gh-component .main-item-panel-frame {
        margin: 0 auto;
        max-width: 1436px
    }
}

.gh-component .main-item-panel-loader {
    transition: top .15s ease;
    overflow-y: hidden;
    z-index: -1
}

@media screen and (min-width:1016px) {
    .gh-component .main-item-panel-loader {
        top: calc( -100vh + var(--gh-nav-menu--height));
        position: absolute;
        left: 0;
        width: 100%;
        --gh-item-panel-loader-height: calc( 100vh - var(--wx-header-space));
        height: var(--gh-item-panel-loader-height);
        overflow-x: hidden;
        overflow-y: auto
    }
}

@media screen and (max-width:763px) {
    .gh-component .main-item-panel {
        overflow: auto
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .main-item-panel {
        overflow: auto
    }
}

@media screen and (min-width:1016px) and (max-width:1435px) {
    .gh-component .main-item-panel {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-auto-columns: minmax(72px,auto);
        grid-row-gap: 32px;
        grid-column-gap: 32px;
        padding: 48px 32px 48px 32px
    }
}

@media screen and (min-width:1436px) {
    .gh-component .main-item-panel {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-auto-columns: minmax(72px,auto);
        grid-row-gap: 32px;
        grid-column-gap: 32px;
        padding: 48px 32px 48px 32px
    }
}

.gh-component .navigation-bar {
    width: 100%;
    position: relative;
    background-color: #fff
}

@media screen and (max-width:763px) {
    .gh-component .navigation-bar {
        height: 56px
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .navigation-bar {
        height: 64px
    }
}

@media screen and (min-width:1016px) and (max-width:1435px) {
    .gh-component .navigation-bar {
        height: 64px
    }
}

@media screen and (min-width:1436px) {
    .gh-component .navigation-bar {
        height: 64px
    }
}

.gh-component .navigation-bar-container {
    display: flex;
    flex-direction: row
}

@media screen and (max-width:763px) {
    .gh-component .navigation-main-item:not(.gh-panel):not(:first-child) {
        margin-top: 32px
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .navigation-main-item:not(.gh-panel):not(:first-child) {
        margin-top: 44px
    }
}

@media screen and (min-width:1016px) and (max-width:1435px) {
    .gh-component .navigation-main-item + .gh-component .navigation-main-item {
        padding: 0
    }
}

@media screen and (min-width:1436px) {
    .gh-component .navigation-main-item + .gh-component .navigation-main-item {
        padding: 0
    }
}

@media screen and (min-width:1016px) and (max-width:1435px) {
    .gh-component .navigation-main-item {
        display: inline-block
    }
}

@media screen and (min-width:1436px) {
    .gh-component .navigation-main-item {
        display: inline-block
    }
}

@media screen and (max-width:763px) {
    .gh-component .navigation-main-item {
        display: block;
        width: 100%
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .navigation-main-item {
        display: block;
        width: 100%
    }
}

.gh-component .navigation-main-item.navigation-main-dropdown.active .main-item::after {
    transform: rotate(180deg)
}

.gh-component .navigation-main-item.navigation-main-dropdown .main-item::after {
    transform: rotate(0);
    transition: transform .3s
}

@media screen and (max-width:763px) {
    .gh-component .navigation-main-models .model-item {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .navigation-main-models .model-item {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (min-width:1016px) and (max-width:1435px) {
    .gh-component .navigation-main-models .model-item {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (min-width:1436px) {
    .gh-component .navigation-main-models .model-item {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (max-width:1015px) {
    .gh-component .navigation-main-models .model-item {
        display: flex;
        flex-direction: column
    }

        .gh-component .navigation-main-models .model-item .model-item-image-cta {
            flex: 1;
            display: flex;
            flex-direction: column
        }

            .gh-component .navigation-main-models .model-item .model-item-image-cta .model-item-info {
                flex: 1
            }
}

@media screen and (min-width:1016px) {
    .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel {
        height: 100%;
        width: 100%;
        justify-content: center
    }

        .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .family-filters {
            margin-bottom: 32px;
            overflow-x: hidden;
            justify-content: center
        }

        .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item {
            display: flex;
            flex-direction: column;
            padding-top: 16px;
            padding-bottom: 18px
        }

            .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-image-cta {
                flex: 1;
                display: flex;
                flex-direction: column
            }

                .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-image-cta .model-item-info {
                    margin: 0 0 8px 0;
                    flex: 1
                }

                    .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-image-cta .model-item-info .model-item-info-no-price {
                        margin-bottom: 36px
                    }

                    .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-image-cta .model-item-info .model-item-prices-container {
                        min-height: 20px
                    }

                    .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-image-cta .model-item-info .model-item-text {
                        height: 20px;
                        margin: 0 8px 0 0;
                        font-size: 16px;
                        line-height: 20px
                    }

                        .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-image-cta .model-item-info .model-item-text.model-item-secondary-price {
                            font-size: 14px
                        }

            .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-cta-list {
                margin: 10px 0 0 0;
                min-height: 21px
            }

                .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-cta-list .model-item-cta {
                    height: 20px;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 20px
                }

                    .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-cta-list .model-item-cta:hover {
                        color: rgba(25,15,20,0.6)
                    }
}

.gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel {
    height: 100%
}

    .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .family-filters {
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: nowrap;
        margin-bottom: 8px
    }

        .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .family-filters::-webkit-scrollbar {
            display: none
        }

        .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .family-filters .family-filter {
            display: inline-block;
            padding: 0 16px 8px 16px;
            cursor: pointer
        }

            .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .family-filters .family-filter span {
                height: 16px;
                font-family: 'SeatMedium';
                font-size: 14px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 16px;
                letter-spacing: normal;
                text-align: center;
                color: #747468
            }

            .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .family-filters .family-filter.active {
                border-bottom: 2px solid #190f14
            }

                .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .family-filters .family-filter.active span {
                    color: #190f14
                }

    .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item {
        padding-top: 8px;
        padding-bottom: 8px;
        margin: 0 0 16px 0;
        background-color: #f9f8f6
    }

        .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-image-cta .model-item-info {
            margin: 0 0 4px 0
        }

            .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-image-cta .model-item-info .model-item-prices-container {
                min-height: 16px
            }

            .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-image-cta .model-item-info .model-item-info-no-price {
                margin-bottom: 28px
            }

            .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-image-cta .model-item-info h5 {
                width: 100%;
                height: 24px;
                margin: 0 0 4px 0;
                font-family: 'SeatBold';
                font-size: 20px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 24px;
                letter-spacing: normal;
                color: #190f14
            }

            .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-image-cta .model-item-info .model-item-text {
                height: 16px;
                display: inline-block;
                margin: 0 4px 0 0;
                font-family: 'SeatRegular';
                font-size: 14px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 16px;
                letter-spacing: normal;
                color: #747468
            }

                .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-image-cta .model-item-info .model-item-text.model-item-secondary-price {
                    height: 16px;
                    display: inline-block;
                    font-family: 'SeatRegular';
                    font-size: 12px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 16px;
                    letter-spacing: normal;
                    text-align: right;
                    color: #009196
                }

        .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-cta-list {
            min-height: 21px;
            margin: 4px 0 0 0;
            color: #190f14
        }

            .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-cta-list .model-item-cta {
                display: inline-block;
                height: 16px;
                font-family: 'SeatMedium';
                font-size: 14px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 16px;
                letter-spacing: normal;
                color: #190f14;
                text-decoration: none
            }

                .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-cta-list .model-item-cta:hover {
                    color: rgba(25,15,20,0.6)
                }

                .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-cta-list .model-item-cta .icon-arrow {
                    width: 24px;
                    height: 24px;
                    object-fit: contain
                }

                    .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-cta-list .model-item-cta .icon-arrow::after {
                        content: ' ';
                        transform: translateY(-2px);
                        width: 24px;
                        height: 24px;
                        display: inline-block;
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: 7px 15px;
                        vertical-align: middle;
                        background-image: url("../../../../../etc.clientlibs/seat-website/components/structure/global-header/clientlibs/resources/icons/arrow-black.svg")
                    }

                .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-cta-list .model-item-cta.model-item-cta-orange {
                    color: #ea5d1a
                }

                    .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-cta-list .model-item-cta.model-item-cta-orange:hover {
                        color: #ea5d1a
                    }

                    .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-cta-list .model-item-cta.model-item-cta-orange .icon-arrow.icon-arrow-orange::after {
                        background-image: url("../../../../../etc.clientlibs/seat-website/components/structure/global-header/clientlibs/resources/icons/arrow-orange.svg")
                    }

                .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item .model-item-cta-list .model-item-cta + .model-item-cta {
                    margin: 0 0 0 12px
                }

        .gh-component .navigation-main-models .main-item-panel-loader .main-item-panel-frame .main-item-panel .item-panel .model-item-container .model-item:hover {
            background-color: #fff
        }

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .navigation-main-models .item-panel {
        padding: 32px
    }
}

@media screen and (min-width:1016px) and (max-width:1435px) {
    .gh-component .navigation-main-models .main-item-panel {
        display: block
    }

        .gh-component .navigation-main-models .main-item-panel .model-item-container {
            display: grid;
            grid-template-columns: repeat(3,1fr);
            grid-auto-columns: minmax(72px,auto);
            grid-row-gap: 32px;
            grid-column-gap: 32px
        }
}

@media screen and (min-width:1436px) {
    .gh-component .navigation-main-models .main-item-panel {
        display: block
    }

        .gh-component .navigation-main-models .main-item-panel .model-item-container {
            display: grid;
            grid-template-columns: repeat(4,1fr);
            grid-auto-columns: minmax(72px,auto);
            grid-row-gap: 32px;
            grid-column-gap: 32px
        }
}

.gh-component .model-item .model-item-img img {
    width: 100%
}

.gh-component .navigation-overlay {
    display: none
}

@media screen and (max-width:1015px) {
    .gh-component .navigation-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: black;
        opacity: .6;
        z-index: 4020
    }
}

.gh-component .navigation-panel-footer {
    position: absolute;
    padding: 32px 11px 16px 16px;
    bottom: 0;
    background-color: #fff
}

@media screen and (min-width:1016px) and (max-width:1435px) {
    .gh-component .navigation-panel-footer {
        display: none
    }
}

@media screen and (min-width:1436px) {
    .gh-component .navigation-panel-footer {
        display: none
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .navigation-panel-footer {
        padding: 32px 72px 72px 72px
    }

        .gh-component .navigation-panel-footer .utility-links .utility-link {
            min-width: 158px
        }

            .gh-component .navigation-panel-footer .utility-links .utility-link a.utility-link-cta .utility-link-label {
                height: 16px;
                width: 158px;
                font-size: 14px;
                line-height: 16px
            }

            .gh-component .navigation-panel-footer .utility-links .utility-link + .utility-link {
                margin-left: 32px
            }
}

.gh-component .navigation-panel-headers {
    height: var(--gh-nav-menu--height);
    padding: 13px 11px 0 16px
}

@media screen and (max-width:1015px) {
    .gh-component .navigation-panel-headers {
        display: flex;
        flex-direction: row;
        justify-content: end;
        justify-content: flex-end
    }
}

@media screen and (min-width:1016px) {
    .gh-component .navigation-panel-headers {
        display: none
    }
}

.gh-component .navigation-panel-headers .back-button {
    display: none
}

    .gh-component .navigation-panel-headers .back-button::before {
        content: ' ';
        height: 24px;
        width: 16px;
        display: inline-block;
        background-image: url("../../../../../etc.clientlibs/seat-website/components/structure/global-header/clientlibs/resources/icons/narrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px;
        transform: rotate(90deg)
    }

@media screen and (max-width:763px) {
    .gh-component .navigation-panel-headers .back-button {
        padding: 5px 0 0 0
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .navigation-panel-headers .back-button {
        margin: 0 10px 0 0;
        padding: 0
    }

        .gh-component .navigation-panel-headers .back-button::before {
            height: 32px;
            width: 32px;
            background-size: 40px
        }
}

.gh-component .navigation-panel-headers .back-header {
    display: none;
    flex: 1;
    font-family: "SeatBold";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    color: #190f14;
    vertical-align: top;
    margin: 4px 0 0 0
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .navigation-panel-headers .back-header {
        font-family: "SeatBlack";
        font-size: 24px;
        font-weight: 900;
        line-height: 28px;
        text-align: left;
        margin: 0
    }
}

.gh-component .navigation-panel-headers .close-menu {
    width: 34px;
    height: 34px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top
}

    .gh-component .navigation-panel-headers .close-menu::after {
        content: ' ';
        width: 34px;
        height: 34px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
        vertical-align: middle;
        background-image: url("../../../../../etc.clientlibs/seat-website/components/structure/global-header/clientlibs/resources/icons/close_menu.svg")
    }

.gh-component .navigation-panel-headers.navigation-direct-access .back-section .back-button {
    display: none
}

@media screen and (min-width:1016px) {
    .gh-component .navigation-panel-model .content-panel {
        display: flex;
        padding: 0
    }

        .gh-component .navigation-panel-model .content-panel .navigation-main-item {
            display: inline-block
        }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .navigation-panel-model .navigation-panel-model .navigation-panel-headers {
        padding: 15px 27px 34px 30px
    }

    .gh-component .navigation-panel-model .navigation-panel-model .content-panel {
        display: block;
        padding: 0 32px 0 32px
    }
}

.gh-component .navigation-panel-model .navigation-panel-headers {
    padding: 13px 11px 19px 16px
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .navigation-panel-model .navigation-panel-headers {
        padding: 15px 27px 0 27px
    }
}

.gh-component .navigation-panel-model .content-panel {
    display: block;
    padding: 0 16px 0 16px
}

    .gh-component .navigation-panel-model .content-panel .navigation-main-item {
        display: none
    }

    .gh-component .navigation-panel-model .content-panel .navigation-main-models {
        display: block
    }

    .gh-component .navigation-panel-model .content-panel .main-item {
        display: none
    }

.gh-component .navigation-panel {
    z-index: 4020
}

@media screen and (max-width:1015px) {
    .gh-component .navigation-panel {
        position: fixed;
        top: 0;
        bottom: 0;
        background-color: #fff;
        transition: all .3s ease-in;
        display: flex;
        flex-direction: column
    }
}

@media screen and (max-width:763px) {
    .gh-component .navigation-panel {
        right: -302px;
        width: 302px
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .navigation-panel {
        right: -682px;
        width: 682px
    }
}

.gh-component .navigation {
    width: 100%;
    display: inline-block
}

.gh-component .selected-resource {
    display: none;
    cursor: pointer
}

    .gh-component .selected-resource.active {
        display: block;
        margin: 18px 0 16px 0
    }

@media screen and (min-width:764px) and (max-width:1015px) {
    .gh-component .selected-resource.active {
        margin: 22px 0 19px 0
    }
}

.gh-component .selected-resource-label {
    height: 16px;
    font-family: 'SeatMedium';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: #190f14
}

    .gh-component .selected-resource-label::after {
        content: ' ';
        width: 21px;
        height: 21px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
        vertical-align: middle;
        background-image: url("../../../../../etc.clientlibs/seat-website/components/structure/global-header/clientlibs/resources/icons/narrow.svg");
        margin: 0 0 0 8px
    }

.gh-component .utility-links {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .gh-component .utility-links .utility-link {
        display: inline-flex;
        min-width: 82px;
        justify-content: center
    }

        .gh-component .utility-links .utility-link a.utility-link-cta {
            text-decoration: none;
            color: #ea5d1a
        }

            .gh-component .utility-links .utility-link a.utility-link-cta .utility-link-image {
                width: 32px;
                height: 32px;
                vertical-align: middle;
                position: relative;
                margin: 0 auto 4px auto
            }

                .gh-component .utility-links .utility-link a.utility-link-cta .utility-link-image img {
                    width: 32px;
                    height: 32px
                }

            .gh-component .utility-links .utility-link a.utility-link-cta .utility-link-label {
                height: 12px;
                width: 82px;
                font-family: 'SeatMedium';
                font-size: 10px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 12px;
                letter-spacing: normal;
                text-align: center;
                color: #ea5d1a
            }

        .gh-component .utility-links .utility-link + .utility-link {
            margin-left: 12px
        }

@media screen and (min-width:1436px) {
    .gh-center-content {
        margin: 0 auto;
        max-width: 1436px;
        width: 1436px
    }
}

@media screen and (max-width:763px) {
    :root {
        --wx-header-space: 56px
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    :root {
        --wx-header-space: 64px
    }
}

@media screen and (min-width:1016px) and (max-width:1435px) {
    :root {
        --wx-header-space: 104px
    }
}

@media screen and (min-width:1436px) {
    :root {
        --wx-header-space: 104px
    }
}

@media screen and (min-width:1016px) {
    :root.gh-bb-hidden {
        --wx-header-space: 64px
    }
}

:root:not([wx-scroll]), :root[wx-scroll="up"] {
    --wx-header-height: var(--wx-header-space);
    --ws-header-height: var(--wx-header-space)
}

:root[wx-scroll="down"] {
    --wx-header-height: 0
}

.wx-aspect-ratio {
    position: relative
}

@media screen and (max-width:763px) {
    .wx-aspect-ratio {
        padding-top: 41.2244897959%
    }
}

@media screen and (min-width:764px) and (max-width:1015px) {
    .wx-aspect-ratio {
        padding-top: 42.4489795918%
    }
}

@media screen and (min-width:1016px) and (max-width:1435px) {
    .wx-aspect-ratio {
        padding-top: 42.3387096774%
    }
}

@media screen and (min-width:1436px) {
    .wx-aspect-ratio {
        padding-top: 42.4354243542%
    }
}

.wx-aspect-ratio > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}
