    #productsSliderSection {
        background-color: white;
        height: 1000px;
    }

    #productsSliderSectionNav {
        width: 100%;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        min-width: 350px;
    }

    #productsSliderSectionNav h3 {
        text-align: center;
        font-size: 3rem !important;
        font-weight: 400 !important;
        text-transform:uppercase;
        letter-spacing:4pt;
        background: linear-gradient(to bottom, rgb(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 25px;
    }

    #productsSliderSectionNavContent {
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        max-width: 850px;
    }

    .productsSliderSectionNav-item {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .productsSliderSectionNav-item h6 {
        cursor: pointer;
        color: #a8a8a8;
        opacity: 75%;
        margin: 0;
        line-height: 1;
    }

    .productsSliderSectionNav-item h6 {
        font-weight: 600 !important;
        font-size: 1.1em !important;
        margin-right: 10px;
        line-height: .75;
        height: 100%;
        align-content: center;
    }

    .productsSliderSectionNav-item.active h6 {
        pointer-events: none;
        color: #e3e3e3;
        font-weight: 600;
        opacity: 100%;
    }

    .productsSliderSectionNav-item .productClassCount{
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #ffffff;
        color: #515151;
        font-size: .65em; 
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 75%;
        font-weight: 500;
        padding: 0;
        line-height: 0;
    }

    .productsSliderSectionNav-item.active .productClassCount {
        display: none;
    }

    .productsSliderSectionNav-item .showAll {
        display: none;
    }

    .productsSliderSectionNav-item.active .showAll {
        height: 20px;
        width: 50px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #ffffff00;
        border: 1px solid #ffffff;
        font-size: .5em;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        line-height: 1;
    }

    .productsSliderSectionNav-item.active a:hover .showAll {
        color: #000;
        background-color: #fff;
    }

    #swiperBackground {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: 50%;
        height: 51%;
    }

    #productSliderContainer {
        width: 100%;
        height: 1000px;
        position: absolute;
        padding-top: 175px;
    }

    #productSliderChildContainer {
        width: 100%;
    }

    .productsSlider {
      display: grid;
      color: #000000;
      margin: auto;
      position: absolute;
      padding-bottom: 25px;
    }

    #productsSliderSection .swiper {
      height: 430px !important;
      width: 100vw;
      margin: auto;
      position: relative;
      max-width: 1920px;
    }

    #productsSliderSection .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: auto !important;
      aspect-ratio: 1/1 !important;
      max-height: 100%;
      margin: 0px;
      background: transparent;
      cursor: pointer;
    }

    #productsSliderSection .swiper-slide img {
      width: 40%; 
      max-height: 100%; 
      max-width: 740px; 
      min-width: 100px;
      height: auto; 
      object-fit: cover; 
      pointer-events: none; 
      -webkit-touch-callout: none; 
      -webkit-user-select: none; 
      -khtml-user-select: none; 
      -moz-user-select: none; 
      -ms-user-select: none; 
      user-select: none; 
    }

    #productsSliderSection .swiper-content {
        width: 100vw;
        position: relative;
        bottom: 0;
    }

    #productsSliderSection .swiper-content-item-container {
       margin: auto;
    }

    #productsSliderSection .swiper-content-item-container-child {
        margin: auto;
        display: flex;
        flex-direction: row;
        max-width: 800px;
    }

    #productsSliderSection .swiper-content-item-container-section {
        padding-left: 25px;
        padding-right: 25px;
    }

    #productsSliderSection .swiper-content-item-container-section-content {
        flex-grow: 1;
    }

    #productsSliderSection .swiper-content-item-container-section-buttons {
        flex-grow: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #productsSliderSection .swiper-content-item-container-section-buttons button {
        display: block;
    }

    #productsSliderSection .swiper-content-item-container-section-model-name {
        width: 100%;
        border-bottom: .5px solid rgba(173, 173, 173, 0.5);
        padding: 0px 0px 10px 10px;
    }

    #productsSliderSection .swiper-content-item-container-section-other-content {
        padding: 10px;
        display: flex;
        flex-direction: row;
    }

    #productsSliderSection .swiper-content-item-container-section-msrp {
        border-right: .5px solid rgba(173, 173, 173, 0.5);
        flex-grow: 0;
        min-width: 200px;
    }

    #productsSliderSection .swiper-content-item-container-section-main-title {
        text-align: center;
        flex-grow: 1;
        display: flex;
        align-items: center;
        padding-left: 50px;
    }

    #productsSliderSection .swiper-content-item-container-section .swiper_content_name {
        font-size: 2.5em;
        font-weight: 400;
        letter-spacing:2pt;
        font-family: "bebas-neue-pro", sans-serif;
        line-height: 1;
    }

    #productsSliderSection .swiper-content-item-container-section .swiper_content_year {
        font-size: 1.25em;
        font-weight: 400;
    }

    #productsSliderSection .swiper-content-item-container-section .swiper_content_trim {
        font-size: .75em;
        font-weight: 400;
    }

    #productsSliderSection .swiper-content-item-container-section .sliderPricesStarting {
        font-size: 1em;
        font-weight: 300;
        line-height: 1;
    }

    #productsSliderSection .swiper-content-item-container-section .sliderPricesStartingMSRP {
        font-size: 1.5em;
        font-weight: 600;
    }

    #productsSliderSection .swiper-content-item-container-section-main-title h4 {
        font-size: 1em;
        font-weight: 300;
        line-height: 1;
    }

    #productsSliderSection .swiper-content-item {
        width: 100%;
        display: none;
    }

    #productsSliderSection .swiper-slide-active img {
        width: 100%;
        max-height: 100%;
        pointer-events: auto;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #000;  
        color: #fff; 
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px; 
        font-weight: 700;
        cursor: pointer;
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 14px;  
        font-weight: 700;
        }

    .swiper-button:hover {
        background-color: #1b3e90;
        color:#fff;
    }

    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 25px) !important;
    }  

    .hide {
        display: none;
    }

    @media screen and (min-width: 1600px) {

        #productsSliderSection .swiper {
            height: 500px !important;
        }

        #swiperBackground {
            height: 55.5%;
        }

    }

    @media screen and (max-width: 1200px) {

        #productsSliderSection .swiper-slide img {
            max-width: 500px;
        }

    }

    @media screen and (max-width: 991px) {

        #swiperBackground {
            height: 52%;
        }

        #productsSliderSection .swiper-content .container {
            max-width: 700px;
        }

        #productsSliderSection .swiper-slide img {
            width: 100%;
            max-width: 500px;
        }

        #productsSliderSection .swiper-slide-next img {
            width: 100%;
        }

        #productsSliderSection .swiper-slide-prev img {
            width: 100%;
        }

        #productsSliderSection .swiper-wrapper {
           width: 100vw;
        }

        #productsSliderSection .swiper-content-item-container-section .swiper_content_name {
            font-size: 2em;
            font-weight: 600;
        }

        #productsSliderSection .swiper-content-item-container-section .swiper_content_year {
            font-size: 1.3em;
            font-weight: 400;
        }

        #productsSliderSection .swiper-content-item-container-section .swiper_content_trim {
            font-size: .56em;
            font-weight: 400;
        }

        #productsSliderSection .swiper-content-item-container-section .sliderPricesStarting {
            font-size: .75em;
            font-weight: 300;
            line-height: 1;
        }

        #productsSliderSection .swiper-content-item-container-section .sliderPricesStartingMSRP {
            font-size: 1.125em;
            font-weight: 600;
        }

        #productsSliderSection .swiper-content-item-container-section-main-title h4 {
            font-size: .75em;
            font-weight: 300;
            line-height: 1;
        }

        #productsSliderSection .swiper-content-item-container-section-buttons button {
            display: inline-block;
        }

        #productsSliderSection .swiper-content-item-container-section-msrp {
            min-width: 175px;
        }

    }

    @media screen and (max-width: 768px) {

        #productsSliderSection .swiper-slide img {
            width: 100%;
            max-width: 75vw;
        }

        #swiperBackground {
            height: 50%;
        }

        #productsSliderSection .swiper-content-item-container-child {
            display: block;
        }

        #productsSliderSection .swiper-content-item-container-section {
            width: 100%;
        }

        #productsSliderSection .swiper-content-item-container-section button {
            display: inline-block;
        }

        #productsSliderSectionNav h3 {
            font-size: 2em !important;
        }

        .productsSliderSectionNav-item h6 {
            font-size: 1.1em !important;
        }

        #productsSliderSection .swiper-button {
            visibility: hidden;
        }

        .productsSliderSectionNav-item .showAll{
            display: none;
        }

        .productsSliderSectionNav-item .productClassCount{
            display: none;
        }

        .productsSliderSectionNav-item.active .showAll{
            display: none;
        }

        .productsSliderSectionNav-item.active .productClassCount{
            display: none;
        }

        #productsSliderSection .swiper-content-item-container-section-buttons {
            flex-grow: 0;
            display: block;
            text-align: middle;
        }

        #productsSliderSection .swiper-content-item-container-section-model-name {
            border-bottom: none;
            padding: 0px;
        }

        #productsSliderSection .swiper-content-item-container-section-other-content {
            display: block;
            text-align: center;
            padding-top: 0px;
        }

        #productsSliderSection .swiper-content-item-container-section-msrp {
            border-right: none;
        }

        #productsSliderSection .swiper-content-item-container-section-main-title {
            display: none;
        }

    }

    @media screen and (max-width: 525px) {

        #productsSliderSection .swiper-slide img {
            width: 100%;
            max-width: 85vw;
        }

        #productsSliderSection .swiper {
            height: 350px !important;
        }

        #swiperBackground {
            height: 45%;
        }

        #productsSliderSection .swiper-content-item-container-section {
            margin: 0px;
            padding: 5px;
        }

        #productsSliderSection .swiper-content-item-container-section h5, h4 {
            font-size: 1.5em;
        }

        #productsSliderSection .productsSliderSectionNav-item h6 {
            font-size: .75em !important;
        }

        #productsSliderSection .swiper-content-item-container-section-main-title {
            padding-left: 25px;
        }

    }

    @media screen and (max-width: 425px) {

        #productsSliderSection .swiper {
            height: 285px !important;
        }

        #swiperBackground {
            height: 42%;
        }

    }