html {
    --main-background-color: #0b2533;
    --main-foreground-color: white;
    --highlight-background-color: #ffa100;
    --highlight-foreground-color: var(--main-background-color);
    --gallery-background-color: white;
    --gallery-color: var(--main-background-color);
    --gallery-caption-color: var(--main-background-color);
    --price-background-color: black;
    --price-color: white;
    --price-row-background-color: var(--main-foreground-color);
    --price-row-alternate-background-color: white;
    --tech-spec-alternate-background: #081c26;
    --contact-panel-form-background: var(--main-background-color);
}


.contact-panel-form-row .agreement-trigger {
    color: #ee1c25 !important;
}

.req {
    color: #ee1c25 !important;
}

.footer {
    margin-top: 0 !important;
}

.sirs-gallery {
    background-color: var(--main-foreground-color) !important;
}

.sirs-gallery .dot-container-item {
    background-color: var(--main-foreground-color);
    color: white;
}

.sirs-gallery + section {
    background-color: var(--main-foreground-color);
    color: white;
}

.sirs-gallery + section h2 {
    color: white;
}


.contact-panel-form-input:only-child label {
    color: #ee1c25 !important;
}

.contact-panel-header + h4 {
    color: white;
}

.first-section h2 {
    color: var(--highlight-background-color);
}

.more-info .nomargins {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.more-info .nomargins .cta-button {
    background-color: var(--main-foreground-color);
}

.tech-spec + .cta-line {
    top: 0 !important;
    background: linear-gradient(to bottom, var(--main-foreground-color) 1.4em, var(--highlight-background-color) 1.4em, var(--highlight-background-color) 1.8em, black 1.8em) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.6em;
}

.tech-spec + .cta-line .cta-button {
    display: flex;
    align-items: center;
    margin: 0 0.5em;
}

.img-header + h3 {
    text-transform: initial !important;
}

@media only screen and (max-width: 1100px) {

    .more-info .nomargins {
        margin: 2rem 0;
    }

    .more-info .nomargins {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 800px) {

    .cta-line {
        flex-wrap: wrap;
    }

    .cta-line > :first-child {
        margin-bottom: 10px !important;
    }

    .price-section h2 {
        margin-top: 30px !important;
    }
}

.view-title h2 {
    display: flex;
    flex-direction: row;
}

.view-title h2:before, h2:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
}

.view-title h2:before {
    margin-right: 10px;
}

.view-title h2:after {
    margin-left: 10px;
}

.view-title h3,
.small-subtitle h3,
.gallery-section h3 {
    font-size: 1.2em !important;
    text-transform: none;
    font-weight: unset;
}

.order-offer-wrapper {
    padding-bottom: 2em;
    display: flex;
    justify-content: center;
}

.sirs-section h2 {
    color: var(--highlight-background-color);
}

.sirs-section h3 {
    color: white;
}

.sirs-section .dot-container-item,
.sirs-section .header-container h2,
.sirs-section .cti-text {
    color: var(--main-background-color);
}

.order-offer-wrapper.white-bg {
    background: white;
}

.sirs-section .splide__track {
    padding-bottom: 0 !important;
}

.gallery-section .gallery,
.gallery-section .plain-bar {
    background: var(--main-background-color);
}

.gallery-section .plain-bar h2 {
    color: var(--highlight-background-color);
}

.gallery-section .plain-bar h3 {
    color: white;
}

.gallery-section .splide__pagination__page.is-active {
    background: white !important;
}

.scrub-margin {
    margin-left: 35%;
}

.price-table-content table tbody tr td {
    color: var(--main-background-color) !important;
}

.thumbnail {
    position: absolute;
    border-radius: 50%;
    border: 5px solid white;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    margin: 0 !important;
}

.content-thumbnail .cti-img,
.content-thumbnail .cti-text {
    max-width: 42% !important;
}

.thumbnail-container{
    position: relative;
    display: flex;
    justify-content: end;
}

.content-thumbnail .cti-img {
    max-width: 45%;
    position: relative;
    display: flex;
    align-items: center;
}

.content-thumbnail li{
    display: flex;
    align-items: center;
}

.main-image {
    height: 100%;
    margin: 0!important;
}

.thumbnail-container.cti-img img {
    margin: 0 !important;
    max-width: 100% !important;
}


.price-table-content tr {
    border-bottom: 5px solid var(--price-background-color);
}

.cover-hayabusa {
    background: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
}

.accessory-line {
    background: linear-gradient(to bottom, transparent 1.4em, var(--highlight-background-color) 1.4em, var(--highlight-background-color) 1.8em, transparent 1.8em);
}

#musicToggleButton {
    position: fixed;
    right: 0.5em;
    bottom: 0.5em;
    background: #000;
    border: 1px solid #ffa100;
    padding: 0.5em;
    border-radius: 0.3em;
    height: 40px;
    width: 40px;
    z-index: 800;
    cursor: pointer;
}

#musicToggleButton > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hidden{
    display: none!important;
}

.cover-hayabusa .logo {
    font-size: 2em;
    color: #f1f1f1;
}

.cover-hayabusa > * {
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cover-hayabusa .video > .skip-intro {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    background: none;
    color: #f1f1f1;
    font-size: 1.2em;
    border-width: 0;
    font-family: "SuzukiHeadline", sans-serif;
    cursor: pointer;
}

.video{
    opacity: 0;
}

.intro-video{
    width: 1100px;
}

.scroll-off {
    overflow: hidden;
}

@media only screen and (max-width: 1100px) {

    .cover-video {
        width: 100% !important;
    }

    .intro-video{
        width: 100%!important;
    }

    .cover-hayabusa .logo,
    .cover-hayabusa .logo img {
        width: 90%!important;
    }

    .scrub-from-left.scrub-margin img {
        max-width: 100%;
    }

    .thumbnail{
        display: none;
    }

    .thumbnail-container.cti-img,
    .content-thumbnail .cti-text {
        max-width: 90% !important;
    }
    .thumbnail-container {
        justify-content: center;
    }

    .content-thumbnail .cti-img, .content-thumbnail .cti-text {
        max-width: 90% !important;
    }
}