

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }

#outer-wrapper:after {
      content:"";
      position:fixed; 
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      background: #cccccc url(https://psmfirestorm.blob.core.windows.net/97277dc6-51a9-4702-8daf-f86e2915795d/lineup-background.jpg) no-repeat center center;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/97277dc6-51a9-4702-8daf-f86e2915795d/lineup-background.jpg) no-repeat center center;
       background-attachment: fixed;
        background-size: cover;
    }
}

.model-section {
    background-color: white;
    margin-top: 10%!important;
}

.snow-featured-section {
    background-color: #dedede;
    padding-top: 25px;
    padding-bottom: 20px;
    font-family: 'Chakra Petch', sans-serif;
}

.snowSliderSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c9bcdb5b-9d01-4296-905b-2d500b66b7ea/background-2024.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 0!important;
    padding: 30px 0;
    background-attachment: fixed;
}


#showroom, #inventory-page, #vdp-container {
    background-color: rgba(255, 255, 255, 0.75);
    padding-top: 15px;
}



.lg-text-wrapper {
    text-align: center;
    font-family: 'Chakra Petch', sans-serif;
    padding-top: 30px;
    color: black;
}

.lg-text-wrapper h5 {
    font-size: 30px;
    border-bottom: 5px solid #ff0000;
    width: max-content;
    margin: auto;
}

.lg-text-wrapper h1 {
    font-size: 54px;
    letter-spacing: 1px;
    margin-top: 0;
    font-weight: 700;
    text-transform: none;
}

.lg-text-wrapper h1 span {
    display: block;
    font-size: 72px;
}

.lg-text-wrapper h3 {
    font-size: 38px;
}

.polaris-logo {
    max-width: 250px;
    margin: auto;
    display: block;
}

.PolarisSnow {
    display: flex;
    width: 50%;
    margin: 50px auto 15px;
    font-family: 'Chakra Petch', sans-serif;
}

.PolarisSnow .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: white;
    border: 1px solid #ccc;
    padding: 15px;
}

.PolarisSnow .btn-primary {
    color: #fff;
    background-color: #004e97;
    border-color: #cccccc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    margin-top: 7px;
    height: 34px;
    padding: 0 20px;
    margin: 0;
    transform: none;
    border: 1px solid #cccccc;
    background-image: none;
    overflow: unset;
}

.PolarisSnow .btn-primary:hover,
.snow-model-block .btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: #cccccc;
}

.PolarisSnow .btn-primary:before,
.snow-model-wrapper .btn-primary:before,
.snowform .btn-primary:before {
    display: none;
}

.snow-model-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -5%;
    flex-wrap: wrap;
    padding: 15px;
    font-family: 'Chakra Petch', sans-serif;
}

.snow-model-wrapper a {
    flex: 0 0 20%;
}

.snow-model-block {
    color: black;
}

.snow-model-block h2 {
    font-size: 3vw;
    margin-bottom: 0;
    font-weight: 100;
}

.snow-model-block h4 {
    font-size: 2vw;
    font-weight: 100;
}

.snow-model-block h4:before {
    content: '';
    width: 9px;
    height: 2px;
    display: inline-block;
    background-color: #004e97;
    margin-right: 7px;
    margin-bottom: 2%;
}

.snow-model-wrapper a div img {
    transition: .7s;
}

.snow-model-wrapper a:hover div img {
    transform: translateY(-25px);
}







/* FORMS */

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.snowform {
    height: max-content;
}

.snowform > div {
    background-color: white;
    padding: 0px 10px;
    border: 3px solid #dedede;
    font-family: 'Chakra Petch', sans-serif;
}

.snowform .btn-primary, .snow-model-block .btn-primary {
    color: #fff;
    background-color: #004e97;
    border-color: #004e97;
    display: block;
    margin: 5px auto 6px;
    transition: .3s;
    width: fit-content;
    font-size: 20px;
    transform: none;
    text-transform: unset;
    border-radius: 4px;
    background-image: none;
}

.snowform .btn-primary:hover,
.snow-model-block:hover .btn-primary {
    color: #fff;
    background-color: #004e97;
    border-color: #004e97;
}

