.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}.wheel-image{transition:transform 1s ease-in-out}.wheel-image.wheel-active{transform:rotate(-270deg)}.mySwiper .swiper-wrapper{transition-timing-function:linear}.product-gallery-section .swiper{width:100%;height:600px}.product-gallery-section .swiper-slide{text-align:center;display:flex;justify-content:center;align-items:center}.product-gallery-section .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.product-gallery-section .swiper-slide{width:100%}@media screen and (max-width:600px){.product-gallery-section .swiper-slide{width:80%}}