.selected_title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 0rem 0.5rem;
}

.similar_motos_img {
    max-width: 330px;
}

@media screen and (min-width: 768px) {
    .headerBox {
        margin-inline: auto;
        max-width: 50%;
    }
}

.lineuprecreatif__bg--top {
    padding-top: 3rem;
    background-image: linear-gradient(-15deg, var(--bg-color2), var(--bg-color2) calc(50% - 0.5px), transparent calc(50% + 0.5px));
}

.lineuprecreatif__bg--center {
    background-color: var(--bg-color2);
    /* transparent border prevent having a space before or after this background due to how collapsing margin works */
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.lineuprecreatif__bg--bottom {
    background-image: linear-gradient(-15deg, transparent, transparent calc(50% - 0.5px), var(--bg-color2) calc(50% + 0.5px));
}

.selected_version {
    padding: 0px 124px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
}
.selected_version_moto {
    padding: 0px 124px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8rem;
    white-space: nowrap;
}

/* ============== specs top ============= */
.ps_top_engine_title,
.ps_top_weight_title,
.ps_top_energy_title,
.ps_top_size_title
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
}

/* type */
.ps_top_engine_type {
    font-size: 2rem;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
}
.ps_top_engine_type_big {
    font-size: 2rem;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
}

.ps_top_weight_type {
    font-size: 2rem;
    line-height: 105%;
    font-weight: bold;
}
.ps_top_energy_type {
    font-size: 2rem;
    line-height: 105%;
    font-weight: bold;
}
.ps_top_size_type {
    font-size: 2rem;
    line-height: 105%;
    font-weight: bold;
}

/* converter */
.ps_top_size_converter {
    font-size: 1.5rem;
}
.ps_top_weight_converter {
    font-size: 1.5rem;
}
.ps_top_energy_converter {
    font-size: 1.5rem;
}

.ps_price_top {
    font-size: 1.5rem;
}

.ps_top_price_container {
    padding-right: 30px;
    border-right: 2px solid rgb(216, 216, 216) !important;
    margin-left: 170px;
}
.ps_top_price {
    font-weight: bold;
    font-size: 32px;
    line-height: 90%;
}
.ps_top_price_btn {
    padding: 4px 32px;
}

.ps_specs_top {
    
}
.ps_svg_phone {
    background-color: white;
    border-radius: 24px;
    padding: 4px;
    border: #000 1px solid;
    color: rgb(100, 100, 100);
    margin-right: 64px;
}

.ps_specs_top_engine>.card,
.ps_specs_top_weight>.card,
.ps_specs_top_energy>.card,
.ps_specs_top_size>.card
{
    border: none !important;
    border-radius: 0 !important;
}

.ps_specs_top_engine,
.ps_specs_top_weight,
.ps_specs_top_energy
{
    border-right: 3px solid var(--primary) !important;
}

/* .ps_main_container {
    position: relative;
} */

.ps_sticky_cta {
    position: sticky;
    z-index: 3;
}

.ps_pdf_btn {
    padding: 12px 40px;
    border-radius: 0 !important;
}

.ps_cta_btns {
    padding: 12px 32px;
    border-radius: 0 !important;
}

#menu-tabs-tab-ps-description {
    color: var(--primary) !important;
    /* border: 1px solid var(--primary); */
    /* border: 0 !important; */
    border-radius: 5px;
    font-weight: bold;
    padding-left: 9px;
    font-size: 1.5rem ;
}

.ps_vdp_desc>.nav-tabs .nav-item.show .nav-link, .ps_vdp_desc>.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6;
    border-bottom: 2px solid #a2a4a7 !important;
}


.ps_main_container>.card-header {
    background-color: white;
    border: none;
    font-weight: bold;
}


.static_similar_motos_cont .card {
    border: none;
}
.static_similar_motos:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.363);
    border-radius: 0.5rem;
    /* border: 1px solid transparent; */
    /* transition: border 0.3s ease, background-color 0.2s ease; */
}

.static_similar_motos {
    /* padding: 15px !important; */
    margin: 15px !important;
}

/* ============== Carousel ============= */
#vdpRecreatifCarousel .carousel-item img {
    aspect-ratio: 4/3;
    object-fit: contain;
    width: 640px;
    height: auto;
    max-width: 100%;
}

/* .ps_owl_carousel_images {
    height: 10rem;
} */
.ps_owl_carousel_item {
    /* height: 1rem; */
    /* width: 1rem; */
}

.letter-spacing-explore {
    margin: 8px;
}

