*{
    box-sizing:border-box;
}

html,
body{
    overflow-x:hidden;
}

.vinfast-showroom{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

/* &#7842;nh xe */
.car-image-wrap{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.car-image-wrap img{
    width:100%;
    height:auto;
    object-fit:contain;
    display:block;
}

/* Kh&#7889;i ch&#7885;n màu */
.car-colors{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:1rem;
    gap:1rem;
}

/* &#7848;n text */
.label{
    display:none;
}

/* Danh sách màu */
.color-list{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:5px;
}

/* Nút màu */
.color-list span{
    width:2rem;
    height:2rem;
    border-radius:50%;
    cursor:pointer;
    border:2px solid #dcdcdc;
    transition:all .2s ease;
    flex-shrink:0;
}

/* Hover */
.color-list span:hover{
    transform:scale(1.08);
}

/* Active */
.color-list span.active{
    border:3px solid #b7bbbe;
    transform:scale(1.08);
}
