[v-cloak] {
  display: none;
}

.sfnt-ostentatious-fitment-select-container {
    width: 100%;
    padding: 20px 20px;
}


.sfnt-ostentatious-fitment-display-buffer {
    min-height: 217px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.sfnt-ostentatious-fitment-display {
    width: 100%;
    display: flex;
    color: #2a527a;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;

    /*justify-content: center;*/
    /* margin: 10px 0; */
    /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
    /* margin-bottom: 30px; */
    /*background: white;*/
    /*border: 2px solid #2a527a;*/
    /*border-radius: 4px;*/

    border: none;
    height: 480px;
    background-color: #ffffff;

    background-image: url(https://www.jbugs.com/store/images/JBugs-VW-Parts-Fitment-Background-Wide.jpg)!important;

    background-position: center;
    background-size: cover;
    justify-content: start;
}

.sfnt-ostentatious-fitment-select-label {
    color: #333333;
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}

.sfnt-ostentatious-fitment-select-container select {
    height: 60px;
    font-size: 28px;
    font-weight: 700;
    margin: 0 20px;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' fill='%232a527a' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7em top 50%;
    background-size: 0.65em auto;
    color: #2a527a;
    border: 2px solid #2a527a;
}

.sfnt-ostentatious-fitment-select-container select::-ms-expand {
    display: none;
}

/* Removed after AB testing
.sfnt-fitment-select-icon-roundup {
    position: relative;
    width: 100%;
    height: 50px;
    background-image: url("https://www.jbugs.com/store/images/fitment/car_icons_strip_baseline.png");
    background-repeat-y: no-repeat;
    background-repeat-x: repeat;
    margin-top: 20px;
    background-position-x: -50px;
}*/

.sfnt-ostentatious-fitment-select-inner-container {
    display: flex;
}

.sfnt-ostentatious-fitment-select-container select option {
    font-weight: 700;
}

/* Removed after AB testing
.sfnt-fitment-select-icon-roundup.fitment-icon-animating {
    animation: fitment-icon-scroll 50s linear infinite running;
}*/

.sfnt-ostentatious-fitment-select-inner-container > select[disabled] {
    background-color: hsla(0, 0%, 91%, 1);
    color: hsla(210, 28%, 50%, 1);
}

@keyframes fitment-icon-scroll {
    0% { background-position-x: -50px }
    100% { background-position-x: 5000px }
}

@media screen and (max-width: 1050px) {
    .sfnt-ostentatious-fitment-select-inner-container {
        /* flex-direction: column; */
        /* align-items: center; */
    } 

    .sfnt-ostentatious-fitment-select-container select {
        /* margin: 10px 0; */
        width: 33.333%;
        font-size: 18px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 675px) {
    .sfnt-ostentatious-fitment-select-inner-container {
        flex-direction: column;
        align-items: center;
    } 

    .sfnt-ostentatious-fitment-select-container select {
        margin: 10px 0;
        width: 300px;
    }
}

.sfnt-ostentatious-fitment-display-container {
    display: flex;
    flex-direction: column;
    background:rgba(255 255 255 / 85%); 
    margin-top:20px;
    padding:20px;
}

.sfnt-ostentatious-fitment-display-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.sfnt-ostentatious-fitment-display-title span {
    color: #2f84ed;
}

.sfnt-ostentatious-fitment-display-main {
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    /* margin-bottom: 10px; */
}

.sfnt-ostentatious-fitment-display-image {
    width: 225px;
    min-height: 150px;
}

.sfnt-ostentatious-fitment-display-subcontainer {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sfnt-ostentatious-fitment-display-shop-now {
    text-align: center;
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 5px;
    background: #2ecc71;
    color: white;
}

.sfnt-ostentatious-fitment-display-change-fitment {
    margin-top: 10px;
    cursor: pointer;
}

.sfnt-ostentatious-fitment-display-change-fitment:hover {
    text-decoration: underline;
}

.sfnt-ostentatious-fitment-display-shop-now:hover {
    background: #2abb67;
}

.sfnt-ostentatious-fitment-display-shop-now:active {
    background: #25a259;
}

.sfnt-ostentatious-fitment-display-main {
    justify-content: center;
}

@media screen and (max-width: 675px) {
    .sfnt-ostentatious-fitment-select-label {
        font-size: 24px;
    }

    .sfnt-ostentatious-fitment-select-container select {
        font-size: 20px;
        height: 40px;
    }

    .sfnt-ostentatious-fitment-display-image {
        width: 200px;
    }

    /* Removed after AB testing
    .sfnt-fitment-select-icon-roundup {
        margin-top: 10px;
    }*/
    
    .sfnt-ostentatious-fitment-display-shop-now {
        padding: 5px 10px;
    }
    
    .sfnt-ostentatious-fitment-display-title {
        font-size: 20px;
        display: flex;
        flex-direction: column;
    }

    .sfnt-ostentatious-fitment-display-subcontainer {
        margin-left: 0;
    }

    .sfnt-ostentatious-fitment-display-main {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .sfnt-ostentatious-fitment-display-buffer {
        min-height: 308px;
    }
    
}

@media screen and (max-width: 425px) {
    .sfnt-ostentatious-fitment-display-image {
        width: 200px;
        margin: 10px 0;
    }
    
    .sfnt-ostentatious-fitment-display-shop-now {
        font-size: 18px;
    }   
}

[v-cloak] {
    display: none;
}