.ps_overview_gallery_en {
    background: #1d222a;
    background-image: url("/plugins/nerd/lineuprecreatif/assets/images/ps-gallery-text-en.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.ps_overview_gallery_fr {
    background: #1d222a;
    background-image: url("/plugins/nerd/lineuprecreatif/assets/images/ps-gallery-text-fr.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.ps_gl_line::after {
    content: "";
    height: 4px;
    /* position: absolute; */
    border-bottom: var(--primary) 4px solid;
    display: block;
    width: 75px;
    bottom: -10px;
    position: relative;
    margin: auto;
}

.ps_gl_line2::before {
    content: "";
    height: 2px;
    border-bottom: var(--primary) 2px solid;
    display: block;
    width: 175px;
    bottom: -10px;
    position: relative;
    margin: auto;
}
.ps_gl_line2::after {
    content: "";
    height: 2px;
    border-bottom: var(--primary) 1px solid;
    display: block;
    width: 125px;
    bottom: -10px;
    position: relative;
    margin: auto;
    padding: 3px;
}

.lineuprecreatif-quicklinks {

}

/* ============== Accordion ============= */

/* ACCORDION CTA plus-minus */
.ps_accordion_btn::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    /* PLUS */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 22 22'%3E%3Cpath fill='%23398ed4' d='M12 17h-2v-5H5v-2h5V5h2v5h5v2h-5Z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
  
.ps_accordion_btn:not(.collapsed)::before {
    /* MINUS */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 20 20'%3E%3Cpath fill='white' d='M5 11a1 1 0 1 1 0-2h10a1 1 0 1 1 0 2H5Z'/%3E%3C/svg%3E%0A");
    transform: rotate(-180deg);
    transition: transform .2s ease-in-out;
}


#specsAccordion {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    overflow: hidden; /* hides overflowing corners */
    background-color: var(--component-bg-color, --bg-color, white);
}

#specsAccordion .accordion-title {
    border-top: 1px solid var(--border-color);
    padding: 0.75rem;
    display: block;
    background-color: var(--bg-color2);
    color: var(--text-color, #000);
    text-transform: uppercase;
    font-weight: bold;
    background-color: var(--bg-color);
    transition: all .2s ease-in-out;
    border-top: 1px solid var(--border-color);
}

#specsAccordion div:first-child>.accordion-title {
    border-top: none;
}

#specsAccordion .accordion-title:hover {
    background-color: var(--bg-color2);
    color: inherit;
}
#specsAccordion .accordion-title:focus {
    color: inherit;
}

#specsAccordion .accordion-btn {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    display: grid;
    place-content: center;

    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.ps_cta_btns_top {
    border: white 1px solid;
}

@media screen and (min-width: 768px) {
    #specsAccordion .accordion-title[aria-expanded="true"]+.accordion-btn {
        opacity: 1
    }
}


#specsAccordion .table {
    margin-bottom: 0;
}

.quicklinks-grid {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .quicklinks-grid {
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(3, 1fr);
    }
    .ps_sticky_cta .quicklinks-grid {
        margin-top: 0rem;
    }
}

.gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ps_gallery_main>.col-sm-8, 
.ps_gallery_main>.col-sm-4,
.ps_gallery_main>.col-sm-6
{
    padding: 0 !important;
}

@media screen and (min-width: 768px) {
    /* .gallery__grid__top {
        grid-template-columns: repeat(2, 1fr);
        place-content: center;
    } */
    .gallery__grid {
        grid-template-columns: repeat(4, 1fr);
        place-content: center;
    }
}
.test-hight {
    max-height: 300px;
}

.gallery__link {
    overflow: hidden;
}

.gallery__img {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    object-fit: cover; 
    transition: all .2s ease-in-out;
}

.gallery__link:hover .gallery__img {
    scale: 1.1;
    transition: 0.4s;
}

/*in theme*/ 

.form_inputs {
    border-radius: 0.4em;
    border-color: rgb(179, 179, 179) !important;
    border: 2px solid;
    color: rgb(179, 179, 179) !important;
    font-weight: 700 !important;
    padding-left: 5px;
}

.footer_form_section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    /* background-image: url('/plugins/nerd/lineuprecreatif/assets/img/MVM-bg-15gris.jpg'); */
}

