/* GLOBAL STYLES */
#SHOWROOM {
    font-family: var(--f-showroom);
    font-optical-sizing: auto;
    font-weight: var(--f-weight);
    font-style: normal;
    font-size: var(--f-size);
    color: var(--c-black);
    line-height: 1.5rem;
}
.dsp-contain {
    width: 100%;
    padding-right: calc(var(--s-gutter) * .5);
    padding-left: calc(var(--s-gutter) * .5);
    margin-right: auto;
    margin-left: auto;
}
.area-content {
    padding-top: calc(var(--s-gutter) * 2);
    padding-bottom: calc(var(--s-gutter));
}
@media (min-width: 575.98px) {
    .dsp-contain { max-width: 540px; }
}
@media (min-width: 767.98px) {
    .dsp-contain { max-width: 720px; }
}
@media (min-width: 991.98px) {
    .dsp-contain { max-width: 960px; }
}
@media (min-width: 1199.98px) {
    .dsp-contain { max-width: 1140px; }
}
@media (min-width: 1399.98px) {
    .dsp-contain { max-width: 1360px; }
}
@media (min-width: 1599.98px) {
}
@media (min-width: 1799.98px) {
}
#SHOWROOM h1, #SHOWROOM h2, #SHOWROOM h3, #SHOWROOM h4, #SHOWROOM h5, #SHOWROOM h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--c-black);
}
#SHOWROOM h1 { font-size: var(--h-h1); }
#SHOWROOM h2 { font-size: var(--h-h2); }
#SHOWROOM h3 { font-size: var(--h-h3); }
#SHOWROOM h4 { font-size: var(--h-h4); }
#SHOWROOM h5 { font-size: var(--h-h5); }
#SHOWROOM h6 { font-size: var(--h-h6); }
@media (min-width: 1199.98px) {
    #SHOWROOM h1 { font-size: var(--h-h1-1200); }
    #SHOWROOM h2 { font-size: var(--h-h2-1200); }
    #SHOWROOM h3 { font-size: var(--h-h3-1200); }
    #SHOWROOM h4 { font-size: var(--h-h4-1200); }
    #SHOWROOM h5 { font-size: var(--h-h5-1200); }
    #SHOWROOM h6 { font-size: var(--h-h6-1200); }
}
#SHOWROOM p {
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 1.5rem;
}
/* BUTTONS */
.showroom-btn-brand {
    display: inline-block;
    background-color: var(--c-brand);
    border: 2px solid var(--c-brand);
    color: var(--c-white);
    padding: calc(var(--s-grid-gap) * .5) calc(var(--s-grid-gap) * 2);
    font-family: var(--f-headings);
    font-weight: 500;
    text-transform: uppercase;
    transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
.showroom-btn-brand:hover {
    background-color: var(--c-brand-dark);
    border: 2px solid var(--c-brand-dark);
    color: var(--c-white);
    text-decoration: none;
    cursor: pointer;
}
/* BRAND BAR */
.showroom-brand-bar {
    border-bottom: 4px solid var(--c-brand);
    background-color: var(--c-white);
}
.showroom-brand-bar img { height: var(--s-logo-h); }
/* HEADER */
.showroom-header {
    background-color: var(--c-black);
    background-image: url('//placehold.net/400x400.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px
}
.showroom-header .overlay {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
}
.showroom-header .dsp-grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    height: 100%;
}
.showroom-header h1 {
    font-family: var(--f-headings);
    color: var(--c-white) !important;
    text-align: center;
    text-transform: uppercase;
}
.showroom-header p {
    font-family: var(--f-headings);
    font-size: var(--h-h3);
    color: var(--c-white) !important;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 767.98px) {
    .showroom-header { height: 300px; }
}
@media (min-width: 1199.98px) {
    .showroom-header { height: 400px; }
    .showroom-header .dsp-grid { grid-template-columns: 50%; }
    .showroom-header h1 { text-align: left; }
    .showroom-header p { 
        font-size: var(--h-h3-1200);
        text-align: left;
    }
}
@media (min-width: 1599.98px) {
    /*.showroom-header { height: 500px; }*/
}
/* SHOWROOM NAV */
.showroom-nav-bar {
    padding: 25px 0;
    border-bottom: 4px solid var(--c-brand);
    background: var(--c-white);
    -webkit-box-shadow: 0 0 10px 0 var(--c-shadow);
    -moz-box-shadow: 0 0 10px 0 var(--c-shadow);
    box-shadow: 0 0 10px 0 var(--c-shadow);
}
.showroom-nav-bar .dsp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--s-nav-gap);
    justify-content: start;
    align-content: center;
}
.showroom-nav-bar .dsp-grid .grid-item {
    display: block;
    margin: 0;
    padding: calc(var(--s-nav-gap) * .75) var(--s-nav-gap);
    font-family: var(--f-headings);
    font-weight: 500;
    text-transform: uppercase;
    font-size: var(--f-size);
    color: var(--black);
    line-height: calc(var(--s-nav-gap) +5 px);
}
.showroom-nav-bar .dsp-grid span.grid-item {
    grid-area: 1 / 1 / span 1 / span 3;
    border-right: 0 none;
    border-bottom: 1px solid var(--c-lines);
    padding-right: var(--s-nav-gap);
    text-align: center;
}
.showroom-nav-bar .dsp-grid .nav-link {
    font-weight: 400;
    text-align: center;
    border-bottom: 4px solid transparent;
}
.showroom-nav-bar .dsp-grid .nav-link:hover { border-bottom: 4px solid var(--c-brand); }
.showroom-nav-bar .dsp-grid .nav-link.active { border-bottom: 4px solid var(--c-brand); }
@media (min-width: 767.98px) {
    .showroom-nav-bar .dsp-grid { grid-template-columns: repeat(4, max-content); }
    .showroom-nav-bar .dsp-grid span.grid-item {
        border-bottom: 0 none;
        border-right: 1px solid var(--c-lines);
        padding-right: calc(var(--s-nav-gap) * 2);
        grid-area: unset;
    }
}
/* SHOWROOM OVERVIEW */
.showroom-overview .dsp-grid {
    display: grid;
    grid-template-columns: 100%;
    gap: var(--s-grid-gap);
}
.showroom-overview .image img{ max-width: 100%; }
@media (min-width: 767.98px) {
    .showroom-overview .dsp-grid {
        grid-template-columns: 250px auto;
        gap: calc(var(--s-grid-gap) * 2);
        align-items: center;
        justify-content: start;
    }
}
@media (min-width: 991.98px) {
    .showroom-overview .dsp-grid { grid-template-columns: 300px 50%; }
}
@media (min-width: 1199.98px) {
    .showroom-overview .dsp-grid { grid-template-columns: 350px 50%; }
}
/* SHOWROOM FEATURES */
.showroom-features { background-color: var(--c-altbg); }
.showroom-features h2 {
    color: var(--c-white) !important;
    font-family: var(--f-headings);
    text-transform: uppercase;
    border-bottom: 2px solid var(--c-brand);
    margin-bottom: var(--s-grid-gap) !important;
}
.showroom-features a[href*='youtube.com'] {
    display: inline-block;
    border: 2px solid var(--c-white);
    color: var(--c-white);
    padding: calc(var(--s-grid-gap) * .5) calc(var(--s-grid-gap) * 2);
    font-family: var(--f-headings);
    font-weight: 500;
    text-transform: uppercase;
    transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
.showroom-features a[href*='youtube.com']:hover {
    border: 2px solid var(--c-brand);
    color: var(--c-brand);
}
.showroom-features .dsp-grid {
    display: grid;
    background-color: var(--c-d-overlay);
    align-items: center;
    height: 100%;
}
.showroom-features .grid-item.image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 275px;
}
.showroom-features .grid-item.content { padding: calc(var(--s-pad-unit) * 2) var(--s-pad-unit); color: var(--c-white); }
.showroom-features .grid-item.content p { color: var(--c-white); }
.showroom-features .grid-item.content .heading {
    color: var(--c-white);
    font-family: var(--f-headings);
    font-size: var(--h-h4-1200);
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
    margin-bottom: var(--s-pad-unit);
}
@media (min-width: 767.98px) {
    .showroom-features .dsp-grid {
        grid-template-columns: 250px auto;
        align-items: center;
        justify-content: start;
    }
    .showroom-features .grid-item.image { min-height: 100%; }
    .showroom-features .grid-item.content .heading { font-size: var(--h-h4);}
    .showroom-features .dsp-grid:nth-child(even) { grid-template-columns: auto 250px; }
    .showroom-features .dsp-grid:nth-child(even) .grid-item.image { order: 2; }
    .showroom-features .dsp-grid:nth-child(even) .grid-item.content { order: 1; }
}
@media (min-width: 991.98px) {
    .showroom-features .dsp-grid { grid-template-columns: 50% 50%; }
    .showroom-features .dsp-grid:nth-child(even) { grid-template-columns: 50% 50%; }
    .showroom-features .grid-item { min-height: 515px; }
    .showroom-features .grid-item.content { align-content: center; }
}
.showroom-features .features-y-full .image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 767.98px) {
    .showroom-features .features-y-full .dsp-grid { grid-template-columns: 75%; }
    .showroom-features .features-y-full .dsp-grid:nth-child(even) { grid-template-columns: 75%; }
}
.showroom-features .features-scroller .scroll-item {
    background-color: var(--c-d-overlay);
    color: var(--c-white);
}
.showroom-features .features-scroller .image { max-width: 100%; }
.showroom-features .features-scroller .text { padding: var(--s-pad-unit); }
.showroom-features .features-scroller .heading {
    display: block;
    font-family: var(--f-headings);
    font-size: var(--h-h4-1200);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: calc(var(--s-pad-unit) * 0.8);
}
.showroom-features .features-scroller .slick-track { display: flex !important; }
.showroom-features .features-scroller .slick-slide { height: inherit !important; }
.showroom-features .features-scroller .slick-slide div { height: 100%; }
.showroom-features .features-scroller .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: var(--s-pad-unit);
}
.showroom-features .features-scroller .slick-dots li.slick-active button:before,
.showroom-features .features-scroller .slick-dots li button:before { color: var(--c-white) !important; }
.showroom-features .features-scroller .slick-dots li button:before { font-size: 18px !important; }
@media screen and (min-width: 768px) {
    .showroom-features .features-scroller .heading { font-size: var(--h-h4); }
}
/* SHOWROOM TECHNICAL SPECIFICATIONS */
.showroom-technical h2 {
    color: var(--c-black) !important;
    font-family: var(--f-headings);
    text-transform: uppercase;
    border-bottom: 2px solid var(--c-brand);
    margin-bottom: var(--s-grid-gap) !important;
}
.showroom-technical .dsp-grid {
    display: grid;
    grid-template-columns: 100%;
    gap: var(--s-grid-gap);
}
@media screen and (min-width: 991.98px) {
    .showroom-technical .dsp-grid { grid-template-columns: 400px auto; }
}
@media screen and (min-width: 1199.98px) {
    .showroom-technical .dsp-grid { grid-template-columns: 500px auto; }
}
@media screen and (min-width: 1599.98px) {
    /*.showroom-technical .dsp-grid { grid-template-columns: 700px auto; }*/
}
.showroom-technical .model-style img{ max-width: 100%; }
.showroom-technical .model-style { 
    display: none;    
    justify-content: center;
    align-content: center;
}
.showroom-technical .model-style.active { display: grid; }
.showroom-technical .model-styles .model-style-nav {
    margin: 40px auto 0;
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
}
.showroom-technical .model-styles .model-style-nav .model-style-btn {
    display: inline-block;
    margin: 0 10px 0;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid var(--c-lines);
}
.showroom-technical .model-styles .model-style-nav .model-style-btn.active { border: 2px solid var(--c-brand); }
.showroom-technical .model-styles .model-style-nav .model-style-btn .triangle {
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 3.5px 0 3.5px;
    border-color: var(--c-brand) transparent transparent transparent;
    position: absolute;
    top: 27px;
    left: 50%;
    margin-left: -4px;
}
.showroom-technical .model-styles .model-style-nav .model-style-btn.active .triangle { display: block; }
.showroom-technical .model-styles .model-style-name-label {
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: calc(var(--f-size) * 0.8125);
    color: var(--c-black);
    line-height: 1rem;
}
/* Technical Specifications */
.showroom-technical .model-specs .tech-specs-accordion {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.showroom-technical .model-specs .tsa-heading {
    background-color: var(--c-white);
    color: var(--c-black);
    border: 0 none;
    border-bottom: 1px solid var(--c-brand);
    cursor: pointer;
    padding: calc(var(--s-pad-unit) / 2) var(--s-pad-unit);
    width: 100%;
    text-align: left;
    outline: none;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: calc(var(--f-size) * 1.125);
    transition: all .2s ease-in-out;
}
.showroom-technical .model-specs .tsa-heading.active {
    border-bottom: 2px solid var(--c-brand);
}
.showroom-technical .model-specs .tsa-heading:after {
    content: '\002B';
    color: var(--c-black);
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.showroom-technical .model-specs .tsa-heading.active:after {
    content: "\2212";
}
.showroom-technical .model-specs .tsa-content {
    padding: 0 var(--s-pad-unit);
    background-color: var(--c-white);
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
.showroom-technical .model-specs .tsa-content.open {
    margin-bottom: var(--s-gutter);
}
.showroom-technical .model-specs .data-grid-row {
    display: grid;
    grid-template-columns: 1fr;
    padding: 12px 0;
    border-bottom: 1px solid var(--c-lines);
}
.showroom-technical .model-specs .data-grid-column:first-of-type {
    color: var(--c-black);
    font-weight: 500;
}
@media (min-width: 767.98px) {
    .showroom-technical .model-specs .data-grid-row {
        display: grid;
        grid-template-columns: 20% 80%;
    }
    .showroom-technical .model-specs .data-grid-column:last-of-type { text-align: right; }
}
@media (min-width: 991.98px) {
}
@media (min-width: 1199.98px) {
    .showroom-technical .model-specs .data-grid-row {
        display: grid;
        grid-template-columns: 30% 70%;
    }
}
@media (min-width: 1399.98px) {
}

/* SHOWROOM GALLERY */
.showroom-gallery { background-color: var(--c-altbg); }
.showroom-gallery h2 {
    color: var(--c-white) !important;
    font-family: var(--f-headings);
    text-transform: uppercase;
    border-bottom: 2px solid var(--c-brand);
    margin-bottom: var(--s-grid-gap) !important;
}
.showroom-gallery .dsp-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--s-grid-gap);
}
.showroom-gallery .grid-item a {
    display: block;
    width: 100%;
    height: 225px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.showroom-gallery .grid-item svg {
    position: absolute;
    top: calc(50% - 48px);
    left: calc(50% - 48px);
    height: 96px;
    width: 96px;
}
.showroom-gallery .grid-item svg path { fill: var(--c-l-overlay); }
.showroom-gallery .grid-item:hover svg path { fill: var(--c-brand); }
@media screen and (min-width: 767.98px) {
    .showroom-gallery .dsp-grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (min-width: 991.98px) {
    .showroom-gallery .dsp-grid { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (min-width: 1199.98px) {
    .showroom-gallery .dsp-grid { grid-template-columns: repeat(4, 1fr); }
}
/* SHOWROOM AD OFFERS */
.offers-heading {
    margin-top: calc(var(--s-gutter) * 2) !important;
}
.ad-offers-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--s-grid-gap);
    margin: var(--s-gutter) 0;
}
.ad-offers {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--s-grid-gap);
    margin: var(--s-gutter) 0;
}
@media screen and (min-width: 767.98px) {
    .ad-offers-list { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (min-width: 1199.98px) {
    .ad-offers-list { grid-template-columns: repeat(3, 1fr); }
}
/* SHOWROOM LISTING */
.showroom-bikes-list h2 {
    color: var(--c-black) !important;
    font-family: var(--f-headings);
    text-transform: uppercase;
    border-bottom: 2px solid var(--c-brand);
    margin-bottom: var(--s-grid-gap) !important;
}
.showroom-bikes-list h3 {
    color: var(--c-black) !important;
    font-family: var(--f-headings);
    text-transform: uppercase;
    border-left: 4px solid var(--c-brand);
    padding-left: calc(var(--s-pad-unit)/2);
    margin-bottom: var(--s-pad-unit) !important;
    margin-top: var(--s-pad-unit) !important;
}
.showroom-bikes-list h3:first-child {
    margin-top: 0 !important;
}
.showroom-bikes-list .dsp-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--s-grid-gap);
}
.showroom-bikes-list .dsp-grid > div {
    background-color: var(--c-light-bg);
    padding: var(--s-pad-unit);
}
.box-bike {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--s-grid-gap);
}
.box-bike-image img { max-width: 100%; }
.box-bike-text { text-align: center; }
.box-bike-text .heading {
    font-family: var(--f-headings);
    font-size: var(--h-h3);
    font-weight: 500;
    line-height: 1.2;
    color: var(--c-black);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1rem;
}
.box-bike-text .showroom-btn-brand { width: 100%; }
@media (min-width: 767.98px) {
    .box-bike {
        grid-template-columns: 250px auto;
        gap: calc(var(--s-grid-gap) * 2);
        align-items: center;
        justify-content: start;
    }
    .box-bike-text { text-align: left; }
    .box-bike-text .heading { text-align: left; }
    .box-bike-text .showroom-btn-brand { width: auto; }
}
@media (min-width: 991.98px) {
    .box-bike { grid-template-columns: 300px 50%; }
}
@media (min-width: 1199.98px) {
    .box-bike { grid-template-columns: 350px 50%; }
    .box-bike-text .heading { font-size: var(--h-h3-1200); }
}
.showroom-bikes-list-tab-list .nav.dsp-grid {
    display: grid;
    grid-template-columns: 100%;
    gap: var(--s-nav-gap);
    justify-content: start;
    align-content: center;
    margin-bottom: var(--s-pad-unit);
}
@media (min-width: 575.98px) {
    .showroom-bikes-list-tab-list .nav.dsp-grid {
        grid-template-columns: repeat(3, calc(100%/3));
    }
}
@media (min-width: 767.98px) {
    .showroom-bikes-list-tab-list .nav.dsp-grid {
        grid-auto-flow: column;
        grid-template-columns: none;
    }
}
.showroom-bikes-list-tab-list .nav.dsp-grid .nav-link {
    display: block;
    margin: 0;
    padding: calc(var(--s-nav-gap) * .75) var(--s-nav-gap);
    font-family: var(--f-headings);
    font-weight: 500;
    text-transform: uppercase;
    font-size: var(--f-size);
    color: var(--black);
    line-height: calc(var(--s-nav-gap) +5 px);
    text-align: center;
    border-bottom: 4px solid transparent;
}
.showroom-bikes-list-tab-list .nav.dsp-grid .nav-link.active {
    border-bottom: 4px solid var(--c-brand);
}
.showroom-bikes-list-tab-list .nav.dsp-grid .nav-link:hover {
    border-bottom: 4px solid var(--c-brand);
}

@media (min-width: 767.98px) {
    .showroom-bikes-list-tab-list .grid-bikes {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1199.98px) {
    .showroom-bikes-list-tab-list .grid-bikes {
        grid-template-columns: repeat(3, 1fr);
    }
}
.showroom-bikes-list-tab-list .grid-bikes .box-bike {
    grid-template-columns: none;
    align-items: end;
    grid-template-rows: max-content auto;
}
.showroom-bikes-list-tab-list .grid-bikes .box-bike-image img {
    width: 100%;
}