@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*{
    font-family: "Roboto";
}

body {
    min-width: 320px;
    overflow-x: hidden; /* Hide vertical scrollbar */
}

/* .container {
    padding-left: 2rem;
    padding-right: 2rem;
} */

.container-max-width{
    max-width: 1920px;
}

.sales-model-price{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.sales-model-price-left-image-container{
    display: flex;
    align-items: center;
    height: 100%;
}

.sales-model-price-left-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .sales-model-price-left-img img{
    width: 60%;
} */

.sales-model-price-left-img-1{
    width: 55%;
}

.sales-model-price-left-img-2{
    width: 80%;
}

.left-text,
.right-text{
    font-size: 1.3rem;
    /* font-weight: bold; */
}

.left-text{
    text-align: left;
}

.right-text{
    text-align: right;
}

.sales-model-price-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.sales-model-price-right-table{
    margin-bottom: 5rem;
}

.sales-model-price-right-battery-type{
    font-size: 0.9rem;
    /* font-weight: normal; */
}

.color-selection{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    -webkit-box-shadow: inset 0px 0px 15px 5px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0px 0px 15px 5px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0px 0px 15px 5px rgba(255, 255, 255, 0.75);
}

.color-selection:hover{
    outline: 3px solid #000000;
    outline-offset: 4px;
}

.color-selection.color-active{
    outline: 3px solid #000000;
    outline-offset: 4px;
}

#color-selection-grey{
    background-color: #888;
    -webkit-box-shadow: inset 0px 0px 15px 5px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0px 0px 15px 5px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0px 0px 15px 5px rgba(255, 255, 255, 0.75);
}

#color-selection-black{
    background-color: black;
    -webkit-box-shadow: inset 0px 0px 15px 5px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0px 0px 15px 5px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0px 0px 15px 5px rgba(255, 255, 255, 0.75);
}

.sales-model-price-right-color{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sales-model-price-right-color-selection{
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.sales-model-features{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.sales-model-features-header-text{
    font-size: 2rem;
}

.swiper-container{
    overflow: hidden;
}

.sales-model-features-swiper-container{
    display: flex;
    align-items: center;
}

.sales-model-features-header-text{
    margin-left: 3rem
}

.swiper-button-prev-custom,
.swiper-button-next-custom{
    font-size: 2rem;
    padding: 1rem;
}

.swiper-text{
    position: absolute;
    bottom: 0;
    left: 50%;
    color: white;
    transform: translate(-50%, -20%);
    width: 100%;
    text-align: center;
}

.swiper-text p{
    margin: 0;
}
/* .swiper-slide img{
    width: 20%;
} */

.sales-model-battery-text{
    font-weight: bold;
    font-size: 2rem;
    margin-top: 2.5rem;
}

@media (max-width: 1320px){

}

@media (max-width: 575.98px) {

}

@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (min-width: 768px) and (max-width: 991.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .sales-detail-sales-position{
        text-align: center;
    }

    .sales-detail-sales-name{
        text-align: center;
    }

    .sales-detail-sales-position{
        margin-top: 1rem
    }

    .sales-model-price-right{
        margin-top: 1rem;
    }

    .swiper-button-prev-custom{
        padding-right: 0.5rem;
        padding-left: 0;
    }

    .swiper-button-next-custom{
        padding-left: 0.5rem;
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

}

@media (min-width: 1400px) {

}

@media (min-width: 1920px) {

}