@media screen and (max-width: 769px) {

    .footer_form_section {
        background-image: unset !important;
    }

    .footer_form_names {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .footer_form_names input{
        margin: 12px auto !important;
        width: 70% !important;
    }

    .footer_form_section .email_input {
        width: 70% !important;
    }

    .mvm_submit_btn {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .ps_top_engine_title,
    .ps_top_weight_title,
    .ps_top_energy_title,
    .ps_top_size_title 
    {
        font-size: 0.8rem;
    }
    .ps_top_engine_type_tr,
    .ps_top_weight_type,
    .ps_top_energy_type,
    .ps_top_size_type,
    .ps_top_engine_type_big
    {
        font-size: 1.4rem;
        margin: 0.5rem 0.5rem;
    }
    .selected_title {
        font-size: 1.3rem;
        padding: 0rem 0.4rem;
    }
    .ps_cta_btns {
        font-size: 0.8rem !important;
    }
    .selected_version_moto{
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ps_top_engine_title,
    .ps_top_weight_title,
    .ps_top_energy_title,
    .ps_top_size_title 
    {
        font-size: 0.5rem;
    }
    .ps_top_engine_type_tr,
    .ps_top_weight_type,
    .ps_top_energy_type,
    .ps_top_size_type,
    .ps_top_engine_type_big
    {
        justify-content: flex-start !important;
        font-size: 0.9rem;
        margin: 0.5rem 0.5rem;
    }
    .selected_title  {
        font-size: 0.8rem;
        padding: 0rem 0.4rem;
    }
    .ps_cta_btns {
        min-height: 80px;
    }
    .ps_price_top {
        font-size: 1.3rem;
    }
    .ps_specs_top>.col-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .selected_version_moto{
        font-size: 0.9rem;
    }

    .static_similar_motos .card-title {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 540px) and (max-width: 768px) {
    .selected_version  {
        font-size: 0.9rem;
        padding: 0px 90px;
    }
    .selected_version_moto{
        font-size: 0.9rem;
        padding: 0px 90px;
    }
    .selected_title  {
        font-size: 0.7rem;
        padding: 0rem 0.3rem;
    }
    .ps_specs_top_engine,
    .ps_specs_top_weight,
    .ps_specs_top_energy,
    .ps_specs_top_size {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .ps_specs_top>.col-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ps_specs_top_engine>.card>.card-body,
    .ps_specs_top_weight>.card>.card-body,
    .ps_specs_top_energy>.card>.card-body,
    .ps_specs_top_size>.card>.card-body 
    {
        padding: 0.5rem;
    }

    .ps_top_engine_title,
    .ps_top_weight_title,
    .ps_top_energy_title,
    .ps_top_size_title 
    {
        font-size: 0.5rem;
        margin-bottom: 4px;
        font-weight: bold;
    }
    .ps_top_engine_type_tr,
    .ps_top_weight_type,
    .ps_top_energy_type,
    .ps_top_size_type,
    .ps_top_engine_type_big
    {
        font-size: 0.8rem;
        margin: 0.3rem 0.3rem;
    }
    .ps_top_price_container {
        padding-right: 30px;
        border-right: 2px solid rgb(216, 216, 216) !important;
        margin-left: 0;
    }
    .ps_price_top {
        font-size: 1.2rem;
    }

    .quicklinks-grid {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 1rem;
    }
    .ps_cta_btns {
        font-size: 0.8rem !important;
        min-height: 58px;
        padding: 0.5rem 1rem;
    }

    .ps_gallery_link_top {
        margin: 0px 16px 16px 16px;
    }
    .ps_gallery_link_bot {
        margin: 16px 16px 0px 16px;
    }
    .static_similar_motos_cont {
        flex-direction: column !important;
    }
}
@media only screen and (max-width: 540px) {
    .selected_version  {
        font-size: 0.9rem;
        padding: 0px 30px;
    }
    .selected_version_moto{
        font-size: 0.9rem;
        padding: 0px 30px;
    }
    .selected_title  {
        font-size: 1.1rem;
        padding: 0rem 0.2rem;
    }
    .ps_specs_top_engine,
    .ps_specs_top_weight,
    .ps_specs_top_energy,
    .ps_specs_top_size {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    .ps_specs_top_engine>.card>.card-body,
    .ps_specs_top_weight>.card>.card-body,
    .ps_specs_top_energy>.card>.card-body,
    .ps_specs_top_size>.card>.card-body 
    {
        padding: 0.5rem;
    }

    .ps_top_engine_title,
    .ps_top_weight_title,
    .ps_top_energy_title,
    .ps_top_size_title
    {
        font-size: 0.6rem;
        margin-bottom: 4px;
        font-weight: bold;
        text-align: center;
    }
    .ps_top_engine_type_tr,
    .ps_top_weight_type,
    .ps_top_energy_type,
    .ps_top_size_type,
    .ps_top_engine_type_big
    {
        font-size: 0.7rem;
        margin: 0.2rem 0.2rem;
    }
    .ps_top_price_container {
        padding-right: 10px;
        border-right: 2px solid rgb(216, 216, 216) !important;
        margin-left: 0;
        font-size: 0.7rem;
    }

    .ps_svg_phone {
        margin-right: 16px;
    }

    .quicklinks-grid {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 1rem;
    }
    .ps_cta_btns {
        font-size: 0.8rem !important;
        min-height: 58px;
        padding: 0.2rem 0.5rem !important;
    }

    .ps_gallery_link_top {
        margin: 0px 16px 16px 16px;
    }
    .ps_gallery_link_bot {
        margin: 16px 16px 0px 16px;
    }
    .ps_vdp_desc>ul>li>a {
        font-size: 1rem !important;
    }
    .ps_top_engine_type_big {
        font-size: 0.7rem;
    }
    .ps_sticky_cta .quicklinks-grid {
        margin-top: 0rem;
    }
    .static_similar_motos_cont {
        flex-direction: column !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 540px) {
    .selected_title {
        font-size: 1.1rem;
        padding: 0rem 0.2rem;
    }
    .selected_version_moto{
        font-size:  1.1rem;
        padding: 0px 30px;
    }
    .ps_cta_btns {
        font-size: 0.6rem !important;
        min-height: 32px;
        padding: 0.1rem 0.3rem !important;
    }
    .ps_vdp_desc>ul>li>a {
        font-size: 0.9rem !important;
    }
    .ps_top_price_container {
        padding-right: 5px;
        font-size: 0.6rem;
        text-align: center;
    }
    .ps_svg_phone {
        margin-right: 8px;
    }
    .ps_top_price_text {
        font-size: 0.8rem;
    }
    .ps_top_engine_type_tr,
    .ps_top_weight_type,
    .ps_top_energy_type,
    .ps_top_size_type
    {
        font-size: 0.6rem;
    }
    .ps_top_engine_type_big {
        font-size: 0.6rem;
    }
    .ps_price_top {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 280px) {
    .selected_title {
        font-size: 0.8rem;
    }
    .selected_version_moto{
        font-size: 0.8rem;
    }
    .quicklinks-grid {
        display: grid;
        gap: 0.5rem;
        grid-template-columns: repeat(3, 1fr);
    }
    .ps_cta_btns {
        font-size: 0.5rem !important;
        min-height: 48px;
    }
    .ps_vdp_desc>ul>li>a {
        font-size: 0.6rem !important;
    }
    .ps_top_price_container {
        font-size: 0.6rem;
        text-align: center;
    }
    .ps_top_price_text {
        font-size: 0.8rem;
    }
    .ps_svg_phone {
        display: none;
    }
    .ps_price_sections> div {
        padding: 8px !important;
    }
    .selected_version  {
        font-size: 0.6rem;
        padding: 0px 20px;
    }
    .selected_version_moto{
        font-size: 0.6rem;
    }
    .ps_specs_top  {
        display: flex;
        flex-direction: column;
    }
    .ps_specs_top_engine,
    .ps_specs_top_weight,
    .ps_specs_top_energy,
    .ps_specs_top_size,
    .ps_top_engine_type_tr,
    .ps_top_weight_type,
    .ps_top_energy_type,
    .ps_top_size_type
    {
        border-right: none !important;
        margin-bottom: 0 !important;
    }

    .ps_specs_top>.col-3,
    .ps_specs_top>.col-3,
    .ps_specs_top>.col-3,
    .ps_specs_top>.col-3
    {
        max-width: 100% !important;
        /* border-bottom: #000 solid 2px; */
    }
    .ps_specs_top {
        padding: 0.5rem 0rem !important;
    }
    
    .ps_top_engine_title,
    .ps_top_weight_title,
    .ps_top_energy_title,
    .ps_top_size_title 
    {
        color: var(--primary);
    }
    .ps_price_top {
        font-size: 1rem;
    }
    .ps_pdf_btn {
        padding: 6px 16px;
    }
    .ps_top_engine_type_big {
        font-size: 0.6rem;
    }
    .ps_sticky_cta .quicklinks-grid {
        margin-top: 0rem;
    }
    .ps_title_specs {
        font-size: 1.3rem !important;
    }
}

.other_vehicle_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.ps_sticky_cta .quicklinks-grid {
    margin-top: 0rem;
}