/* Mobile navigation and option images fix */
@media (max-width: 767px){
  /* Fix navigation icon size */
  .bottom-nav-icons .icon-btn img{height:32px!important;width:32px!important;}
  
  /* Fix large option images in sidebar */
  .option-item img{max-height:140px!important;height:auto!important;width:100%!important;object-fit:cover!important;}
  #exterior-panel .option-group-wrapper .option-item img,
  #wheels-panel .option-item img{max-height:140px!important;height:auto!important;}
  
  /* Additional specific override for exterior options */
  #exterior-panel .option-group-wrapper img{max-height:140px!important;height:auto!important;width:100%!important;object-fit:cover!important;}
}
