.of-vehicle-wrap{display:flex;gap:12px;justify-content:center;margin-bottom:15px;flex-wrap:wrap;}
.of-veh-option{cursor:pointer;border:2px solid #eee;padding:10px;border-radius:10px;text-align:center;width:120px;background:#fff;transition:.2s;display:flex;flex-direction:column;align-items:center;}
.of-veh-option input{display:none;}
.of-veh-option img{width:80px;height:80px;object-fit:contain;margin-bottom:6px;}
.of-veh-option span{font-weight:600;}
.of-veh-option:hover{border-color:#0073aa;box-shadow:0 6px 18px rgba(0,0,0,0.06);}
.of-veh-option.active{border-color:#0073aa;box-shadow:0 10px 24px rgba(0,115,170,0.12);transform:translateY(-4px);}
.of-fields{display:flex;gap:8px;justify-content:center;align-items:center;margin-bottom:12px;flex-wrap:wrap;}
.of-fields select{padding:8px;border-radius:6px;}
.of-products{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:12px;}
.of-product{background:#fff;padding:12px;border:1px solid #eee;border-radius:10px;width:220px;text-align:center;}
.of-product img{max-width:100%;height:auto;}