.snowform .form-header-text {
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: -9px;
    font-weight: 700;
    color: black;
}

.snowform .form-header-text:before {
    display: none;
}

.snowform .form-control {
    margin: 3px 0px;
    border-radius: 0;
    background-color: #efefef;
    color: black;
}

.snow-model-block .btn-primary {
    margin: 21px 0 10px;
}









/* FEATURED INVENTORY */

.snow-featured-section a {
    color: #004e97;
}

.snow-featured-section .single-item-slider .item-detail .price {
    font-size: 19px;
    padding: 0 2%;
    text-transform: uppercase;
    bottom: 0;
    font-weight: 700;
    background-image: none;
    background-color: transparent;
    color: #004e97;
}

.snow-featured-section .single-item-slider .item-detail .name {
    color: black;
}

.snow-featured-section .single-item-slider .item {
    background-color: rgb(255, 255, 255);
    border: none;
}

.snow-featured-section .featuredinventory h2 {
    text-align: center;
    font-weight: 700;
    border-bottom: 3px solid #004e97;
    width: max-content;
    margin: 20px auto;
    padding: 0px 14px 2px;
    text-transform: uppercase;
    font-size: 35px;
    color: black;
}

.snow-featured-section h2:before, 
.snow-featured-section h2:after {
    display: none;
}



@media (max-width: 767px) {
    .lg-text-wrapper {
        margin-top: 20px;
    }
    .lg-text-wrapper h1 {
        font-size: 8vw;
    }
    .lg-text-wrapper h5 {
        font-size: 5vw;
    }
    .lg-text-wrapper h1 span {
        font-size: 10vw;
    }
    .snow-model-wrapper {
        flex-wrap: wrap;
    }
    .snow-model-block {
        margin-top: 0;
        flex: 0 0 45%;
    }
    img.logo {
        padding-bottom: 50%;
    }
    img.studio {
        margin-top: -13vw;
    } 
    .text-wrapper {
        font-size: 5vw;
    }
.PolarisSnow.siteSearch {
    display: flex;
    width: 95%;
    margin: 50px auto 15px;
    font-family: 'Chakra Petch', sans-serif;
    position: relative;
    left: 0;
    bottom: 0;
}
    .button-section {
        padding-bottom: 20px;
    }
    .button-section .widget-inner, .snow-featured-section .widget-inner {
        margin-top: 0 !important;
    }
.snow-featured-section {
    padding: 10px 0 0;
    margin-top: 25px!important;
}
    .featuredinventory h2 {
        font-size: 7vw;
    }
    .snow-model-block .btn-primary {
        font-size: 3vw;
    }
    .snow-model-block h2 {
        font-size: 5vw;
    }
    .snow-model-block h4 {
        font-size: 4vw;
    }
    .snow-model-wrapper {
        justify-content: space-around;
    }
}

@media (min-width: 768px) {
   .snow-featured-section .single-item-slider .slider-inner .item {
        width: 212px;
    }
}

@media (min-width: 992px) {
    .lg-text-wrapper h1 { 
        font-size: 80px;
    }
    .lg-text-wrapper h1 span { 
        font-size: 90px;
    }
    .text-wrapper {
        font-size: 27px;
    }
    .snow-featured-section .single-item-slider .slider-inner .item {
        width: 210px;
    }
}

@media (min-width: 1200px) {
    .snow-featured-section .single-item-slider .slider-inner .item {
        width: 205px;
    }
    .snow-model-block .btn-primary {
        font-size: 1.2vw;
    }
    .snow-model-block h2 {
        font-size: 2vw;
    }
    .snow-model-block h4 {
        font-size: 1vw;
    }
}






@media (max-width: 1199px) {
.snow-model-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
}

.snow-model-wrapper a {
    flex: 0 0 32%;
    margin: 15px 0;
}
}





@media (max-width: 767px) {
.snow-model-wrapper a {
    flex: 0 0 49%;
}

.snow-featured-section .featuredinventory h2 {
    width: 100%;
}

.snow-featured-section .single-item-slider .slider-outer {
    height: 260px;
}
}



