.car-detail{display:flex;flex-direction:column;align-items:center;padding:20px}.car-display{position:relative;width:600px;height:300px;overflow:hidden}.car-container{position:relative;width:100%;height:100%}.car-body{width:100%;height:100%;object-fit:contain}.wheel{position:absolute;width:80px;height:80px}.front-wheel{bottom:20px;left:150px}.rear-wheel{bottom:20px;left:350px}.color-selector{display:flex;gap:10px;margin-top:20px}.color-selector button{width:50px;height:50px;border:none;cursor:pointer;border-radius:5px}.color-selector button:disabled{opacity:.5;cursor:not-allowed}